14 lines
372 B
Markdown
14 lines
372 B
Markdown
# 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
|
|
|
|
```
|
|
pio run
|
|
```
|
|
|
|
Then you can simulate it inside Visual Studio Code with the Wokwi extension. Press "F1" and select "Wokwi: Start Simulator".
|