Files
football/docs/plans/2026-05-08-hockey-impl.md
2026-05-12 10:54:09 +03:00

12 lines
610 B
Markdown

# Roadmap: Hockey Simulation
**Goal:** Implement an autonomous 6v6 hockey simulation.
**Spec:** [docs/specs/2026-05-08-hockey-design.md](../specs/2026-05-08-hockey-design.md)
## Milestones
- [ ] M1: Core Engine & Basic Rendering (Window, Rink, Puck, Game Loop)
- [ ] M2: Physics & Puck Dynamics (Collisions, Friction, Bounces)
- [ ] M3: Basic AI & Player Movement (Steering Behaviors, Basic Seek)
- [ ] M4: Tactical AI & Role-based Logic (Zones, Forwards/Defenders/Goalie)
- [ ] M5: Game Rules & Match Logic (Scoring, Resets, Timer, Referee)
- [ ] M6: Polish & Balancing (Tuning weights, Visual improvements)