https://github.com/pwildenhain/blackjack
Play :spades: blackjack :spades: in the terminal
https://github.com/pwildenhain/blackjack
blackjack cards python terminal-game
Last synced: 4 months ago
JSON representation
Play :spades: blackjack :spades: in the terminal
- Host: GitHub
- URL: https://github.com/pwildenhain/blackjack
- Owner: pwildenhain
- License: mit
- Created: 2019-05-16T22:40:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T18:16:06.000Z (over 4 years ago)
- Last Synced: 2025-06-09T16:06:10.617Z (4 months ago)
- Topics: blackjack, cards, python, terminal-game
- Language: Python
- Homepage:
- Size: 368 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blackjack
[](https://circleci.com/gh/pwildenhain/blackjack)
[](https://codecov.io/gh/pwildenhain/blackjack)A :spades: blackjack :spades: game in the terminal

## Installation
```
$ git clone https://github.com/pwildenhain/blackjack.git
$ cd blackjack
$ pipenv install
```## Play the game
```
$ python -m blackjack
```