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

My FIRST Python Project

  • 1 Devlogs
  • 1 Total hours
Open comments for this post

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

Loading discussion…

0
21

Followers

Loading…