From 65e6af81bd18685a84228d5752b67c979d457934 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 2 Jun 2026 04:36:16 -0400 Subject: Add README.org --- 2026/README.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 2026/README.org (limited to '2026') 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! -- cgit v1.2.3