About 24,700 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 features …

  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 people in …

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

  6. 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 first. Either using …

  7. 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 unaltered on any of …

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

  9. 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 generals with 100+ …

  10. pygame.draw — pygame v2.6.0 documentation

    Changed in pygame 2.0.0: Added support for keyword arguments. Nothing is drawn when the radius is 0 (a pixel at the center coordinates used to be drawn when the radius equaled 0). Floats, and Vector2 …