How to build a snakes and ladders game in C#?
You will need to consider how you will display the board,
and how you will represent the snakes, ladders and player. The interesting problem in this exercise is to
determine a method for moving the player up the ladder and down the snake.
Please could anyone help me with coding?