/react-chess

Two player chess game built with React Typescript.

Primary LanguageTypeScript

React Chess

Two player chess game built with React Typescript.

Demo

Deployed on github pages here.

Prerequisites

  • Node.js v10.17.0 or later.

How to run this project

  1. Clone the repository:
git clone https://github.com/MatiMoreyra/react-chess.git
  1. Navigate into the app/ directory
cd react-chess/app
  1. Install npm dependencies:
npm install
  1. Run the project:
npm run build
  1. Open the app on your favorite browser (runs by default on localhost:3000):
firefox http://localhost:3000/

TODOs

  • Add unit-tests.
  • Implement castling.
  • Implement pawn promotion.