Metadata-Version: 1.1
Name: coda-kids
Version: 0.2.2
Summary: Partial pygame wrapper and game programming framework.
Home-page: https://github.com/Coda-Kids/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.
        
        Change Log:
        
        0.2.2:
        1. Updated git repo and setup/url information.
        2. Added action system to coda for objects. [Feature in Alpha]
        3. Updated object class to properly scale objects with it's scale member.
        4. Moved standard library imports to coda.utilities
        
        
        0.2.1:
        1. Reformatted some of the library utilities.
        
        0.2.0:
        1. Fixed some formatting issues with the setup.py file.
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Education
