Skip to content

Mikey-E/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Play against the computer (who can never lose, by the way).

The artificial intelligence is done by searching through the whole decision tree, no pruning necessary.

To Run

instructions Command
simply compile in directory where source files are javac *
move up one directory from package1 to src cd ..
run by java -cp . package1.Driver

About

AI that plays Tic Tac Toe and can NEVER LOSE!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages