lib | ||
src | ||
.gitignore | ||
diagram.json | ||
LICENSE | ||
platformio.ini | ||
README.md | ||
wokwi.toml |
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 project. To build it, install PlatformIO, and then run the following command:
pio run
Simulate the project
To simulate this project, install Wokwi for VS Code. Open the project directory in Visual Studio Code, press F1 and select "Wokwi: Start Simulator".