Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 977 Bytes

File metadata and controls

20 lines (13 loc) · 977 Bytes

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.