A simple Game (Flutter app) that trains your memory
The Game is available on the Google Play Store.
You may also build the app yourself. To do so, you need to have Flutter installed. Then, clone this repository and run flutter build apk
in the root directory of the project. The resulting apk file will be located in build/app/outputs/apk/release/app-release.apk
. You can install it on your phone by copying it to your phone and opening it there or by running flutter install
in the root directory of the project.
Perli is a simple game that trains your short term memory. You have to memorize positions of bombs on a board in a short amount of time and then connect two points on the same board without hitting any of the before shown bombs.
This project is a Flutter app. The main code is located in the lib
folder.
This project is currently in development.