Skip to content

import pygame pygame.init() screen = pygame.display.set_mode((300, 400)) pygame.display.set_caption("Test") running = True while running: for event in pygame.event.get(): if event.type == pygame.QUIT: running = False screen.fill((0, 200, 200)) pygame.display.update() pygame.quit() #1573

@arijitbwn2009-droid

Description

@arijitbwn2009-droid
No description provided.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions