Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 784 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 784 Bytes

License: BSD-3-Clause

Dice Throw Game

Problem Statement :

Assume an online board game in which each player tosses dice. Each time, the count on the dice is added to the player’s score. When the score reaches 50, the player is eliminated from the game. Design an algorithm for the board game with n players.


Source Code :


My Video Explanation :


Please ⭐ before you clone / fork this repository! 😊