Skip to content

Latest commit

History

History
90 lines (57 loc) 路 1.16 KB

File metadata and controls

90 lines (57 loc) 路 1.16 KB

uzchess

image

yes, another chess app


features

  • play chess locally like it鈥檚 1998
  • two board modes (because one wasn鈥檛 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

demo

once the page is loaded the game can be played offline:


stack

  • react
  • typescript
  • vite

installation

git clone https://github.com/jasurlive/chess.git
cd chess
npm install
npm run dev

usage

  • open the app
  • click something
  • pretend you know chess
  • lose anyway

project structure

src/
  assets/
  css/
  pages/
  react/
  tools/

simple, nothing fancy


roadmap

  • online multiplayer (maybe)
  • ai that humiliates you
  • better ui (if necessary)

contributing

prs are welcome. just don鈥檛 break everything.


license

mit > do whatever you want, just don鈥檛 blame me.


important note

if you lose, it鈥檚 not a bug. it鈥檚 you.