Welcome to Simon's Game! This project is a simple implementation of the classic Simon game in Java. Follow the instructions below to run the game using IntelliJ IDEA.

Make sure you have the following installed on your machine:
-
Open the Main.java file located at src/main/java/com/java/simonsobstaclecourse/Main.java.
-
Once the
Main.javafile is open, you should see a green arrow icon in the left gutter next to themainmethod. -
Click on the green arrow or right-click within the
mainmethod and select "Run Main.main()". -
The game will start in a new Window, and you will see the instructions for Simon's Game.
-
Have fun playing Simon's Game!