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] sudoku 1.0.1 -- Console based sudoku


Included in DEbian stable:

    http://packages.debian.org/sudoku

Jari

sdesc: "Console based sudoku"
ldesc: "A puzzle generator with features: generates hints upon request;
classification of board difficulty (very easy, easy, medium, hard or
fiendish); generation of new boards."
category: Games
requires: cygwin libncurses8

a) manual

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

b) automated

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

  mkdir sudoku ; cd sudoku
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/sudoku/get.sh \
          http://cygwin.cante.net/sudoku/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]