Skip to content

leonidas141/Gobang-minmax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gobang-minmax

This repository is the Course report of Pattern Recognition, September 2017. This Gobang game is mainly based on Minmax Theorem, Alpha-Beta Pruning and the basic concept of gaming theory.

The code in wirten in Python and there are two modes of this game, normal and hard

中文版

how to use

git clone https://github.com/leonidas141/Gobang-minmax/
cd Gobang-minmax/
python main.py

for higher difficulty, please use:

python main.py hard

About

Gobang program based on alpha-beta pruning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages