1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: atom4
Section: games
Priority: optional
Maintainer: Hwei Sheng Teoh <hsteoh@debian.org>
Build-Depends: debhelper (>> 9.0.0), scons (>= 2.5.0), libx11-dev, libxpm-dev, libxext-dev, libncurses5-dev
Standards-Version: 3.9.8
Package: atom4
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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.
|