<?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; GUI</title>
	<atom:link href="http://blog.vortixgames.com/tag/gui/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>M:A:D Screenshot #1</title>
		<link>http://blog.vortixgames.com/mad-screenshot-1</link>
		<comments>http://blog.vortixgames.com/mad-screenshot-1#comments</comments>
		<pubDate>Wed, 15 Jul 2009 09:30:44 +0000</pubDate>
		<dc:creator>Vlad</dc:creator>
				<category><![CDATA[The art of VGS]]></category>
		<category><![CDATA[Buildings]]></category>
		<category><![CDATA[FlashGameBlogs]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[M:A:D]]></category>
		<category><![CDATA[Topdown]]></category>
		<category><![CDATA[Units]]></category>

		<guid isPermaLink="false">http://blog.vortixgames.com/?p=412</guid>
		<description><![CDATA[Hi, Sharing a simple screenshot we took some days ago showing buildings, units and the first version of the GUI. All feedback is welcome and see you soon! Marco]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Sharing a simple screenshot we took some days ago showing buildings, units and the first version of the GUI.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.marcovale.com/vortix_img/ingame.jpg" alt="" width="518" height="385" /></p>
<p>All feedback is welcome and see you soon!</p>
<p>Marco</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vortixgames.com/mad-screenshot-1/feed</wfw:commentRss>
		<slash:comments>8</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>
	</channel>
</rss>

