Python Craps Simulator Part #1 - Rolling The Dice

acamso

Regular Member
Joined
Sep 22, 2010
Messages
249
Reaction score
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!
 
Back
Top