Skip to content

A Tic Tac Toe game written in Java with a functioning AI!

Notifications You must be signed in to change notification settings

khir829/TicTacToe-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToe Game with functioning AI!

A Tic Tac Toe game written in Java.

This game features two modes: 2 player mode and an AI mode.
The AI has as a 'normal' mode and an 'unbeatable' mode where it cannot lose. The unbeatable AI was created using the minimax algorithm (with recursion).

The program incorporates multiple Java design patterns and OOP principles.

About

A Tic Tac Toe game written in Java with a functioning AI!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages