This project is a platformer game written in Python. It can be compiled into an executable using PyInstaller.
- Python 3.x
- PyInstaller
- Ensure Python is installed and added to your system's PATH.
- Run the
compile_to_exe.batscript:compile_to_exe.bat
- The compiled executable will be saved as
PlatformerGame.exein the project directory.
After compilation, double-click PlatformerGame.exe to run the game.
This project is licensed under the MIT License.