Platformer on 8x8 LED matrix with Arduino


By Cloe Phan: www.chloefan.com/projects


This is a game project for S10-05833 - Gadgets, Sensors, and Activity Recognition in HCI taught by Scott Hudson at Carnegie Mellon University. She created a simple version of Super Mario Bros using an 8x8 LED matrix (one color), an Arduino Nano, two buttons for the input (forward and jump), and a piezo sensor hooked to a separate Arduino for the theme song.

Credits:
Scrolling code: Oomlout 8x8 Scrolling Message http://oomlout.com/8X8M/8X8M-Guide.pdf
Level maps: Super Pixel Bros (http://bit.ly/superpixbros) (transcribed by hand into bytes -- solid areas are 1's and empty areas are 0's)
Sheet music: http://www.mariopiano.com/mario-sheet-music-overworld-main-theme.html (transcribed notes are used with piezo code: http://arduino.cc/en/Tutorial/Tone)