| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is an Arduino Simon Game created based on traditional Simon Game! This is a classic memory-based game built using Arduino and some basic electronic components. The game features three exciting modes that will challenge your memory and you can also play with friends.
In this mode, players will test their memory by following a sequence of LED (light) patterns. The game starts with a random LED lighting up, and the player must press the corresponding colored button. With each successful round, the sequence becomes longer and more challenging. The player's objective is to remember and replicate the sequence correctly.
Two players can compete against each other in this mode. Each player takes turns to play the LED sequence and also set up an LED of their choice. This mode encourages quick thinking and strategic choices so as to outsmart your opponent.
Inspired by the classic "Simon says" game, this mode introduces a text twist. The player should only press the colored button if the text "Simon says" is displayed. The challenging task here is that the player only have 2 seconds to choose the correct colored button following the text. If there's another piece of text beside the given text, and the player still presses the button, they lose the round. This mode tests both memory and attention to detail.
To build the Arduino Simon Game, you'll need the following components:
Connect the components as follows:
You can use 9V battery along with Battery Connector to DC Jack Arduino to power the system.
Here's a simplified diagram:
| Components | Pin |
|---|---|
| Yellow Button | 8 |
| Blue Button | 9 |
| Green Button | 10 |
| Red Button | 11 |
| White Button | 12 |
| Yellow LED | 2 |
| Green LED | 3 |
| Blue LED | 4 |
| Red LED | 5 |
| SDA | A4 |
| SCL | A5 |
//platformio.ini
platform = atmelavr
board = uno
framework = arduino
upload_port = COMx This project was inspired by the classic Simon Game and transferred to Arduino by DucTriCE. Have fun playing and explore as much as you wish!
Enjoy your time with the Arduino Simon Game! If you have any questions, improvements, or suggestions, feel free to contribute to the project or contact me through my github: https://github.com/DucTriCE
| Back | FazBrowse Home | New Git URL |