{"author_name":"SFX","cat":"LD #25","comments":[],"epoch":1355878920,"likes":1,"metadata":{"p_key":"47473","p_author":"SFX","p_authorkey":"10908","p_urlkey":"83138","p_title":"Robo Jerks \u2013 Post Mortem","p_cat":"LD #25","p_event":"LD25","p_time":"1355878920","p_likes":"1","p_comments":"0","p_status":"UPD5","us_key":"10908","us_name":"SFX","us_username":"sfx","event_start":"1355443200","event_key":"14","event_name":"LD25"},"text":"<p>&#8220;I can totally make a turn-based strategy game in 48 hours!&#8221; I stupidly exclaimed at the beginning of the Ludum Dare 25.\u00a0 I aimed high, eventually aimed for progressively lower targets, and still missed.\u00a0 My game, <a title=\"Destroy the orphanage\" href=\"http:\/\/www.ludumdare.com\/compo\/ludum-dare-25\/?action=preview&amp;uid=10908\">Robo Jerks<\/a>, is in a playable state, but it is far from complete.\u00a0 But it does have an orphanage to destroy, because those smug orphans need to be knocked down a peg.<\/p>\n <p><strong>What went well<\/strong><\/p>\n <ul>\n <li><a title=\"LOVE has the best library names\" href=\"http:\/\/love2d.org\">L\u00d6VE<\/a> is so lovely, and it has the best library names.<\/li>\n <li>I&#8217;m not a huge fan of pixel art, so I&#8217;ve mostly stayed away from using <a title=\"Pixels!\" href=\"http:\/\/www.aseprite.org\/\">ASEPRITE<\/a>.\u00a0 However, this game had me making 32&#215;32 images\/tiles, so I gave ASEPRITE a try.\u00a0 Holiest of craps, that thing worked wonders!\u00a0 The art for this game was relatively painless.\u00a0 I&#8217;m not saying the art was great, but it wasn&#8217;t a painful, depressing process like it previously has been.\u00a0 Then again, that might just be because I was only making 32&#215;32 tiles.\u00a0 Regardless, I&#8217;ll definitely be using ASEPRITE for things in the future.<\/li>\n <li><a title=\"Organizer of thoughts\" href=\"http:\/\/www.trello.com\">Trello<\/a>!\u00a0 I used Trello to organize and keep track of what I needed to do, which helped me stay focused.<\/li>\n <li>The theme!\u00a0 You are the villian?\u00a0 It&#8217;s great because I could pretty easily make any kind of game I wanted to.\u00a0 I didn&#8217;t panic for a hour because I couldn&#8217;t think of an idea.<\/li>\n <\/ul>\n <p><strong>What could have gone better<\/strong><\/p>\n <ul>\n <li>I put off adding sound and music until the end, which was a mistake.\u00a0 I should have definitely worked on the music earlier, since music isn&#8217;t that hard for me.<\/li>\n <li>I should have practiced (i.e., make warm-up games) and worked on my code base a bit more.\u00a0 There were definitely some libraries that I wish I had made beforehand that I definitely will be making for future LDs.<\/li>\n <li>I spend a couple of hours at a party on Friday.\u00a0 That was a social obligation I should have neglected.<\/li>\n <li>I rewrote the in-game UI because the first thing I did was make a really simple, keyboard-based UI (that took longer than I planned on) just so I could have units do things.\u00a0 And the kicker is the rewrite wasn&#8217;t anywhere near what I originally intended to do, but I had to settle because I was low on time.\u00a0 Hence, I ended up with a UI that was clumsy and frustrating, especially to those who didn&#8217;t spend several hours playing it.\u00a0 I should have just taken the time to get the UI right the first time.\u00a0 That would have likely saved some time.<\/li>\n <li>The GUI library I made for <a title=\"LOVE has the best library names\" href=\"http:\/\/love2d.org\">L\u00d6VE<\/a> was missing some features I thought I implemented, which caused quite the headache.<\/li>\n <li>The menu screens: boring.<\/li>\n <li>I really would have liked to have a multiplayer mode.\u00a0 In retrospect, I could have squeezed in the time for that.<\/li>\n <li>I intended on having an additional use for energy: abilities.\u00a0 The idea was you&#8217;d have these buildings you&#8217;d have to build, and for each one you build, you can use an ability (at the cost of energy); e.g., healing a unit, allowing units that have used their turn to go again, and bombing an area to damage units.\u00a0 I had to cut that.<\/li>\n <\/ul>\n <p><strong>What went horribly wrong<br \/>\n <\/strong><\/p>\n <ul>\n <li>Just like last Ludum Dare, I planned on doing too much.\u00a0 I though I was planning out a manageable amount of content, but had to cut out a lot of stuff (what does an alot of stuff look like) in order to make progress.<\/li>\n <li>AI.\u00a0 I completely underestimated how much effort the AI would take.\u00a0 I originally wanted the enemy army to be able to build units to fight you, but I didn&#8217;t have time to implement that.\u00a0 I also didn&#8217;t really have any time to implement any intelligent AI.\u00a0 Units just move towards your base (without thinking about the attack range of your units) and attack the first unit within range (without thinking about the health of your units).\u00a0 I originally just wanted one level, but since I didn&#8217;t have the time to get the AI right, I just quickly added 2 more levels (and a weird-looking level select screen) with more enemies.<\/li>\n <li>Since the victory condition is destroying the orphanage and the AI couldn&#8217;t produce units, there was a long, boring trek across the map to destroy the orphanage after defeating all the enemy units.<\/li>\n <li>Originally, I intended on having a fog of war and an extra unit: the scout.\u00a0 The scout&#8217;s purpose was to provide vision, especially for long ranged units with little vision (basically, the artillery unit).\u00a0 I had to drop the scout as soon as I dropped the fog of war.\u00a0 However, the units weren&#8217;t really all that balanced after that point.\u00a0 If I had originally planned for having 3 attacking units, I could have had a nice paper-scissors-rock thing going on.\u00a0 The infantry unit is cheap, but pretty useless.\u00a0 I wanted to give each unit abilities in order to fill the gap left by the scout, but I had no time for that.<\/li>\n <li>The maps: so boring.\u00a0 When I realized that adding terrain you couldn&#8217;t move across would be nice, I realized that I would have to rewrite and test a lot of things to make that change.\u00a0 So that went to be bottom of my to-do list, never to be seen again.<\/li>\n <\/ul>\n <p>Normally, I fiddle around with my game for at least a couple of weeks after a Ludum Dare.\u00a0 I distinctly remember saying &#8220;NOPE!&#8221; to that when I submitted my game.\u00a0 I claimed I didn&#8217;t want to see any code for several days (which would interfere with what I do for a living).\u00a0 That was a filthy lie, I was working on the UI the next night.\u00a0 I might even follow through and release a less-terrible version in a couple of weeks&#8230;but I&#8217;m not sure I&#8217;d get my hopes up.<\/p>","time":"December 18th, 2012 8:02 pm","title":"Robo Jerks \u2013 Post Mortem"}