lordmauve / lordmauve/pgzero

Switch to pygame-ce?

Open Beginner friendly
#374 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
611
Forks
211
PR merge metrics
No merged PRs in 30d

Description

Not a pgzero user, but after a question came up in pgce discord, I looked up something in the source and noticed that `pyproject.toml` still depends on the original pygame.

Thing is, pygame is unmaintained by now, no wheels for 3.14 have been generated, last release is from september 2024.

pygame-ce is actively maintained and the supported platforms that have ready-made wheels are growing, so to avoid issues where pip will try to compile pygame as a dependency, I'd recommend to switch over to the community edition.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in pyproject.toml, where the pygame dependency is named, and inspect the surrounding packaging configuration. Check how the project installs and runs with pygame-ce across the supported Python versions; done means the dependency resolves to the community edition without breaking the existing project checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
67/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.