Metadata-Version: 1.1
Name: arcade
Version: 0.0.6.post46
Summary: Arcade Game Development Library
Home-page: http://arcade.academy
Author: Paul Vincent Craven
Author-email: paul.craven@simpson.edu
License: MIT
Download-URL: http://arcade.academy
Description: Welcome to The Arcade Library!
        ==============================
        
        Arcade is an easy-to-learn Python library for creating 2D video games.
        It is ideal for beginning programmers, or programmers who want to create
        2D games without learning a complex framework.
        
        Arcade is built on top of Pyglet and OpenGL.
        
        For full documentation see http://pythonhosted.org/arcade/
        
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
