namespace SnakeNLadder { public partial class MainPage : ContentPage { const int START_ROW = 11; int _diceRoll; int _currPlayer;