Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gdonald/blackjack-ex
- Owner: gdonald
- License: mit
- Created: 2019-06-18T00:46:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T18:25:08.000Z (28 days ago)
- Last Synced: 2025-01-22T08:07:22.205Z (2 days ago)
- Topics: 21, blackjack, blackjack-game, console, elixir, elixir-lang, game
- Language: Elixir
- Homepage: https://gregdonald.com
- Size: 238 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!