Skip to content

bobfishtincar/ticTacToeAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ticTacToeAI

An AI that plays Tic Tac Toe.

Notes: Instead of X's, O's, and Blanks, we use True, False, and None. True is you, False is the ai, and None is blank.

mark1: Computer plays random (uniformly) valid moves. Human plays first.

mark2: Computer plays random (uniformly) valid moves, but will not make the same mistake twice. First player is decided randomly (uniform).

About

An AI that plays Tic Tac Toe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages