A client for the Yahoo! bingo contest. #complete
Go to file
Elf M. Sternberg 3bfc87f44a Removing underscore as a dependency. No longer hacking objects, just indexes. 2013-12-04 00:40:10 -08:00
.gitignore Bingo client. 2013-12-03 17:19:13 -08:00
LICENSE Updated with Github info and Coffeescript dependency. 2013-12-03 23:54:14 -08:00
README.md Adding perquisites. 2013-12-03 23:45:49 -08:00
bingo.coffee Removing underscore as a dependency. No longer hacking objects, just indexes. 2013-12-04 00:40:10 -08:00
package.json Removing underscore as a dependency. No longer hacking objects, just indexes. 2013-12-04 00:40:10 -08:00
package.yml Removing underscore as a dependency. No longer hacking objects, just indexes. 2013-12-04 00:40:10 -08:00

README.md

Yahoo's running this contest. Read about it here: http://yahoobingo.herokuapp.com/

This took me about 40 minutes, total. I was thinking about re-writing this in Bacon, but my Bacon is pretty raw. At best, I could propertize the cards to create a new card (i.e. a new state) every time a ball came in, but that seemed a little overwrought.

I'm sad that it requires underscore, but Node's native reduce doesn't support object iteration, only arrays.

It was nice to have an opportunity to hack Coffee and Node again.