Constructing a Mill board – C++
Question Description
Your customer is asking you to develop software simulating the board game Mill, also known as Nine Men’s Morris (http://en.wikipedia.org/wiki/Nine_Men’s_Morris or https://www.yourturnmyturn.com/rules/mill.php ). The software should or allow a human player to play against either a human or a computer opponent 1. You may determine the functional and quality requirements according to the rules of the game (e.g.,placing pieces, moving pieces, and flying), future enhancement for the variants of Nine Men’sMorris (e.g., Six Men’s Morris and Twelve Men’s Morris).
However, here i just need you to Make the base code for placing pieces (for both players) and making the board. (Keep in mind we’ll need to make test cases).
Language: c ++.