About 24,300 results
Open links in new tab
  1. Pygame Front Page — pygame v2.6.0 documentation

    Once you've got pygame installed (pip install pygame or pip3 install pygame for most people), the next question is how to get a game loop running. Pygame, unlike some other libraries, gives …

  2. GettingStarted - pygame wiki

    Pygame requires Python; if you don't already have it, you can download it from python.org. It's recommended to run the latest python version, because it's usually faster and has better …

  3. pygame news

    Over the next weeks we have plenty of game jams that people from the pygame communities take part in. The pygames hackathon runs from March 20th, 2023 to April 17th 2023, and is open to …

  4. Pygame Intro — pygame v2.6.0 documentation

    The pygame website has full reference documentation for every pygame function and tutorials for all ranges of users. The pygame source comes with many examples of things like monkey …

  5. tutorials - pygame wiki

    Introdução a Programação de Jogos usando PyGame (Introduction to Game Development using PyGame). This covers the basics and the final target is a good side-scrolling game.

  6. A Newbie Guide to pygame — pygame v2.6.0 documentation

    Pygame is a python wrapper for SDL, written by Pete Shinners. What this means is that, using pygame, you can write games or other multimedia applications in Python that will run …

  7. Downloads - pygame

    Windows Get the version of pygame for your version of python. You may need to uninstall old versions of pygame first. NOTE: if you had pygame 1.7.1 installed already, please uninstall it …

  8. pygame — pygame v2.6.0 documentation

    When you import pygame all available pygame submodules are automatically imported. Be aware that some of the pygame modules are considered optional, and may not be available.

  9. Making Games With Pygame — pygame v2.6.0 documentation

    By the end of the tutorial, you should not only have a firmer grasp of pygame, but you should also understand how TomPong works, and how to make your own version.

  10. pygame.display — pygame v2.6.0 documentation

    Use the functions pygame.display.mode_ok(), pygame.display.list_modes(), and pygame.display.Info() to query detailed information about the display. Once the display …