cigraphics / FullScreenMario-JSON

A working copy of FullScreenMario that uses JSON for maps and JS objects for Things.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FullScreenMario

This is a forked version of FullScreenMario that radically changes Things, Maps and local data. Not all functionality has been copied over, and many maps are missing key features. Once it has completely made up the features from the main branch, it will be merged back into the project.

An HTML5 remake of the original Super Mario Brothers - expanded for modern browsing.


How to Play

Due to a legal complaint from Nintendo, this project is no longer directly available via www.fullscreenmario.com. However, you may run or host your own copies of the game on your computer, a cloud IDE, or your own server.

Your Computer (Local)

Download and extract the project .zip, and open index.html in a browser. That's it!

Your Computer (Virtual Host)

Download and install the *AMP stack suitable for your operating system. Download the FullScreenMario .zip, and extract the files in a directory somewhere under htdocs. You'll be able to access it via http://localhost/ in your browser.

Cloud IDE

IDE

  • Select Preview > Project Index.
  • Select Preview > New Browser Tab.
  • Click Preview and then click inside the game area.

Your Server

Follow the same steps as running on your computer (virtual host), but onto your server's file storage (you'll likely need to FTP the files over).

Developers & Legal

This is released under the Attribution Non-Commercial Share-Alike license. Full Screen Mario is meant to be both a proof of concept and an entertaining pasttime, not a source of income.

The whole project was originally hosted under www.fullscreenmario.com, but that site was taken down by Nintendo for copyright infringement.

Using Your Own Sprites

Please do! Sprites are stored in /settings/sprites.js. They're compressed into a custom text-based format that's documented in /src/PixelRender/README.md: you'll want to read that to see how to make your own.

About

A working copy of FullScreenMario that uses JSON for maps and JS objects for Things.