diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-14 15:10:26 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-14 15:10:43 +0000 |
commit | b335a12b7851405b3796f6efd463989196080fe3 (patch) | |
tree | 4de7c16893d785b29ca3a4cec0c8fada250339d0 /README.txt | |
parent | 8bd79009460615d122cd289228d64d16adf704d6 (diff) | |
download | cantedraw-b335a12b7851405b3796f6efd463989196080fe3.tar.gz cantedraw-b335a12b7851405b3796f6efd463989196080fe3.tar.bz2 cantedraw-b335a12b7851405b3796f6efd463989196080fe3.zip |
Added a README
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..e7ca529 --- /dev/null +++ b/README.txt @@ -0,0 +1,18 @@ +-------------------------------------------------------- +| _____ _ _ | +| / ____| | | | | | +| | | __ _ _ __ | |_ ___ __| |_ __ __ ___ __ | +| | | / _` | '_ \| __/ _ \/ _` | '__/ _` \ \ /\ / / | +| | |___| (_| | | | | || __/ (_| | | | (_| |\ 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 |