summaryrefslogtreecommitdiff
path: root/2026
diff options
context:
space:
mode:
Diffstat (limited to '2026')
-rw-r--r--2026/README.org18
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!