Play game
Ninja-Climb Brackeys Game Jam 2021.2's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Audio | #1729 | 0.500 | 1.000 |
Theme | #1739 | 0.500 | 1.000 |
Innovation | #1741 | 0.500 | 1.000 |
Game Design | #1741 | 0.500 | 1.000 |
Fun | #1741 | 0.500 | 1.000 |
Graphics | #1743 | 0.500 | 1.000 |
Overall | #1746 | 0.500 | 1.000 |
Ranked from 3 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
In what way does your game fit the theme?
It has some chaos
Did you write all the code yourself and made all the assets from scratch?
Used a few open-source assets
Leave a comment
Log in with itch.io to leave a comment.
Comments
Dude I really tried to play this game but was unable to get it started. when i tried to run it it said python 3.9 dll was missing. I didn't want to install a fresh version of python (mine was 3.8 while yours needed 3.9) so I installed python 3.9 in the folder of your game and installed pygame (yes it did create the missing dll). Then tried running the exe. it didn't work. Then I tried using the command python level_1.py which does open it but then closes it immediately. Then I tried opening the python shell and calling import level1_py which opened it and then the game window froze. Any tips on how i could run the game? (btw how did you make an exe from python scripts?)
Unfortunately, I was not able to submit a fully working game since I accidentally deleted a working version I will reupload the game by the end of thr game
I used Pyinstaller to turn the main python file into a .exe file and just linked all other python files to it by calling functions from the other files
the game not working
Yeah sorry I was not able to submit a fully working game by the end of the jam