Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# ♠ Blackjack-21-game ♦
This repository contains a script to simulate a blackjack game made in python

Test 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!