Search⌘ K

Getting Started

Explore how to develop a Tic-Tac-Toe game in Java starting with creating and displaying the game board. Understand how to use loops, conditional statements, and 2D arrays to process user moves and determine wins or ties as you build the project step-by-step.

What is Tic-tac-toe?

Tic-tac-toe (also called “Noughtszeroes and CrossesYes, the normal cross ❌”) is a very famous turn-based paper-and-pencil game for two players. They have to mark the spaces in a three-by-three ...