Top Banner
10 PRINT and the Textile Block Houses
15
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 10 PRINT and the Textile Block Houses

10 PRINT and the

Textile Block Houses

Page 2: 10 PRINT and the Textile Block Houses

Programmer > Code > Computer > Output

Architect > Construction Drawings > Construction Crew > Architecture

Can programming be used to understand and

interpret architecture?

Introduction > Patterns > The Maze > Conclusion

Page 3: 10 PRINT and the Textile Block Houses
Page 4: 10 PRINT and the Textile Block Houses

10 PRINT CHR$(205.5+RND(1)); : GOTO 10

Standard

10 PRINT CHR$(198.5+RND(1)); : GOTO 10

Weave

10 PRINT CHR$(204+(INT(RND(1)+.5)*3)); : GOTO 10

Corners

10 PRINT CHR$(204+(RND(1)+.5)*3); : GOTO 10

Corners and Diagonals

Introduction > Patterns > The Maze > Conclusion

10 PRINT Output Variations

Page 5: 10 PRINT and the Textile Block Houses

Introduction > Patterns > The Maze > Conclusion

Weave

Weave

Page 6: 10 PRINT and the Textile Block Houses

Corners

Introduction > Patterns > The Maze > Conclusion

Corners

Freeman House

Storer House

Millard House

Ennis House

Page 7: 10 PRINT and the Textile Block Houses

Corners and Diagonals

Introduction > Patterns > The Maze > Conclusion

Corners and Diagonals

Freeman House

Page 8: 10 PRINT and the Textile Block Houses

Corners and Diagonals

Introduction > Patterns > The Maze > Conclusion

Corners and Diagonals

Storer House

Page 9: 10 PRINT and the Textile Block Houses

Corners and Diagonals

Introduction > Patterns > The Maze > Conclusion

Corners and Diagonals

Millard House

Page 10: 10 PRINT and the Textile Block Houses

Corners and Diagonals

Introduction > Patterns > The Maze > Conclusion

Corners and Diagonals

Ennis House

Page 11: 10 PRINT and the Textile Block Houses

Introduction > Patterns > The Maze > Conclusion

The Myth of the Maze

Page 12: 10 PRINT and the Textile Block Houses

Introduction > Patterns > The Maze > Conclusion

Unicursal

Millard House

Page 13: 10 PRINT and the Textile Block Houses

Introduction > Patterns > The Maze > Conclusion

Multicursal

Millard House

Page 14: 10 PRINT and the Textile Block Houses

Introduction > Patterns > The Maze > Conclusion

Daedalus or Theseus

10 PRINT CHR$(205.5+RND(1)); : GOTO 10

10 PRINT CHR$(198.5+RND(1)); : GOTO 10

10 PRINT CHR$(204+(INT(RND(1)+.5)*3)); : GOTO 10

10 PRINT CHR$(204+(RND(1)+.5)*3); : GOTO 10

Page 15: 10 PRINT and the Textile Block Houses

Introduction > Patterns > The Maze > Conclusion

10 PRINT CHR$(205.5+RND(1)); : GOTO 10