/DiceThrowGame

My submission for a Uni Assignment!

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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! 😊