A game that uses the Snakes and Ladders mechanism where your player rolls the dice to step forward until reaches the 50th tile. The only difference is that the layout of this game uses horizontal planes, traps, and some powerups rather than snakes and ladders for random tile events.
Features :
- Dice movement-based game.
- Traps, Power-ups, and Object tiles are randomized.
- There are 3 kinds of Power-UPs with each having their unique ability.
- Animated characters.
- Some bugs that we don't have time to fix it.
- Download the
.exefile in the Releases section (don't worry it's not a virus :P). - Start the game.
- Select your character and the Bot character.
- Enjoy!
The layer uses Java FX which gives us a lot of UI options to use. The Engine is made using a thread that is integrated into Java FX (which needs to override the limitation of non-Java FX libraries usage).

