1
0
Fork
You've already forked lambda-dungeon
1
A hackable dungeon crawler for Spring Lisp Game Jam 2024!
  • Scheme 61.3%
  • JavaScript 29.2%
  • HTML 5.7%
  • CSS 3%
  • Makefile 0.8%
David Wilson 41d238481e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add disabled attack logic
2024年05月27日 06:56:57 +03:00
assets Generate random keys with equivalent locked doors 2024年05月26日 21:10:48 +03:00
js-runtime First commit! 2024年04月26日 14:30:59 -04:00
modules Add disabled attack logic 2024年05月27日 06:56: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 Flesh out map, add "New Game" feature 2024年05月26日 21:56:32 +03:00
game.js Flesh out map, add "New Game" feature 2024年05月26日 21:56:32 +03:00
game.scm Add disabled attack logic 2024年05月27日 06:56:57 +03:00
index.html Improve instructions 2024年05月27日 06:06:32 +03:00
Makefile Generate random keys with equivalent locked doors 2024年05月26日 21:10:48 +03:00
manifest.scm First commit! 2024年04月26日 14:30:59 -04:00
Notes.org Flesh out map, add "New Game" feature 2024年05月26日 21:56:32 +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