Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gdonald/blackjack-ex

Console Blackjack in Elixir
https://github.com/gdonald/blackjack-ex

21 blackjack blackjack-game console elixir elixir-lang game

Last synced: 1 day ago
JSON representation

Console Blackjack in Elixir

Awesome Lists containing this project

README

        

# Blackjack

*Console Blackjack in Elixir*

## Install dependencies

```
mix deps.get
```

## Run specs

```
mix espec
```

## Run specs with code coverage

```
mix coveralls.html
```

Results will be in ./cover

## Build

```
mix escript.build
```

## Run

```
./blackjack
```

## Terminal

Increase your terminal font size to see the cards better:

![Blackjack](https://raw.githubusercontent.com/gdonald/blackjack-ex/master/ss1.png)
![Blackjack](https://raw.githubusercontent.com/gdonald/blackjack-ex/master/ss2.png)

## Status

[![Elixir CI](https://github.com/gdonald/blackjack-ex/workflows/Elixir%20CI/badge.svg)](https://github.com/gdonald/blackjack-ex/actions)

## License

[![GitHub](https://img.shields.io/github/license/gdonald/blackjack-ex?color=aa0000)](https://github.com/gdonald/blackjack-ex/blob/master/LICENSE)

### Other Blackjack Implementations:

I've written Blackjack in [some other programming languages](https://github.com/gdonald?tab=repositories&q=blackjack&type=public&language=&sort=stargazers) too. Check them out!