Metadata-Version: 1.1
Name: pygameoflife
Version: 0.1.0
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::
        1. Command line
        pygameoflife_console
        2. pyGTK
        pygameoflife_gui
        
        
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
