Two player chess game built with React Typescript.
Deployed on github pages here.
- Node.js v10.17.0 or later.
- Clone the repository:
git clone https://github.com/MatiMoreyra/react-chess.git
- Navigate into the
app/
directory
cd react-chess/app
- Install npm dependencies:
npm install
- Run the project:
npm run build
- Open the app on your favorite browser (runs by default on localhost:3000):
firefox http://localhost:3000/
- Add unit-tests.
- Implement castling.
- Implement pawn promotion.