This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]