feat: initial commit with M1-M4 implementation
This commit is contained in:
12
docs/plans/2026-05-08-hockey-impl.md
Normal file
12
docs/plans/2026-05-08-hockey-impl.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user