A *VERY* basic side-scroller written in python using the Pygame library
Find a file
2024-02-07 21:44:46 -06:00
assets Updated assets 2022-10-14 17:59:22 -05:00
audio Initial Commit 2022-10-13 11:08:46 -05:00
font Initial Commit 2022-10-13 11:08:46 -05:00
graphics CHANGE LOG: 2022-11-05 21:02:41 -05:00
game.py CHANGE LOG: 2022-11-05 21:02:41 -05:00
README.md Updated README 2024-02-07 21:44:46 -06:00
requirements.txt Initial Commit 2022-10-13 11:08:46 -05:00

Space Runner

A 2D Game written in Python using Pygame.

Space Runner Visual

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