Skip to content

daisvke/RouletteGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RouletteGame

This program is a terminal based roulette game.

Commands

  • The program must be run as follows:
    ./roulette.py
    
  • Quit the game with command CTRL + C

Description

  • The program uses a json list to save the players' profiles.

Lastname.Firstname
gender = player's gender
lang = default language
money = current total amount of money
rec_money = record total amount of money
rec_start_money = start money when rec_money was reached
time = total amount of time the player has played
visits = number of times the player has played
* The "Mini.Casino" player represents the casino itself. When it loses/wins the game it does not change the amount of its money.
* The player interacts with the Croupier during the whole game.
* Entering unwanted data multiple times can lead to an expulsion by the Croupier.

Screenshots

About

This program is a terminal based roulette game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages