From fe90069ab6e792d495c07b7e295095eaf97da3e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derlund?= Date: Fri, 12 Jul 2013 02:18:32 -0500 Subject: games/hnefatafl: Added (Norse board game) Signed-off-by: Robby Workman --- games/hnefatafl/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 games/hnefatafl/README (limited to 'games/hnefatafl/README') 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. -- cgit v1.2.3