Autumn Lisp Game Jam 2024: Final Day


Finally, after the longest day spent squishing bugs and balancing enemies, the game is ready for release! I’m positively exhausted, but I hope it would be as much fun for you to play it as it was for me making it, despite numerous bugs that are definitely left 😅

Files

lispy-rogue-main.zip 1.3 MB
21 days ago
lispy-rogue-0.0.1-r1-setup.exe 18 MB
21 days ago
lispy-rogue-0.0.1-r1.AppImage 43 MB
21 days ago
lispy-rogue-0.0.1-r1.dmg 14 MB
21 days ago

Get Lispy Rogue

Comments

Log in with itch.io to leave a comment.

(1 edit)

I’ve downloaded the zip archive and added the luckylambda dist.

When loading the project, there the following Error is signalled during the load process of “ui.lisp”. (Using SBCL 2.4.9)

COMPILE-FILE-ERROR while
compiling #<CL-SOURCE-FILE "lispy-rogue" "src" "ui">
; 
; caught ERROR:
;   READ error during COMPILE-FILE:
;   
;     Symbol "EDIT" not found in the CL-LIBALLEGRO-NUKLEAR/DECLARATIVE package.
;   
;       Line: 17, Column: 24, File-Position: 614

Would be nice if you could help me troubleshoot the issue.

(2 edits)

That’d happen when one uses the old version of cl-liballegro-nuklear from the main Quicklisp. Please make sure you’ve successfully run

(ql-dist:install-dist "http://dist.luckylambda.technology/releases/lucky-lambda.txt")

followed by

(ql:update-all-dists)

(just in case)

(+1)

Got it running. thx.

Sure thing! Let me know if you have any questions or comments :)