Show HN: Color War
jointhecolorwar.com
Show HN: Color War
1–10 of 20 posts
Re: Show HN: Color War
#2Try to make the screen all one color while your opponents do the same.
Re: Show HN: Color War
#3Written in Node.js, hosted on Amazon EC2, uses Socket.IO.
Re: Show HN: Color War
#4Addictive for about 40 seconds. I was like "GO GREEN! GREEN! GREEN! GREEEEEEEEEEEEEEEEEN!!!!" and then realized it was futile. Neat though!
Re: Show HN: Color War
#5It was just a matter of time before someone stopped using a mouse and started some scripts.
Re: Show HN: Color War
#6Ha, some bots are being written as we speak! Or, someone out there has some killer hand-eye coordination.
Re: Show HN: Color War
#7I did do some stuff to try and limit scripts. We'll see if they can figure it out.
Also, it's multi-touch enabled...
Re: Show HN: Color War
#8It was just a matter of time before someone stopped using a mouse and started some scripts.
Yeah, I limit the number of moves you can make per second, but mice/multi-touch move pretty fast...
Re: Show HN: Color War
#9Addictive for about 40 seconds. I was like "GO GREEN! GREEN! GREEN! GREEEEEEEEEEEEEEEEEN!!!!" and then realized it was futile. Neat though!
I was entertained through a boring meeting. :)
Re: Show HN: Color War
#10for (var i = 0; i < 10000; i++) {
socket.emit('move', {x:Math.floor(Math.random()* 750), y:Math.floor(Math.random()* 750), id:myId});
}