Play igotit (an arcade game at the New York State Fair) from the command line.
Written in Python 3.7.6.
To run this program, clone this repository using:
git clone https://github.com/hamishgibbs/igotit.git
Enter the newly created folder with:
cd igotit
Play this game from the command line using:
python igotit.py
Optionally, specify the number of other players to compete against (the default is 10):
python igotit.py 5
Once the game is running, press enter to throw each ball. Your opponents will throw their own balls in the background.