Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 445 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 445 Bytes

Tower-Defense-Game

A fun tower defense game made in Python using pygame.

Concept:

  • a vanilla tower defense game with a twist: enemies can shoot back
  • fantasy medieval setting (orcs, archers, mages, etc.)

Notes on balance:

  • upgrade levels increase skill amount by O(1.1^n)
  • upgrade levels increase in cost by O(1.3^n)

ToDo:

  • make enemy spawn location aware of screen size
  • change enemy pathfinding algorithm to something that's not bad