{"id":13534400,"url":"https://github.com/pythonarcade/arcade","last_synced_at":"2025-05-13T15:13:21.763Z","repository":{"id":37286408,"uuid":"49003082","full_name":"pythonarcade/arcade","owner":"pythonarcade","description":"Easy to use Python library for creating 2D arcade games.","archived":false,"fork":false,"pushed_at":"2025-05-08T22:11:37.000Z","size":183431,"stargazers_count":1805,"open_issues_count":94,"forks_count":343,"subscribers_count":57,"default_branch":"development","last_synced_at":"2025-05-08T22:35:19.037Z","etag":null,"topics":["arcade-api","arcade-framework","arcade-learning-environment","educational-resources","educational-technology","opengl","python","python3"],"latest_commit_sha":null,"homepage":"http://arcade.academy","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pythonarcade.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"license.rst","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-01-04T14:46:52.000Z","updated_at":"2025-05-07T21:01:17.000Z","dependencies_parsed_at":"2023-10-26T16:40:51.446Z","dependency_job_id":"e6038cd3-b4a6-400f-95d1-2b7bb54b8c2b","html_url":"https://github.com/pythonarcade/arcade","commit_stats":{"total_commits":4983,"total_committers":158,"mean_commits":"31.537974683544302","dds":"0.49929761188039334","last_synced_commit":"5c33fc934cf05f599bafe5af79cafd1d772122de"},"previous_names":[],"tags_count":152,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythonarcade%2Farcade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythonarcade%2Farcade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythonarcade%2Farcade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pythonarcade%2Farcade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pythonarcade","download_url":"https://codeload.github.com/pythonarcade/arcade/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253969266,"owners_count":21992264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arcade-api","arcade-framework","arcade-learning-environment","educational-resources","educational-technology","opengl","python","python3"],"created_at":"2024-08-01T07:01:32.233Z","updated_at":"2025-05-13T15:13:16.746Z","avatar_url":"https://github.com/pythonarcade.png","language":"Python","readme":"# Welcome to The Arcade Library!\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://img.shields.io/pypi/l/arcade\"\u003e\n        \u003cimg alt=\"MIT License\" title=\"MIT License\" src=\"https://img.shields.io/pypi/l/arcade\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"http://makeapullrequest.com\"\u003e\n        \u003cimg alt=\"Pull Requests Welcome\" title=\"Pull Requests Welcome\" src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"http://www.firsttimersonly.com/\"\u003e\n        \u003cimg alt=\"First Timers Friendly\" title=\"First Timers Friendly\" src=\"https://img.shields.io/badge/first--timers--only-friendly-blue.svg\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nArcade is an easy-to-learn Python library for creating 2D video games.\nIt is ideal for beginning programmers or programmers who want to create\n2D games without learning a complex framework.\n\n[pyglet]: https://github.com/pyglet/pyglet\n[Games Made with Arcade]: https://api.arcade.academy/en/latest/community/games/sample_games.html\nArcade is built on top of [pyglet][] and OpenGL. See [Games Made with Arcade][]\nfor example game jam entries and more.\n\n[Arcade Discord Server]: https://discord.gg/ZjGDqMp\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://img.shields.io/pypi/dm/arcade\"\u003e\n        \u003cimg alt=\"PyPI - Downloads\" title=\"PyPI - Downloads\" src=\"https://img.shields.io/pypi/dm/arcade\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://img.shields.io/github/commit-activity/m/pythonarcade/arcade\"\u003e\n        \u003cimg alt=\"GitHub Commit Activity\" title=\"GitHub Commit Activity\" src=\"https://img.shields.io/github/commit-activity/m/pythonarcade/arcade\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://img.shields.io/github/contributors/pythonarcade/arcade\"\u003e\n        \u003cimg alt=\"GitHub Contributors\" title=\"GitHub Contributors\" src=\"https://img.shields.io/github/contributors/pythonarcade/arcade\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://img.shields.io/github/stars/pythonarcade/arcade\"\u003e\n        \u003cimg alt=\"GitHub Stars\" title=\"GitHub Stars\" src=\"https://img.shields.io/github/stars/pythonarcade/arcade\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Stable Documentation\n\nRead the stable documentation at https://api.arcade.academy.\n\n## Development Previews\n\nPreview the next release at https://api.arcade.academy/en/development/.\n\n## Citation\n\n```\n    @Online{PythonArcade,\n       author = {Paul Vincent Craven},\n       title = {Easy to use Python library for creating 2D Arcade games.},\n       date = {2023-01-01},\n       publisher = {GitHub},\n       journal = {GitHub repository},\n       howpublished = {\\url{https://github.com/pythonarcade/arcade}},\n       commit = {\u003cinsert hash if needed\u003e}\n    }\n```\n\n## Contact the Maintainers\n\nThe best way to contact and chat with the maintainers is on the\n[Arcade Discord Server][].\n\npaul@cravenfamily.com\n","funding_links":[],"categories":["Game Development","Python","Libraries","📚 فهرست"],"sub_categories":["Python","بازیسازی"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythonarcade%2Farcade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythonarcade%2Farcade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythonarcade%2Farcade/lists"}