https://github.com/wokwi/arduino-simon-game
Simon Game for Arduino with Score Display + Wokwi Simulation
https://github.com/wokwi/arduino-simon-game
Last synced: 5 months ago
JSON representation
Simon Game for Arduino with Score Display + Wokwi Simulation
- Host: GitHub
- URL: https://github.com/wokwi/arduino-simon-game
- Owner: wokwi
- License: mit
- Created: 2022-11-12T07:27:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T20:24:04.000Z (over 1 year ago)
- Last Synced: 2024-11-16T01:16:01.113Z (7 months ago)
- Language: C++
- Size: 13.7 KB
- Stars: 5
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simon Game for Arduino with Score Display
This is a Simon Game for Arduino with a 7-segment display to show the score.
It's based on the online version at https://wokwi.com/projects/328451800839488084.
## Build the project
This is a [PlatformIO](https://platformio.org) project. To build it, [install PlatformIO](https://docs.platformio.org/en/latest/core/installation/index.html), and then run the following command:
```
pio run
```## Simulate the project
To simulate this project, install [Wokwi for VS Code](https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode). Open the project directory in Visual Studio Code, press **F1** and select "Wokwi: Start Simulator".