-
# **Issue №2577 opened by *[fortwoone](https://github.com/fortwoone)* at 2021-05-04 15:38:39**
I noticed there were copy protocols for some important Pygame objects, such as Surfaces and Rect…
-
ascii art and terminal colors are not sufficient
-
I'd like to add a feature to this tool that would allow it to hijack FM stations. The Pi zero w can produce frequency modulation through its GPIO pin, so it should be able to accomplish this. The PiFm…
-
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Listening ...
Listening ...
Listening ...
You: how are you
AI:
WARNING: All log messages before absl::Ini…
-
Operating System: Windows 11 (23H2)
Pygame Version: 2.6.0
SDL Version: 2.28.4
Python Version: 3.10.11
I don't believe the problem relates to specific hardware.
Using the provided minimal exampl…
-
I ran the `map_gen.py` example on an intel Mac with Python 3.10. The Pygame window is very glitchy, it seems to be reloading the entire window at every update.
-
import pygame
import time
import random
pygame.init()
white = (255, 255, 255)
yellow = (255, 255, 102)
black = (0, 0, 0)
red = (213, 50, 80)
green = (0, 255, 0)
blue = (50, 153, 213)
…
-
https://github.com/acord-robotics/python-learning/issues/13
-
This game as provided shows delaying in eating time of the apple. The apple disappears lately after been eaten by the snake. To resolve the issue the following code might help.
import pygame
impor…
-
Definitely not necessary but it would be helpful for the way sprites get organized in the Framework by default.
Advantages:
- Sprite `super().__init__()` calls can pass a rendering layer as well a…