Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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?

Hi. Thanks for giving it a try again! I just checked locally, and there is indeed a deps/local-projects/ directory, however it's empty, so it has not been uploaded to Git. If you like you could try to mkdir ...path.../wizkeep/deps/local-projects and give it another try. If it still doesn't work I'm not sure if I can help any more than that unfortunately.

OK, I created that empty directory and that got it working. Thanks!

Great. Kudos for having the patience to get it up and running.