I've created this "Starter Template" for a Dynamic Snakes and Ladders. (Required by a client)
No need to recompile the APP everytime
Just add the Board files in the media folder, and off you go
1. Edit setup.txt, and change line 2 for the total number of boards (Crrently 3)
Currently it only support boards for 10x10blocks (Total 100)
But can be very easily modfied..
Boards must be named as.
sl1.png
sl2.png
sl3.png
etc
For every board, there is a ladX.txt and snakesX.txt which have the ladders and snake end/starting points
X = Board number
For 1 Board you will have the following files
example: Board 1
sl1.png
lad1.txt
snake1.txt
eg
lad1.txt
ladder start (low)
ladder end (high)
ladder start (low)
ladder end (high)
ladder start (low)
ladder end (high)
ladder start (low)
ladder end (high)
eg
snake1.txt
snakestart (high)
snakeend (low)
snakestart (high)
snakeend (low)
snakestart (high)
snakeend (low)
snakestart (high)
snakeend (low)
If you have any easier method for doing this, please let me know
Enjoy, hope someone find it usefull....