Live data from Hacker News

PixelPals – Collaborative pixel art canvas

eternalthinker.github.io

11–15 of 15 posts

Re: PixelPals – Collaborative pixel art canvas

#11

Ok that was fun. var socket = new Firebase("https://pixelpals-server.firebaseio.com/public"); var w = 150; var h = 120; var randColor = function(){ return '#'+Math.floor(Math.random()*16777215).toString(16); }; for(var i = 0 ; i .. sorry

I think some people may be checking wether your script works or not

Re: PixelPals – Collaborative pixel art canvas

#12

Ok that was fun. var socket = new Firebase("https://pixelpals-server.firebaseio.com/public"); var w = 150; var h = 120; var randColor = function(){ return '#'+Math.floor(Math.random()*16777215).toString(16); }; for(var i = 0 ; i .. sorry

You can even draw the Mona Lisa on it : http://pastebin.com/TUsqeMWT

(You need to expose the pixelCanvas globally first using a break point or something)

Re: PixelPals – Collaborative pixel art canvas

#13

Ok that was fun. var socket = new Firebase("https://pixelpals-server.firebaseio.com/public"); var w = 150; var h = 120; var randColor = function(){ return '#'+Math.floor(Math.random()*16777215).toString(16); }; for(var i = 0 ; i .. sorry

The scripted experiments are fun indeed :] Also the firebase server usage is shooting up like anything :D
Post reply on HN