Website | https://andinus.nand.sh/antlia |
Source | https://git.tilde.institute/andinus/antlia |
GitHub (mirror) | https://github.com/andinus/antlia |
This was recorded with asciinema
.
- Antlia v0.1.0: https://asciinema.org/a/410736
Antlia is released to CPAN, you can get it from there or install it from
source. In any case, zef
is required to install the distribution.
You can run Antlia without zef
. Just run raku -Ilib bin/antlia
from
within the source directory.
- Run
zef install antlia
.
Antlia should be installed, try running antlia --version
to confirm.
You can either download the release archive generated by cgit/GitHub or
clone the project if you have git
installed.
- Download the release:
- Extract the file.
- Run
zef install .
in source directory.
All commits will be signed by my PGP Key.
# Clone the project.
git clone https://git.tilde.institute/andinus/antlia
cd antlia
# Install octans.
zef install .
Just enter the player names & it’ll print each throw along with scores. Press enter to play another round.
Number of players. Default is 2, should be an integer equal to or greater than 2.
- Update dependencies in
META6.json
.
- Added support for more than 2 players.
- Prints a scorecard after the last round.
Initial Implementation