{"id":31,"date":"2015-06-15T01:52:39","date_gmt":"2015-06-14T21:52:39","guid":{"rendered":"http:\/\/courses.haigarmen.com\/creativecoding\/?p=31"},"modified":"2015-06-15T02:00:09","modified_gmt":"2015-06-14T22:00:09","slug":"exercise-01","status":"publish","type":"post","link":"https:\/\/courses.haigarmen.com\/creativecoding\/exercise-01\/","title":{"rendered":"Exercise 01"},"content":{"rendered":"<p>Let&#8217;s start with something simple&#8230;<\/p>\n<pre>\r\n<code>\r\n\/\/ lines that begin with two slashes are comments for yourself\r\n\/\/ point() draws a pixel on the display\r\n\r\npoint(50,50);\r\npoint(51,50);\r\npoint(52,50);\r\npoint(53,50);\r\npoint(54,50);\r\npoint(55,50);\r\n\r\n\/\/ the first number is the X value (distance from the left border)\r\n\/\/ the second number is the Y value (distance from the top border)\r\n\r\n\r\n\/\/ line() draws a line on the display\r\n\r\nline(0,0,99,99);\r\n\r\n\/\/ use the menu Help > Reference to learn more about\r\n\/\/ point() and line()\r\n<\/code>\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Let&#8217;s start with something simple&#8230; \/\/ lines that begin with two slashes are comments for yourself \/\/ point() draws a pixel on the display point(50,50); point(51,50); point(52,50); point(53,50); point(54,50); point(55,50); \/\/ the first number is the X value (distance from the left border) \/\/ the second number is the Y value (distance from the top [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-31","post","type-post","status-publish","format-standard","hentry","category-lessons"],"_links":{"self":[{"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/posts\/31","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/comments?post=31"}],"version-history":[{"count":2,"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/posts\/31\/revisions"}],"predecessor-version":[{"id":33,"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/posts\/31\/revisions\/33"}],"wp:attachment":[{"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/media?parent=31"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/categories?post=31"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/courses.haigarmen.com\/creativecoding\/wp-json\/wp\/v2\/tags?post=31"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}