Skip to content

szfck/Checker-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Artificial Intelligence Course Assignment

Checker Game using alpha beta min max algorithm

1 Command line version

how to build (cmake is required to compile)

cd checker-game-commandline

mkdir release

cd release

cmake ..

make

./checker-game-cmd

2 GUI version (Using QT, C++ GUI Library)

how to build (qmake is required to compile)

cd checker-game-ui

mkdir release

cd release

qmake ..

make

For Mac, use this command, if you use windows or linux, please go to corresponding folder to run app

since QT is a cross platform library, different OS will generate different code

./checker-game-ui.app/Contents/MacOs/checker-game-ui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors