Can I run the game?
- Rafael Mercado
- Jun 19
- 1 min read
The Python Pitching Simulator has various requirements to be played. To save you the trouble of testing, I've made a guide.
First, use a laptop or desktop. While you can use a browser-based Python interpreter on a mobile device, a laptop or desktop will provide the optimal experience for you.
Next, you'll need a Python interpreter. As said above, there are browser-based interpreters, but it is better to use an app-based interpreter, as these are more efficient in running large programs. If you don't have one, the Python IDLE is available on our online shop for free.
Make sure your interpreter is at least version 3.0 of Python. The Python Pitching Simulator uses many features that are only compatible with Python 3.0.
Enjoy pitching!