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

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

Awesome Lists containing this project

README

          

# blackjack

[![CircleCI](https://circleci.com/gh/pwildenhain/blackjack.svg?style=shield)](https://circleci.com/gh/pwildenhain/blackjack)
[![codecov](https://codecov.io/gh/pwildenhain/blackjack/branch/master/graph/badge.svg)](https://codecov.io/gh/pwildenhain/blackjack)

A :spades: blackjack :spades: game in the terminal

![](_static/capture.gif)

## Installation

```
$ git clone https://github.com/pwildenhain/blackjack.git
$ cd blackjack
$ pipenv install
```

## Play the game

```
$ python -m blackjack
```