Skip to content

ChetanKhanna/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

This is a python implementation of popular game Tic-Tac-Toe. I've used minmax algorithm to decide the moves of the bot player. The search tree is dynamically generated and we use Depth First Search for traversing through the tree.

About

A simple implementation of Tic Tac Toe using maxmin algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages