Skip to content

saugata-git/TicTacToe_AI_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToeAI

A proper Tic-Tac-Toe AI(Artificial Intelligence)single player game.This AI opponent will consider all possible scenarios and makes the most optimal move to defeat the player.

Screenshots

Watch the video

Compilation & execution

 Your system must should have JVM/oracle open jdk installed before compilation of the code.
 compile: javac TicTacToe.java
 execute: java TicTacToe

Technologies used

 Java AWT (Abstract Window Toolkit)
 Java Swing

Algorithms used

  Minimax Algorithm in Game Theory
  Evaluation Function in Game Theory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages