Metadata-Version: 1.1
Name: coda-kids
Version: 0.2.1
Summary: Partial pygame wrapper and game programming framework.
Home-page: https://github.com/ADillon1/coda-kids
Author: Andrew Dillon
Author-email: AndrewDillon91@gmail.com
License: MIT
Description: coda_kids is a partial wrapper package around pygame. It's purpose is to
        make game development more accessible to a younger audiences
        of students. It provides inline documentation, wrappers for linter 
        unfriendly features, and provides utility functionality/classes such 
        as game objects and constants for common colors.
        
        It is currently being designed for and tested with a series of
        game programming exercises for an educational book Coda Kids.
        
        The package was designed and implemented with and for the
        following toolset:
        
        Python 3.5.2 with latest Pygame and Pylint.
        Visual Studio Code 1.11+ with the Python extension installed.
        
        0.2.0 Change log:
        fixed some formatting issues with the setup.py file.
        
        0.2.1 Change log:
        Reformatted some of the library utilities.
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Education
