npm create astro@latest -- --template framework-react
The main game code is in src/lib/checkers folder
. The player can play against the minmax AI algorithm, and try to beat him. The win/lose are not yet displayed and the UI needs more work in general. Ideally,
- Implement new UI
- Support online game (P2P/Game Server)