Dungeon crawler, with emphasis on the crawler
Go to file
Juhani Krekelä 32a9d7627a Create a sprite for the player 2019-06-30 19:38:42 +03:00
bundle Create a sprite for the player 2019-06-30 19:38:42 +03:00
scripts Add packaging for *nix to Makefile 2019-06-30 00:43:01 +03:00
.gitignore Add packaging for *nix to Makefile 2019-06-30 00:43:01 +03:00
CC0 First commit 2019-06-28 18:13:03 +03:00
Makefile Create a sprite for the player 2019-06-30 19:38:42 +03:00
README Draw correct bg for slimes 2019-06-30 01:08:13 +03:00

README

A dungeon crawler. That is, you are crawling around in a dungeon. This means
you can't easily turn around in tight spaces and your vision to where you
came from is limited.

Find the Orb of Èitmer hidden within the dungeon, and beware the slimes for
it is up to chance whether you or they will prevail should you meet.

If you find yourself stuck in a corner, try moving diagonally backwards.

Movement:

 u i o
 j   l
 m k .

space - do nothing for a turn
r - restart
q - quit
c - configure keybindings

The game code and assets are under Creative Commons Zero 1.0 Universal
license. If other code or data is distributed alongside them, see the
attached license.txt file for information about their licenses.