1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: colorcode
Section: games
Priority: optional
Maintainer: Filippo Rusconi <lopippo@debian.org>
Build-Depends: debhelper (>= 13.3.4),
dpkg-dev (>= 1.21.22),
cmake,
qt5-qmake:native,
qtbase5-dev (>= 5.3.2+dfsg-5),
qttools5-dev
Standards-Version: 4.6.2
Homepage: http://colorcode.laebisch.com/
Vcs-Browser: https://salsa.debian.org/debian/colorcode
Vcs-Git: https://salsa.debian.org/debian/colorcode.git
Package: colorcode
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: advanced clone of the MasterMind code-breaking game
ColorCode is an advanced MasterMind code-breaking game clone. The
program accepts setting the number of slots (from 2 to 5), the number
of colors (from 2 to 10) and setting if colors might be repeated in
the secret code (doubles allowed or not). The game has 5 built-in
levels, from level 1 (beginner: 2 slots and 2 colors, with doubles
allowed) to level 5 (hard: 5 slots and 10 colors, with doubles
allowed). ColorCode can make guesses in place of the user.
|