# Gtowers 0.1 # # Author: Mark Stratman # email: mstrat1@uic.edu # Homepage: sporkstorms.wox.org # ###################################################### Copyright (c) 1999-2000 by Mark Stratman. This program is free software which I release under the GNU General Public License. See LICENCE for more info. ###################################################### This is a simple game, the clasic Towers of Hanoi. I wrote this more for the sake of learning GTK than anything else. Glade was used to put together the initial interface. I included the Gtowers.glade file so you can open it up with glade and have a look at it. To install: $./configure $make $su #make install #make clean If you have any problems, or find any bugs, feel free to email me.