Question: COMPUTER SCIENCE I PROJECT 3 BOARD GAME TOTAL POINTS: 50 (40 FOR THE CODE 10 FOR THE DISCUSSION) For this , select a simple

COMPUTER SCIENCE I PROJECT 3 BOARD GAME TOTAL POINTS: 50 (40 FOR THE CODE 10 FOR THE DISCUSSION) For this , select a simple board game to implement in C++. The implementation of the game must involve a two-dimensional array to store the game pieces on a grid. Here are some examples of acceptable choices: Tic-Tac-Toe . Sudoku Go You may work with a partner. PROJECT REQUIREMENTS 1. You must precisely define the rules of the game so that I can understand whether your program is correct (clearly define the rules even for a well-known game such as Tic-Tac-Toe). The definition should have enough details so that another programmer can create a similar program according to your definition. 2. The program is interactive (i.e. it allow inputs from the user and provides feedback to the user). The program uses user interfaces that provide clear, well-designed, and visually pleasing feedback to the user. 3. At least one non-trivial use of an array/vector 4. Your program must use named constants where appropriate (i.e. there should be no hard-coded literals other than named constants). WHAT YOU NEED TO SUBMIT FOR THE PROJECT: A paper report containing the following items (only one report is needed per group): i. Title page ii. Project name iii. Group member names iv. Pseudocode of your program v. Source code vi. Rules of the game vii. Describe your representative test cases along with screenshots 1. Use sufficient screenshots to show that your program behaves correctly according to the definition. 1| Project 3
Step by Step Solution
3.42 Rating (158 Votes )
There are 3 Steps involved in it
The detailed answer for the above question is provided below nonymous answered this 325 answers TIC TAC TOE RULES First to win 3 matches Wins the Game Players get alternate turns until someone wins th... View full answer
Get step-by-step solutions from verified subject matter experts
