Quinb
Quinb is a multiplayer reaction game: train your mind and your reflexes while having fun!
About
Quinb is a reaction / logic game for up to 4 players on the same device.
It contains many minigames in which you have to answer questions as fast as you can to get a point. If the answer is correct you score a point, otherwise you lose one.
These games are based on 3 different categories:
- Logic: games that require intuition, logic and fast reflexes
- Audio: sound-based games, you have to listen carefully to find out the correct answer
- Vibration: vibration-based games that require you to listen carefully to the vibrations of your device
Each match consists of a succession of different minigames. The goal is to score 7 points before your opponents.
You can play alone if you want, but it is more fun to play with friends of all ages. It's great if you are stuck with nothing to do while you're with friends.
If you think you're fast, challenge and beat your friends!
Main features:
- 28+ minigames
- Up to 4 players on the same device
- Completely free
- No Ads
- Multiple languages
- Minimalist design
Screenshots



Donate
If you want to support the development of Quinb you can donate through Liberapay or Ko-fi.
Translate
You can use Weblate if you want to help with the translation of Quinb. If your language is missing click on the "Start new translation" button.
Keep in mind that you need to be signed in Weblate to translate Quinb. Your username and email address will be placed in the translated files to keep track of the co-authors of the translations.
You can make anonymous suggestions if you don't want to sign in.
Thank you :)
What people say
Some of the reviews and comments received:
-
"Very entertaining for multiple people :)" - J.
-
"Very well built app. Taught my little niece how to play, now we can have fun and learn !! Good work" - M.
-
"Love the game and can't wait for the next update :)" - R.
-
"You did a very nice game!" - T.B.
-
"Installed from play store only to add 5 stars. Returned to fdroid version" - D.Q.
Build
-
Clone this project (
git clone https://gitlab.com/DeepDaikon/Quinb.git
) -
To build this app you need the Flutter SDK and the Android SDK. If you already have them go to step 2.
The official installation guide about this can be found here: https://flutter.dev/docs/get-started/install. It is well explained but if you have problems open an issue so that I can help you.
You can check that everything is fine by running flutter doctor
.
- Run
flutter version x.y.z
(replace x.y.z with the flutter version specified in thepubspec.yaml
file. E.g.flutter version 2.10.3
).
Run flutter --version
to check that you are on the right version.
- Open the Quinb directory and build the app by running
flutter build apk
Generated apks are placed in Quinb/build/app/outputs/apk
.
If you have Quinb on your device installed from F-Droid, you have to uninstall it before installing the new apk.
If you want to test your code or your translations you can use flutter run
which allows you to reload the code of a live running app without restarting it. Use flutter run and then hot reload by pressing 'r'. If you have configured an IDE like Android Studio you can use the hot reload by clicking on its icon.