Tag Archives: simple loop

Super Simple Pygame Window

If you’ve already installed pygame, let’s create a super simple Pygame window, that, for now, does nothing! We explain the code in detail below. What you’ll see: Code [crayon-662818afc791b311877794/] This simply creates a window and that’s it. And otherwise just initialize pygame (line 3) , creates the simple window (line 8) and uses the classic pygame … Continue reading Super Simple Pygame Window →