Skip to content

nitusharaff/Minmax-Alphabeta-pruning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minmax-Alphabeta-pruning

The problem deals with an interesting Game and implements Mnimax algorithm and Alpha Beta Pruning to optimize the player's outcome.

PROBLEM STATEMENT

Alt text

PROBLEM STATEMENT

Alt text

RULES AND MOVES IN THE GAME

Alt text

Alt text

Alt text

Alt text

RULES ON THE LAST ROWS

Alt text

Alt text

ENDING THE GAME

Alt text

BOARD WEIGHTS AND EVALUATION FUNCTION

Alt text

Alt text

Alt text

INPUT FILE FORMAT

Alt text

OUTPUT FILE FORMAT

Alt text

FILES

game.py- runs both minmax and alpha beta algorithms
hw1.py- explannation of the problem statement

Releases

No releases published

Packages

No packages published

Languages