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
PixelPals – Collaborative pixel art canvas
11–15 of 15 posts
I think some people may be checking wether your script works or not
Re: PixelPals – Collaborative pixel art canvas
#12Ok 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
#13Ok 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
Re: PixelPals – Collaborative pixel art canvas
#14Right now it says "Penis Bro," "Shitcock," and also has a picture of a penis. I'm shocked!
Still penises four hours later. As soon as I saw the link, I just knew that's what I was going to see. Humans are very predictable.
Re: PixelPals – Collaborative pixel art canvas
#15Awesome! I already have a couple of ideas on how to use this as a teambuilding tool. Thanks for open-sourcing it!