dluciano / check3rs

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

Home Page:https://checkers-p2p.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

https://checkers-p2p.vercel.app


Languages

Language:TypeScript 96.9%Language:CSS 1.1%Language:JavaScript 1.1%Language:Astro 0.8%