Endless runner ninja game
A downloadable game for Windows and macOS
This is a fun endless runner game! You're a ninja trying to take down samurai's in the country part of China. The goal is to get the highest final time you can whilst dodging and eliminating enemies. You have a double jump and a throwable ninja star to take down enemies. Speed progressively increase overtime adding a thrilling theme keeping you entertained and engaged. This game is a fun game for all ages and I recommend you try it! Have fun!
How to Install and Play Endless Runner
What You Need:
Before you can play the game, you’ll need to have Python installed on your computer (version 3.6 or higher).
-
Install Python
-
Go to the official Python website: python.org/downloads.
-
Download the latest version of Python (make sure it's version 3.6 or higher).
-
When installing, make sure to check the option to "Add Python to PATH" so you can use it from your command line.
-
After installation, open the command line on your computer (Command Prompt on Windows or Terminal on macOS/Linux) and type
python --version
to check if Python installed correctly.
-
-
Install Pygame Zero
-
Pygame Zero is a tool that helps you run games made with Python. You'll need it for Endless Runner.
-
Open your command line and type this command:
pip install pgzero
. This will install Pygame Zero.
-
-
Download Endless Runner
-
Download the game files from the link provided (this will be added later).
-
Once downloaded, unzip the files into a folder on your computer.
-
-
Play the Game
-
Open your command line and go to the folder where you saved the game files. You can do this by typing
cd
followed by the folder’s path. -
Once you’re in the game folder, type
pgzrun main.py
to start the game.
-
Now you're ready! Enjoy playing Endless Runner!
Published | 6 days ago |
Status | Released |
Platforms | Windows, macOS |
Author | SODonoughue |
Genre | Action |
Tags | Endless Runner |