Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 1.56 KB

README.md

File metadata and controls

29 lines (28 loc) · 1.56 KB

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