You are a ninja jumping through the trees! Do you best to not fall, and dodge (or kill 😈) your enemies! See how long you can survive for!
- Added Google Login
- Added Leaderboard for Highscores
- Fixed leaderboard access
- Added instructions to main menu
Move: Arrow Keys
Attack: A
Jump: Space
Menu Select: Enter
Menu Join: Space
Move: Left joystick
Attack: X
Jump: A
Move: Left joystick
Attack: Square
Jump: X
Run python main.py to start the game, or build the game and run the .exe (if windows) or .app (for macos)
pip install -r requirements.txt
pyinstaller --onefile --noconsole --add-data "assets:assets" ninja_run.py