Skip to content

A program to determine the minimax value for given positions of the Reversi game, using the Alpha-Beta pruning algorithm with positional weight evaluation functions.

Notifications You must be signed in to change notification settings

RishabhTyagiHub/AI---AlphaBetaPruning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

AI---AlphaBetaPruning

The objective of this project was to implemnet alpha beta pruning algorithm on reversi game. Input to the program contains a game position(including the current board state and the player to move) and a search cutoff depth. The programe returns the Alpha Beta Search of input depth.

About

A program to determine the minimax value for given positions of the Reversi game, using the Alpha-Beta pruning algorithm with positional weight evaluation functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages