Skip to content

Commit

Permalink
Tweak game docs a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj committed Mar 2, 2014
1 parent 75a5c08 commit 3018558
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 3 additions & 2 deletions GameDefinition/PLAYING.md
Expand Up @@ -56,8 +56,9 @@ the vi text editor keys (also known as "Rogue-like keys").
/|\ /|\
1 2 3 b j n

`SHIFT` (or `CTRL`) and a movement key make the party leader
run in the indicated direction, until anything of interest is spotted.
`SHIFT` (or `CTRL`) and a movement key make the current party leader
(and currently selected party members, if any) run in the indicated
direction, until anything of interest is spotted.
The `5` and `.` keys consume a turn and make you brace for combat,
which confers a chance to block blows for the remainder of the turn.
In targeting mode the same keys move the targeting cursor.
Expand Down
12 changes: 8 additions & 4 deletions README.md
Expand Up @@ -12,15 +12,18 @@ using the [LambdaHack] [5] roguelike game engine.
Compilation and installation
----------------------------

The game is best compiled and installed via Cabal, which also takes care
of all dependencies. The latest official version of the game can be downloaded
automatically by Cabal from [Hackage] [4] as follows
The game is best compiled and installed via Cabal (already a part
of your OS distribution, or available within [The Haskell Platform] [7]),
which also takes care of all the dependencies. The latest official
version of the game can be downloaded automatically by Cabal
from [Hackage] [4] as follows

cabal install Allure

For a newer version, install a matching LambdaHack library snapshot
from a development branch, download the game source from [github] [3]
and run `cabal install` from the main directory.
and run `cabal install` from the main directory (for sample commands
see file `.travis.yml`).


Compatibility notes
Expand Down Expand Up @@ -91,3 +94,4 @@ If not, see <http://www.gnu.org/licenses/>.
[4]: http://hackage.haskell.org/package/Allure
[5]: http://github.com/kosmikus/LambdaHack
[6]: https://github.com/Mikolaj/Allure/wiki
[7]: http://www.haskell.org/platform

0 comments on commit 3018558

Please sign in to comment.