furkantokac/Pusherduino
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Pusherduino Version 1.0.0 Project link : https://circuits.io/circuits/2710731-pusher/ ------------------------------------- # Description There are 4 buttons and each button has a led. When the game start, one led is turned on. Gamer should push the button of the led in the given time interval. If gamer can push the correct button, s/he will make a score and delayTime will decrease. If gamer push the wrong button or cannot push the button in the given time interval, s/he will lose a life. If gamer makes a combo, s/he will gain a life. ------------------------------------- # Under Development -GUI that will communicate with the Arduino by serial port.