Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
An html javascript version of snakes and ladders.
Cannot retrieve the latest commit at this time.
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
Animations.js | ||
|
|
Game-Board-Snakes-and-Ladders-Full_no_boarder.gif | ||
|
|
README | ||
|
|
SnakeAndLadders.html | ||
|
|
SnakesAndLaddersLogic.js | ||
|
|
ViewModelSnakeAndLadders.js | ||
|
|
almost_vector_monkey_token.png | ||
|
|
blue_monkey_token.png | ||
|
|
green_monkey_token.png | ||
|
|
jquery.easing.1.3.js | ||
|
|
jquery.min.js | ||
|
|
knockout-2.0.0.js | ||
|
|
monkey_token.png | ||
|
|
red_monkey_token.png | ||
|
|
yellow_monkey_token.png | ||
README
Ideas to expands upon: -Global animation queue so every token finish it's turn before the next token begins to move. -Network play, Node.js . -Mobile versions namely accomdating browser resizing or any browser size. -Expanded rule set a. Must roll to 100 exactly if not exact don't move or roll backwards. b. More dice or dice cards c. Additional actions other than rolling. -Add and remove players. -Random board generation. -html5 canvas board, three.js. -More information on the view: a. different token colors. b. Hover information. c. Highlighting current player's turn.