You are browsing as a guest. Sign up (or log in) to start making projects!

41m 32s logged

I started my python platformer game using a guide on youtube. This is my first python project overall. My goal is for it to be a functional game at the end. I’m using pygame and learning several features during this process.

pygame.init() intiates the process
window is t 1000x800px
background loads from space.jpg and is scaled to the window
main loop handles QUIT
draw(player) renders the background and a red player rectangle (not functional yet)

0
21

Comments 0

No comments yet. Be the first!