# 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](https://platformio.org) project. To build it, [install PlatformIO](https://docs.platformio.org/en/latest/core/installation/index.html), and then run the following command: ``` pio run ``` ## Simulate the project To simulate this project, install [Wokwi for VS Code](https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode). Open the project directory in Visual Studio Code, press **F1** and select "Wokwi: Start Simulator".