blob: bc4ff88977dfefa6cca9bd2c352bbbe405c65072 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
#+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
cargo run
#+end_src
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:
- [[https://api.colonq.computer/jam_assets/2026/jam_server][x86_64 Linux (glibc)]]
- [[https://api.colonq.computer/jam_assets/2026/jam_server.exe][x86_64 Windows]]
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.
Note that this is all still very early stages, so things may evolve and churn unexpectedly.
Here be dragons!
[[./jam2026.png]]
|