mihaid11/emberguard

Implement New Levels for `TowerDefense` Mode

オープン

#31 opened on 2025/06/07

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (1 件のフォーク)auto 404
good first issuetower-defense

Repository metrics

Stars
 (2 個のスター)
PR merge metrics
 (平均マージ 2d 23h) (30d で 1 merged PR)

説明

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.h for each level.
  • Configuring enemy waves per level (type, count, spawn timing) via the Wave class.

Priority: High

コントリビューターガイド