Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 598 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 598 Bytes

heckendorf

Procedurally generated roguelike dungeon crawler game implemented as a fullstack Clojure webapp.

Live at: http://heck.8620.cx

Running locally

lein start

Development

Server

lein repl
heckendorf.web=> (-main)

Or lein run if you haven't been REPLightened yet.

Client

lein figwheel dev

Credits

Thanks to Clint Bellanger for the tileset. The tileset has been used with additions for extra monster sprites, one of them a modification to an existing sprite.