Skip to content

postboy/roguehike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)