Behold, FANBOAT: the greatest Swamp-Skimmer-Simulator ever conceived, unless you count Half-Life 2. That one’s better.
Dodge gators on your propeller-powered pontoon as it rages faster and faster across the big black bayou. If you can pick up juice for your grandfather’s old shield generator, you can pass right through the congregation as long as it’s powered up.
I’m not sure why but I can’t get codebender to load it to my unit. It works just fine from the arduino desktop app. It’s just the one .ino file now, so it should be easy to load up regardless.
In file included from (sketch file) Fanboat.ino:10:
In file included from (library file) Arduboy/Arduboy.h:4:
(library file) Arduboy/utility/core.h:6:10: fatal error: 'SPI.h' file not found
#include <SPI.h>
^
1 error generated.
Right, I’ve had no trouble with it but codebender requests some includes. Adding those throws up loads of other errors, so I haven’t yet gotten it going there. I’ll keep working on it though, thanks for checking it out.