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
pygame.display
pygame.draw
pygame.font
pygame.examples
pygame.image
pygame.locals
pygame.math
pygame.tests
pygame.time
pygame.version
...
Oggetti
Gli oggetti predefiniti semplificano la gestione di colori, superfici grafiche, collisioni, immagini, …
pygame.time.Clock
pygame.Color
pygame.joystick.Joystick
pygame.Rect
pygame.sprite.Sprite
pygame.Surface
pygame.math.Vector2
pygame.math.Vector3
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
Risorse in inglese
- Wikipedia: Pygame
- Libri online
- Siti
- Articoli
- YouTube > Pygame
- Professor Craven
- —