1
Answer

How to build a snakes and ladders game in C#?

Photo of Priyank Patel

Priyank Patel

7y
1.4k
1
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?

Answers (1)