Metadata-Version: 1.1
Name: pygameoflife
Version: 0.1.1
Summary: An agent-based implementation of Conway's Game of Life
Home-page: https://github.com/ggstuart/pygameoflife.git
Author: Graeme Stuart
Author-email: ggstuart@gmail.com
License: LICENSE.txt
Description: ===========
        pygameoflife
        ===========
        
        A simple agent-based implementation of Conway's Game of Life.
        
        Usage:
        ------
        
        To run the programme just open a console and type either
        
            pygameoflife_console  
        
        to run the simple command line version.
        
        or
        
            pygameoflife_gui
        
        to run a GTK+ version (requires pyGTK).
        
Keywords: agent based Conway game of life
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Games/Entertainment :: Arcade
Classifier: Environment :: X11 Applications :: GTK
