Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qluxzz/elm-black-jack

Blackjack made in Elm
https://github.com/qluxzz/elm-black-jack

blackjack elm game

Last synced: about 1 month ago
JSON representation

Blackjack made in Elm

Awesome Lists containing this project

README

        

# Elm Blackjack

An implementation of Blackjack in Elm

## Testing

This program uses [elm-program-test](https://github.com/avh4/elm-program-test) to test the application logic in addition to using just regular elm-test for unit tests.