Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1011 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 1011 Bytes

Heroes of Jason

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.

Interaction

  • choose your hero

  • tap on image

  • shake the phone

Gameplay && screenshots

gameplay
#1 #2
#3 #4

How to add new personality

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.

License

Released under MIT License. See LICENSE for more info.