Alberto Vega - Graficacion
Ingenieria en Sistemas Computacionales. Instituto Tecnológico De Matamoros.
Mi Juego en Python
Descarga :
Google Drive
Entrada antigua
Página Principal
Python 3D | Triangulo
import pygame from pygame.locals import * from OpenGL.GL import * from OpenGL.GLU import * verticies = ( (1, -1, -1), (1, 1, -1)...
Mi Juego en Python
Descarga : Google Drive
App Grafica | Baraja de Loteria Mexicana
import os import random import threading from Tkinter import * from PIL import Image, ImageTk import time import pygame ""...