KDots is a simple implementation of the game of dots written with Qt Toolkit and KDELibs.
The purpose of the Dots game is to catch your opponent's dots by placing your dots on the game board where the lines cross.
Game mode can be extended via plugins. Currently, 3 plugins are available for supporting AI, online and offline games between two players.
All source code is under the BSD license. Look the COPYING file for more information.
- Qt5::Core, Qt5::Widgets, Qt5::Network
- cmake 2.8.12 or later
- extra-cmake-modules
- Boost (>= 1.49)
- KF5::TextWidgets, KF5::XmlGui, KF5::Completion
- KF5::KDEGames 4.9.0
- A C++ compiler with C++11 support.
To build current version of source code, execute following commands:
$ mkdir build && cd build
$ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
$ make
# make install