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.
no-cooperation/README.md

18 lines
356 B
Markdown
Raw Permalink Normal View History

2021-04-08 11:37:09 -04:00
# No_Cooperation
A game made as part of a first year semester-long group project.
Made using Python3 and Pygame.
2021-04-08 12:08:14 -04:00
# To Run
Download the latest build from the [Releases](https://github.com/caleb-brown/No_Cooperation/releases)
Or navigate to the root application folder and in terminal type:
2021-04-08 11:37:09 -04:00
2021-04-08 11:39:08 -04:00
`python .\main.py`
To install Pygame:
`pip install pygame`