peterkhayes / divflood

a collaborative canvas made out of divs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running locally

  • cd server; npm install
  • send udp packets of the form x y color to port 6666, where x and y are numbers between 0 and 499, and color is a legal css color string (#394829 or rgb(12, 230, 160)).
  • navigate to http://localhost:7777 to see results
  • send as many packets as possible. give your friends the address.

Over the net

  • Soon to be deployed on heroku...

License

divflood is MIT licenced.

About

a collaborative canvas made out of divs

License:MIT License


Languages

Language:JavaScript 36.4%Language:Python 35.9%Language:HTML 27.8%