Aiuto!

La libreria Pygame fornisce gli strumenti, oggetti e moduli, per la realizzazione di giochi in Python

Moduli

La libreria PyGame è organizzata in un modulo di primo livello

e in numerosi sottomoduli

Oggetti

Gli oggetti predefiniti semplificano la gestione di colori, superfici grafiche, collisioni, immagini, …

Documentazione ufficiale

Color | display | draw | event | font | image | key | locals | mixer | mouse | Rect | Surface | time | music | pygame
cursors | joystick | mask | sprite | transform | BufferProxy | freetype | gfxdraw | midi | Overlay | PixelArray | pixelcopy | sndarray | surfarray | math
camera | cdrom | examples | fastevent | scrap | tests | touch | version

Risorse in italiano

  1. Wikipedia: Pygame
  2. Coding creativo > Pygame
  3. Creare videogiochi con Python e pygame

Risorse in inglese

  1. Wikipedia: Pygame
  2. Libri online
    1. Invent Your Own Computer Games with Python
    2. Making Games with Python & Pygame
    3. Program Arcade Games With Python And Pygame
    4. RIP Tutorial > Learning pygame eBook
  3. Siti
    1. CodersLegacy > Pygame
    2. Pygame physics simulation
    3. PyGame Tutorials
    4. The Python Game Book
    5. QQ Pygame Tutorial
    6. sjbrown’s Writing Games Tutorial
  4. Articoli
    1. How to learn Pygame
    2. Creating Games with Pygame
  5. YouTube > Pygame
    1. Professor Craven