A tower defense game.
Go to file
Brian Fertig b554839537 Add tower upgrade functionality with cost and sprite updates
This commit implements tower upgrading mechanics by:
- Adding sprite and cost properties to all tower levels in towerConfig.js
- Implementing upgradeMenu() and upgradeTower() methods in TowerManager.js
- Adding interactive tower selection for upgrades
- Updating tower textures during upgrades
- Including gold cost validation for upgrades

The changes enable players to upgrade towers up to level 3, with appropriate cost increases and visual feedback through sprite changes.
2025-09-02 21:47:59 -06:00
assets Add AOE tower support, implement flamethrower and cannon towers with animations, enhance tower targeting logic, and update tower configurations including damage types and ranges. 2025-09-02 21:16:20 -06:00
src Add tower upgrade functionality with cost and sprite updates 2025-09-02 21:47:59 -06:00
index.html feat: Implement basic level 1 with tilemap, enemies, pathfinding and wave system 2025-08-30 20:38:17 -06:00
start_web.bat feat: Implement basic level 1 with tilemap, enemies, pathfinding and wave system 2025-08-30 20:38:17 -06:00