it is possible to play online with people, but you need to run Node.js server for it.
The project was made mostly for experimenting and learning JavaScript back in 2017.
Codebase is awful, btw
https://centraltonowhere.github.io/Chess-game
First, you need to have Node.js
and npm
installed.
npm i
npm run build
node server.js
Now project is available on localhost:4000
- create game name and remember it
- create password and submit
- open sidebar menu
- send game name and password from chat message to second player
- second player now can enter to your game session