News

We also need to initialize Pygame with pygame.init (). Next, we create a window for our game to display in. “Set_caption” lets us give our game a title, displayed at the top of said window.
Python is an excellent language for rapid application development and prototyping. With Pygame, a wrapper built around SDL, the same can be true for games. In addition, because its built on top of ...