Controlling an infuriating game with an accelerometer
posted Jul 21st 2011 8:01am by Brian Benchofffiled under: arduino hacks
[Daniel] just made a motion controlled game controller to go with his infuriating game. Thankfully, [Daniel] posted the source for this game so first time players already know the level select codes.
The controller is based on an Arduino Uno with what looks to be a Sparkfun 2-axis accelerometer providing the tilt sensing. A similarly sourced half-inch force sensitive resistor and temperature sensor control the ‘jump pads’ in the game. A small vibrating pager motor strapped onto the controller as a rumble pack.
The game itself, built with Processing, is maddeningly hard (at least using a PC and a mouse) and fairly addictive. We’re going to keep telling ourselves that the game is hard because we don’t have a good controller. That saves us from taking out some frustrations on our laptop, but it does bring up memories of the MadCatz incident.
Check out the video below for the demo.







That’s pretty cool! I was thinking along the same lines using the fram dev board I picked up from TI for $15 recently (I managed to read the accelerometer from java so far after hacking apart the demo source provided.)