https://github.com/hellerve/blackjack
Let's play Blackjack!
https://github.com/hellerve/blackjack
Last synced: 2 months ago
JSON representation
Let's play Blackjack!
- Host: GitHub
- URL: https://github.com/hellerve/blackjack
- Owner: hellerve
- Created: 2016-04-05T16:52:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T15:04:50.000Z (almost 10 years ago)
- Last Synced: 2025-04-05T22:43:52.052Z (12 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blackjack
Let's play blackjack in zepto. Translation of
[the SICP exercice](https://github.com/SICPDistilled/blackjack).
## Usage
```clojure
(load "blackjack")
(play-game stupid-strategy stupid-strategy)
(test-strategy stupid-strategy stupid-strategy) ; => returns percentage of games won by player
```
Have fun!