Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

gabfl/roulette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roulette

Pypi Build Status codecov MIT licensed

Simple Roulette game written in Python.

Installation

pip3 install roulette

roulette

Demo

Demo

Advanced usage

usage: roulette [-h] [-t {french,american}] [-b BANK] [-i MINIMUM_BET]
                [-x MAXIMUM_BET]

optional arguments:
  -h, --help            show this help message and exit
  -t {french,american}, --type {french,american}
                        Roulette type
  -b BANK, --bank BANK  Set bank amount
  -i MINIMUM_BET, --minimum_bet MINIMUM_BET
                        Minimum bet allowed
  -x MAXIMUM_BET, --maximum_bet MAXIMUM_BET
                        Maximum bet allowed

About

Python roulette game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages