10000 líneas Trinidad Valenzuela

De Casiopea


Título10000 líneas
Tipo de ProyectoProyecto de Curso
Período2012-
AsignaturaTaller Inicial Común 1ª y 2ª Etapa,
Del CursoImagen Escrita 2012,
CarrerasArquitectura, Diseño Gráfico"Diseño Gráfico" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property., Diseño Industrial"Diseño Industrial" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property.
ProfesorHerbert Spencer

size(700,700); background (230); for (int i=0; i<25000; i=i+10){

 line(i,350,600,0);
 line(900,i,0,0);
 line(700,0,i,700);
 line(800,0,i,900);

}