Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jperson committed Jul 12, 2015
1 parent f86655e commit fb47b8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ cl-poker-eval

Pure common lisp 7 card poker hand evaluation. Evaluation based on pokersource.

Loadable via quicklisp.
```cl
* (ql:quickload "cl-poker-eval")
```

cl-poker-eval uses the following enumeration for card values:
```
2c-Ac = 0-12
Expand Down

0 comments on commit fb47b8c

Please sign in to comment.