blob: f752bb66f1a434ef212e241b65466e78088ae0ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
--------------------------------------------------------
| _____ _ _ |
| / ____| | | | | |
| | | __ _ _ __ | |_ ___ __| |_ __ __ ___ __ |
| | | / _` | '_ \| __/ _ \/ _` | '__/ _` \ \ /\ / / |
| | |___| (_| | | | | || __/ (_| | | | (_| |\ V V / |
| \_____\__,_|_| |_|\__\___|\__,_|_| \__,_| \_/\_/ |
--------------------------------------------------------
Cantedraw: the five card poker game.
A simulator written in Common Lisp.
Goals:
- Players can use a terminal emulator or a web browser
- Players can join games hosted on other machines
- Games may have up to 12 players
- Games may include bots
- Bots have different ranks of difficulty
Requirements:
- Steele Bank Common Lisp (http://www.sbcl.org/)
- Quick Lisp (https://www.quicklisp.org/beta/)
Run:
$ ./build
to compile the program. Binary artifact should be located under
`./bin/cantedraw`.
|