File: control

package info (click to toggle)
atom4 4.1-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 908 kB
  • sloc: cpp: 4,451; makefile: 25; perl: 6
file content (31 lines) | stat: -rw-r--r-- 1,058 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
28
29
30
31
Source: atom4
Standards-Version: 4.7.3
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
 Andreas Tille <tille@debian.org>,
Section: games
Build-Depends:
 debhelper-compat (= 13),
 libncurses-dev,
 libx11-dev,
 libxext-dev,
 libxpm-dev,
 scons,
Vcs-Browser: https://salsa.debian.org/games-team/atom4
Vcs-Git: https://salsa.debian.org/games-team/atom4.git
Homepage: https://packages.debian.org/atom4

Package: atom4
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Original two-player color puzzle game
 Atom-4 is a two-player color manipulation game played with colored
 spherical pieces on a board divided into equilateral triangles. The
 player who first makes a row of 4 pieces of the right color wins.
 However, the players do not directly play pieces of the winning color;
 they must construct their winning pieces via color changes that happen
 to neighbouring pieces whenever a new piece is placed on the board.
 .
 Atom-4 supports both a curses-based text interface and an X11 interface.