Bug 93892 - [NEW PORT] games/sudoku: Console based sudoku games
Summary: [NEW PORT] games/sudoku: Console based sudoku games
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-27 09:30 UTC by Ying-Chieh Liao
Modified: 2006-03-16 01:34 UTC (History)
0 users

See Also:


Attachments
sudoku-1.0.1.shar (2.59 KB, text/plain)
2006-02-27 09:30 UTC, Ying-Chieh Liao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ying-Chieh Liao 2006-02-27 09:30:04 UTC
The sudoku board game is played on a 9x9 grid, divided into rows, columns,
and 9 blocks of 3x3 squares. The objective is to fill the empty squares with
the digits 1-9, so that each row, column, and block contains each of the
digits 1-9 (and hence, it is not possible for any digit to appear twice in
the same row, column or block).

Features:
   - character based (curses) interface;
   - cross-platform (Minix, Unix, Windows) with full source code (ANSI C);
   - generates hints upon request;
   - classification of board difficulty (very easy, easy, medium, hard or
     fiendish);
   - generation of new boards;
   - easy entry of boards published in newspapers, internet, etc...;
   - multiple output formats (text,csv,html,postscript).

WWW: http://www.laurasia.com.au/sudoku/

Generated with FreeBSD Port Tools 0.63
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2006-02-28 16:55:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Take.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2006-03-06 12:34:09 UTC
State Changed
From-To: open->feedback

- new ports need a maintainer, are you willing to maintain this port? 
- please use INSTALL_DATA (instead of CP) in the do-install target 
- the packing list is incomplete, please add 'share/sudoku' to 
PLIST_DIRS
Comment 3 Ying-Chieh Liao freebsd_committer freebsd_triage 2006-03-16 01:34:11 UTC
State Changed
From-To: feedback->closed

committed