]> git.cworth.org Git - dvonn/blob - README
Implement automatic pass (when there is no legal move) and end-of-game
[dvonn] / README
1 This is an implementation of the game DVONN as invented by Kris Burm.
2
3 Building dvonn
4 --------------
5 It depends on GTK+. If you're using a Debian system, this libraries
6 can be installed with the following command:
7
8         sudo apt-get install libgtk2.0-dev
9
10 After that, compiling the game is as simple as:
11
12         make
13
14 And running it is as simple as:
15
16         ./dvonn
17
18 For rules on playing DVONN, please consider purchasing a copy and
19 supporting a great game designer.