https://github.com/matthewbeckwith/python_blackjack
https://github.com/matthewbeckwith/python_blackjack
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matthewbeckwith/python_blackjack
- Owner: matthewBeckwith
- Created: 2021-06-03T18:28:07.000Z (almost 4 years ago)
- Default Branch: cleansing
- Last Pushed: 2021-06-03T18:40:45.000Z (almost 4 years ago)
- Last Synced: 2023-07-29T05:21:17.205Z (almost 2 years ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python_Blackjack
A standalone Blackjack Game, built with Python
I found this code sitting in a hard drive and I like the base. This is a Game I like to build over and over again when I learn something new or I am trying out a new language because it contains all of the things I would need to use. This version will be a study of PyGame.