diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-18 19:26:09 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-18 19:26:09 -0400 |
| commit | cd03974523bd7c46ca32c07a1b145e1710218b44 (patch) | |
| tree | 1966d81da0c967469a00672767781137744a4c84 /2026/README.org | |
| parent | 47036ba678949ade21ecbecaeb780b324f6ce3ee (diff) | |
Add nonnix build
Diffstat (limited to '2026/README.org')
| -rw-r--r-- | 2026/README.org | 11 |
1 files changed, 8 insertions, 3 deletions
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! |
