[ITP] ninvaders 0.1.1 -- A space invaders-like game using ncurses

Jari Aalto (Cygwin-bug#20080313T1320) jari.aalto@cante.net
Thu Mar 13 17:41:00 GMT 2008


Included in Debian stable:

    http://packages.debian.org/ninvaders

Jari

sdesc: "A space invaders-like game using ncurses"
ldesc: "A Space Invaders type game with text-only graphics. Ever wanted to
play space invaders when you can't find a GUI? Now you can."
category: Games
requires: cygwin libncurses8

a) manual

  mkdir ninvaders
  cd ninvaders
  wget        \
    http://cygwin.cante.net/ninvaders/ninvaders-0.1.1-1-src.tar.bz2 \
    http://cygwin.cante.net/ninvaders/ninvaders-0.1.1-1.tar.bz2 \
    http://cygwin.cante.net/ninvaders/setup.hint
  tar -xf ninvaders-0.1.1-1-src.tar.bz2
  ./ninvaders*.sh --color all

b) automated

  gpg --keyserver pool.sks-keyservers.net --recv-keys 955A92D8

  mkdir ninvaders ; cd ninvaders
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/ninvaders/get.sh \
          http://cygwin.cante.net/ninvaders/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines



More information about the Cygwin-apps mailing list