File: control

package info (click to toggle)
colorcode 0.8.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,132 kB
  • sloc: cpp: 8,328; makefile: 27
file content (27 lines) | stat: -rw-r--r-- 1,027 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 (>= 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.