website/content/lab-notes/Chess.md
Mira Kristipati a25a30f90c
All checks were successful
/ ls (push) Successful in 20s
update
2025-04-04 16:23:14 -04:00

10 lines
No EOL
184 B
Markdown
Executable file

# Game Loop
- display board
- check if endgame state
- end game if needed
- get current side
- get move for current side
---
- `Game` struct contains game state
- Refactor to trait?