Local chess game made in React with Typescript and Vite. This game is meant to be played against a person next to you.
- Chess AI
- Multiplayer
- Save Status
- Game Analysis
- Clone the repo
git clone https://github.com/Unknowncall/Chess.git
- Install with your favorite package manager
pnpm install
- Run the dev server with
pnpm run dev
- Navigate to
http://localhost:5173/