Go to file
2025-03-28 13:20:44 +03:00
lib feat: import game code 2022-11-12 08:59:53 +02:00
src print number 2025-03-28 13:20:44 +03:00
.gitignore fix: add c_cpp_properties.json to gitignore 2023-10-24 23:23:56 +03:00
diagram.json print number 2025-03-28 13:20:44 +03: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 docs: update project build instructions 2023-01-15 15:12:34 +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

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