Gomoku.app is an extended TicTacToe game for GNUstep.
(c) Nicola Pero. This program is licensed through the GNU Public Licence.
site : http://www.gnustep.it/nicola/Applications/Gomoku/index.html
contact : mailto:n.pero@mi.flashnet.it
[Introduction]
-
[Changing the boardsize]
-
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. The game has 6 different difficulty levels.
if you're using gnustep-make > 1.5.0). If you want to play on a board different from the default 8x8 board, 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
NB: board size must be >= 8.