Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qluxzz/elm-black-jack
- Owner: Qluxzz
- Created: 2022-12-11T17:09:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T22:04:35.000Z (2 months ago)
- Last Synced: 2024-10-30T00:39:02.926Z (2 months ago)
- Topics: blackjack, elm, game
- Language: Elm
- Homepage: https://qluxzz.github.io/elm-black-jack/
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.