Play Gomoku

Let’s play Gomoku. The goal of the game is to get five in a row (horizontally, vertically, or diagonally) on a 9×9 board. Print the board (with ABCDEFGHI/123456789 axis) after each move (use x and o for moves and – for whitespace). You and I take turns in moving, that is, make your move after my every move. You cannot place a move on top of other moves. Do not modify the original board before a move. Now make the first move.

Copied to Clipboard!

© 2024 Appndo.com. All rights reserved.