Tower Defense

Project description

Tower Defense is a game where you try to stop the enemies from reaching the other side of the level. If they manage to cross the level, you lose a valuable health point. You stop enemies by buying unique towers with gold and place them in their corresponding tile. The player gets gold from killing enemies and completing waves of enemies.

game image

My contribution

I made this entire project on my own, it was the final project for my programming 2 course in high school. The level is setup using tiles, and the enemies recognize when to move based on what tile is ahead and adjacent to them.