This is a simple mobile app version of the Simon Says memory game. Once the user presses start, the buttons on the screen will flash one at a time in a random order, and the user must repeat the sequence of buttons in order to progress to the next level. Game continues until user makes a mistake or exits.
I made this app to explore the process of mobile app creation. I was able to learn how to use Android Studio and the Kotlin language.
I used Android Studios to make this mobile app, using the Kotlin language for all the logic.
{Make a list of websites that you found helpful in this project}
- Learn how to make buttons blink without them being clicked (how to handle CPU's turn)
- Keep track of High Scores
- Look into making app more visually appealing