Trinidad Valenzuela: 100 líneas

De Casiopea


Título100 líneas
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 1
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<1000; i=i+50){

 line(0,0,1000,i); line(0,0,i,1000);
 line(1000,0,0,i); line(1000,100,0,i);
 line(i,0,100,1000);

}