Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

🎮 Java Tic Tac Toe

A simple, console-based Tic Tac Toe game for two players, built with Java.

Features

  • Two-player support (X and O)
  • Input validation and retry on wrong moves
  • Detects winner and draw
  • Clear and attractive board layout

How to Run

  • Compile: javac TicTacToe.java
  • Run: java TicTacToe

Preview