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.
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.