xhyperoid - an enhanced shoot-the-asteroids game.
Copyright (C) 1991 Edward Hutchins.
Unix/Linux port by Russell Marks, 2000.
Gtk+2 port by Kaj-Michael Lang, 2007-2010

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.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


Description
-----------

Hyperoid was a really cool little game for Windows 3.x. It's
essentially an Asteroids clone, but with a few extra features. There
are three reasons I ported it:

  - the decent game physics and enhancements over the original game
    make it probably my favourite Asteroids variant;

  - it's always sucked having to run it under Windows (admittedly, you
    can run the original under Wine, but it's less than ideal);

  - it's the first GPL'd program I ever saw, which gives it a certain
    special something for me. :-)

One of the first things I did on porting it was to add sound, so
that's another plus. :-)

Once you've installed it, READ THE MAN PAGE. Some things about it are
a bit non-obvious, and it can save time to have them pointed out...


Installation
------------

Requires GTK+ 2.4 or later.

(You can get GTK+ from http://www.gtk.org/ if you don't already have
it, but if you run Linux you probably do, or can install a `gtk'
package from your distribution (be sure to install any `gtk-devel' or
similar too).

Building: ./configure && make

After that's finished, do (as root) `make install'. And as I say, be
sure to read the man page. :-)

Contacting author(s)
--------------------

Origial unix/linux port contact: You can email me at russell.marks@ntlworld.com.

Unfortunately, I don't have any contact details for the original
author of Hyperoid (Edward Hutchins); as far as I can tell, his email
address as given in README.orig seems to have been valid until at
least 1994, but doesn't work any more. There is a snail-mail address
for him in README.orig if you're desperate :-), but as it dates from
1991, it may or may not be valid any more.

Have fun,
-Rus.

This current, Gtk+ 2.0 port author can be contacted at milang@tal.org
