From 1b136a6735ff0e29d8f160f368fc2d8f82ad0a90 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 22 Sep 2000 12:36:08 +0000 Subject: New ports gomoku.app, a five-in-a-row game for GNUstep. --- games/gomoku.app/pkg-descr | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 games/gomoku.app/pkg-descr (limited to 'games/gomoku.app/pkg-descr') 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 + +WWW: http://www.gnustep.it/nicola/Applications/Gomoku/ -- cgit