Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jwheare/bj

Erlang blackjack game made for https://github.com/defshef/defshef-blackjack
https://github.com/jwheare/bj

Last synced: 4 days ago
JSON representation

Erlang blackjack game made for https://github.com/defshef/defshef-blackjack

Awesome Lists containing this project

README

        

Tested with erlang 18 and rebar3

Play the game with: `rebar3 shell`

Commands are

```erlang
start().

hit().

stand().

% List how many games are ongoing
games().

% Resume a numbered game
resume(N).
```