8000 GitHub - PranavRao25/Tic-Tac-Toe: This is a mini-project as a course project for CS2180.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PranavRao25/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe

This is an individual mini-project as a Lab project for CS2180 Artificial Intelligence Lab.

The main algorithm is MiniMax algorithm with Alpha-beta Pruning.

MiniMax algorithm is an Adverserial Search algorithm which traverses through the game tree (of alternating Min-Max nodes) and selects the best course of moves. Alpha-Beta Pruning is an improvement over standard (or Vanilla) MiniMax algorithm, where it cuts off unnecessary branches of the game tree thus reducing the running time of the algorithm.

The underlining assumption is that the user plays optimally, however in the case of the suboptimal play by the user, the end-result is simply delayed.

The user can start his play with either X/O on any of the tiles, and the game can either end in a draw or win of the AI.

About

This is a mini-project as a course project for CS2180.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0