Infinite Dimensional Gomoku
遊び方:
- 人間 vs 人間のゲームです。
- 石を置きたい座標をスペースで区切ってinputに入力してください。
たとえば、座標(1,0,2)に置きたいときは "1 0 2" と入力します。
- 先手(黒)がすでに(0)に打っている状態から始まります。
- 自分の石を5個一列に並べた方が勝ちです。
- ただし、先手(黒)が6個以上並べると黒の負けになります。
- 後手(白)は6個以上並べても勝ちなります。
How to Play:
- This game is for only human player vs human player.
- Please type the location with a space you want to put into input window.
For example, the stone is put at (1,0,2) with the input "1 0 2".
- The game is started after the first player(black) put a black stone at (0).
- The player wins when the 5 hist stones are lined up.
- However black player loses when the 6 or more black stones are lined up.
- white player wins when the 6 or more black stones are lined up.
Infinite Dimensional Gomoku
version
programed by koteitan
source code is at github