From eda39d7f73c10c3c6ce78b5e47bcc08be9ed5e70 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Thu, 20 Feb 2014 22:02:23 +0700 Subject: games/gnonograms: Added (Nonogram puzzle generator and solver). Signed-off-by: Willy Sudiarto Raharjo --- games/gnonograms/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 games/gnonograms/README (limited to 'games/gnonograms/README') diff --git a/games/gnonograms/README b/games/gnonograms/README new file mode 100644 index 0000000000..c86f231b80 --- /dev/null +++ b/games/gnonograms/README @@ -0,0 +1,4 @@ +Gnonograms is an implementation of the Japanese logic puzzle "Nonograms", also +known as "Tsunami", "Griddlers" .....". The object of the game is to discover +the pattern in the grid which is encoded by the clues which are give for each +row and column. -- cgit v1.2.3