-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Update correct Pygame library #328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This updates the url and name of the Pygame library. The community version is actively being worked on and the old pygame library is not.
WalkthroughThe README file was updated to replace the reference to the original "PyGame" project with "PyGame-CE" in the "Engines and Frameworks" section. The link was changed to the new project's documentation, and the description was expanded to clarify that PyGame-CE is a community edition, open-source, and built on SDL for multimedia applications such as games. No other changes were made. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
314-314
: Normalize branding and verify supplemental resources
The entry has been updated to point at Pygame‑CE’s documentation, which is great. A couple of follow‑ups:
- Officially, the project is branded as “pygame‑ce” (all lowercase) on PyPI and GitHub. Consider adjusting the Markdown link text to match (
[pygame‑ce](…)
) for consistency.- The PR summary mentions adding a blog post demo for building web games with Pygame‑CE, PyScript, and itch.io, but I don’t see that resource in this README. Please verify whether that link needs to be included (and where) so the documentation aligns with the stated objectives.
Pygame-ce is a fork of pygame. It was created after some conflict that occurred that prevented developers from contributing to the main library. Pygame-ce is the one most commonly recommended.
Why do you think the link is worth adding on this list?
Please describe the answer here
Pygame
toPyGame-CE
.[Making Games with Python & Pygame](http://inventwithpython.com/pygame/)
but I did find however an up-to-date blog post that you could create web games with the library: https://medium.com/@davesides3/python-games-in-the-browser-with-pygame-ce-pyscript-and-itch-io-5e730185dbffDoes this project has any License?
Please describe the answer here
https://www.gnu.org/licenses/lgpl-3.0.html
Summary by CodeRabbit