Skip to content

dluciano/check3rs

Repository files navigation

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)

About

The classic checkers game. Built using React + Astro and opponent (minmax)

Resources

Stars

Watchers

Forks