A hackable dungeon crawler for Spring Lisp Game Jam 2024!
- Scheme 61.3%
- JavaScript 29.2%
- HTML 5.7%
- CSS 3%
- Makefile 0.8%
Lambda Dungeon
A hackable dungeon defense game written in Scheme using Guile Hoot!
Check it out on Itch.io:
https://fluxharmonic.itch.io/lambda-dungeon
You will need a Chromium 119+ or Firefox 121+ browser to run this game successfully. This game works on mobile devices!
Getting Started
The fastest way to get set up is to use GNU Guix.
Use guix shell to load up manifest.scm and launch make serve to
build the code and host it at http://localhost:8088.
A one-liner to accomplish this is as follows:
guix shell -m manifest.scm -- make serve
License
The game's code is licensed under the Apache 2.0 license, same as the template this game is based on: