issues Search Results · topic:python org:pygame fork:true
Filter by
2.4k results
(63 ms)2.4k results
inpygame (press backspace or delete to remove)On the Pygame About page (https://www.pygame.org/wiki/about), there is a reference to the
https://www.pygame.org/docs/tut/chimp/ChimpLineByLine.html. However, this link leads to a 404 error. The correct ...
1ou2
- 1
- Opened 14 days ago
- #231
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 16 days ago
- #230
import pygame import random
Inicializar Pygame
pygame.init()
Configuración de la pantalla
WIDTH, HEIGHT = 800, 600 screen = pygame.display.set_mode((WIDTH, HEIGHT)) pygame.display.set_caption( Carrera ...
oscardossantos26-create
- Opened 17 days ago
- #4581
Description
Describe your enhancement, as clearly as possible.
enhancement
martinkravets
- Opened 19 days ago
- #4579
2D Minecraft-like (full-featured) — Python + Pygame
Project: 2D sandbox (Minecraft-like) with tiles, sprites, inventory, crafting, mobs, day/night, save/load, and basic
sounds.
Requirements
- Python ...
bug
cd786342-ship-it
- 1
- Opened 20 days ago
- #4578
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
cd786342-ship-it
- Opened 20 days ago
- #4577
Hey Pygame team,
I just had a question about this.
With 3.14 right around the corner and nogil becoming supported by python officially.
I just wanted to ask. Does Pygame support nogil and let me first ...
Synaptic724
- Opened 20 days ago
- #4576
DOC112003
- Opened 21 days ago
- #4575
rgdtgdggergrthyth-spec
- Opened 21 days ago
- #229

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!
Restrict your search to the title by using the in:title qualifier.