<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; Mechanics</title>
	<atom:link href="http://blog.vortixgames.com/tag/mechanics/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.vortixgames.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 00:55:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>BADJ Day 1: The initial thoughts</title>
		<link>http://blog.vortixgames.com/badj-day-1-the-initial-thoughts</link>
		<comments>http://blog.vortixgames.com/badj-day-1-the-initial-thoughts#comments</comments>
		<pubDate>Mon, 20 Sep 2010 19:16:17 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Dev Journal: Bruce Ali]]></category>
		<category><![CDATA[Aesthetics]]></category>
		<category><![CDATA[Bruce Ali]]></category>
		<category><![CDATA[FlashGameBlogs]]></category>
		<category><![CDATA[Interaction]]></category>
		<category><![CDATA[Mechanics]]></category>

		<guid isPermaLink="false">http://blog.vortixgames.com/?p=922</guid>
		<description><![CDATA[Hello everyone, Marco here! This game has been in our plans for quite some time. Initially it was just a platform game, with a lot of  jumping and running, which I like quite a lot, and there are some emerging games coming out with this sort of gameplay. I never thought of a character but [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone, Marco here!</p>
<p>This game has been in our plans for quite some time. Initially it was just a platform game, with a lot of  jumping and running, which I like quite a lot, and there are some emerging games coming out with this sort of gameplay. I never thought of a character but one day I was doodling around in my sketch book and came up with an image of Bruce Lee wearing boxing gloves and like a firework of ideas exploded in my head. I could see him punching his enemies, kicking them away, and basically running really fast on the scene.</p>
<p>So after some thoughts I started roughing out an idea of what the gameplay would be like, and what setting would it be, the theme as well as the graphic style. I had some ideas, and the task now was to merge them all together in order to get them to work, and not be a mash of game ideas that really don&#8217;t go along at all.</p>
<p>Vlad had that concern when I explained to him the idea. He asked &#8220;is it a fighting game or a platform game&#8221; and really I didn&#8217;t know what to tell him, so I just went &#8220;erm&#8230; well&#8230; the&#8230; hum&#8230; let me get back to you on that one&#8221;. And I didn&#8217;t. I waited a bit more to let the idea grow and look like something that was plausible in terms of fighting and also in terms of platforms.</p>
<p>But the platforms weren&#8217;t really a gameplay element as much as they were obstacles to gameplay, until Vlad said &#8220;you know, if we had some physics in, it would add to the overall experience, if the player could interact with the scenery to progress&#8221;. And like the rug on big lebowski, that idea tied the game together.</p>
<p>Bruce Ali, a mix between Bruce Lee and Mohamed Ali, will be able to kick enemies off buildings, make stuff fall on them, and other fun stuff that I don&#8217;t want to disclose just yet.</p>
<p>As an appetizer, here&#8217;s a bunch of sketches from the Bruce Ali Sketch book.</p>
<p><a href="http://blog.vortixgames.com/wp-content/uploads/2010/09/location_sketches.jpg"><img class="alignnone size-full wp-image-923" title="Location sketches" src="http://blog.vortixgames.com/wp-content/uploads/2010/09/location_sketches.jpg" alt="" width="500" height="700" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vortixgames.com/badj-day-1-the-initial-thoughts/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A small fighting AI test</title>
		<link>http://blog.vortixgames.com/a-small-fighting-ai-test</link>
		<comments>http://blog.vortixgames.com/a-small-fighting-ai-test#comments</comments>
		<pubDate>Mon, 25 Jan 2010 00:33:42 +0000</pubDate>
		<dc:creator>Vlad</dc:creator>
				<category><![CDATA[The code of VGS]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[FlashGameBlogs]]></category>
		<category><![CDATA[Mechanics]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.vortixgames.com/?p=562</guid>
		<description><![CDATA[Although me and finite state machines are good friends for sometime, implementing a more in-depth artificial inteligence algorithm is something I&#8217;ve been looking forward to test for some time. I did manage to take sometime to do some learning and testing and I&#8217;d like to share the results with you. What you see below is [...]]]></description>
			<content:encoded><![CDATA[<p>Although me and finite state machines are good friends for sometime, implementing a more in-depth artificial inteligence algorithm is something I&#8217;ve been looking forward to test for some time. I did manage to take sometime to do some learning and testing and I&#8217;d like to share the results with you.</p>
<p>What you see below is a simple FSM ruling the behavior of two fighters. Each fighter selects one of six attacks randomly, moves into position, attacks and steps back. If the fighter is attacked before starting his own attack, it has a 50% chance of dodging and then proceed to attack. If hit, after being in slight pain, it steps back. Everytime it steps back, a new attack is chosen.</p>
<p>The discussion I had with myself is if it would make sense to make a round based combat disguised to create the illusion of real time combat or a real time combat directly. Funny enough, I found it easier to make it real time directly.</p>
<p>More can be done in terms of complexity layering, but as a learning experience done with just some hours, I&#8217;m more than happy, so see you all later! Vlad is out!</p>
<p>p.s.: oh and cheer Marco for this character! It&#8217;s a long time favorite of ours, waiting for the right opportunity to pop up into the web! <img src='http://blog.vortixgames.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="512" height="384">
      <param name="movie" value="http://blog.vortixgames.com/wp-content/uploads/2010/01/FAT.swf" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="http://blog.vortixgames.com/wp-content/uploads/2010/01/FAT.swf" width="512" height="384">
      <!--<![endif]-->
        
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>

]]></content:encoded>
			<wfw:commentRss>http://blog.vortixgames.com/a-small-fighting-ai-test/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Thoughts on user interaction</title>
		<link>http://blog.vortixgames.com/thoughts-on-user-interaction</link>
		<comments>http://blog.vortixgames.com/thoughts-on-user-interaction#comments</comments>
		<pubDate>Mon, 29 Jun 2009 00:00:48 +0000</pubDate>
		<dc:creator>Vlad</dc:creator>
				<category><![CDATA[The design of VGS]]></category>
		<category><![CDATA[Feedback]]></category>
		<category><![CDATA[FlashGameBlogs]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Interaction]]></category>
		<category><![CDATA[Mechanics]]></category>

		<guid isPermaLink="false">http://blog.vortixgames.com/?p=352</guid>
		<description><![CDATA[Doesn&#8217;t matter how many games you&#8217;ve made or how many tests you&#8217;ll perform, you&#8217;ll always have a lot of doubts when it comes to how to put the interaction in your game feedback loop. User interaction grows on me in a weird way. Experience should make it easier, but as time goes by I tend [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-353 alignright" style="margin: 10px;" title="hardcore-gamer" src="http://blog.vortixgames.com/wp-content/uploads/2009/06/hardcore-gamer.jpg" alt="hardcore-gamer" width="210" height="314" />Doesn&#8217;t matter how many games you&#8217;ve made or how many tests you&#8217;ll perform, you&#8217;ll always have a lot of doubts when it comes to how to put the interaction in your game feedback loop.</p>
<p>User interaction grows on me in a weird way. Experience should make it easier, but as time goes by I tend to put more and more variables to the design stage. I want the player experience to be flawless.</p>
<h2><span style="color: #ff9900;">Flawless interaction</span></h2>
<p>In my humble opinion for the interaction to be flawless, the following requirements must be met:</p>
<h3>1. Minimal interaction</h3>
<p>The player&#8217;s effort to get something done must be minimal, except if that effort is part of the game&#8217;s mechanic.</p>
<h3>2. Perfect feedback</h3>
<p>The player&#8217;s effort to get something done must have its counterpart in the game that must perform the player&#8217;s order but also inform the player that the order was received correctly. If the player&#8217;s order is not accepted by the core rules of the game design, the player must be undoubtedly informed that it was not possible to perform the action and why.</p>
<h3>3. Seamless integration</h3>
<p>Both interaction and feedback must be integrated in a way that is natural to the game. For instance, if you have a very simple mechanic and the player action is not allowed, you shouldn&#8217;t pause the game and give the player a huge chunk of text explaining why that is happening. A simple sound and some red markings on screen should make it obvious for the player.</p>
<h2><span style="color: #ff9900;">Our rules</span></h2>
<p>With all of the above in mind, I look at our current project and decided on the following&#8230;</p>
<h3>1. Mouse Hover</h3>
<p>Every time the player moves the mouse on top of some meaningful element (usually a game token) the game will always produce feedback about the element. The feedback will always be presented in the same screen space. Information formatting will be as similar as possible to all elements, respecting the smaller differences between each element type.</p>
<h3>2. Mouse Click</h3>
<p>GUI buttons were created to remove unnecessary effort. As an example, given a large playarea where you&#8217;d need to find a game token, click it and choose a task by another click would involve the player searching for the game token in the map, clicking it, analysing a set of options and clicking one. We created GUI buttons where the player simply has to click the option he wants.</p>
<p>From the feedback point of view, the button will only be available if all conditions are met to perform the action of the given button. More, if the player hovers the button, information will be given in the determined info space to why the player cannot perform that action.</p>
<p>The only elements that involve two clicks are elements that interact with other elements. In this case, we opted to make the first mouse click select the element and make the element information fixed and then the second click on the element to interact with will create a contextual decision.</p>
<h2><span style="color: #ff9900;">Conclusions</span></h2>
<p>What is described above is already implemented in our current project. I predict some tuning of some issues regarding user interaction with the game but the results make the game feel ridiculously simple to play. My biggest question is if this feeling is only ours or if the players will feel the same.</p>
<p>See you all soon,<br />
Vlad</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vortixgames.com/thoughts-on-user-interaction/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atomik Kaos Mechanic Post Mortem</title>
		<link>http://blog.vortixgames.com/atomik-kaos-mechanic-post-mortem</link>
		<comments>http://blog.vortixgames.com/atomik-kaos-mechanic-post-mortem#comments</comments>
		<pubDate>Sat, 14 Mar 2009 00:00:59 +0000</pubDate>
		<dc:creator>Vlad</dc:creator>
				<category><![CDATA[Postmortems]]></category>
		<category><![CDATA[Atomik Kaos]]></category>
		<category><![CDATA[FlashGameBlogs]]></category>
		<category><![CDATA[Mechanics]]></category>

		<guid isPermaLink="false">http://blog.vortixgames.com/?p=262</guid>
		<description><![CDATA[  This is really weird to write&#8230; because&#8230; Atomik Kaos, the original, was a bit of an accident. The whole design was ad-hoc without any kind of formalism. Each token was designed as it was needed.   So what worked and what didn&#8217;t mechanics wise? Worked 1. The twist to the chain reaction genre: let&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<div id="attachment_64" class="wp-caption alignleft" style="width: 110px"><img class="size-full wp-image-64" title="Original AK Logo" src="http://blog.vortixgames.com/wp-content/uploads/2009/02/thumb_fkqfmb8d2090.jpg" alt="Original AK Logo" width="100" height="100" /><p class="wp-caption-text">Original AK Logo</p></div>
<p>This is really weird to write&#8230; because&#8230; Atomik Kaos, the original, was a bit of an accident. The whole design was ad-hoc without any kind of formalism. Each token was designed as it was needed.</p>
<p> </p>
<p>So what worked and what didn&#8217;t mechanics wise?</p>
<h2><span style="color: #ff9900;">Worked</span></h2>
<p>1. The twist to the chain reaction genre: let&#8217;s face it, it&#8217;s a genre where A LOT can be done. Most games are about either angles or position of the game tokens. Atomik Kaos picked up in both angles and position. Angles by putting that variable attached to each token type; position by randomizing each token in the level.</p>
<p>2. Variety: here&#8217;s something that often lacks to these games. As far as I can remember only Starshine offers some variety. A bunch of special tokens were created for this game. They couldn&#8217;t be played directly but rather activated by the chains.</p>
<p>3. Goals: Each level had a different goal. Either destroying everything, destroying part of something, not destroying more than an amount and others. Sometimes it was just a matter of words and the rules underneath were the same.</p>
<h2><span style="color: #ff9900;">Didn&#8217;t work</span></h2>
<p>1. Black Holes are special atoms that suck up chain reaction particles. People just hated it and my guess is that it was not for the negative impact, as there are more negative tokens, but because it was not absolutely obvious how the black holes were sucking the particles.</p>
<p>2. Randomness and luck factor: I don&#8217;t believe that Atomik Kaos is a luck based game, quite the opposite. Problem is I&#8217;m not my audience and I played it a lot, something most if not all players won&#8217;t do. So the random factor of the game became a luck factor for the players and this worked as a downside of the game since on one hand it was frustrating, on the other hand it made the game too easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vortixgames.com/atomik-kaos-mechanic-post-mortem/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

