Getting Started
This project was bootstrapped with Create React App.
About
The project has the following features:
-
Users can select a unique username which they will have for 24 hours (unless they logout).
-
Users can create games with unique 4 digit game codes.
-
Users can join games using game codes and play chess.
-
Rules of Chess that are not supported:
- Castling
- En Passant
- Promotion
- Stalemate
Available Scripts
npm run dev
from the root directory to start the server.
npm run start
from the app directory to start the client.
Learn More
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.