Question: Assignment 3 : Basic Bingo - 7 5 Game ( Part B . 1 ) Your task is use c + + complete the implementation
Assignment : Basic Bingo Game Part B
Your task is use c complete the implementation of the Basic Bingo Game that was initiated in Assignment This involves creating a CLion Project based on the project plan submitted in your previous assignment.
Your final Bingo game project should showcase the following:
You are REQUIRED to implement your program with a set of core classes, and you have the flexibility to include additional classes as needed to support your game design.
Player class: This class is responsible for storing player details, such as their name and their card. It should include a constructor, some member functions for various playerrelated actions, and possibly a destructor.
Card class: The Card class manages the grid of squares organized into rows and columns. These squares are initialized with unique random values between and following the specific game rules. Each column should adhere to its respective range of values.
Application file main driver file: The application file, which includes the main function, serves as the control centre for the game. It manages the overall flow of the Bingo game, including initialising players, controlling turns, and determining the winner.
You may include other relevant attributes and behaviours to these classes, as identified in your project plan.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
