No description
Find a file
Samuel Bouchet 2b3d27d295 Fix transfer direction bug, validate GDD levels via red-green testing
- Fix cargo bouncing in relay chains: piece-to-piece transfers now prefer
  receivers farther from production (forward flow) instead of closer (backward)
- Level 2 stock corrected: 4R+1B → 6R+1B to match required solution
- Level 3 simplified to single cargo type (6R+1K) — dual-cargo on 6x6
  requires engine support for cargo-type filtering (Phase 2)
- Add PLAN.md with prototype roadmap (phases 2-6)
- 57 tests passing
2026-04-10 15:25:25 +02:00
chessistics-engine Fix transfer direction bug, validate GDD levels via red-green testing 2026-04-10 15:25:25 +02:00
chessistics-tests Fix transfer direction bug, validate GDD levels via red-green testing 2026-04-10 15:25:25 +02:00
Data/levels Initial commit: Chessistics prototype v0.3 2026-04-10 14:58:03 +02:00
docs Initial commit: Chessistics prototype v0.3 2026-04-10 14:58:03 +02:00
research Initial commit: Chessistics prototype v0.3 2026-04-10 14:58:03 +02:00
Scenes Initial commit: Chessistics prototype v0.3 2026-04-10 14:58:03 +02:00
Scripts Initial commit: Chessistics prototype v0.3 2026-04-10 14:58:03 +02:00
.editorconfig Initial commit: Chessistics prototype v0.3 2026-04-10 14:58:03 +02:00
.gitattributes Initial commit: Chessistics prototype v0.3 2026-04-10 14:58:03 +02:00
.gitignore Initial commit: Chessistics prototype v0.3 2026-04-10 14:58:03 +02:00
Chessistics.csproj Initial commit: Chessistics prototype v0.3 2026-04-10 14:58:03 +02:00
Chessistics.slnx Initial commit: Chessistics prototype v0.3 2026-04-10 14:58:03 +02:00
icon.svg Initial commit: Chessistics prototype v0.3 2026-04-10 14:58:03 +02:00
icon.svg.import Initial commit: Chessistics prototype v0.3 2026-04-10 14:58:03 +02:00
PLAN.md Fix transfer direction bug, validate GDD levels via red-green testing 2026-04-10 15:25:25 +02:00
project.godot Initial commit: Chessistics prototype v0.3 2026-04-10 14:58:03 +02:00