Real time checkers(dama) game with chat
$ cd project_directory
$ npm install
$ node server.js
And point your browser to http://localhost:8080
. Optionally, specify
a port by supplying the PORT
env variable.
- Multiple users can join a game by each entering a username on website .
- Users can type chat messages to the chat room.
- A notification is sent to all users when the opponent is connected and ready to play .