Skip to content

Michael23B/Online-Canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

You can draw stuff with other people:

drawing

Play a game of pictionary with bad and annoying innovative controls:

guessing

guessing2

Setup

Online server

  1. Go here: https://blooming-castle-43633.herokuapp.com/
  2. Click connect

Hosted in the US, may be slower than hosting your own server

Downloading release

  1. Go to releases and download the latest archive.
  2. Unzip the files
  3. Run onlinecanvas.exe
  4. Forward port 3000 to play online
  5. Connect using localhost:3000 or your-ip:3000

Downloading source (requires node.js)

  1. Download or clone repo
  2. Enter 'cd path/to/app'
  3. Enter 'node server.js'
  4. Forward port 3000 to play online
  5. Connect using localhost:3000 or your-ip:3000