diff options
author | Alexander Söderlund <alexandersoderlund@lavabit.com> | 2013-07-12 02:18:32 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-07-14 17:07:19 -0500 |
commit | fe90069ab6e792d495c07b7e295095eaf97da3e7 (patch) | |
tree | ab420f6bdaa647ebbbb0038bbfaa9f759e3df8b9 /games/hnefatafl/README | |
parent | c4398c7d3c6f6c85213f14333216a2aad59f4b83 (diff) | |
download | slackbuilds-fe90069ab6e792d495c07b7e295095eaf97da3e7.tar.gz |
games/hnefatafl: Added (Norse board game)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/hnefatafl/README')
-rw-r--r-- | games/hnefatafl/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/games/hnefatafl/README b/games/hnefatafl/README new file mode 100644 index 0000000000..b1c9b2c00b --- /dev/null +++ b/games/hnefatafl/README @@ -0,0 +1,16 @@ +Hnefatafl is the Norse board game. It has been played in Scandinavia +since at least 400 AD. + +Hnefatafl (with any board setup) and tablut are fully supported using +rulesets. Other regional variants are partly supported. + +The program has CLI and XLib interfaces. You can play hotseat or versus +a computer player, but network play is not supported. + +To compile the program without XLib, invoke the script with +LINK_XLIB=no in the environment, e.g. + LINK_XLIB=no ./hnefatafl.SlackBuild + +Nearly all settings are compile-time options that can be changed in +`config.mk`, including language and the amount of memory that the +computer player may use for hashing. |