Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 510 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 510 Bytes

Casino

Focused on OOP and Agile techniques to create casino games with functions/classes from scratch. Current game design is a craps table with 10 players.

Basic Usage

Copy casino folder to computer, run the craps.py script to see basic example. The current automation is to have all players bet a random sum of money on hard 12.

The goal is to simulate a craps table, have the random players automatically place and collect bets, and create a database of table information to perform data analysis.