Question: Please include algorithm CSCE 1030-Project 3 Due: 11:59 PM on Friday, March 30, 2018 PROGRAM DESCRIPTION In this C++ program, you will use concepts from

 Please include algorithm CSCE 1030-Project 3 Due: 11:59 PM on Friday,
March 30, 2018 PROGRAM DESCRIPTION In this C++ program, you will use
concepts from Chapters 5 and 6 in zyBooks to create 1030 Connect
where the object of this game is to connect four discs in
a row, either horizontally or vertically before your opponent (i.e., the computer)
does. The game board has a fixed number of 6 columns while
the number of rows varies between 4 and 6, inclusively, based onPlease include algorithm

CSCE 1030-Project 3 Due: 11:59 PM on Friday, March 30, 2018 PROGRAM DESCRIPTION In this C++ program, you will use concepts from Chapters 5 and 6 in zyBooks to create 1030 Connect where the object of this game is to connect four discs in a row, either horizontally or vertically before your opponent (i.e., the computer) does. The game board has a fixed number of 6 columns while the number of rows varies between 4 and 6, inclusively, based on input from the user. REQUIREMENTS As with all programs in this course, your program's output should initially display the department and course number, your name, your EUID, and your e-mail address. This functionality will be implemented using a function that you call from your main)o function. You will display an introductory message, giving basic details and rules of the game (see SAMPLE OUTPUT) This functionality will also be implemented using a function that you call from your main ) function You will declare an enumerated data type that will support three values: (1) an (i.e., a space on the game board that does not have a RED or BLUE disc placed in that location). (2) a RED disc occupying that location, and (3) a BLUE disc occupying that location. Note that your enum type may support additional elements as needed for the implementation .You will prompt the user to enter the number of rows on the board between 4 and 6 rows, inclusively. If the user enters an invalid value outside of this range, you will print out an error message and repeatedly continue to prompt the user to 1 NS 5 6 7 8

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!