--- title: "Turtle Graphics" type: "article" slug: "turtle-graphics" url: "http://localhost/article/turtle-graphics/" markdown_url: "http://localhost/article/turtle-graphics.md" published_at: "2020-10-27T21:19:18+00:00" modified_at: "2024-06-23T01:04:27+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Have you ever wished for an easier way to create graphics displays on your Sinclair computer? You can always use a line drawing program and a table of coordinates, but setting up the table can be tedious. The LOGO language, developed by the artificial intelligence group at MIT, has a graphics system called Turtle Graphics…" category: - name: "SYNC" slug: "sync" taxonomy: "category" url: "http://localhost/category/periodicals/sync/" post_tag: - name: "1982" slug: "year-1982" taxonomy: "post_tag" url: "http://localhost/tag/year-1982/" - name: "LOGO (programming language)" slug: "logo" taxonomy: "post_tag" url: "http://localhost/tag/logo/" - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" - name: "ZX81" slug: "zx81" taxonomy: "post_tag" url: "http://localhost/tag/zx81/" model: - name: "Sinclair ZX81" slug: "zx81" taxonomy: "model" url: "http://localhost/model/zx81/" - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Morgan Woodson" slug: "morgan-woodson" taxonomy: "indiv" url: "http://localhost/indiv/morgan-woodson/" publication: "Sync" publication_r: id: 10243 title: "SYNC" type: "periodical" url: "http://localhost/periodical/sync-magazine/" authors: "Morgan Woodson" volume: "2" issue: "6" issues_articles: - id: 26646 title: "SYNC v2 n6" type: "issue" url: "http://localhost/issue/sync-v2-n6/" pages: "25-26" pubdate: "November/December 1982" archive_link: false volumeissue: "v2n6" --- Have you ever wished for an easier way to create graphics displays on your Sinclair computer? You can always use a line drawing program and a table of coordinates, but setting up the table can be tedious. The LOGO language, developed by the artificial intelligence group at MIT, has a graphics system called Turtle Graphics which might make your wish come true. Turtle Graphics is named for the “turtle” robot originally used to draw the figures.