File: control

package info (click to toggle)
piu-piu 1.0-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 132 kB
  • sloc: sh: 1,231; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 703 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: piu-piu
Section: games
Priority: optional
Maintainer: Ivan Marov <ie.marov@gmail.com>
Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Homepage: https://github.com/vaniacer/piu-piu-SH

Package: piu-piu
Architecture: all
Recommends: netcat
Depends: ${misc:Depends}, ${perl:Depends}
Description: Horizontal scroller game in bash for cli.
 This is an Old School horizontal scroller 'Shoot Them All' game in bash.
 With multiplayer mode. You have to defeat 100 aliens to fight with Boss.
 Netcat is used for client-server exchange in multiplayer mode.
 So netcat have to be installed on system if you wish to play with friend.
 And terminals on both hosts have to be with equal dimensions.