Question: Implement a c++ program that represents the famous game Dots and boxes. The program is a hot-seat game for two players. The game interface is
Implement a c++ program that represents the famous game Dots and boxes.
The program is a hot-seat game for two players.
The game interface is simply outputted in the standard output (terminal window) in plain text, composed by simple ASCII characters. The size of the grid is composed by 3x3 dots.
During his turn, the player selects where to put a horizontal or a vertical line by selecting the coordinates of the points on the grid.
Also if you are able to give me a documentation of the work you did for example why did you implement some code or anything I would be glad.
For example: 0, 0 0, 1
Draws:
.--. .
.. .
. . .
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
