Velocity rush
A downloadable 'game' for macOS
Step into the heart of an untamed, perilous world where the dark forces of Middle-Earth reign. Monsters lurk in the shadows, and strange creatures haunt the land, with no escape in sight. The relentless chase is on – enemies pursue you through endless mountains, across treacherous landscapes. The haunting music plays without pause, dreadful enemies never stop. Every step you take, you must dodge, weave, and outsmart goblins, bats, and other twisted foes that never stop hunting you.
But there’s hope—an ancient power known only as the Shield awaits. It grants you incredible abilities when challenges seem insurmountable. Keep your wits sharp and trust in its power to protect you. Every move could be your last, and every corner hides a new threat. Will you survive the endless pursuit? The world is unforgiving, but only the bravest adventurers can conquer it.
Good luck, adventurer. Your journey has only just begun.
Published | 3 days ago |
Status | Released |
Platforms | macOS |
Author | andrew.s.saints |
Genre | Platformer |
Tags | 2D, Casual, Endless Runner, Retro, Short, Singleplayer |
Download
Install instructions
To start your adventure in the mysterious world of Endless Runner, you must first have Python installed on your machine. If Python is not yet installed on your computer, you can download it from the following official website: https://www.python.org/downloads/.
Step 1: Install Python
- Visit https://www.python.org/downloads/ and download the latest version for your operating system.
- During installation, check the box “Add Python to PATH” before clicking "Install Now."
- After installation, open your command line interface (Command Prompt for Windows, Terminal for macOS and Linux) and type `python --version` to check the installation. You should see the installed Python version displayed.
Step 2: Install Pygame Zero
Once Python is installed, you need to install Pygame Zero.
Pygame Zero (pgzero) is a simplified game development library aimed at beginners and educational environments. It makes creating games with Python much easier, which is ideal for our game, Velocity Rush.
Open Command Prompt (Windows) or Terminal (Mac/Linux). Type this command and press enter.
pip install pgzero
This command utilizes pip, the package installer for Python, to fetch and install the Pygame Zero library.
Step 3: Download Endless Runner
- Click the download button above.
- Extract the files from the downloaded ZIP archive to a directory of your choice. This directory will now contain all necessary files to run Velocity Rush
- Step 4: Launch the Game
To start Velocity Rush, open your command line and change the directory to where you've extracted the game files. You can do this with the command, followed by the path to your game directory. For instance:
cd path/to/game-folder
Within the game's directory, start Endless Runner by executing:
pgzrun velocity_rush.py
You're all set! Dive into the dystopian world of Endless Runner, guide your character through the endless obstacles and enemies. Good luck, adventurer!
Leave a comment
Log in with itch.io to leave a comment.