- Generate random dice roll
- Display dice roll
- Is it 1?
- If Yes: Switch player
- If No: Add dice roll to current score and display new score
- Add current score to total score
- Is score equal or greater than 100?
- If Yes: Current player wins
- If No: Switch player
- Set all scores to 0
- Set player 1 as starting player