PSP, NDS, PC, SOFTWARE, and OTHERS  

Go Back   PSP, NDS, PC, SOFTWARE, and OTHERS > ALL ABOUT PC > PC PROGRAMING

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 04-16-2008, 11:34 PM
deedaad's Avatar
 
Join Date: Mar 2008
Posts: 11,689
Thanks: 1,859
Thanked 283 Times in 189 Posts
deedaad has disabled reputation
Thumbs up Super Mario in 14kB Javascript



Here's an experiment in keeping things small and confined to one Javascript file. There are no external image files or anything, everything is rendered with Javascript using either canvas elements or old fashioned div-making tactics (for IE). The sprites are stored in custom encoded strings in a format that only allows 4 colors for each sprite but in turn only takes up around 40-60 bytes per sprite.

We also have MIDI music embedded as base64-encoded data: URI's. No music for IE, though, and it seems all the other browsers each have different, minor problems with it, but it sort of works.

It is by no means a complete clone or anything, it's not even an entire level and several key things are missing, such as mushrooms, Koopas and stuff. It was merely done as a sort of proof-of-concept and to see how small it could get.

Performance varies somewhat between the different browsers, but Firefox, Opera, Safari and IE are all playable. The latest WebKit nightly seems to give Safari a speed boost.

Be sure to click the mouse on the game if Mario won't move. When you die, you have to reload the page to start over. And yes, you can move left. Sorry.


Regular version: no music or with music

Double size: no music or with music


The script has been compressed to 14kb with the YUI compressor.
Here's the uncompressed script (35kb), if anyone is interested. The structure may look a bit weird, a lot things have been moved around to get better compression.

Edit 2: Also, those of you complaining about the faithfulness of this implementation or how it's not complete are really missing the point of this excersize.

Edit 3: Added an encoding declaration and fixed the death music.
__________________
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Google Search
Custom Search

All times are GMT +7. The time now is 01:32 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.