Question: You are required to develop a computer program in C++ that reads in a board size from a file, implements the game of Gomoku for





You are required to develop a computer program in C++ that reads in a board size from a file, implements the game of Gomoku for the given size, implements two different algorithms that will compete against each other and record the games in an output file. Some rules about Gomoku: Algorithm 1 will take alternating turns with algorithm 2 at placing their markers in the grid You are required to develop a computer program in C++ that reads in a board size from a file, implements the game of Gomoku for the given size, implements two different algorithms that will compete against each other and record the games in an output file. Some rules about Gomoku: Algorithm 1 will take alternating turns with algorithm 2 at placing their markers in the grid
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
