File: control

package info (click to toggle)
vonsh 1.0
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,420 kB
  • sloc: ansic: 958; makefile: 37
file content (16 lines) | stat: -rw-r--r-- 783 bytes parent folder | download
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.