Skip to content
/ kdots Public

KDots is the simple implementation of the game of dots written with Qt Toolkit and KDELibs.

License

Notifications You must be signed in to change notification settings

KDE/kdots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KDots

Build Status

KDots

About

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.

License

All source code is under the BSD license. Look the COPYING file for more information.

Dependencies

  • 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.

Building

To build current version of source code, execute following commands:

$ mkdir build && cd build
$ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
$ make

Installing

# make install

About

KDots is the simple implementation of the game of dots written with Qt Toolkit and KDELibs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published