Cryptex Quiz app
Overview
With 250 definitions, this app, based on a fictional cryptex puzzle-box, will test your general knowledge of English words and their respective definitions.
From the app home page, you can set a duration to guess the word from the definition, you can also view the results of each game played & by tapping the "show summary" icon in the app bar it will show a summary of all games played.
Playing the Game
Tapping the play button starts a new game.
When the game starts, you will be presented with a definition of an English word, using the five scrolling letter pickers, spell out the word which matches the displayed definition.
Once you’ve set the letter pickers, tap the unlock button to see if you are correct, if you have spelled out the wrong word, you will have the choice of retrying or skipping to the next definition.
You can attempt to guess the correct word as many times as you like but be aware of the countdown timer, once it reaches 00:00 you will have to skip the definition and move onto the next.
At the end of the game, a summary will be displayed so you can see how you did.
Icons used in this app are made by https://www.freepik.com
Technical Info
initialPlayStoreUpload: 09-Jan-2023
lastUpdated: 19-Nov-2024
currentVersion: 1.11
languageUsed: Flutter v3.24.5, Dart v3.5.4, DevTools 2.37.3
change history
v1.11 (19-Nov-2024)
additional 80 words added
general code refactoring & performance improvements
v1.10 (01-Oct-2024)
additional 30 words added
general code refactoring & performance improvements
v1.9 (28-May-2024)
updated app to support portrait orientation & foldable devices
general code refactoring & performance improvements
v1.8 (29-Apr-2024)
general code refactoring & performance improvements
v1.7 (20-Feb-2024)
upgraded to Flutter v3.19.0, Dart 3.3.0 & Kotlin v1.9.22
upgraded Gradle to v8.2.2
general code refactoring & performance improvements
v1.6 (26-Jan-2024)
replaced widget "RichText" with "Text.rich" to enable usage by screen readers
general code refactoring & performance improvements
v1.5 (13-Dec-2023)
general code refactoring & performance improvements
v1.4 (05-Oct-2023)
upgraded to latest Flutter & Gradle dependencies
general code refactoring & performance improvements
v1.3 (14-Sep-2023)
migrate to Riverpod (state management)
upgraded to Flutter v3.13.1, Dart 3.1 & Kotlin v1.9
upgraded Gradle to v8 & AGP dependency to v8.1.0
general code refactoring & performance improvements
v1.2 (04-Aug-2023)
upgraded to Flutter v3.10 & Dart v3.0
upgraded to latest Flutter & Gradle dependencies
general code refactoring & performance improvements
v1.0 (09-Jan-2023)
initial version