Hello,
I need help with my class project. I have no outline for the following and need help getting started. Its to develop a matching game.
TCIS112_Final_Quiz_Silly_Game.aia (44.4 KB) The app is supposed to work as follows:
- When the app initializes, the space above the CLICK ME!! button should be empty, and the Matches and Mismatches values should be set to 0.
- When the CLICK ME!! button is clicked, two random images should appear above the button. This step must make use of the getRandomImages procedure. The procedure block is already in the app, but it needs to be finished and correctly implemented.
- If the two images are the same, the Matches amount should increase by 1.
- If the two images are different, the Mismatches amount should increase by 1.
- There is one major error in the existing code that needs to be fixed in order to complete a key task.
- Add a RESET button so that the app goes back to the same state as in item 1. Create and implement a procedure block called init to accomplish this. Be sure to call init when the app initializes and also when the RESET button is clicked.
- Tidy up the app design by making sure the CLICK ME!! button has a different background color than the RESET button (you can pick any colors you like). Additionally, make sure the RESET button takes up the full width of its parent, and also change its font size to 16.