Skip to content

gabfl/roulette

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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