Go to file
Uri Shaked 9f266debe3
fix: use single quotes in wokwi.toml
single quotes are used for literal strings in TOML, so backslash (in Windows) path can be used without escaping.
2022-11-18 20:41:52 +02:00
include feat: import game code 2022-11-12 08:59:53 +02:00
lib feat: import game code 2022-11-12 08:59:53 +02:00
src feat: import game code 2022-11-12 08:59:53 +02:00
.gitignore feat: import game code 2022-11-12 08:59:53 +02:00
diagram.json feat: wokwi diagram + configuration 2022-11-12 09:27:25 +02:00
LICENSE feat: import game code 2022-11-12 08:59:53 +02:00
platformio.ini feat: import game code 2022-11-12 08:59:53 +02:00
README.md feat: import game code 2022-11-12 08:59:53 +02:00
wokwi.toml fix: use single quotes in wokwi.toml 2022-11-18 20:41:52 +02:00

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".