spook

A "game" for the 2023 Autumn Lisp Game Jam. Won first place! (from the bottom...)
git clone https://kaka.farm/~git/spook
Log | Files | Refs | LICENSE

config.js (131B)


      1 /* config.js - runtime-configuration for SPOCK */
      2 
      3 
      4 var SPOCK = {
      5     STACKSIZE: 100, 
      6     THREADSLICE: 10,
      7     TRACELENGTH: 32
      8 };