diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-09-22 12:36:08 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-09-22 12:36:08 +0000 |
commit | e96e5dc7ab42acb4270eaf38420f765a7d41569e (patch) | |
tree | 180000dfedc2f0cc504704dee358e472b3ac2fe8 /games/gomoku.app/pkg-descr | |
parent | a4bf123afec3fbe5349ec996dedd2a5fe89f4eff (diff) |
Notes
Diffstat (limited to 'games/gomoku.app/pkg-descr')
-rw-r--r-- | games/gomoku.app/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/gomoku.app/pkg-descr b/games/gomoku.app/pkg-descr new file mode 100644 index 000000000000..e973c5a093ef --- /dev/null +++ b/games/gomoku.app/pkg-descr @@ -0,0 +1,15 @@ +Gomoku.app is an extended TicTacToe game for GNUstep. +You win the game if you are able to put 5 of your pieces +in a row, column or diagonal. You loose if the computer +does it before you. You can play the game on boards of different +size; the default size is 8 but 10 is also nice to play. +Pass the size of the board as argument of Gomoku.app. For example, to +play on a 10x10 board, you can start Gomoku with: + +openapp Gomoku.app 10 + +Warning: board size must be >= 8. + +BUGS: Please mail them to <n.pero@mi.flashnet.it> + +WWW: http://www.gnustep.it/nicola/Applications/Gomoku/ |