Tags:
view all tags
---+ Objects Lab: Tic Tac Toe Game: Fall 2023 ---++ Learning Objective(s) 1 Design and develop a program using objects 1 Abstract i/o into only one class ---++ Overview of the Program Write a program to allow two users to play the game of Tic Tac Toe. ---++ Specifics * The main method should be found in a program called *GameDriver* * The game should be played in text mode * The actual game should be allowed to be created in three modes: 1. Default size (3x3) that also gets the players' names 1. A non default size that also gets the players' name. (The game should allow for different size boards, not just a 3x3) 1. Getting the all the information for the previous option from a file. * Only one class can do any direct I/O and it can't have any code that knows about the game. It can only do general type I/O * The grade will be partially based on the design of the classes * Classes should include any "helper" methods that are appropriate (even if not used in the game). This helps in testing and debugging ---++Phase 1 Design the program and develop a testing plan. * The design must include a complete UML diagram and should correctly include an major functions * The testing plan should included unit testing and integration testing * Submit a *Software Design Report* in *only one* pdf ---++Phase 2 Using your graded software design report * implement the program * create a *Software Development Report* incorporating any necessary changes from the software design report. Be sure to include detailed instructions on how to run your program, including any instructions for extra credit. * create a zip folder containing only the following (and submit it) * only one file (as a pdf) with the completed software development report * all the .java files needed to run the program * any input files you might want to have the grader use when running the program ---++Submission ---++ Optional improvements Optional improvements should ONLY be worked on once the program is completing working. In addition, the work is to be done on your own with little if any help for lab assistants or the instructor. * Allow for an AI player (only when it is a 3x3 game). Because of the limited options, you should hard code the program to play a perfect game
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r2 - 2023-07-24
-
CathyBareiss
Home
Site map
Assessment web
BethelAIResources2026 web
CenterForComputing web
ChatGPT web
Intro2AIatBethel web
Main web
Sandbox web
TWiki web
CenterForComputing Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
Edit
Attach
Copyright © 2008-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback