puz
A tiny puzzle game written in owl lisp - a fun, purely functional programming language for the 2024 spring lisp game jam.
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!