xmgobang v0.52 -------------- Copyright (c) 1995-2008 by Andreas S. Krebs (xmgobang@sberk.net) --------------- GNU General Public License Disclamer --------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -------------------------------------------------------------------- About: ------ I've originally written this five in a row game in 1995 in order to get familiar with motif programming. I rediscovered it cleaning up some old folders and was quite suprised that it perfectly builds and runs on my linux box with lesstif. So I decided to release it under the GPL instead of letting it rot in my hard drive. The game algorithm itself is rather simple and was never intended to be any good - however it seems to play resonable well, so I never bothered to replace it with anything better. Instructions: ------------- Get five in a row to win (that's all) ;-) Requirements: ------------- To build it you would require LessTif (or Motif) and libXpm. Build+Install: -------------- 1. modify Imakefile according to your need (e.g. disable sound by setting #undef SOUND_SUPPORT if you don't have /dev/audio) 2. create Makefile: xmkmf 3. build: make 4. install (as root): make install Back in 1995 I was able to build it on several Unix systems, however I didn't check anything other than Linux, so it may no compile out of the box on other systems.