Skip to content

flackbash/nudoku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nudoku

nudoku is a ncurses based sudoku game.

Install

Using package manager

Funtoo/Gentoo

Add strangeland-overlay.

Then run:

emerge --sync
emerge nudoku -a

openSUSE

Add the games repository and install nudoku via zypper. For 13.2 this can be done via:

zypper ar http://download.opensuse.org/repositories/games/openSUSE_13.2/ games
zypper in nudoku

From Source

Get the lastest release and extract it. Then run:

./configure
make
./src/nudoku

For the git version you will have to do:

git clone https://github.com/jubalh/nudoku
cd nudoku
autoreconf -i
./configure
make
./src/nudoku

Add -DDEBUG to make to have some debug output.

Bugtracker

https://github.com/jubalh/nudoku/issues

Packages

No packages published

Languages

  • C 95.5%
  • Roff 4.5%