Take turns drawing pictures and writing captions to make fun stories with your friends.
Inspired by drawception, brokenpicturephone, and a plethora of other games in this genre.
🎨
For reference, server.js is the node server, and /static/js/client.js is the main javascript module for the client.
How to run locally:
- Make sure you have npm and nodejs installed - they're required for this.
- Clone the repo and navigate to the cloned directory.
- Run
npm install
to download all the dependencies. - Run
node server.js
to test the server locally. - Connect to the server by going to
localhost
or127.0.0.1
in your browser.
PORT
- Changes which port the server runs on
- Default: 80
RATE_LIMIT
- Defines the max amount of resource requests from an IP address per minute.
- Default: 50
VERBOSE
- Enables verbose logging in the server console
- Default: false