Hi all,
I've been hacking on getting Gameduino's libraries and demos running on Maple, and have put a beta version here:
http://excamera.com/files/Gameduino_m.zip
It should "just work" with the Maple IDE. Install the "Gameduino" library by unzipping it in you "libraries" directory, then restart the IDE. Details here: http://excamera.com/sphinx/gameduino/samples/index.html
One wrinkle: there's no "SPI.h" on Maple, so please delete the line "#include <SPI.h>" from the start of each Sketch.
As well as the main library, samples and demos, the games also work just fine, Asteroids, Frogger and Manic Miner:
http://excamera.com/sphinx/gameduino/samples/asteroids/index.html
http://excamera.com/sphinx/gameduino/tutorials/frogger1.html
http://excamera.com/sphinx/gameduino/demos/manicminer/index.html
It would be great to get confirmation that all this builds in the IDE... and even better if someone has a Maple+Gameduino and can check that the samples/demos/games run. Thanks all.