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
|
Source: cutemaze
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Markus Koschany <apo@debian.org>
Build-Depends:
debhelper-compat (= 12),
qttools5-dev-tools,
libqt5svg5-dev,
pkg-config,
qtbase5-dev,
Standards-Version: 4.5.0
Homepage: https://gottcode.org/cutemaze/
Vcs-Git: https://salsa.debian.org/games-team/cutemaze.git
Vcs-Browser: https://salsa.debian.org/games-team/cutemaze
Package: cutemaze
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Description: single player maze game
CuteMaze is a simple, top-down game in which mazes are randomly generated
using one of a choice of several different algorithms. You move the character
through the maze while hunting for targets (cheese, by default) -
the game is won once all of these targets have been picked up.
|