https://github.com/ididitrizz/blackjack_in_python
free online gambling! what could go wrong? *nothing*
https://github.com/ididitrizz/blackjack_in_python
blackjack boredom casino casino-game casino-games gamble gambling gambling-game i-dont-get-it moray-eel no-reason ostrich platypus pointless poiuytrewq python qwertyuiop sponge useless-things who-cares
Last synced: about 2 months ago
JSON representation
free online gambling! what could go wrong? *nothing*
- Host: GitHub
- URL: https://github.com/ididitrizz/blackjack_in_python
- Owner: ididitrizz
- Created: 2026-01-30T20:09:43.000Z (4 months ago)
- Default Branch: blackjack
- Last Pushed: 2026-04-02T19:14:39.000Z (2 months ago)
- Last Synced: 2026-04-03T06:35:35.242Z (2 months ago)
- Topics: blackjack, boredom, casino, casino-game, casino-games, gamble, gambling, gambling-game, i-dont-get-it, moray-eel, no-reason, ostrich, platypus, pointless, poiuytrewq, python, qwertyuiop, sponge, useless-things, who-cares
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a blackjack game coded in the Python engine.
It was written in the 3.14.3 version.
If you don't want the Python app (https://www.python.org/downloads/) go here and upload the blackjack.py file: (https://www.online-python.com/) and hit "RUN" and it should work.
RULES:
Attempt to get as high of a hand value as possible without going over 21.
J, Q and K are worth 10.
Number cards are worth their number in value.
A is worth either 11 or 1, the game will adjust this automatically to fit what makes sense.
Getting 21 with two cards (a natural blackjack) is worth more than getting 21 with more cards.
Try to beat the dealer; dealer wins on a tie, unless it's a tie on natural blackjacks which stays as a tie.
That's pretty much it, and even though this is one of the easier games to code, I promise this version is very high quality and made entirely by me.