-
Notifications
You must be signed in to change notification settings - Fork 1
A simple Reversi game coded in C++/Qt. Can be played multiplayer (human vs. human) or against an AI. AI Implemented using minimax with alpha/beta pruning. The AI is not great because it is difficult to assign expected value to any given board configuration of a Reversi board.
License
raptorswing/Death-Reversi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Prerequisites ------------------- * Qt 4.7 - certain older versions may work also * MSVC, gcc, or some other compiler that works with Qt Build Instructions ------------------- 1. Open the .pro file in QtCreator, then build it -OR- 1. Run qmake on the .pro file 2. Run make
About
A simple Reversi game coded in C++/Qt. Can be played multiplayer (human vs. human) or against an AI. AI Implemented using minimax with alpha/beta pruning. The AI is not great because it is difficult to assign expected value to any given board configuration of a Reversi board.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published