Ask your own question, for FREE!
Computer Science 16 Online
OpenStudy (anonymous):

Make and run a program that will allow the 2 users that will act as a player to a participate in XOX game. Sample output: COL/ ROW 1 2 3 1 X O O 2 O X X 3 O X X PLAYER 1 (X) – 3 3 PLAYER 2 (O) – 3 1 PLAYER 1 with X symbol wins !!!

OpenStudy (anonymous):

XOX game? Do you mean tic-tac-toe? What language do you write in and what code do you already have?

OpenStudy (anonymous):

yes like tic tac toe array is needed in this program

OpenStudy (anonymous):

Your program will use a number of blocks: Reading user input, processing the internal data and input, determining the game state and output to the user. Try to figure out which blocks exactly you need and what they need to do. (Like for user input: read a column/row combination from the user). Then start working on implementing each block individually and when everything is working correctly, you can put them together.

OpenStudy (rsmith6559):

Actually, this type of program needs an array of arrays, think like rows of columns.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!