A pixel ninja platformer game. Jōnin (上忍) means "high ninja."

Quick setup to get the game running:
# make sure Python is installed locally
python3 --version
# download PyGame
python3 -m pip install pygame
# run game.py from the root directory
python3 game.py
This opens up a playable window on your local machine.
- Use arrow keys to move Jonin.
- Use "x" key to dash.
- Beat all enemies, and move on to the next level.
- Python
- PyGame
- Various Python libraries for math and physics operations
I was bored, so I decided to make a game. I enjoy playing platformers, e.g. Mario, and so I decided to take inspiration from platformer-style games to build Jonin.
Aaron Jin
GitHub Profile