Skip to content
#

tictactoe-java-game

Here are 82 public repositories matching this topic...

A program that plays TicTacToe with a human user. Uses a class TicTacToeBoard that stores a 3 x 3 array of char values (filled with 'x' , '0', or space characters). The program uses a random number generator to choose who begins. When it's the computer's turn, it randomly generates a legal move. When it's the human’s turn, it read the move and c…

  • Updated Sep 13, 2019
  • Java

Improve this page

Add a description, image, and links to the tictactoe-java-game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tictactoe-java-game topic, visit your repo's landing page and select "manage topics."

Learn more