Skip to content

TensorStudios/Jonathan_TD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waffle.io - Columns and their card count

Jonathan_TD

Description:

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.

Installation instructions:

  1. Install Python 3.6 or newer
  2. Clone this repository
  3. In the directory the repository is installed, open a terminal
  4. Run "pip install -r requirements.txt" in the source directory

To launch the game:

Run "main.py" either from the terminal or by double clicking the file (if python is in the path)