about summary refs log tree commit diff stats
path: root/README.org
blob: c529c574a446bd43570d4579c2d32e8dd767ec36 (plain) (blame)
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
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.