/rolling-game

Rolling dice game for the two players, program detects the dice generated value and tell everytime who wins And detect who win the most number of round and how many rounds they havewon

Primary LanguagePython

Rolling Dice Game forthebadge

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.

Module used

python in-Build module random import random

PRE-REQUISITES

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".

Run using Python3.8+

  1. Clone or download repositiory: https://github.com/arevish/rolling-game.git
  2. In source folder, run python3 'rollinggame.py' to start program, optionally, run with --help argument to see other runtime options.