created a program to play roll the dice game for the two players. program detects the dice renerated value and tell everytime who wins. And whoever wins the most number of rounds will be rewarded as the winner also tells how many roundes they win.
python in-Build module random import random
Your laptop with 3.6.x (onwards) installed.
NOTE: Those with Linux and MacOSX would have Python installed by default, no action required.
Windows: Download the version for your laptop via https://www.python.org/downloads/
NOTES In your preferred editor, make sure indentation is set to "4 spaces".
- Clone or download repositiory: https://github.com/arevish/rolling-game.git
- In source folder, run
python3 'rollinggame.py'
to start program, optionally, run with--help
argument to see other runtime options.