Skip to content

linaMallek/-Visual-Simulator-for-Game-Tree-Search-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniMax and NegaMax with Alpha-Beta Pruning

This Python project uses the pygame library to implement game tree search algorithms, including:

  • MiniMax
  • NegaMax
  • Alpha-Beta Pruning

Features

  • User interface built with pygame.
  • Depth-limited game tree initialization.
  • Algorithms include:
    • MiniMax (Player Max and Min)
    • NegaMax
    • NegaMax with Alpha-Beta Pruning

Requirements

  • Python 3.x
  • pygame library

Install pygame using:

pip install pygame

Canva Design

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages