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
|
Source: freesweep
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Ansgar Burchardt <ansgar@43-1.org>
Section: games
Priority: optional
Standards-Version: 4.6.0
Build-Depends:
debhelper-compat (= 13),
libncurses5-dev
Homepage: https://github.com/rwestlund/freesweep
Vcs-Git: https://salsa.debian.org/games-team/freesweep.git
Vcs-Browser: https://salsa.debian.org/games-team/freesweep
Package: freesweep
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Description: text-based minesweeper
Freesweep is an implementation of the popular minesweeper game, where
one tries to find all the mines without igniting any, based on hints given
by the computer. Unlike most implementations of this game, Freesweep
works in any visual text display - in Linux console, in an xterm, and in
most text-based terminals currently in use.
|