Open JimmyJLin opened 8 years ago
Once the game announced which player start 1st, that player should be able to click on the dice (located at the center of the board)
once the dice is clicked, the game will randomly return a value between 1-6, display the appropriate message, and move the player piece by that return value
Once the 1st player completed the move, the 2nd player will be able to click on the dice, the game will randomly return a value between 1-6, display the appropriate message, and move the player piece by that return value
As the user click on the dice, it will randomly generate a number between1-6, each puppies will move accordingly.