Neat! I also cloned 2048 in Haskell [1]. I don't know how many lines of code it is, but the core game logic is remarkably simple.<p>[1]: <a href="http://taylor.fausak.me/2014/04/28/cloning-2048-in-haskell/" rel="nofollow">http://taylor.fausak.me/2014/04/28/cloning-2048-in-haskell/</a>
Question: I've seen at least several succinct versions of programs written in Haskell. Would people say this is a benefit of Haskell? Just skill on behalf of the coder?
This is neat and all, but the smooth animations of the original are probably not something you can easily pull off in few lines of code. And that is a very large fraction of the original, if I recall.
I haven't used haskell before and did not fully understand the code, but since python support those map filter stuff, can we write haskell-like python as well?