Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
78 views

Every time I run any pygame code in Jupyter Notebook (the online demo) it just crashes, giving an error that I've looked for everywhere, to no avail. I'm using the Pyodide Kernel, which apparently ...
3pics1ash's user avatar
-2 votes
1 answer
122 views

I am trying to make a pixel-art 2d platformer in Pygame-CE. When I use a standard pygame display, the pixels come out as blurry: Minimal Reproducible Example: #Import everything import pygame, sys ...
JustNeutral14's user avatar
1 vote
1 answer
129 views

I had pygame (not ce) on my Debian system and then updated it to pygame-ce using pip install —-upgrade pygame-ce and it worked fine, installing pygame-ce==2.5.2 . There were some more recent updates ...
DeepThought42's user avatar
0 votes
0 answers
84 views

This is really weird, but I'm making a custom vector using pygame's Vector2 as a parent, and any attempt to define an attribute that starts with the letters x or y results in an error upon ...
Capocho's user avatar
  • 11
0 votes
0 answers
108 views

There is no API for asynchronous Clock.tick() in pygame, how could I implement something like this? (This could be useful for things like pygbag that require async main loop.)
oBrstisf8o's user avatar
0 votes
1 answer
198 views

I feel like there is some fundamental aspect of alpha blending that I'm not understanding here. I'm doing the following in Pygame to create a blurred drop shadow: draw a white object draw a black ...
Jack Gaino's user avatar