Simsu is a basic Sudoku game. You can switch between filling in notes (pencil mode), or filling in answers (pen mode). To make it easier to see where to place numbers, you can highlight all instances of a number. You can also check your answers for correctness while playing. The game stores your current notes and answers, so that you can pick up where you left off the next time you play. WWW: http://gottcode.org/simsu/ Generated with FreeBSD Port Tools 0.99_5 (mode: new)
Responsible Changed From-To: freebsd-ports-bugs->mva I'll take it.
mva 2012-05-13 10:12:23 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/simsu Makefile distinfo pkg-descr pkg-plist Log: Simsu is a basic Sudoku game. You can switch between filling in notes (pencil mode), or filling in answers (pen mode). To make it easier to see where to place numbers, you can highlight all instances of a number. You can also check your answers for correctness while playing. The game stores your current notes and answers, so that you can pick up where you left off the next time you play. WWW: http://gottcode.org/simsu/ PR: ports/167238 Submitted by: nemysis@gmx.ch Revision Changes Path 1.1421 +1 -0 ports/games/Makefile 1.1 +65 -0 ports/games/simsu/Makefile (new) 1.1 +2 -0 ports/games/simsu/distinfo (new) 1.1 +8 -0 ports/games/simsu/pkg-descr (new) 1.1 +13 -0 ports/games/simsu/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!