Skip to content

This Java program is a console-based Tic-Tac-Toe game where you can play against an AI opponent. The AI uses the Minimax algorithm to make optimal moves, simulating all possible outcomes to ensure the best strategy. The game includes input validation and automatically detects win, loss, or tie conditions.

Notifications You must be signed in to change notification settings

emflynn13/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

This Java program is a console-based Tic-Tac-Toe game where you can play against an AI opponent. The AI uses the Minimax algorithm to make optimal moves, simulating all possible outcomes to ensure the best strategy. The game includes input validation and automatically detects win, loss, or tie conditions.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages