A simple reflex game for 3 people created with an arduino!
This 3 Players Reflex Game was created by the help of two college friends, this was our final project and we decided to create it the best way possible, this game starts by welcoming you to the game where you will see a menu, which you can select the option you want, to read instruction or to play the game, when you play the game theres gonna be a LED thas gonna blink one time between 1-10 sec, when the LED stops that blink, the player has to push the button, the fastest of the three will get the point!
You´re gonna need to install these modules:
Include "pitches.h"
Include <Wire.h>
Include <LiquidCrystal_I2C.h>
Include <SPI.h>
Jorge Eldis ~ @jorgeeldis ~ [email protected]
https://github.com/jorgeeldis/
- Fork it (https://github.com/jorgeeldis/3-PlayesReflexGame/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request