Greetings.
The programming language to be used is:JAVA
Please write a GUI that implements a game, where the user has to click the buttons in the order of their numbering.
* The 9 buttons are arranged in a grid of 3 by 3. Each one has a different number from 1 to 9.
* If the user selects the correct button, it should turn green and become disabled. The score should beincremented by 1.
* If the user selects the incorrect button, it should turn red and all the buttons should become disabled.
* If the user selects the “Reset” button, all buttons should be white and become enabled, their random numbers should be reassigned and the score set to 0.
Thank you.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here