Recreation of Kalambury.
Kalambury requires:
Install the dependencies and devDependencies and start the server on localhost:3000.
$ cd kalambury
$ npm install -d
$ npm install express --save
$ npm install socket.io --save
$ node server.js
- Build sign up and sign in process security
- Improve live-draw so just one client can draw at time
- Add live-chat functionality
- Implement game rules and points scoring