About
Blackjack-Py is a terminal based game of blackjack within your terminal playing against CPU.
Usage
Clone the repo and run it with whatever python command you like. Feel free to use this as a part of a larger project, i.e. A website, Discord Bot, program, etc. Under the signed MIT license, you have the right to edit and reproduce this code occordingly.
Issues
- since I used
random.choice
, multiple of the same card can be generated within a game, it's not that big of an issue and as such I don't wish to spend time making a system to unallow that. If you'd like, you can always make a pull request if you do fix it, I'll be happy to merge it! - CPU is crappy, it isn't as random as I hoped, and uses some thinking to get not get out instantly, it does get repetitive.