Game of Dice with N players and M points
Follow the below steps in order to execute it
- git clone https://github.com/Anurag161996/GameOfDice.git
- cd GameOfDice/
- ./gradlew build
- ./gradlew run --args "2 10" (where 2 and 10 denote N players and M point Respectively).