Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pythonarcade/arcade
Easy to use Python library for creating 2D arcade games.
https://github.com/pythonarcade/arcade
arcade-api arcade-framework arcade-learning-environment educational-resources educational-technology opengl python python3
Last synced: 10 days ago
JSON representation
Easy to use Python library for creating 2D arcade games.
- Host: GitHub
- URL: https://github.com/pythonarcade/arcade
- Owner: pythonarcade
- License: other
- Created: 2016-01-04T14:46:52.000Z (almost 9 years ago)
- Default Branch: development
- Last Pushed: 2024-05-10T21:03:01.000Z (6 months ago)
- Last Synced: 2024-05-11T10:00:31.173Z (6 months ago)
- Topics: arcade-api, arcade-framework, arcade-learning-environment, educational-resources, educational-technology, opengl, python, python3
- Language: Python
- Homepage: http://arcade.academy
- Size: 157 MB
- Stars: 1,620
- Watchers: 58
- Forks: 304
- Open Issues: 112
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: license.rst
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-game-engine-dev - Arcade - Easy to use library for creating 2D arcade games. (Libraries / Python)
README
# Welcome to The Arcade Library!
![MIT License](https://img.shields.io/pypi/l/arcade)
[](http://makeapullrequest.com)
[](http://www.firsttimersonly.com/)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.[pyglet]: https://github.com/pyglet/pyglet
[Games Made with Arcade]: https://api.arcade.academy/en/latest/sample_games.html
Arcade is built on top of [pyglet][] and OpenGL. See [Games Made with Arcade][]
for example game jam entries and more.[Arcade Discord Server]: https://discord.gg/ZjGDqMp
![PyPI - Downloads](https://img.shields.io/pypi/dm/arcade)
![GitHub Commit Activity](https://img.shields.io/github/commit-activity/m/pythonarcade/arcade)## Stable Documentation
Read the stable documentation at https://api.arcade.academy.
## Development Previews
Preview the next release at https://api.arcade.academy/en/development/.
## Citation
```
@Online{PythonArcade,
author = {Paul Vincent Craven},
title = {Easy to use Python library for creating 2D Arcade games.},
date = {2023-01-01},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/pythonarcade/arcade}},
commit = {}
}
```## Contact the Maintainers
The best way to contact and chat with the maintainers is on the
[Arcade Discord Server][].