Package: glotski Version: 0.2-4 Severity: normal In 3 of the levels that come with glotski, the displayed minimum number of moves is wrong. See http://www.clss.net/~pacman/glotsol/ for my improved solutions and the brute-force search program I used to find them (giving me confidence that they are truly minimal.)
I reported this upstream a while ago and got nothing but a promise to look into it. This patch makes glotski display the true minimums. diff -ru usrc/glotski-0.2/d18.lev psrc/glotski-0.2/d18.lev --- glotski-0.2/d18.lev 2000-01-09 00:45:27.000000000 -0500 +++ glotski-0.2/d18.lev 2007-04-18 15:45:44.000000000 -0500 @@ -1,7 +1,7 @@ ; D18 from _Sliding Piece Puzzles_ ; Move big red block to lower right size 6 5 -step 75 +step 74 ; initial AA89a. diff -ru usrc/glotski-0.2/d19.lev psrc/glotski-0.2/d19.lev --- glotski-0.2/d19.lev 2000-01-09 00:45:27.000000000 -0500 +++ glotski-0.2/d19.lev 2007-04-18 15:45:47.000000000 -0500 @@ -1,7 +1,7 @@ ; D19 from _Sliding Piece Puzzles_ ; Move big red block to lower right size 6 5 -step 99 +step 92 ; initial AA1189 diff -ru usrc/glotski-0.2/d23.lev psrc/glotski-0.2/d23.lev --- glotski-0.2/d23.lev 2000-01-09 00:45:27.000000000 -0500 +++ glotski-0.2/d23.lev 2007-04-18 15:45:51.000000000 -0500 @@ -1,7 +1,7 @@ ; D23 from _Sliding Piece Puzzles_ ; Move big red block to lower right size 6 5 -step 223 +step 199 ; initial .11233 -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.20.4 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages glotski depends on: ii gdk-imlib1 1.9.14-31 compatibility package for gdk-imli ii libart2 1.4.2-34 The GNOME canvas widget - runtime ii libaudiofile0 0.2.6-6 Open-source version of SGI's audio ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries ii libdb3 3.2.9+dfsg-0.1 Berkeley v3 Database Libraries [ru ii libesd0 0.2.36-3 Enlightened Sound Daemon - Shared ii libglib1.2 1.2.10-17 The GLib library of C routines ii libgnome32 1.4.2-34 The GNOME libraries ii libgnomesupport0 1.4.2-34 The GNOME libraries (Support libra ii libgnomeui32 1.4.2-34 The GNOME libraries (User Interfac ii libgtk1.2 1.2.10-18 The GIMP Toolkit set of widgets fo ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library ii libsm6 1:1.0.1-3 X11 Session Management library ii libx11-6 2:1.0.3-7 X11 client-side library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxi6 1:1.0.1-4 X11 Input extension library glotski recommends no packages. -- debconf-show failed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

