From 583467bedfc11553893db292e7b3431509117f38 Mon Sep 17 00:00:00 2001 From: Rusmir Dusko Date: Sat, 30 Nov 2013 12:08:15 +0000 Subject: Python Sudoku is a text and graphical program (gtk interface) to create or resolve sudokus. It can also print a sudoku (1 or 4 sudokus in each page) and write an image (png, jpeg, etc) with a sudoku. WWW: http://pythonsudoku.sourceforge.net/ PR: ports/171332 Submitted by: nemysis (self) Approved by: wg (mentor) --- games/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/Makefile') diff --git a/games/Makefile b/games/Makefile index 880cf5d0cd89..793eb400a316 100644 --- a/games/Makefile +++ b/games/Makefile @@ -764,6 +764,7 @@ SUBDIR += pysycache-lang SUBDIR += pysycache-themes SUBDIR += pythonchess + SUBDIR += pythonsudoku SUBDIR += q2p SUBDIR += q2pro SUBDIR += q3cellshading -- cgit v1.2.3