A simple word game made in Python using Python Arcade.
Leaderboards are hosted locally, so you are only competing against yourself.
Bundled into an executable file with PyInstaller.
Either run the game via main.py, or via main.exe found in /dist/main
To run the python version of the game, follow these steps:
- Make sure you have the latest version of Python installed. (https://www.python.org/downloads/)
- Run the command "pip install -r requirements.txt"
- Run the game with the command "python main.py"
- Enjoy!