Skip to content

franklinexpress/tictactoeAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to compile and run

from terminal:

cd into src, then compile with: javac -cp . com/tic/franklin/*.java

then run with: java -cp . com/tic/franklin/Main

tictactoeAI

A Smart Tic Tac Toe game with Minimax AI

Alt text

Resources to understanding the minimax algorithm

Understanding the MiniMax Algorithm (the best resource in my opinion) http://neverstopbuilding.com/minimax

Wikipedia https://en.wikipedia.org/wiki/Minimax

http://www-cs-faculty.stanford.edu/people/eroberts/courses/soco/projects/2003-04/intelligent-search/minimax.html

Animation on how MiniMax works

Alt text

About

A Smart Tic Tac Toe game with Minimax AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published