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.scm (112B)


      1 ;;;; config.scm
      2 
      3 
      4 (define spock-version 0)
      5 (define library-path (list (make-pathname (chicken-home) "spock")))
      6