Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 654 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 654 Bytes

Post-Apocalyptic-Survival-Game

This is a course requirements for CS191/192 Software Engineering Courses of the Department of Computer Science, College of Engineering, University of the Philippines, Diliman under the guidance of Ma. Rowena C. Solamo for AY 2020-2021.

  • Jan Michael Menina
  • Gerizim Villarante
  • Renzo Virtucio

Install all required third party modules

pip install -r requirements.txt

Run

python main.py

Third-party modules

This project uses Pyglet. Read the docs here.

Install using

pip install pyglet