Ejemplo 3: Juego Con Pygame - Raspberry Pi Guia Del Usuario

Ocultar thumbs Ver también para Pi:
Tabla de contenido

Publicidad

http://wiki.python.org/moin/SimplePrograms

Ejemplo 3: Juego con pygame

pygame
sudo apt-get install python-pygame
http://www.pygame.org/download.shtml
#!/usr/bin/env python
import
import pygame, sys, time, random
from pygame.locals import *
pygame.locals
pygame.clock
pygame.locals
pygame.init()
fpsClock = pygame.time.Clock()

Publicidad

Tabla de contenido
loading

Tabla de contenido