about summary refs log tree commit diff stats
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
downloadcaelum-d1f7b4e0ff8e9f621a8690c67b5399393c25aa59.tar.gz
Initial commit
-rw-r--r--.gitattributes2
-rw-r--r--.gitignore1
-rw-r--r--LICENSE13
-rw-r--r--README.org28
4 files changed, 44 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..6b9d6b0
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+*.raku linguist-language=Raku
+*.rakumod linguist-language=Raku
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4a5e4c7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+lib/.precomp
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..e51df07
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,13 @@
+Copyright (c) 2021, Andinus <andinus@nand.sh>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
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.