issues Search Results · topic:python org:pygame fork:true
Filter by
1.8k results
(74 ms)1.8k results
inpygame (press backspace or delete to remove)The second version is OK,but the first version will cause the full screen white.(py3.13) import pygame s = ((a,b) for a
in range(11) for b in range(11)) m = {i:0 for i in s} pygame.init() sc = pygame.display.set_mode((5011,5011)) ...
3567398997
- 1
- Opened 2 days ago
- #4595
500 The server encountered an internal error and was unable to complete your request. Either the server is overloaded or
there is an error in the application.
ngvietthang07-tech
- Opened 12 days ago
- #232
import pygame import sys
إعدادات أولية
pygame.init() WIDTH, HEIGHT = 800, 600 screen = pygame.display.set_mode((WIDTH, HEIGHT)) pygame.display.set_caption(
لعبة سيارة بسيطة ) clock = pygame.time.Clock() ...
youseeysv-star
- 1
- Opened 13 days ago
- #4586
import pygame
def draw_pygame_chessboard(screen, square_size= 80): colors = [(255, 255, 255), (100, 70, 40)] #White, Brown for r in
range(8): for c in range(8): color = colors[(r + c) % 2 ] pygame.draw.rect(screen, ...
gorasiakhushal-lgtm
- Opened 17 days ago
- #230
ahmadse137-ops
- 2
- Opened 28 days ago
- #4569
Environment:
You can get some of this info from the text that pops up in the console when you run a pygame program.
- Operating system (e.g. Windows, Linux(Debian), Linux(Ubuntu), Mac):
- Python ...
bug
moinudeenmk7-coder
- Opened on Aug 30
- #4567
import pygame pygame.init()
screen = pygame.display.set_mode((600, 400)) pygame.display.set_caption( Basit Oyun ) clock = pygame.time.Clock()
x, y = 100, 100 vel = 5 run = True
while run: clock.tick(60) ...
ozdemirozan6234-a11y
- Opened on Aug 6
- #4543
Environment:
You can get some of this info from the text that pops up in the console when you run a pygame program.
- Operating system (e.g. Windows, Linux(Debian), Linux(Ubuntu), Mac):
- Python ...
bug
lelixn
- 1
- Opened on Jul 6
- #4521
As the title states, the following link here on this page to the Introduction to Python Programmers Link is no longer
working.
https://www.pygame.org/wiki/about https://www.pygame.org/docs/tut/intro/intro.html ...
injust90
- Opened on Jun 15
- #221
According to Apple, CPSSetProcessName used in https://github.com/pygame/pygame/blob/main/src_c/sdlmain_osx.m is
non-public or deprecated API.
The effect was that I couldn t publish my application with ...
Andrewuetyang
- 1
- Opened on May 20
- #4499

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.