The game written in Dart with Flutter framework.
There are several fictional heroes (in fact, they have real-life prototypes =). Each of them has their own unique set of prophecies. The player can get the prophecy through shaking the phone.
-
choose your hero
-
tap on image
-
shake the phone
The game's engine allows developer very easy to add new characters. To do so, developer need to properly fill out a new JSON description file, place it in the heroes_descriptions directory of the project, and also place an image of the character with the same file name as description file to the heroes_icons directory. Rebuild the project.
Released under MIT License. See LICENSE for more info.