May 2018
Intermediate to advanced
376 pages
9h 22m
English
In this capstone you’re going to build a Blackjack (21) game like the one shown in figure 26.1.

A game of cards has many sets. A deck is a set of cards and each player’s hand is also a set of cards. You’ll also make use of maps and eventually use a generator to create a function that slows down the looping of an iterator so that it can be animated on the screen.
You’ll start your project using the start folder included in the code accompanying this book. If at any time you get stuck, you can also check out the final folder with the completed game. The start folder ...
Read now
Unlock full access