Tower Defense V2 is a tile-based tower defense game, where enemies spawn from multiple tiles and have to reach the end tile.
The tilemap is designed using perlin noise, as well as the obstacles.
Towers are placed directly on the grid (and enemies can't go through). Then, enemies find the shortest path to reach the end.
In order to install necessary libraries such as pygame, please run this command :
$ pip install -r requirements.txt
As the number of passed waves increase, the initial life of the enemies is increased.
As the player level goes up, you can buy new towers and unlock new tower levels.
Tower Defense V2 is licensed under the Apache License 2.0.