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)
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.