{"id":2046,"date":"2011-10-21T21:37:34","date_gmt":"2011-10-22T04:37:34","guid":{"rendered":"http:\/\/www.wurb.com\/stack\/?p=2046"},"modified":"2017-02-28T12:51:55","modified_gmt":"2017-02-28T20:51:55","slug":"ifcomp-2011-kerkerkruip","status":"publish","type":"post","link":"https:\/\/www.wurb.com\/stack\/archives\/2046","title":{"rendered":"IFComp 2011: Kerkerkruip"},"content":{"rendered":"<p>Spoilers follow the break.<\/p>\n<p><!--more--><\/p>\n<p>Now, here&#8217;s a serious contender for the Golden Banana of Discord <span class=\"footnote_referrer\"><a role=\"button\" tabindex=\"0\" onclick=\"footnote_moveToReference_2046_1('footnote_plugin_reference_2046_1_1');\" onkeypress=\"footnote_moveToReference_2046_1('footnote_plugin_reference_2046_1_1');\" ><sup id=\"footnote_plugin_tooltip_2046_1_1\" class=\"footnote_plugin_tooltip_text\">1<\/sup><\/a><span id=\"footnote_plugin_tooltip_text_2046_1_1\" class=\"footnote_tooltip\">The unofficial prize for the game whose ratings from the hundreds of volunteer judges gets the highest standard deviation.<\/span><\/span><script type=\"text\/javascript\"> jQuery('#footnote_plugin_tooltip_2046_1_1').tooltip({ tip: '#footnote_plugin_tooltip_text_2046_1_1', tipClass: 'footnote_tooltip', effect: 'fade', predelay: 0, fadeInSpeed: 200, delay: 400, fadeOutSpeed: 200, position: 'top right', relative: true, offset: [10, 10], });<\/script> , mainly because of the &#8220;But is it IF?&#8221; question. <em>Kerkerkruip<\/em> is, by design, a roguelike in IF form, using most of that genre&#8217;s defining features except for the top-down map. You want a plot? Here&#8217;s the plot: Kill the evil wizard. You don&#8217;t play this sort of game for the plot, you play it for the game.<\/p>\n<p>And it&#8217;s a pretty good game, reminiscent of other recent small-scale roguelikes such as <a href=\"\/stack\/archives\/740\"><em>Desktop Dungeons<\/em><\/a>. The randomized, combat-oriented text adventure is actually a pretty old form, going back to such paleo-adventures as <a href=\"http:\/\/ifdb.tads.org\/viewgame?id=bvq0hbjyrm96ijrc\"><em>The Wizard&#8217;s Tower<\/em>\/<em>The Orb of Zot<\/em><\/a>. But those ancient and forgotten titles were made in a simpler time, when our standards for game design weren&#8217;t very high. <em>Kerkerkruip<\/em> is more modern in its design. It makes a serious attempt to make randomized combat interesting for once, mainly by making it all about tradeoffs rather than upgrades. Most equipment helps you in some respect and hurts you in another &#8212; the most literal example being a suit of armor that protects you from combat damage but steadily eats away at your health.<\/p>\n<p>One of the most important tradeoffs is the &#8220;concentrate&#8221; command, a combat action which makes your next attack more effective. Using this is crucial; some enemies are nearly impossible to beat without it. You can concentrate up to three times in a row with cumulative effects, but if you get hit, you lose your concentration and all its benefits. The monsters generally work the same way. This alone has a tremendous effect on the experience of randomized combat, turning it into something more like a bidding game where you try to figure out how much time you need to spend concentrating, and how much you can do safely.<\/p>\n<p>I played up to the point of dying several times during my allotted two hours. I have yet to win the game, although I did make a credible attempt towards the end. There&#8217;s a modest amount special of content to be discovered and experimented with, mostly different sorts of equipment and rooms with special properties, but the game is really more about exploiting what you&#8217;ve already figured out than about figuring out more. That and stats. Every fight is a cascade of numbers, but at least they&#8217;re all <em>meaningful<\/em> numbers that you can learn from.<\/p>\n<p>Still, the fact that it&#8217;s so stat-heavy and number-focused is going to turn off a segment of the audience here. I personally am the segment of the audience that this game is for. I know I&#8217;ve complained about RPG-ish comp entries with randomized combat before, but those were ones that did it badly &#8212; which most attempts do; this is something that&#8217;s a lot easier to do badly than well. Typing &#8220;attack&#8221; over and over is not fun. Developing tactics is. <em>Kerkerkruip<\/em> gets it right.<\/p>\n<div class=\"speaker-mute footnotes_reference_container\"> <div class=\"footnote_container_prepare\"><p><span role=\"button\" tabindex=\"0\" class=\"footnote_reference_container_label pointer\" onclick=\"footnote_expand_collapse_reference_container_2046_1();\">&#x202F;<\/span><span role=\"button\" tabindex=\"0\" class=\"footnote_reference_container_collapse_button\" style=\"display: none;\" onclick=\"footnote_expand_collapse_reference_container_2046_1();\">[<a id=\"footnote_reference_container_collapse_button_2046_1\">+<\/a>]<\/span><\/p><\/div> <div id=\"footnote_references_container_2046_1\" style=\"\"><table class=\"footnotes_table footnote-reference-container\"><caption class=\"accessibility\">References<\/caption> <tbody> \r\n\r\n<tr class=\"footnotes_plugin_reference_row\"> <th scope=\"row\" class=\"footnote_plugin_index_combi pointer\"  onclick=\"footnote_moveToAnchor_2046_1('footnote_plugin_tooltip_2046_1_1');\"><a id=\"footnote_plugin_reference_2046_1_1\" class=\"footnote_backlink\"><span class=\"footnote_index_arrow\">&#8593;<\/span>1<\/a><\/th> <td class=\"footnote_plugin_text\">The unofficial prize for the game whose ratings from the hundreds of volunteer judges gets the highest standard deviation.<\/td><\/tr>\r\n\r\n <\/tbody> <\/table> <\/div><\/div><script type=\"text\/javascript\"> function footnote_expand_reference_container_2046_1() { jQuery('#footnote_references_container_2046_1').show(); jQuery('#footnote_reference_container_collapse_button_2046_1').text('\u2212'); } function footnote_collapse_reference_container_2046_1() { jQuery('#footnote_references_container_2046_1').hide(); jQuery('#footnote_reference_container_collapse_button_2046_1').text('+'); } function footnote_expand_collapse_reference_container_2046_1() { if (jQuery('#footnote_references_container_2046_1').is(':hidden')) { footnote_expand_reference_container_2046_1(); } else { footnote_collapse_reference_container_2046_1(); } } function footnote_moveToReference_2046_1(p_str_TargetID) { footnote_expand_reference_container_2046_1(); var l_obj_Target = jQuery('#' + p_str_TargetID); if (l_obj_Target.length) { jQuery( 'html, body' ).delay( 0 ); jQuery('html, body').animate({ scrollTop: l_obj_Target.offset().top - window.innerHeight * 0.2 }, 380); } } function footnote_moveToAnchor_2046_1(p_str_TargetID) { footnote_expand_reference_container_2046_1(); var l_obj_Target = jQuery('#' + p_str_TargetID); if (l_obj_Target.length) { jQuery( 'html, body' ).delay( 0 ); jQuery('html, body').animate({ scrollTop: l_obj_Target.offset().top - window.innerHeight * 0.2 }, 380); } }<\/script>","protected":false},"excerpt":{"rendered":"<p>Spoilers follow the break.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,35],"tags":[84,53,507],"class_list":["post-2046","post","type-post","status-publish","format-standard","hentry","category-if","category-roguelike","tag-if","tag-ifcomp","tag-ifcomp-2011"],"_links":{"self":[{"href":"https:\/\/www.wurb.com\/stack\/wp-json\/wp\/v2\/posts\/2046","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wurb.com\/stack\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wurb.com\/stack\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wurb.com\/stack\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wurb.com\/stack\/wp-json\/wp\/v2\/comments?post=2046"}],"version-history":[{"count":4,"href":"https:\/\/www.wurb.com\/stack\/wp-json\/wp\/v2\/posts\/2046\/revisions"}],"predecessor-version":[{"id":4969,"href":"https:\/\/www.wurb.com\/stack\/wp-json\/wp\/v2\/posts\/2046\/revisions\/4969"}],"wp:attachment":[{"href":"https:\/\/www.wurb.com\/stack\/wp-json\/wp\/v2\/media?parent=2046"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wurb.com\/stack\/wp-json\/wp\/v2\/categories?post=2046"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wurb.com\/stack\/wp-json\/wp\/v2\/tags?post=2046"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}