-
Notifications
You must be signed in to change notification settings - Fork 0
mdahamshi/reversi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.