Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 458 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 458 Bytes

Chess


Description

Local chess game made in React with Typescript and Vite. This game is meant to be played against a person next to you.

Future Goals

  • Chess AI
  • Multiplayer
  • Save Status
  • Game Analysis

How to install

  1. Clone the repo git clone https://github.com/Unknowncall/Chess.git
  2. Install with your favorite package manager pnpm install
  3. Run the dev server with pnpm run dev
  4. Navigate to http://localhost:5173/