milestone 3

docx

School

Grand Canyon University *

*We aren’t endorsed by this school

Course

310

Subject

Computer Science

Date

Jan 9, 2024

Type

docx

Pages

4

Uploaded by michaeljr1119

Report
Milestone 3: Application Release 2 Michael Harris ITT-310-0500 May 8, 2022
Milestone 3: Application Release 2 ITT-310 Milestone 3 Topic: Milestone 3: Application Release 2 Date: May 8, 2022 Revision: 1.1 Milestone Summary: User Story / Task Hours Worked Hours Remaining Clean up lines 1 hour Find the errors 1 hour GIT URL: https://github.com/michaeljr1119/michaeljr1119/blob/main/README.md
Milestone 3: Application Release 2 Design Documentation General Technical Approach: The application that is being created is the game of tic tac toe. In the c programming it is somewhat of a simple game to create if done correctly. Tic tac toe is a 2 player game that is played on a 3x3 grid. The first player marks moves with a circle, the second with a cross. The player who has formed a horizontal, vertical, or diagonal sequence of three marks wins. Your program should draw the game board, ask the user for the coordinates of the next mark, change the players after every successful move, and pronounce the winner. Application Logic Design: . Risks and Issues: Inputs can be inputted correctly, just like my program I keep running into errors but I do not know how to correct them just yet to build the solution. Loom video: https://www.loom.com/share/afb757a8b28946e99b17af2fe7fb6d15 Start game Decide which player goes first Player 1 is X and player 2 is O Result determined after 9 moves player 1 wins tie player 2 wins finish or start new game End
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Milestone 3: Application Release 2