Initial Commit

This commit is contained in:
ookami125 2026-08-18 00:52:29 -04:00
commit 35f3810632
90 changed files with 29267 additions and 0 deletions

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# Find My Fun
This repository is a sequence of small game-design experiments. It is not a single game yet.
The current experiment is **008 — Catalyst Ecology**. See [its README](experiments/008_catalyst_ecology/README.md) for the one-command launch instructions and playtest prompt. Play it before reading its private hypothesis notes.
Earlier experiments are preserved in [`experiments/`](experiments/).
Research notes live in [`research/`](research/). They should be updated after each playtest, before another experiment is built.
Launch prototypes with their `run.sh` script. Their **Save JSONL** button posts the validated log to the local server and writes it directly into [`JSONL/`](JSONL/). If the custom server is unavailable, the button falls back to a normal browser download.