Alberto Vega - Graficacion
Ingenieria en Sistemas Computacionales. Instituto Tecnológico De Matamoros.
Mi Juego en Python
Descarga :
Google Drive
Entrada antigua
Página Principal
Juego en Consola | Adivina el numero
from random import * import random import time import textwrap msg = ("El siguiente juego consiste en adivinar el numero en que esta...
Mi Juego en Python
Descarga : Google Drive
Python 3D | Cubo
import pygame from pygame.locals import * from OpenGL.GL import * from OpenGL.GLU import * verticies = ((1, -1, -1),(1, 1, -1),(-1, 1, -...