A downloadable game

This is a replayable infinite runner. Hop into a quick match filled with lots off unqiue art and sound effects on display. The game is inspired by the entire infinite runner genre especially retro styled infinte runners artistic style. All of the retro art has been created by me :]. It has a cool title and controls menu to help you if you need. Also some cool music.

In case you aren't bothered to open that tab, the controls are:

[up]: Jumps your character.

[down]: A slide, which increases gravity briefly.

[right]: Preforms a dash in the air

[space]: In game it shoots a staple bullet, provided you have enough staples.

Pro tip: Dashing resets your speed stats including caffine stats!


Enjoy!!!

Download

Download
The Office Australia.zip 24 MB

Install instructions

Installing Pygame

  1. Open https://www.python.org/downloads/ and download the latest version of Python (make sure it's version 3.6 or higher).
  2. Run the downloaded installer and follow the installation setup steps for your device. Make sure you "Add Python 3.x to PATH" in the installation setup to ensure you can access the python files in the terminal.
  3. After installation, open your command prompt or terminal and type `python --version` to check the installation has correctlyy installed. If all is completed correctly the Python version will be displayed.

Installing Pygame Zero

Pygame Zero is a simplified game development module based off of the python coding language and the pygame extention. This makes creating a endless runner, such as is listed here, alot easier and educational for beginners.

Install Pygame Zero by executing the following command in your command line:

pip install pgzero

This command utilizes pip package manager for python built into Visual Studio Code, the pip installer will search for and download the Pygame Zero package and set it up for your device.

Downloading files

Download the files linked and extract it to a destination. Furthermore, open the main.py file and run it. This should open 'The office Australia' runner that I have created.