Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olirud/blackjack
A script for training your blackjack skill before blowing your life savings on the real thing.
https://github.com/olirud/blackjack
blackjack blackjack-simulator boredom game project python python-game
Last synced: 4 days ago
JSON representation
A script for training your blackjack skill before blowing your life savings on the real thing.
- Host: GitHub
- URL: https://github.com/olirud/blackjack
- Owner: OliRud
- Created: 2024-06-06T14:55:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T13:43:52.000Z (8 months ago)
- Last Synced: 2025-01-23T19:49:49.884Z (4 days ago)
- Topics: blackjack, blackjack-simulator, boredom, game, project, python, python-game
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ♠ Blackjack-21-game ♦
This repository contains a script to simulate a blackjack game made in pythonTest your skills on this script before blowing your life savings on the real thing!
# How to play
First the deck is created and refreshed every new game (sorry to anyone who card counts)The goal is to get to get as close to 21 as possible withought going over, you can hit to
draw a card and increase your value or you can stand and let the dealer play.The rules for the dealer are that they must keep hitting until they go over 16.
Feel free to modify the script to your needs!