Gomoku is a 5-in-a-row game, also called noughts & crosses or tic-tac-toe. Name of the game is to get five markers in a row on a 15x15 sized board and is played by two players. Computer player uses a minimax search algorithm with alpha-beta pruning.
· Play with a friend or against the computer.
· Three levels of difficulty on computer player