|
Some checks failed
Build / build (push) Failing after 19s
- Fix scoreboard remaining count initialization - Add setRemainingCount() method to Scoreboard class - Initialize count once with total asteroids in Level1 - Remove incorrect per-asteroid notifications from deserializer - Distribute asteroids evenly around base in circular pattern - Calculate positions using angle: (i / total) * 2π - Add small random variation (±0.15 radians) for natural spacing - Set tangential velocities for orbital motion - Apply to both LevelGenerator and CustomLevelGenerator - Eliminate code duplication in level generation - Convert LevelGenerator static constants to public instance properties - Remove ~130 lines of duplicated code from CustomLevelGenerator - CustomLevelGenerator now just inherits from base class - Net reduction: 99 lines of code 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| public | ||
| server | ||
| src | ||
| .gitignore | ||
| CLAUDE.md | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| styles.css | ||
| tsconfig.json | ||
| vite.config.ts | ||