Metadata-Version: 2.1
Name: arcade
Version: 2.0.6
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
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pyglet (==1.4.0b1)
Requires-Dist: pillow
Requires-Dist: numpy
Requires-Dist: pyglet-ffmpeg

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.

.. image:: https://coveralls.io/repos/github/pvcraven/arcade/badge.svg?branch=master
    :target: https://coveralls.io/github/pvcraven/arcade?branch=master
    :alt: Code Coverage

.. image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)
    :target: http://makeapullrequest.com
    :alt: Pull Requests Welcome

.. image:: https://img.shields.io/badge/first--timers--only-friendly-blue.svg
    :alt: first-timers-only Friendly
    :target: http://www.firsttimersonly.com/

Documentation
-------------

* For full documentation see http://arcade.academy
* For installation: http://arcade.academy/installation.html
* For example code that uses the Arcade library see: http://arcade.academy/examples/index.html
* For API documentation see: http://arcade.academy/quick_index.html
* Learn Arcade AND how to program: http://arcade-book.readthedocs.io/en/latest/

Latest Release
--------------

Latest version is 2.0.6 released 2019-04-21.

Release notes: http://arcade.academy/release_notes.html

Games Using Arcade
------------------

See: http://arcade.academy/sample_games.html

Contact the Maintainer
----------------------

paul@cravenfamily.com

