Go to file
2022-11-12 08:59:53 +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
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

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