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

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!

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!