/pyweek-33

my submission to pyweek 33

Primary LanguagePythonMIT LicenseMIT

Our Teams Submition to Pyweek 33

About the game

  • insert details about the game here

Credits

Devs

Designers

  • Apples | No GitHub
  • squig | No GitHub
  • sybuns | No GitHub
  • stabbie | No GitHub
  • Reiner | GitHub

Audio Engineers

  • Wem | No GitHub
  • Flarieanie | No GitHub

Basic controls

  • W, A, S, D/Up, Down, Left, Right: Move
  • Escape: Pause/Play
  • Reset the level: f1
  • Toggle fps counter: f2

Installation instructions

  1. Install Python and add to path
  2. Clone the repo
git clone https://github.com/robert-abraham/PyWeek-33-March
  1. Install the requirements
pip install -r requirements.txt
  1. Run main.py
python main.py

Contributing Installation Instructions

  1. If you are contributing, you will need to install some special utilities.
  1. Mahe sure you also read through our contributing guidelines.