0
How to make a "tic tac toe" ?
4 odpowiedzi
+ 2
This could help you out: www.coderslexicon.com/a-beginner-tic-tac-toe-class-for-java/
0
That answer is not helpful at all. The game is usually set up with a field of 3x3. To win this game is only possible if you get 3 equal symbols in a row. Thus you might take a 2 D array to model the game area or you use collection objects for it. Consider iterating over the area and try to find out where symbols are placed in a row
0
http://googleweblight.com/i?u=http://www.javatpoint.com/tic-tac-toe-game&grqid=ShFX_jNr&hl=en-IN
It is for 2d tic tac toe game code
- 1
code it