2024-02-17 17:43:14 +00:00
|
|
|
# WELLNESS GAME
|
|
|
|
|
|
|
|
be well
|
|
|
|
|
|
|
|
## What You Will Find Here
|
|
|
|
|
|
|
|
```
|
|
|
|
.
|
|
|
|
├── README.md
|
|
|
|
├── d66
|
2024-02-22 19:15:49 +00:00
|
|
|
│ ├── justfile
|
|
|
|
│ ├── wellness-d66.html
|
2024-02-17 17:43:14 +00:00
|
|
|
│ ├── wellness-d66.pdf
|
|
|
|
│ ├── wellness-d66.src.txt
|
|
|
|
│ ├── wellness-d66.t
|
|
|
|
│ └── wellness-d66.txt
|
2024-02-22 19:15:49 +00:00
|
|
|
├── dodeca
|
|
|
|
│ ├── justfile
|
|
|
|
│ ├── wellness-dodeca.html
|
|
|
|
│ ├── wellness-dodeca.pdf
|
|
|
|
│ ├── wellness-dodeca.rec
|
|
|
|
│ ├── wellness-dodeca.t
|
|
|
|
│ └── wellness-dodeca.txt
|
|
|
|
├── feed.rec
|
2024-02-17 17:43:14 +00:00
|
|
|
├── lite
|
2024-02-22 19:15:49 +00:00
|
|
|
│ ├── justfile
|
|
|
|
│ ├── wellness-lite.html
|
2024-02-17 17:43:14 +00:00
|
|
|
│ ├── wellness-lite.pdf
|
|
|
|
│ ├── wellness-lite.src.txt
|
|
|
|
│ ├── wellness-lite.t
|
|
|
|
│ └── wellness-lite.txt
|
|
|
|
├── origedits
|
|
|
|
│ ├── wellness.pdf
|
|
|
|
│ ├── wellness.t
|
|
|
|
│ └── wellness.txt
|
|
|
|
└── original
|
|
|
|
├── wellness.pdf
|
|
|
|
└── wellness.t
|
|
|
|
|
2024-02-22 19:15:49 +00:00
|
|
|
6 directories, 28 files
|
2024-02-17 17:43:14 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Directories:
|
|
|
|
|
|
|
|
- `d66`: A wellness game with 2 six-sided dice and a 36-item lookup table
|
2024-02-22 19:15:49 +00:00
|
|
|
- `dodeca`: Roll a twelve sided dice
|
2024-02-17 17:43:14 +00:00
|
|
|
- `lite`: flip two coins. smol enough to fit in your head.
|
|
|
|
- `origedits`: some light edits to the original Wellness RPG by Case Duckworth
|
|
|
|
- `original`: the original game by Case Duckworth
|
|
|
|
|
|
|
|
Files:
|
|
|
|
|
|
|
|
- `*.pdf`: a pdf rendering of the game
|
|
|
|
- `*.src.txt`: original sketches and rough drafts
|
|
|
|
- `*.t`: troff macros and markup
|
|
|
|
- `*.txt`: nroff output of the game
|