good first issuetower-defense
Repository metrics
- Stars
- (2 stars)
- PR merge metrics
- (PR metrics pending)
Description
Currently, the game only has one Tower Defense level, limiting replayability.
This task involves:
- Designing 2-3 new levels with unique paths
- Defining paths in
PathsConfig.hfor each level. - Configuring enemy waves per level (type, count, spawn timing) via the
Waveclass.
Priority: High