Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 520 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 520 Bytes

roguehike

A simple roguelike not-quite game in Clojure. Go climb a virtual mountain here!

Use numpad or vi keys (hjklyubn) for moving. Press q to exit.

Unlike most roguelikes, roguehike uses side-view camera angle. There is no saving, winning, or losing, but the mountains are always worth climbing.

Building

Requires Leiningen.

lein run

License

Source code: MIT/X11

Copyright 2024 Ivan Zuboff

Copyright 2012 Steve Losh (see his zen project used as base for this one)