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!
Dodge obstacles as you run along a path. See how far you can go and try to beat your high score!
- to jump
- and to move
- to pause the game or reset after you die
- to quickly exit the game (in case a co-worker walks past!)
- Clone the repository to your local machine.
# clone the repository
git clone https://github.com/eeshawn11/Running_Man.git
- Check that you have PyGame installed, then launch the main.py file.
# install pygame
pip install pygame
# launch app
python main.py
- Add start screen
- Work on parallax background effect
- Code refactoring
Include GIF in README
- Adventurer Sprite from bdragon1727
- Background Music from FesliyanStudios
- monogram Font from datagoblin
- Background from vnitti
- Decorative sprites and obstacles from Cainos