Skip to content

CS-192-S3-2020-2021-Group-2/Post-Apocalyptic-Survival-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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