How to run the game!
- Rafael Mercado
- Jun 10
- 1 min read
Many appear confused about how to run the game, so I made a step-by-step guide on running it.
Go to "Downloads" on the website.
Download "Python Pitching Simulator."
If you have software that can run Python programs, use that. However, if you do NOT have such software, download "Python IDLE" in "Downloads." Open the .zip file and select "IDLE.app." (This can also be downloaded from the Python website. I used Python 3.14 here, but any version from Python 3.0 onwards will work.)
Open the python-pitching-v1.0.zip file.
Open Main.py, NOT Numbers.py. Numbers.py is a part of the code that supports Main.py, which is used to execute the program.