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.
- 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?!).
To play this game, ensure you have Python 3 installed on your system. Then, follow these steps:
-
Clone this repository:
git clone https://github.com/S4mpl3r/blackjack-py.git
-
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
-
Run the game and enjoy!
python blackjack.py
MIT