{"author_name":"Mark Hildreth","cat":"LD #26","comments":[],"epoch":1367035500,"likes":1,"metadata":{"p_key":"45675","p_author":"Mark Hildreth","p_authorkey":"13982","p_urlkey":"81335","p_title":"4 hours in: working prototype","p_cat":"LD #26","p_event":"LD26","p_time":"1367035500","p_likes":"1","p_comments":"0","p_status":"UPD5","us_key":"13982","us_name":"Mark Hildreth","us_username":"mark_hildreth_ld","event_start":"1366934400","event_key":"16","event_name":"LD26"},"text":"<p>I&#8217;m now four hours into LD, and I have a prototype. This is farther than I got last time (at this point, I had quit :P)<\/p>\n <p>&nbsp;<\/p>\n <p>The prototype has a level-loading capability so I can easily make levels using ascii art&#8230;<\/p>\n <pre>var levels = {\n '0' : [\n '                ',\n '   _            ',\n '                ',\n '__S_____________',\n ],\n '1' : [\n '     _          ',\n '                ',\n '   _ST___       ',\n '                ',\n '__S____S________',\n ],\n }<\/pre>\n <p>You can kind of make oue the ground (underscores). S is a springboard, T is a trap door. The result (level &#8216;1&#8217;) is on <a title=\"github\" href=\"https:\/\/github.com\/markhildreth\/ld26\">github<\/a>, where there is also a link to run the prototype. Use left and right arrows to move.<\/p>\n <p>Going to sleep now (well, going to bed with my notepad, but you know..). Goals tomorrow:<\/p>\n <p><span style=\"font-size: 13px;line-height: 19px\">1.) Eat and Shower<\/span><\/p>\n <p>2.) Start putting together actual levels using the prototype, including additional types of items.<\/p>\n <p>3.) Once I feel comfortable with a few levels, build some graphics (including animations).<\/p>","time":"April 26th, 2013 11:05 pm","title":"4 hours in: working prototype"}