On Sun, Jan 16, 2011 at 8:26 PM, Tom Hawkins <[email protected]> wrote: > I want to create a simple browser game using Haskell. It would be > nothing complicated: basic 2D graphics, limited sound, and minimal > network traffic. > > What is the recommended medium? Flash or JavaScript+SVG?
Unity3D is scriptable with Javascript and runs in browser. Not sure how difficult it would be to get the existing Javascript backends to interface with that library, but it's worth a shot. I highly recommend Unity3D, it's a very complete game development tool (and is just fine for 2D despite the name). Luke _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
