Code for a version of the Simon Game on TinkerCad. The game itself can be found on this link: https://www.tinkercad.com/things/lmRrDXaU6hb
The purpose of the game is to get the user to copy a random sequnce of coloured lights which progressively gets longer and longer. The game uses a virtual Arduino Uno Board, push bottons, and LED lights It is coded in typical Arduino format, with a setup and loop function.