issues Search Results · topic:python org:pygame fork:true
Filter by
2.4k results
(69 ms)2.4k results
inpygame (press backspace or delete to remove)Krecl
- Opened on Aug 15
- #4550
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.
guruprasadkumbhashi-hub
- Opened on Aug 13
- #225
rafikipro99
- Opened on Aug 9
- #4548
import pygame import random import sys import math
Inicialização do Pygame
pygame.init() clock = pygame.time.Clock()
Configurações da tela
LARGURA, ALTURA = 800, 400 tela = pygame.display.set_mode((LARGURA, ...
vitoryanpro-source
- Opened on Aug 9
- #4547
import pygame import random
إعداد pygame
pygame.init()
إعداد نافذة اللعبة
screen_width = 800 screen_height = 600 screen = pygame.display.set_mode((screen_width, screen_height))
pygame.display.set_caption( ...
enhancement
muntadhr24-cmd
- 1
- Opened on Aug 9
- #4545
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
Hello! I noticed with my Pygame 2.6.1 on a Raspberry Pi 3A that it outputs:
RuntimeWarning: Your system is neon capable but pygame was not built with
support for it. The performance of some of your blits ...
combs
- 1
- Opened on Aug 5
- #4542
Hi, scripts trying to open and excel file .xlsx. We are getting the following error
https://www.pygame.org/contribute.html the file input is not supported
jimwharton
- Opened on Aug 1
- #224
import pygame import random import sys
Inicialização do Pygame
pygame.init() LARGURA, ALTURA = 800, 600 TELA = pygame.display.set_mode((LARGURA, ALTURA)) pygame.display.set_caption(
RPG 2D - Fases e ...
GLKZIN22
- Opened on Aug 1
- #4541
This is a near duplicate of an issue from three years ago. I have made this issue to document my findings for the intent of helping others with the same issue.
Environment:
- Operating system : Linux(Manjaro), ...
bug
SomethingCatchy2
- Opened on Aug 1
- #4540

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.
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.