{"id":26355714,"url":"https://github.com/mkm12345/game_development","last_synced_at":"2025-08-10T04:10:27.319Z","repository":{"id":202976334,"uuid":"708531941","full_name":"MKM12345/game_development","owner":"MKM12345","description":"Make game development easy!","archived":false,"fork":false,"pushed_at":"2023-10-31T12:56:42.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T13:17:28.127Z","etag":null,"topics":["game-development","pygame","pygame-library","python","python-package"],"latest_commit_sha":null,"homepage":"https://mkm12345.github.io/game-development-the-site/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MKM12345.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-22T20:35:01.000Z","updated_at":"2024-01-08T14:21:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"e70bb8bc-7411-4bee-9878-4efa1e618cd3","html_url":"https://github.com/MKM12345/game_development","commit_stats":{"total_commits":38,"total_committers":1,"mean_commits":38.0,"dds":0.0,"last_synced_commit":"bf9d1a757918b809a0c76d988f8e7f3717240485"},"previous_names":["mkm12345/game_development"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MKM12345/game_development","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MKM12345%2Fgame_development","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MKM12345%2Fgame_development/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MKM12345%2Fgame_development/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MKM12345%2Fgame_development/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MKM12345","download_url":"https://codeload.github.com/MKM12345/game_development/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MKM12345%2Fgame_development/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269673960,"owners_count":24457242,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["game-development","pygame","pygame-library","python","python-package"],"created_at":"2025-03-16T13:17:30.229Z","updated_at":"2025-08-10T04:10:27.298Z","avatar_url":"https://github.com/MKM12345.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# game_development\n\n![Python Version](https://img.shields.io/badge/Python-%3E%3D%202.7-blue?style=plastic)\n![PyPI Version](https://img.shields.io/badge/pypi%20package-1.0.5-4DC71F?style=plastic)\n![First Timer Friendly](https://img.shields.io/badge/first%20timer-friendly-4DC71F?style=plastic)\n![Test Passing](https://img.shields.io/badge/tests-all%20passing-4DC71F?style=plastic)\n\nA game development library for Python that simplifies game development tasks in both 2D and 3D using the power of Pygame and Panda3D.\n\n- GitHub: [https://github.com/MKM12345/game_development](https://github.com/MKM12345/game_development)\n- PyPI: [https://pypi.org/project/game_development/](https://pypi.org/project/game_development/)\n\n## Installation\n\nInstall with pip:\n\n```bash\npip install game_development\n```\n\nYou can also install it using the git URL:\n\n```\npip install \"git+https://github.com/MKM12345/game_development.git@pip-install#egg=game_development\"\n```\n\n## Features\nSimplifies game development in both Pygame (2D) and Panda3D (3D).\nCombines the power of Pygame and Panda3D to create awesome games.\nOpen-source and beginner-friendly, you can contribute to the library.\nRegular updates with new functions and bug fixes.\n\n## Usage\n```\nfrom game_development.game_development import Game, GameDevelopment3D, Panda3DGame\n\n# Use the provided functions in your Pygame and Panda3D game development project.\n# e.g. you might want to use it like this:\n# Create a Pygame game development instance\n# game_dev = Game()\n\n# Create a Panda3D and Pygame mixer instance\n# game_mixer = GameDevelopment3D()\n\n# Create a Panda3D utility instance\n# panda_utils = Panda3DGame()\n\n# Use the functions and classes provided by game_development to streamline your game development process.\n```\n## Contributing\nWe welcome contributions from the community! To contribute to game_development:\n- Read the contribution guidelines.\n- Fork the repository.\n- Create a new branch for your feature or bug fix.\n- Make your changes and submit a pull request.\n## Support\nIf you need help or have questions, feel free to ask on GitHub Discussions or report issues on GitHub Issues.\n\n## License\ngame_development is licensed under the [MIT License](LICENSE).\n\nEnjoy simplifying 2D and 3D game development with game_development!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkm12345%2Fgame_development","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkm12345%2Fgame_development","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkm12345%2Fgame_development/lists"}