Skip to content

ArthurLeFloch/TowerDefenseV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TowerDefenseV2

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.

Installation

In order to install necessary libraries such as pygame, please run this command :

$ pip install -r requirements.txt

Waves

As the number of passed waves increase, the initial life of the enemies is increased.

Player level

As the player level goes up, you can buy new towers and unlock new tower levels.

License

Tower Defense V2 is licensed under the Apache License 2.0.

About

Tower Defense V2

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages