less than 1 minute read

I’ve been experimenting with a little project called JSIL off and on, it can take compiled IL code and convert it to Javascript.  Which seemed like an interesting idea when I first learned about it, sort of like the asm.js for .Net.  This weekend, I managed to port Broken Magic Jumper, which was an XNA game jam game I made awhile back.  I had to tweak a few things that weren’t supported, but after a Saturday afternoon of banging on the code it’s working!

http://nickdarnell.github.io/BrokenMagicJumperJSIL/Game/

It’s just as functional as the desktop version too!

Updated: