Skip to content

A basic running game in Python using Pygame. It includes sound effects and a progressive difficulty level.

Notifications You must be signed in to change notification settings

BenBenBen32/Pixel-Runner-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Runner

Table of Contents

Pixel Runner with Incremental Difficulty

  • The first GIF shows earlier parts of the game, the second GIF shows the later part of the game.

Alt Text Alt Text

Compile Instructions

Windows Compile Instructions

You will need to have Python installed on your machine. After this you will need to make sure you have Pygame installed. On Windows you can enter the following commands into the terminal:

  • To install Pygame: pip install pygame
  • To run: python run.py

Linux Compile Instructions

You will need to have Python installed on your machine. After this you will need to make sure you have Pygame installed. On Linux you can enter the following commands into the terminal:

  • To install Pygame: sudo apt-get install python3-pygame
  • To run: python3 run.py

About

A basic running game in Python using Pygame. It includes sound effects and a progressive difficulty level.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages