A *VERY* basic side-scroller written in python using the Pygame library
| assets | ||
| audio | ||
| font | ||
| graphics | ||
| game.py | ||
| README.md | ||
| requirements.txt | ||
Space Runner
A 2D Game written in Python using Pygame.
About
This game was inspired by Clear Code's tutorial on Pygame. The code contains notes in the form of comments on how to work with basic logic in Python
- if statements
- while loops
- and classes
as well as how to work with external libraries.
Install
git clone https://git.weiseguy.com/weiseguy1/space-runner.git
cd space-runner
pip install -r requirements.txt
python game.py
