Super Mario in JavaScript

There has been a recent hype of this Super Mario Game done purely in JavaScript with embedded sprites and MIDI music. Everything is done with a single JS file (only 14KB in size) with no external file source.

There are embedding and reduction techniques in JavaScript which could be useful in web game development. John Resig did an explanation on this.

Popularity: 79%

Leave a Reply