1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Source: vonsh
Section: games
Priority: optional
Maintainer: Andrzej Urbaniak <au742582@interia.pl>
Build-Depends: libc6-dev (>=2.28), gcc (>=4:8.3.0), g++ (>=4:8.3.0), make (>=4.2.1), dpkg-dev (>=1.19.7), debhelper (>= 12), libsdl2-dev (>=2.0.9), libsdl2-image-dev (>=2.0.4), libsdl2-mixer-dev (>=2.0.4)
Standards-Version: 4.3.0
Homepage: https://github.com/aurb/vonsh/
Package: vonsh
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Snake-like game with line of people running around to get more food
Player has to pick up foodstuffs appearing randomly on the board,
and avoid colliding with obstacles and the line itself. With each picked up
food item, line grows in length, new obstacles appear,
and difficulty explodes ;). Game is based on libSDL.
|