Gomoku (Five in a Row)
Gomoku is a classic board game played on a 15×15 grid.
Two players take turns placing black and white stones on the board.
The objective is to be the first to line up five consecutive stones horizontally, vertically, or diagonally.
Rules
- Players alternate turns, placing one stone on an empty cell.
- The first player uses black stones; the second player uses white stones.
- You cannot place a stone on a cell that is already occupied.
- The first player to connect five stones in any direction wins the game.