blob: 93b23e810188e2fb74ad2fe7e2c6a3b9c5377d65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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).
|