This is a basic tower defense game. Towers are spawned by clicking nodes and spending credits. You can change which tower you are building by clicking the buttons on the bottom of the screen. If you want to sell a tower, you can do so by selecting the sell tower button and then clicking a tower, 75% of the credits that the tower cost will be refunded. If an enemy makes it to the end point of the map it will do damage, when there is no health left on the end point the game is over. You can win by killing all of the mobs.
- Install Python 3.6 or newer
- Clone this repository
- In the directory the repository is installed, open a terminal
- Run "pip install -r requirements.txt" in the source directory
Run "main.py" either from the terminal or by double clicking the file (if python is in the path)