Simon Says Fun

Simon Says Fun is a simple game that challenges the user's memory by flashing a sequence of tiles and asking the user to repeat the sequence in the correct order.

Setup Dev Environment

  • Install Flutter on your computer.
  • Clone this repository to your local machine.
  • Run flutter pub get to download the app's dependencies.
  • Run the app using your preferred device or emulator

How to Play

  • The tiles will start to flash randomly. Try to remember the order in which they flash.
  • Tap the tiles in the same order that they flashed.
  • If you get the order correct, you go to the next level and the flashing will get faster.
  • After pressed all tiles, the game will end and you'll be shown a message indicating whether you won or lost.
  • Tap the "Play again" button to start a new game.

  • If you made a mistake, tap the tile again to undo or tap the taped tiles before it to undo multiple taps

Last Update