Arduino Meet Gamesalad

by planetleak in Circuits > Arduino

1103 Views, 8 Favorites, 0 Comments

Arduino Meet Gamesalad

gamescreen.png
gsscreen.png

Making a very basic flappy bird style game with gamesalad, and control it with arduino and HC-SR04 as proximity sensor.

Short Description

In the video making the flappy cube game.

The arduino code in the video description.

How-to:

The arduino send to the game "up" key, when proximity under 10cm.

In the game, when the "up" key released, the red cube jump 30px from the last position.

If hit the incoming walls, game is over.