Snakes & Ladders - Part 3
Coding Challenge #91.3
In this multi-part coding challenge, I attempt to create a simulation of the classic board game Snakes & Ladders (also known as Chutes and Ladders). In this third part, I add “states” in order to animate the player’s movements and help me debug.
Community Contributions
- Version with concurrent players and smooth animations by JosefKuchar (Source Code)
- Snake and Ladder my own version by Nagesh Talagani
You can also add your own version! (See how)