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

    Pygame, as of 1.9, has a camera module that allows you to capture images, watch live streams, and do some basic computer vision. This tutorial covers those use cases.

  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. 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.

  5. 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 …

  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. 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 …

  8. all - pygame

    【Imperial Ambitions 3K】is a Three-Kingdoms-themed, turn-based strategy game written in Python. The current version features 8 playable factions, 25 unit types, 100+ recruitable …

  9. Pygame Tutorials - Import and Initialize — pygame v2.6.0 …

    It imports all the available pygame modules into the pygame package. The second line is optional, and puts a limited set of constants and functions into the global namespace of your script.

  10. pygame.key — pygame v2.6.0 documentation

    The following is a list of all the constants (from pygame.locals pygame constants) used to represent keyboard keys. Portability note: The integers for key constants differ between …