
8 Oct
2013
8 Oct
'13
4:30 p.m.
Hello mailing list, I am developing a small text adventure game, which now runs nicely on a Linux terminal. I was going to ask a friend of mine to compile it on Windows, but then I thought: "Wouldn't it be awesome if people could run that in their browser?" I searched a bit and found this little example game [1]. As you can see it was written in Haskell but you can play it in your browser. Now, to the problem: it seems to me that the code requires UHC (Utrecht Haskell Compiler), which I don't have (I use GHC). What are the alternatives (if any)? As stated above, I am not going to code anything complex graphic wise, so the simpler the merrier! Thanks -F [1] http://jshaskell.blogspot.de/2012/09/breakout.html