From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: luke.olbrish@cc.gatech.edu (Luke A. Olbrish) Newsgroups: gmane.emacs.devel Subject: Re: gamegrid.el and some games Date: 19 Sep 2002 11:22:01 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <7vadmec8di.fsf@gehennom.net> References: <87n0ql94mz.fsf@pot.cnuce.cnr.it> <87adml9yc9.fsf@emacswiki.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1032449034 31654 127.0.0.1 (19 Sep 2002 15:23:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 19 Sep 2002 15:23:54 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17s39k-0008EI-00 for ; Thu, 19 Sep 2002 17:23:52 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17s3oa-0006zR-00 for ; Thu, 19 Sep 2002 18:06:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17s3A6-0005nv-00; Thu, 19 Sep 2002 11:24:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17s384-0005Ng-00 for emacs-devel@gnu.org; Thu, 19 Sep 2002 11:22:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17s381-0005NE-00 for emacs-devel@gnu.org; Thu, 19 Sep 2002 11:22:07 -0400 Original-Received: from r57h31.res.gatech.edu ([128.61.57.31] helo=demogorgon.gehennom.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 17s381-0005NA-00 for emacs-devel@gnu.org; Thu, 19 Sep 2002 11:22:05 -0400 Original-Received: by demogorgon.gehennom.net (Postfix, from userid 1012) id 77E232BCEA; Thu, 19 Sep 2002 11:22:01 -0400 (EDT) Original-To: Oliver Scholz In-Reply-To: Original-Lines: 70 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8016 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8016 Oliver Scholz writes: >=20 > If sokoban.el were part of GNU Emacs we could replace the penguin > through a gnu ... :-=AC I didn't like the icons that came with sokoban.el so I made my own based on a GPLed icon from this site: http://jimmac.musichall.cz/i.php3?ikony=3D16 (defconst sokoban-player-xpm "\ /* XPM */ static char * tux_xpm[] =3D { \"32 32 18 1\", \" c None\", \". c #000000\", \"+ c #666666\", \"@ c #C6C6C6\", \"# c #FFFFFF\", \"$ c #FFDC00\", \"% c #D8B400\", \"& c #FFEB84\", \"* c #AF6800\", \"=3D c #FFF1C1\", \"- c #FFF1B5\", \"; c #E9D677\", \"> c #D8AA00\", \", c #D9AB00\", \"' c #2D0000\", \") c #1C0000\", \"! c #AF8A00\", \"~ c #A99500\", \" ####### \", \" #.......# \", \" #.....+@+.# \", \" #.......@@..# \", \" #.............# \", \" #..@@+..@@....# \", \" #.+##@+@##@...# \", \" #.#@.++@.+#...# \", \" #.#@.$$$.+#...# \", \" #.+%&$$$$&.....# \", \" #.*&=3D-$$$$%*...# \", \" #..%$&$$%**....# \", \" #..;>,***%'....# \", \" #..#;%%%$#+....# \", \" #..#########+....# \", \" #..+##########+....# \", \" #...###########@.....# \", \" #...#############.....# \", \" #...+#############+....# \", \" #...@#############@....# \", \" #...###############....# \", \" #....##############@..# \", \" #......+#########......# \", \" #.+$%.....#######)...%$+.# \", \" #..$$$%....#######...%$$$..# \", \" #.$$$$$$%..########..%$$$$$$.# \", \" #.$$$$$$$!.#######+.!$$$$$$$.# \", \" #.$$$$$$!.++@##@+..!$$$$$$.# \", \" #.$$$$$$!!..........!!$$$$$$.# \", \" #.~!!!!!!............!!!!!!~.# \", \" #........###....###........# \", \" ######## #### ######## \" }; ") --=20 Luke Olbrish