Loading repository data…
Loading repository data…
rasti37 / repository
This is an old board game called "Snakes And Ladders". I created it using JavaFX and FXML. See "README" for further info about the game.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Game preview screenshot: http://prntscr.com/kkk7ad
Here is some information about the game: https://en.wikipedia.org/wiki/Snakes_and_Ladders
The standard rules of the game mention that if the dice roll is too large, you go to the final square and back again. Eg. Say you currently are at 98. If you hit 3 you should go 98 + 3 = 101, which is too large so you land 1 square before the final one.
This is my edition. The only change is that when your dice roll is too large, you start from the begin. Eg. Say you are at 99, if you hit 5 you should go 99 + 5 = 104, which is too large so you land at square 4.
Warning: This edition is extremely disturbing after some time.