glitchybunny / Drawry

Web based multiplayer drawing game, built with socket.io and fabric.js
MIT License
4 stars 0 forks source link
canvas drawing fabricjs game multiplayer nodejs server socketio

drawry

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.

:art:


Running your own server

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:

  1. Make sure you have npm and nodejs installed - they're required for this.
  2. Clone the repo and navigate to the cloned directory.
  3. Run npm install to download all the dependencies.
  4. Run node server.js to test the server locally.
  5. Connect to the server by going to localhost or 127.0.0.1 in your browser.

Environment Variables

PORT

RATE_LIMIT

VERBOSE