Making Games in Javascript with Underscore.js and FP
I’ve been toying with the idea of creating games using a functional approach recently. I had a lot of fun last year writing a cut down PushButton Engine clone in Javascript, (which I’ve started rewriting) but since I’ve started learning Haskell recently I’ve really wanted to try out a more functional approach to making games. [...]