You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

439B

define(case_title, Internal player)
---
title: case_title
...

# case_title

> Difficulty: case_difficulty/100

If `blackjack` is called with the `-i` option, it uses an _internal_ player to play against itself. By default it plays basic strategy. Run

```terminal
include(run.sh)dnl
```

and you will get the following report with the results of playing one million hands with basic strategy.

```yaml
include(report.yaml)
```

case_nav