diff options
author | B. Watson <yalhcru@gmail.com> | 2016-10-28 05:41:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-28 05:41:58 +0700 |
commit | 59e668ade236a9081f480158e8b794667c6d0667 (patch) | |
tree | c0eb48909e3a3a23ead4491b316545cdede629eb /games/domination/README | |
parent | cc2254d046e9cadd8f856873f693a1a27c0e1466 (diff) | |
download | slackbuilds-59e668ade236a9081f480158e8b794667c6d0667.tar.gz |
games/domination: Added (clone of the board game Risk).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/domination/README')
-rw-r--r-- | games/domination/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/domination/README b/games/domination/README new file mode 100644 index 0000000000..93b23e8101 --- /dev/null +++ b/games/domination/README @@ -0,0 +1,19 @@ +domination (clone of the board game Risk) + +Domination is a game that is a bit like the well known board game of +Risk or RisiKo. It has many game options and includes many maps. + +Domination is written in Java. It includes a map editor, single-player +vs. AI, networked multiplayer, and many other features. It works in all +OSes that run Java 1.4 or higher, and Android. + +Since Domination is a Java application, it will require a Java Virtual +Machine to run. Any of these SBo builds will work: + +jdk +openjdk +openjdk6 +openjdk8 + +All of the above install scripts in /etc/profile.d, meaning you must +log out and back in to run Java applications (including Domination). |