Skip to content

aaronkjin/jonin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jonin

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

Screenshot 2024-06-19 at 8 17 43 PM

Getting Started

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.

How to Play

  1. Use arrow keys to move Jonin.
  2. Use "x" key to dash.
  3. Beat all enemies, and move on to the next level.

Technologies Used

  • Python
  • PyGame
  • Various Python libraries for math and physics operations

Background

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.

Developer

Aaron Jin
GitHub Profile

About

A pixel ninja platformer game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages