GnoBang - A Gnome Go Bang game ============================== Author: Andreas S. Krebs Email: gnobang@sberk.net WWW: http://www.sberk.net/gnobang Copyright (c) 2008 by Andreas S. Krebs. GnoBang is licensed under the GNU General Public License Version 3 (see the COPYING file). Description: ------------ GnoBang is a "get five in a row game" for the Gnome desktop. GnoBang is a port of xmgobang from Xm/Xt to Gtk+/Gnome. The original xmgobang was written back in 1995 as an motif programming exercise. However it wasn't released until 2008, when I rediscovered it cleaning up some old folders. Recently I decided it about time to get familar with programming for the Gnome desktop and new tools like glade and gtk-builder. So I decided to simply port xmgobang since I wanted to write something "usefull". 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. More informations can be found at http://www.sberk.net/gnobang How to play: ------------ Get five in a row to win (that's all) ;-) Supported Platforms: -------------------- GnoBang has been developed on a Fedora 8 system. It may build on linux distributions or platforms, but I haven't tested it. Build + Install: ---------------- The following packages are required by GnoBang: -glib -gtk+ -libglade -libgnome -libgnomeui -gstreamer (only needed for sound support) Build: ./configure # run the 'configure' script Install: su -c "make install" # install GnoBang