From cd03974523bd7c46ca32c07a1b145e1710218b44 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 18 Jun 2026 19:26:09 -0400 Subject: Add nonnix build --- 2026/README.org | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '2026/README.org') diff --git a/2026/README.org b/2026/README.org index c475df2..42331b0 100644 --- a/2026/README.org +++ b/2026/README.org @@ -8,12 +8,17 @@ More details are available here: [[https://api.colonq.computer/jam/2026]]. Run #+begin_src shell -python3 -m http.server +cargo run #+end_src -and then open [[http://localhost:8000]]. +in this directory. This will open your web browser and load the game collection. +This will require that you have a ~cargo~ and a recent Rust toolchain installed. +If this is irritating, you can also download prebuilt binaries [[here + +In order to add your own game(s), simply create a new folder under ~./games~. +Make sure that this folder has an ~index.html~ file inside! +Restart the harness, and it should automatically detect your game and add it to the rotation. -For testing, you can add your own game to the list of game URLs at the top of [[./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