Archive for 7th November 2008

Simulating Blackjack

The code we went over in class to simulate the game of Blackjack can be found at . Instead of removing the programming shortcuts (a.k.a. “syntactic sugar”) I use in the uploaded code, I’m attaching a small section of the code in this post with comments to help you understand and perhaps use them in your own programs:

Continue reading ‘Simulating Blackjack’ »