Priyank Patel

Priyank Patel

  • NA
  • 8
  • 1.2k

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

Mar 17 2018 6:55 PM
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)