Skip to content

This project adopts Minimax algorithm (with α-β pruning) to implement an AI player that can play Reversi game.

Notifications You must be signed in to change notification settings

zhaone/Minimax_Reversi

Repository files navigation

Minimax_Reversi

This project adopts Minimax algorithm (with α-β pruning) to implement an AI player that can play Reversi game.

Minimax wikipeida

Alpha-Beta pruning wikipedia

Reversi Game

Introdcution about Reversi can be found on Wikipeidia. You can also paly online games on there and rules also is provided by cardgames.io/reversi.

Requitements

pip install func-timeout

How to play

Start a game:

python ./main.py

Then follow the input instruction to play. Input Q to quit the game.

About

This project adopts Minimax algorithm (with α-β pruning) to implement an AI player that can play Reversi game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages