1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: snake4
Section: games
Priority: optional
Maintainer: Alexandre Dantas <eu@alexdantas.net>
Build-Depends: debhelper (>= 9), libx11-dev, libxt-dev, libxaw7-dev, libshhmsg1-dev, libshhopt1-dev, libxmu-dev, libxpm-dev
Standards-Version: 3.9.5
Homepage: http://shh.thathost.com/pub-unix/#snake4
Vcs-Git: git://github.com/alexdantas/snake4.debian.git -b master
Vcs-Browser: https://github.com/alexdantas/snake4.debian
Package: snake4
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Snake game
This is a basic but nice implementation of the snake game. The objective
is to "snake around" and eat fruit, while avoiding the evil headbanger
and not crashing into your tail.
.
Features five levels of difficulty and a site-wide high score list.
|