Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jwheare/bj
- Owner: jwheare
- License: other
- Created: 2016-04-13T09:59:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T11:10:11.000Z (over 8 years ago)
- Last Synced: 2024-10-31T18:11:54.555Z (about 2 months ago)
- Language: Erlang
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
```