Congrats on the rating!
Deopite how tragic the game is, I can really see how much of your talent shines through from beneath. If you make a non-shitpost game/novel in the future, I’d be glad to see it!
Darn. Did you get a specific error message on Guix? Racket’s distributions are supposed to bundle everything and run on Unix, so I’m surprised it didn’t work for you.
Building from source is pretty straightforward if you’ve used a command line before:
raco pkg install --auto req-lib
(dependencies)raco req -d
(dependencies)racket sludge-game/main.rkt
(play it)This even worked for screwtape on BSD with no errors.
The tools are mentioned briefly in the game description and elaborated on a bit in the readme.
Specifically:
Would you mind sharing the OS and specs of the computer you were using that cut the living room in half?
Hi, I tried again with the main.zip link you posted, but now I get this error:
* (load "init.lisp")
While evaluating the form starting at line 8, column 0
of #P"/var/home/cadence/Downloads/SpringLispGameJam2024/wizkeep/deps/bundle.lisp":
While evaluating the form starting at line 14, column 0
of #P"/var/home/cadence/Downloads/SpringLispGameJam2024/wizkeep/init.lisp":
debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread
#<THREAD tid=322877 "main thread" RUNNING {1001138003}>:
Failed to find the WRITE-DATE of /var/home/cadence/Downloads/SpringLispGameJam2024/wizkeep/deps/local-projects/:
No such file or directory
If I’m reading it right, I need a deps/local-projects/
folder that wasn’t supplied in the zip?
\27. Snail Society (I forgot to add the wrench to the thumbnail when I initially submitted it)
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 150 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 32
Current serial number in output stream: 33
I think it doesn’t work on Wayland, even with GDK_BACKEND=x11?
Install sdl2 and sdl2-image… Install a Common Lisp implementation… Install Common Lisp packages (and transitive dependencies) on your system and make sure they are available in ASDF:CENTRAL-REGISTRY. I recommend installing them using Guix
Sorry, I have absolutely no idea how to do this. Is it possible to play your game without doing these steps? Alternatively, could you give instructions of which commands I should run to make it work?