Schlagwort: Game Controllers

  • Creating a physical game controller with Arduino

    Creating a physical game controller with Arduino

    Reading Time: 2 minutes

    Creating a physical game controller with Arduino

    Arduino TeamSeptember 3rd, 2019

    Steven Goodwin wrote a JavaScript game called Space Bounce where a character in a space suit has to jump from one side of a mine shaft to another, collecting roughly star-shaped objects, while avoiding spikes. It’s a simple yet rather entertaining game, and since there’s really only one type of interaction (jumping) he decided to make things a bit more interesting by adding a physical controller.

    His custom device employs a pair of pressure pads on the ground to sense a player standing on one or the other, and when one’s feet leave the mat, the on-screen player jumps to the opposite wall. Players must then recover and balance on the other mat, and jump back when needed.

    An Arduino senses this interaction using the standard Firmata firmware, and a PC running the Johnny-Five library and a Node server passes commands onto the game itself via WebSockets.

    [youtube https://www.youtube.com/watch?v=Gd82hZeIhYs?feature=oembed&w=500&h=375]

    Website: LINK

  • Play Mario Kart: Double Dash with a hacked VTech steering wheel

    Play Mario Kart: Double Dash with a hacked VTech steering wheel

    Reading Time: < 1 minute

    Play Mario Kart: Double Dash with a hacked VTech steering wheel

    Arduino TeamFebruary 19th, 2019

    YouTuber “Insert Controller Here” has been creating gaming controllers out of a variety of objects, like bananas, mayonnaise, and meat. For his latest iteration, the YouTuber decided to convert a VTech Turn and Learn Driver into—what else?—a Mario Kart: Double Dash steering console.

    As seen in the video below, the build consists of disassembling the toy, then soldering wires to the correct points to recreate steering wheel input, braking, and throttle. An Arduino Leonardo is used for the gaming interface, allowing Mario and Luigi to make it around the track by turning the wheel and applying brakes, while the accelerator is simply “shifted” into place.

    [youtube https://www.youtube.com/watch?v=iNuI0311-qA?start=2&feature=oembed&w=500&h=281]

    Website: LINK