This is a a compiled version of the game for windows. Python interpreter and other dependencies are bundled in it.
I used Pyinstaller to build it. The exact command I use is below:
pyinstaller mathGame.py --onefile
This is a a compiled version of the game for windows. Python interpreter and other dependencies are bundled in it.
I used Pyinstaller to build it. The exact command I use is below:
pyinstaller mathGame.py --onefile