Skip to content

eeshawn11/Running_Man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Man (v0.5.1)

As someone who's grown up playing games, I decided to challenge myself by creating a simple game in PyGame. During car rides while I was younger, I've often imagined a character running alongside our car and dodging obstacles. Although I'm not a graphics designer or game developer, I drew upon my knowledge of Python to bring my vision to life.

To create the game, I used a variety of free resources from talented content creators who generously shared their work.

Work in progress. Happy to receive any feedback via Issues!

How to Play

Dodge obstacles as you run along a path. See how far you can go and try to beat your high score!

  • W to jump
  • A and D to move
  • E to pause the game or reset after you die
  • Q to quickly exit the game (in case a co-worker walks past!)

Installation

  1. Clone the repository to your local machine.
# clone the repository
git clone https://github.com/eeshawn11/Running_Man.git
  1. Check that you have PyGame installed, then launch the main.py file.
# install pygame
pip install pygame

# launch app
python main.py

To-Do List

  1. Add start screen
  2. Work on parallax background effect
  3. Code refactoring
  4. Include GIF in README

Resources

About

Simple game written in PyGame

Topics

Resources

Stars

Watchers

Forks

Languages