Skip to content
#

pygame

Here are 5,694 public repositories matching this topic...

illume
illume commented Jul 12, 2019

pygame 2 has a lot of new things.

But we need to tell people about all the new goodies.

We need:

  • small paragraphs of text explaining exciting features.
  • tweet sized texts explaining new stuff
  • benchmarks
  • mini examples of how to use the new stuff

How to find what's new anyway?

  • have a look at closed pull requests
  • have a look at the SDL2 what's new annoucements
  • ask people
docs SDL2 good first issue Community improvement
lordmauve
lordmauve commented Jan 3, 2022

We should spell check the names of colours that aren't found.

This might help users overcome issues like #272.

Python 3.10 has spell checking in a few cases including dict lookup, so does this happen already in 3.10? Colour names are looked up in pygame.colordict.

enhancement good first issue
Sorting-Algorithms-Visualizer
LucasPilla
LucasPilla commented Oct 8, 2020
  • Suggestion (@lucblassel )
    In algorithms with variants, like Shell Sort, should have a way to the user select an variant to be visualized.
  • How it could be implemented:
    Add a Input Box, like a drop list, in front of algorithm selection box.
  • Are you up to do it?
    I @LucasPilla will be working on this, feel free to contribute!
enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the pygame topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pygame topic, visit your repo's landing page and select "manage topics."

Learn more