Skip to content

S4mpl3r/blackjack-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Blackjack Game

blackjack-py

Overview

An overly good-looking command-line Blackjack game implemented in Python. This project aims to provide an enjoyable experience for players interested in the classic card game Blackjack. It uses the rich package to make the command-line interface a little less boring.

Features

  • Player vs. Dealer gameplay.
  • Command-line interface for ease of use.
  • Basic Blackjack rules implemented (hit, stand, might implement other rules in the future).
  • The ability to save (what?!).

Usage

To play this game, ensure you have Python 3 installed on your system. Then, follow these steps:

  1. Clone this repository:

    git clone https://github.com/S4mpl3r/blackjack-py.git
  2. Open a terminal (e.g. bash) and cd into the project directory and run the following command to install the dependencies:

    python -m pip install -r requirements.txt

    Or if the above doesn't work:

    python3 -m pip install -r requirements.txt
  3. Run the game and enjoy!

    python blackjack.py

License

MIT