acamso
Regular Member
- Sep 22, 2010
- 249
- 89
This is a demonstration on how to build a Craps simulator with Python. This is a multi-part series. In this video, we create the foundation of the script, write the classes for `Player` and `Die`, and test rolling the dice.
Source Code
Enjoy!