Cooldown Chess is a chess variation that makes the game real-time. Instead of being turn-based, players will be given a "cooldown" after moving that they must wait before they can move again.
This project was made using React for the client-side and Express.js for the server-side, with Socket.io sending data between the two.
You can try the game here: http://justingoping.com/cooldown-chess
Ensure you have nodejs and npm/yarn installed.
- Fork/Clone the repository in the
serverdirectory - Run
npm installto install the dependencies - Run
npm start. The server will run onlocalhost:8080
- Fork/Clone the repository in the
clientdirectory - Run
yarnto install the dependencies - Run
yarn start. The server will run onlocalhost:3000
