This is a rather detailed review of Super Mario World for the Super Nintendo. The review features 53 videos, interactive components, and lots of information on the game. It was an experiment and a way to get some more ClojureScript and Om under my belt.
This directory contains an Atom Shell based app (named Daisy) that manipulates Super Nintendo videos. Daisy is how I made all of the videos for the review. It's currently a very raw, very alpha app. The app is built with ClojureScript and Om.
This directory contains the actual review. The live version is at https://supermarioworld.rocks. The review is also built with ClojureScript and Om, along with Garden.
You will need a proper Clojure environment including leiningen.
From the review-app
directory:
lein cljsbuild auto
lein garden auto
lein run
After all that churns out, you should see the review at http://localhost:3000
- For phones and tablets, animated gifs are used instead of videos. They total up to more than 80 megs of gifs, so can bog down phones, even crash mobile browsers. If the review goes into gif mode, a warning dialog pops up first.
- You can force gif mode with
index.html?forceGifs
- You can force gif mode with
- Should probably CSS sprite all the images
- Some people have reported issues with the videos on certain browser/os combos