Skip to content
#

pygame

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

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