A online chess engine made in javascript and Nodejs.
1. Fully functional gui.
2. Movable chess piece objects with team coloured piece images.
3. Supports player v CPU.
4. Gives suggestions for the best move.
5. Multiplayer feature added.
6. Different *difficulity* levels.
Visit https://vast-sands-21917.herokuapp.com/ for live app.
To run locally clone the app, make sure node is installed and go into the directory and run npm start.
1. Clone the app.
2. Make sure node is installed.
3. Go into the directory.
4. Run npm start.