A downloadable game

Stick Run

by:

- I Made Shakta S

- Muhammad Taufiqul R

- Hana D

- Septia W

- Gary W

Description:

The game is a classic endless run game which is based on the language of Python and using Pygame to achieve this game. The objective is to run as far as you can while avoiding the obstacle and you are able to jump through platform.


Notes about how to run and the required prerequisites are included in the ZIP.file

Version:

Python Version 3.8.7

Pygame Version 2.0.1

Library used:

- OS Module, which is used to interacting with the operational system that comes under python standard utilities and in our game it is used to open the object and background material pn a certain folder to keep it tidy.

- sys Module, is used here for appearing the score text.

- random Module, is used here to randomize the object that appear as obstacle for our player.

- pygame.init() Module, to import all of the other pygame modules the game might need

Download

Download
StickmanRun (Latest).zip 18 MB
Download
StickmanRun .zip 18 MB

Install instructions

How to play the game:

1. Extract the ZIP File.

2. Make sure to have the required Python & Pygame version.

3. Open the containing folder where the main.py file is located then open it using any viable code editor you have that can debug python & pygame.

4. Start the debug process to start the game.

5. Press any key to start the game and the score counting.

6. Use SPACE to enable jump on our character to avoid the obstacle and if it is going to hit the obstacle to the game will end, now you can also use UP key to be invisible and use the mousebutton to Shoot those nasty spikes.

7. Stay as long as you can, if you die the game will prompt you whether to start again or if you want to exit you can close the window directly.

8. Enjoy the game!