Link to Game
This is a simple Blackjack game I made for my Intro to Python class through Coursera. It runs in CodeSkulptor, a browser based Python environment designed for the class.
The purpose of this project was to learn to use classes and to manipulate image files in the canvas. The card images are all from a single image. The suit and rank of the card will determine which portion of the image is shown.
What I like about this:
- Using the keyboard interface, the game can be played rapidly.
- If the cards get close to the edge, they start overlapping.
No comments:
Post a Comment