Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/notthestallion/game-theory_minimax_alpha_beta_prunning

This project is about implementing the Minimax alpha beta pruning method (maybe more) of taking a playing decision on a type of games like Othello
https://github.com/notthestallion/game-theory_minimax_alpha_beta_prunning

ai alpha-beta-pruning game minimax-algorithm othello

Last synced: 3 days ago
JSON representation

This project is about implementing the Minimax alpha beta pruning method (maybe more) of taking a playing decision on a type of games like Othello

Awesome Lists containing this project

README

        

This project is about implementing the Minimax alpha beta pruning methode of taking a playing decision on a type of games like Othello.
To understand the game : [Othello](https://www.eothello.com/).

# How to use

The only file you need to run is Othello.py. The algorithm is in the file "Minimax_alpha_beta_pruning.py".
Go check the [report](https://wandb.ai/geekboyboss/minimax_othello/reports/MiniMax-algorithm-for-Othello---VmlldzozMzkwODMz?accessToken=zho3ne0pxnwuzav0hxxezt4ji91mok2z0dedh698t46shvd1ox3lb948gtbzfkgs)