Skip to content

mdahamshi/reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my project

AI homework Reversi 12x12


The game is written in C++
The board is represented by a BitSet Data structre (http://www.cplusplus.com/reference/bitset/bitset/)
We used Qt creator to build the GUI, with Qt Quick 2 (qml)
We used a static heuristic board for the AI part.
Most of the game logic and the AI functions are in the game.h/cpp file.
The board is 12x12 in size, BUT you can edit the size easily by changing a couple of #define lines.
You can download the game and test it on Windows, a portable version is available Here inside the "release" folder.
You can contact me if you got stucked or need any help at: mmd.0@hotmail.com .
Thank you and good luck.

Screenshots:


alt tag alt tag alt tag alt tag alt tag alt tag alt tag

About

AI homework Reversi C++ , qt creator , qml

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published