Metadata-Version: 2.0
Name: pyspacewar
Version: 1.1.0
Summary: A game loosely inspired by the original Spacewar
Home-page: http://mg.pov.lt/pyspacewar/
Author: Marius Gedminas
Author-email: marius@gedmin.as
License: GPL
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Games/Entertainment :: Arcade
Requires-Dist: pygame

Two ships duel in a gravity field.   Gravity doesn't affect
the ships themselves (which have spanking new anti-gravity
devices), but it affects missiles launced by the ships.

You can play against the computer, or two players can play
with one keyboard.  There is also a Gravity Wars mode, where
the two ships do not move, and the players repeatedly
specify the direction and velocity of their missiles.

Latest changes
--------------

September 21, 2016: Released version 1.1.0:

- Support Python 3.4 and 3.5 in addition to 2.7.
- Made 'pip install pyspacewar' work.

