1
0
This repository has been archived on 2024-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2021-04-08 12:08:14 -04:00
game font Added game source code and source images 2021-04-08 11:37:41 -04:00
imgs Added game source code and source images 2021-04-08 11:37:41 -04:00
maps Added game source code and source images 2021-04-08 11:37:41 -04:00
sounds Added game source code and source images 2021-04-08 11:37:41 -04:00
.gitignore Initial commit 2021-04-08 11:29:43 -04:00
application.py Added game source code and source images 2021-04-08 11:37:41 -04:00
BigDict.py Added game source code and source images 2021-04-08 11:37:41 -04:00
entity.py Added game source code and source images 2021-04-08 11:37:41 -04:00
gui_manager.py Added game source code and source images 2021-04-08 11:37:41 -04:00
idevice.py Added game source code and source images 2021-04-08 11:37:41 -04:00
main.py Added game source code and source images 2021-04-08 11:37:41 -04:00
math2d.py Added game source code and source images 2021-04-08 11:37:41 -04:00
pane.py Added game source code and source images 2021-04-08 11:37:41 -04:00
README.md Update README.md 2021-04-08 12:08:14 -04:00
soundDataBase.py Added game source code and source images 2021-04-08 11:37:41 -04:00
spriteDataBase.py Added game source code and source images 2021-04-08 11:37:41 -04:00
world.py Added game source code and source images 2021-04-08 11:37:41 -04:00

No_Cooperation

A game made as part of a first year semester-long group project.

Made using Python3 and Pygame.

To Run

Download the latest build from the Releases

Or navigate to the root application folder and in terminal type:

python .\main.py

To install Pygame:

pip install pygame