An open API service indexing awesome lists of open source software.

https://github.com/agucova/flappyduino

A simple interaction for playing Flappy Bird on your pc, while pressing a physical Arduino button.
https://github.com/agucova/flappyduino

arduino circuit flappy processing

Last synced: 27 days ago
JSON representation

A simple interaction for playing Flappy Bird on your pc, while pressing a physical Arduino button.

Awesome Lists containing this project

README

          

# flappyduino
A simple interaction for playing Flappy Bird on your pc, while pressing a physical Arduino button.
Basically, when you press the button, you flap.
![Circuit](https://img42.com/9GUcC+)
Based on:

+ [Flappy Code (Processing)](https://forum.processing.org/two/discussion/3580/flappy-code)
+ [Button (Arduino)](https://www.arduino.cc/en/Tutorial/Button)

## Instructions
1. Download [Processing](https://processing.org/download/) and Install.
2. Upload the .ino code into your Arduino.
3. Connect the arduino to the PC/Mac
4. Run the .pde (Processing)
5. Assuming your circuit is ready, you are ready to play!

## Screenshots
![The GUI](http://image.prntscr.com/image/6e0f7eff2f624d838a15e53ade37428f.png)