Skip to content
#

pygame

Here are 5,589 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
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.

Sorting-Algorithms-Visualizer

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