diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-02 04:36:16 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-02 04:36:16 -0400 |
| commit | 65e6af81bd18685a84228d5752b67c979d457934 (patch) | |
| tree | ec461cc5d981ad3d2ff0eeb8e389e8fad1619fce /2026/README.org | |
| parent | 45e643d306e5fccfbf21fa75373a66275212cdb2 (diff) | |
Add README.org
Diffstat (limited to '2026/README.org')
| -rw-r--r-- | 2026/README.org | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/2026/README.org b/2026/README.org new file mode 100644 index 0000000..522ce0a --- /dev/null +++ b/2026/README.org @@ -0,0 +1,18 @@ +#+title: LCOLONQ Jam-A-Palooza 2K26 + +This repository contains the testing harness for the 2026 LCOLONQ game jam. + +More details are available here: [[https://api.colonq.computer/jam/2026]]. + +* Usage +Run + +#+begin_src shell +python3 -m http.server +#+end_src + +and then open [[http://localhost:8000]]. + +For testing, you can add your own game to the list of game URLs in [[./index.html]]. +Note that this is all still very early stages, so things may evolve and churn unexpectedly. +Here be dragons! |
