amuhaimin02 / imitate

A Simon-like memory game powered by Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imitate

A simple Simon-like memory game for mobiles, built with Flutter.

1

2

3

4


How to play

Actually very similar to Simon electronic game.

A series of pattern (up, down, left, right) will come out. Then, player needs to replicate the pattern generated by the game. From time to time, the pattern keeps getting longer and longer and player needs to memorize it all in order to score the game. The game is over when the player incorrectly inputted the pattern at some point.

The score obtained is the number of correct attempts in the current level. For example, you are on level 23 but failed at #4, therefore you will only score 4.

Run this project

To build this project, you need to have Flutter installed in your system.

Then run this command in the project's directory: flutter run

About

A Simon-like memory game powered by Flutter.

License:MIT License


Languages

Language:Dart 93.7%Language:HTML 4.2%Language:Swift 1.5%Language:Kotlin 0.5%Language:Objective-C 0.1%