A tiny puzzle game written in owl lisp - a fun, purely functional programming language for the 2024 spring lisp game jam.

Published 21 days ago
StatusPrototype
PlatformsWindows, macOS, Linux, HTML5
Authorkrzysckh
GenrePuzzle
Tagsmaze

Download

Download
puz.c 2.5 MB
Download
puz-x86_64-w64-mingw32.exe 3.2 MB
Download
puz.tgz 1.1 MB

Install instructions

You can play the game in the browser.

Use the -x86_64- executable for 64bit MS Windows.

On unix-like systems you can compile it from source - puz.c is the byte-compiled version embedded with the vm so it only needs libraylib and a C compiler to be compiled.

$ cc -o puz puz.c -lraylib -lm -lpthread

The full source code can be downloaded from github or as a tarball puz.tgz.

Comments

Log in with itch.io to leave a comment.

maze simulator.

Nice game! I found out about owl lisp this morning from my jam team; I didn’t realize it could do this! So cool!

Thanks!