Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 386 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 386 Bytes

Checkers Game using Astro + React

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,

TODO

  • Implement new UI
  • Support online game (P2P/Game Server)