ichabod801 / t_games

A collection of command-line interface games written in Python.
GNU General Public License v3.0
20 stars 4 forks source link

Base Gambling Game #540

Open ichabod801 opened 4 years ago

ichabod801 commented 4 years ago

Make a base gambling game. It would have the base option of stake, the base game_over of the human losing all of their money, the base quit with determining win/loss.

The base game could be something simple, like Two-Up (Australian), or Double-Die (Everyone antes, roll two dice, the high die is your score, but doubles add for your score. Winner takes the pot, but if there's a tie everyone but the lowest score re-antes and re-rolls.).