The Python Arcade Library
=========================
.. raw:: html
Example Code
|
Installation
|
API
|
Social
|
Games
|
Source Code
|
Performance
|
Learn
|
.. raw:: html
Quick Arcade Library Introduction Video
Arcade is an easy-to-learn Python library for creating 2D video games. It is
ideal for people learning to program, or developers that want to code a 2D
game without learning a complex framework.
.. toctree::
:maxdepth: 4
quick_index
arcade
installation
examples/index
examples/platform_tutorial/index
sample_games
performance_tips
how_to_contribute
directory_structure
how_to_compile
how_to_submit_changes
diversity
distribute_macos
instructions_gameshell
pygame_comparison.rst
suggested_curriculum.rst
Learn about it:
^^^^^^^^^^^^^^^
* `Arcade on PyPi`_
* :ref:`pygame-comparison`
Give feedback:
^^^^^^^^^^^^^^
* `GitHub Arcade Issue List`_
* `Reddit Discussion Group`_
* Email: paul.craven@simpson.edu
Contribute to the development:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* `GitHub Source Code for Arcade`_
.. include:: ../license.rst
.. |build-status-travis| image:: https://travis-ci.org/pvcraven/arcade.svg
:target: https://travis-ci.org/pvcraven/arcade
:alt: build status
.. |build-status-appveyor| image:: https://ci.appveyor.com/api/projects/status/github/pvcraven/arcade
:target: https://ci.appveyor.com/project/pvcraven/arcade-ekjdf
:alt: build status
.. |coverage| image:: https://coveralls.io/repos/pvcraven/arcade/badge.svg?branch=master&service=github
:alt: Test Coverage Status
:target: https://coveralls.io/github/pvcraven/arcade?branch=master
.. _GitHub Source Code for Arcade: https://github.com/pvcraven/arcade
.. _GitHub Arcade Issue List: https://github.com/pvcraven/arcade/issues
.. _Arcade on PyPi: https://pypi.python.org/pypi/arcade
.. _Reddit Discussion Group: https://www.reddit.com/r/pythonarcade/