Metadata-Version: 1.1
Name: ConwayCPU
Version: 0.4
Summary: The Game of Life, living on your CPU
Home-page: http://pypi.python.org/pypi/ConwayCPU/
Author: Rupert Deese
Author-email: hartdeese@mac.com
License: MIT
Description: Metadata-Version: 1.0
        Name: ConwayCPU
        Version: 0.0
        Summary: The Game of Life, living on your CPU
        Homepage: http://pypi.python.org/pypi/ConwayCPU/
        Author: Rupert Deese
        Author-email: hartdeese@mac.com
        License: MIT
        Description: ======
                ConwayCPU
                ======
                
                ConwayCPU is an implementation of Conway's game of Life that
                lives in a console window. The rules of the game have been changed
                slightly to allow for the influence of your computer's CPU usage.
                ConwayCPU's life is more virile (look for the yellow cells!)
                when your CPU is busy--and returns to its normal self when your 
                computer is idle.
        
                This project is a half-baked idea of mine that I hope you enjoy, but
                I want to credit Eric Rose and Giampaolo Rodola for their packages,
                which made this much easier to create.
                
                .. _psutil library: https://pypi.python.org/pypi/psutil
                .. _original conway package: https://pypi.python.org/pypi/conway/1.1
                .. _Blessings terminal library: http://pypi.python.org/pypi/blessings/
                
                
                Features
                ========
                
                * Runs a fullscreen Game of Life world in your console.
                * Makes Life more interesting by "loosening the rules" probabilistically
                according to how active the CPU is. Yellow colored cells in the game are
                the ones created by CPU activity.
                
                
                Getting it running
                ==================
                
                ::
                
                    pip install conwayCPU
                    conwayCPU.py
                
                Sit back and enjoy Life.
                
                Kudos
                =====
                
                A very simple extension of the pip package 'conway'. Credit to Eric Rose
                for the original package.
                
                
                Version History
                ===============
                
                0.0 Initial Release
Keywords: terminal,tty,console,game,life
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Artistic Software
Classifier: Topic :: Games/Entertainment :: Simulation
Classifier: Topic :: Scientific/Engineering :: Artificial Life
Classifier: Topic :: Terminals
