about summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-04-27 21:16:11 +0530
committerAndinus <andinus@nand.sh>2021-04-27 21:16:11 +0530
commitd1f7b4e0ff8e9f621a8690c67b5399393c25aa59 (patch)
tree080903eaf9700f880a57c8c24fa2882d0c2b7962 /README.org
downloadcaelum-d1f7b4e0ff8e9f621a8690c67b5399393c25aa59.tar.gz
Initial commit
Diffstat (limited to 'README.org')
-rw-r--r--README.org28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..c529c57
--- /dev/null
+++ b/README.org
@@ -0,0 +1,28 @@
+#+title: Caelum
+#+subtitle: Caelum is a text based Cee-lo game
+#+export_file_name: index
+#+setupfile: ~/.emacs.d/org-templates/projects.org
+
+| Website         | https://andinus.nand.sh/caelum             |
+| Source          | https://git.tilde.institute/andinus/caelum |
+| GitHub (mirror) | https://github.com/andinus/caelum          |
+
+* Documentation
+
+** Implementation
+
+Caelum is an implementation of [[https://en.wikipedia.org/wik/Cee-lo#Cee-lo_without_a_bank_(winner_take_all)][Cee-lo without a bank]]. The bet amount is
+set to be the average of whatever each player decides.
+
+** Options
+
+*** players
+
+Number of players. Default is 2, should be an integer greater than or
+equal to 2.
+
+* News
+
+** v0.1.0 - 2021-04-27
+
+Initial implementation.