1
0
Fork
You've already forked lambda-dungeon
0
A hackable dungeon crawler for Spring Lisp Game Jam 2024!
  • Scheme 62.5%
  • JavaScript 33.3%
  • CSS 2.3%
  • HTML 1%
  • Makefile 0.9%
2024年05月25日 18:00:57 +03:00
assets Working path blocking and key finding logic 2024年05月25日 16:56:17 +03:00
js-runtime First commit! 2024年04月26日 14:30:59 -04:00
modules Working find-nearest-item plus default hero logic 2024年05月25日 18:00:57 +03:00
.gitignore First commit! 2024年04月26日 14:30:59 -04:00
.woodpecker.yml Include js-runtime in publish 2024年05月21日 11:31:07 +03:00
COPYING Add COPYING file. 2024年05月06日 20:04:09 -04:00
game.css Editor goes on top on mobile to be readable 2024年05月23日 18:47:18 +03:00
game.js Add item pickup, message log, more spawn types, game states 2024年05月23日 16:08:01 +03:00
game.scm Add item pickup, message log, more spawn types, game states 2024年05月23日 16:08:01 +03:00
index.html Improve responsiveness on mobile devices 2024年05月23日 18:32:39 +03:00
Makefile Reorganize game code and modules under lambda-dungeon 2024年05月21日 17:37:10 +03:00
manifest.scm First commit! 2024年04月26日 14:30:59 -04:00
Notes.org Working path blocking and key finding logic 2024年05月25日 16:56:17 +03:00
README.md Yes, it works on mobile! 2024年05月23日 18:33:38 +03:00

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:

https://gitlab.com/spritely/guile-hoot-game-jam-template