Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Simple game help
Post: Simple game help

I'm trying to make a simple game in python. import pygame from pygame.locals import * pygame.init() width, height = 640, 480 screen=pygame.display.set_mode ((width, height)) player = pygame.image.lo...
jarettday Game Development 1 3,954 Sep-07-2020, 09:43 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020