Question: Write a program that plays tic-tac-toe. The tic-tac-toe game is played on a 3 3 grid as in the photo at right. The game is

Write a program that plays tic-tac-toe. The tic-tac-toe game is played on a 3 3 grid as in the photo at right. The game is played by two players, who take turns. 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. Requirements: At least have two classes and one tester.

This is for introduction of computer science class. We learned Java C++. We must cover chapters that we learned in this programm. (Introduction, Using Objects, Implementing classes, Fundamental data types, Decisions, Loops, Arrays and Array List, Designing classes, and Inheritance)

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!