-
someone has to have a closer look into the different GUIs.
DearPy Gui
PyGame
VisPy
-
gcc 13.3.0
pygame 2.6.1
-
import pygame
pygame.init()
# إعداد نافذة اللعبة
screen_width, screen_height = 800, 600
screen = pygame.display.set_mode((screen_width, screen_height))
pygame.display.set_caption("Pong Game")
…
-
-
Certain textures still need to be added. Wall textures and sky box textures will help to improve the usability of the engine.
TODO:
- Use `pygame.image.load()` to load textures and `pygame.transfo…
-
After the update of vs studio i tried to run my pygame file.
But there was an error ModuleNotFoundError.
I tried redownloading pygame.
Could someone help me please?
-
**Environment:**
- **Operating system** (e.g. Windows, Linux(Debian), Linux(Ubuntu), Mac): Artix Linux Plasma OpenRC edition (based on Arch Linux)
- **Python version** (e.g. 3.7.9, 3.8.5) : 3.12.7…
-
**Describe the bug**
Variables... just don't show
**Project Link**
Don't have one.
**To Reproduce**
Steps to reproduce the behavior:
1. Try to run really simple project
2. Variables say goo…
-
Pygame is not installing
-
I noticed that Color arithmetic doesn't work as I, personally, would expect. I'm wondering if there is a reason for this, or if this should be corrected.
**Current behavior:**
pygame.Color(32,32,3…
ed022 updated
1 month ago