Contents

arcade 2.6.17

0

Arcade Game Development Library

Arcade Game Development Library

Stars: 1663, Watchers: 1663, Forks: 316, Open Issues: 95

The pythonarcade/arcade repo was created 8 years ago and the last code push was 22 hours ago.
The project is very popular with an impressive 1663 github stars!

How to Install arcade

You can install arcade using pip

pip install arcade

or add it to a project with poetry

poetry add arcade

Package Details

Author
Paul Vincent Craven
License
MIT
Homepage
https://api.arcade.academy
PyPi:
https://pypi.org/project/arcade/
Documentation:
https://api.arcade.academy/
GitHub Repo:
https://github.com/pythonarcade/arcade

Classifiers

  • Software Development/Libraries/Python Modules
No  arcade  pypi packages just yet.

Errors

A list of common arcade errors.

Code Examples

Here are some arcade code examples and snippets.

GitHub Issues

The arcade package has 95 open issues on GitHub

  • GUI does not mark events as handled
  • Shapely never used for has_line_of_sight, even if installed
  • made sprites cloneable by providing an origin to the sprite constructor
  • UIInputText() not working
  • Make pymunk an optional dependency
  • Support multiple hit boxes per Sprite
  • Implement Global Alpha for Sprites in SpriteList
  • Window not consistently given focus upon startup
  • Update docs for Input Polling
  • GUI Style lacking in documentation
  • Add resources for trans or nb coders
  • Using infinite tilemaps
  • Need O(1) way to clear a sprite list
  • Framebuffer.clear() and scissor box

See more issues on GitHub

Related Packages & Articles

hbmqtt 0.9.6

MQTT client/broker using Python 3.4 asyncio library

art 6.2

ASCII Art Library For Python