9mm/doc/README.md

62 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-30 01:26:41 +00:00
# 9mm
Introducing:
Nine Mens Morris
The Game
A game about moving cows
Featuring:
Fennel
The Language
By:
dozens
the human
## ABOUT
Do you know what Nine Mens Morris looks like?
It has three concentric rings, each containing eight spaces.
Here's what it looks like:
```
1-----2-----3
| | |
| 4---5---6 |
| | | | |
| | 7-8-9 | |
| | | | | |
0-1-2 3-4-5 +10
| | | | | |
| | 6-7-8 | |
| | | | |
| 9---0---1 | +20
| | |
2-----3-----4
```
## BACKGROUND
2024-06-26 03:22:35 +00:00
Nine Mens Morris is legit a great game,
and I like it a lot.
2024-05-30 01:26:41 +00:00
One time i wrote an essay about the social contract implicit to nine mens morris:
https://write.tildeverse.org/dozens/nine-mens-morris-cultural-meanings-and-social-contracts
Kind of obsessed with this variation about COWS
https://en.wikipedia.org/wiki/Morabaraba
also look at these round cows
https://en.wikipedia.org/wiki/Spherical_cow
2024-06-26 03:22:35 +00:00
## USAGE
1. If you have fennel installed,
run `fennel main.fnl`
2. If you have fennel installed,
you can compile a binary
using `fennel --compile-binary`.
(See `justfile` for an example of how I do it.)