Final milestone

docx

School

Grand Canyon University *

*We aren’t endorsed by this school

Course

310

Subject

Computer Science

Date

Jan 9, 2024

Type

docx

Pages

5

Uploaded by michaeljr1119

Report
Milestone 5: Final Application Michael Harris ITT- 310 – 0500 May 29, 2022 Prof. Jeremy Wright 1
Milestone 5: Final Application ITT-310 Design Report Template Topic: Milestone 5 Date: May 29, 2022 Revision: 1.3 Milestone Summary: User Story / Task Hours Worked Hours Remaining Added comments 1 hour Cleaned up lines 35 minutes GIT URL: https://github.com/michaeljr1119/michaeljr1119/blob/7df944e8238ffe3960ee62ca05c23b168bb05074/README.md 2
Milestone 5: Final Application 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. This is the game board that the players will be playing on. And also the design for my c program. Application Logic Design: 3
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 5: Final Application Start Game board is presented Decide which player goes first Player 1 is x and player 2 is o’s If a player gets 3 in the row that player wins If the game ties the game is over End 4 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
Milestone 5: Final Application Other Documentation: Loom link: https://www.loom.com/share/8bd1ed6d022c408d9f5c44230cb18dca 5