[ITP] sudoku 1.0.1 -- Console based sudoku

Jari Aalto jari.aalto@cante.net
Thu Mar 13 17:41:00 GMT 2008


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



More information about the Cygwin-apps mailing list