An online chess game created uding vanilla javascript and ExpressJS/MongoDB. Requirements: -Mongodb -NodeJS
Instructions to run the game:
- npm install
- node index.js
- the webpage will be served on port 4000. Enter any integer as the game code and choose 'w' for white and 'b' for black
- Enjoy the game :)