- play chess locally like it’s 1998
- two board modes (because one wasn’t enough)
- analysis board for when you suddenly become a grandmaster
- works offline after load (internet is optional, skill is not)
- clean ui with zero unnecessary magic
once the page is loaded the game can be played offline:
- react
- typescript
- vite
git clone https://github.com/jasurlive/chess.git
cd chess
npm install
npm run dev- open the app
- click something
- pretend you know chess
- lose anyway
src/
assets/
css/
pages/
react/
tools/
simple, nothing fancy
- online multiplayer (maybe)
- ai that humiliates you
- better ui (if necessary)
prs are welcome. just don’t break everything.
mit > do whatever you want, just don’t blame me.
if you lose, it’s not a bug. it’s you.