File: control

package info (click to toggle)
colorcode 0.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,224 kB
  • sloc: cpp: 8,331; makefile: 57
file content (27 lines) | stat: -rw-r--r-- 1,126 bytes parent folder | download
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 (>= 9),
               dpkg-dev (>= 1.16.1~),
               qt5-qmake:native,
               qtbase5-dev (>= 5.3.2+dfsg-5),
               qttools5-dev-tools (>= 5.3.2+dfsg-5),
               quilt (>= 0.63)
Standards-Version: 4.3.0
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.