Skip to content

issues Search Results · topic:python org:pygame fork:true

Filter by

1.8k results
 (595 ms)

1.8k results

inpygame (press backspace or delete to remove)

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 
    4 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 
    5 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 
    9 days ago
  • #230

  • ahmadse137-ops
  • 2
  • Opened 
    20 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 
    23 days ago
  • #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

I have noticed that this repo is full of very strange issues, some of people just posting code with no further explanation for example. Don t call me a Karen, but these aren t exactly, well, issues, are ...
  • ghost
  • 2
  • Opened 
    on May 13
  • #4495
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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