Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpbm/arduino-genius
a genius clone using arduino
https://github.com/dpbm/arduino-genius
arduino arduino-project c course-project cpp eletrica eletricity eletronic eletronics estrela game genius genius-game ino maker maker-project makers project
Last synced: 7 days ago
JSON representation
a genius clone using arduino
- Host: GitHub
- URL: https://github.com/dpbm/arduino-genius
- Owner: Dpbm
- Created: 2022-10-02T13:33:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T19:11:27.000Z (about 1 year ago)
- Last Synced: 2024-11-18T21:43:50.224Z (2 months ago)
- Topics: arduino, arduino-project, c, course-project, cpp, eletrica, eletricity, eletronic, eletronics, estrela, game, genius, genius-game, ino, maker, maker-project, makers, project
- Language: C++
- Homepage:
- Size: 710 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Genius with arduino
In this repo, you'll see my version of Genius toy.
[![Genius Estrela](./assets/genius.png)](https://www.estrela.com.br/jogo-genius-estrela-100543353_est_pai/p)It was created using arduino and some eletronic components, like `push buttons, wires and LEDs`.
https://user-images.githubusercontent.com/75098594/193456998-4d8eb051-4487-4584-9b55-4238dc62a791.mp4
I created this project to a technology week from my former school. I was coursing eletronics, and as a way to show to new students what we were doing in this course, we made this project.
With the circuit and the code done, we made a simple box to put all inside, to abstract all the boring part, and let everyone to have fun with.
![Project with case 1](./assets/01.jpg)
![Project with case 2](./assets/02.jpg)
![Project with case 3](./assets/03.jpg)## How to play
In this game you need to follow the light sequence, if you miss the sequence, you lose.To start, hold the side button untill top LEDs turn off, then click the buttons on the sequence.
https://user-images.githubusercontent.com/75098594/193457239-02979f71-c0a9-4d07-938d-e0565101f2c2.mp4
If you lose, all the LEDs will be turn on and you need to restart pressing the side button.
https://user-images.githubusercontent.com/75098594/193457244-7c6c0087-5913-4a99-9043-18023728b3f4.mp4