Explain a bit more about what this is

This commit is contained in:
Juhani Krekelä 2019-06-30 00:57:21 +03:00
parent 1d0545366a
commit fa6b47dcf9
1 changed files with 5 additions and 3 deletions

8
README
View File

@ -1,8 +1,12 @@
A dungeon crawler. That is, you are crawling around in a dungeon.
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
@ -13,8 +17,6 @@ r - restart
q - quit
c - configure keybindings
If you find yourself stuck in a corner, try moving diagonally backwards.
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.