Tasks
-
Input
- Grid Size
- Number of Players
- Start/Submit Buttons
- Create a table with the game stats
- Player Number
- Dice Roll
- All Dice Rolls(history)
- Path(Position History)
- Winner Status
Addition Checks
-
Game should only end if someone reaches gridSize*gridSize exactly(i.e.
25 not 27,28 etc)
- Game will only start when someone rolls 1 or 6
- When someone updates the value, you should be able to reset the table without refreshing the page