I’m not sure I can do that. I’m on Linux, so I’m not sure that py2exe works without Windows.
Klaatu
16
Posts
17
Followers
A member registered Sep 19, 2020 · View creator page →
Creator of
Recent community posts
I encountered a few errors:
-
print statements lacked parentheses. running 2to3 -w main.py fixed this.
-
the music file in your itch.io package looks for ABMusic.mp3 but the file is named abmusic.mp3
-
I believe you should call pygame.mixer.init() right after pygame.init() in the initializeDisplay function
Reckless Rocket Ranger: Reloaded jam comments · Posted in Reckless Rocket Ranger: Reloaded jam comments
Yes, I wrote and ran it on Linux.
I’ll update the README with better instructions. Do you have python 3.7 or better installed?
Try specifically using python3
instead of just python
as the command to start the game.
- Use Python to install the requirements:
$ python3 -m pip install -r requirements.txt
- Start the game:
$ python3 ./main.py