<?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>Wired Gaming</title>
	<atom:link href="http://wiredgaming.eu/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiredgaming.eu</link>
	<description>Game Development</description>
	<lastBuildDate>Wed, 07 Dec 2011 11:02:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Game Development Workshop &#8211; Session 2</title>
		<link>http://wiredgaming.eu/2011/09/game-development-workshop-session-2/</link>
		<comments>http://wiredgaming.eu/2011/09/game-development-workshop-session-2/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 22:18:51 +0000</pubDate>
		<dc:creator>Faerdan</dc:creator>
				<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Workshops]]></category>
		<category><![CDATA[091 labs]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[gamedev]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://wiredgaming.eu/?p=32</guid>
		<description><![CDATA[Hi all, Last Wednesday we did the first of four sessions for the Game Development Workshop at 091 Labs. It went very well, covering Unity basics (objects, components, input) and Game State Management. &#160; If you missed the first Session but would still like to take part it&#8217;s not too late to do so. All [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wiredgaming.eu/wp-content/uploads/2011/09/GDW-Header.jpg"><img class="aligncenter size-full wp-image-21" title="Games Development Workshop" src="http://wiredgaming.eu/wp-content/uploads/2011/09/GDW-Header.jpg" alt="" width="620" height="220" /></a></p>
<p>Hi all,</p>
<p>Last Wednesday we did the first of four sessions for the Game Development Workshop at <a href="http://091labs.com/" target="_blank">091 Labs</a>.</p>
<p>It went very well, covering Unity basics (objects, components, input) and Game State Management.</p>
<p>&nbsp;</p>
<p>If you missed the first Session but would still like to take part it&#8217;s not too late to do so. All project files will be provided on the night and I&#8217;ll answer any questions you may have.</p>
<p>&nbsp;</p>
<p>Session two is this Wednesday, at 6pm. We&#8217;ll be covering the following topics:</p>
<ul>
<li>Adding (dumb) enemies to the game.</li>
<li>Colliders and detecting collisions.</li>
<li>Creating a damage system (doing and taking damage).</li>
<li>Controlling particles (and explosions).</li>
<li>Adding a scoring system.</li>
<li>Adding a win/lose condition and associated game states.</li>
</ul>
<p>&nbsp;</p>
<p style="text-align: center;">Below is a screenshot from the upcoming session build showing the player ship destroying a frigate.<br />The resulting explosion is pushing the other frigates away.</p>
<p style="text-align: center;"><a href="http://wiredgaming.eu/wp-content/uploads/2011/09/session2_wip.jpg"><img class="aligncenter" title="The player ship destroying a frigate." src="http://wiredgaming.eu/wp-content/uploads/2011/09/session2_wip.jpg" alt="" width="579" height="430" /></a></p>
<p>&nbsp;</p>
<p><strong>Details</strong></p>
<ul>
<li>Runs on the 28th Sept, 5th Oct &amp; 12th Oct.</li>
<li>From 6pm to 10pm.</li>
<li>At <a href="http://091labs.com/" target="_blank">091 Labs</a>.</li>
<li>The workshop costs €20.</li>
<li>No need to book or pre-pay.</li>
</ul>
<p>&nbsp;</p>
<p><strong>What You’ll Need</strong></p>
<ul>
<li>A laptop with <a href="http://unity3d.com" target="_blank">Unity</a> installed.</li>
<li>Experience of a programming language.</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wiredgaming.eu/2011/09/game-development-workshop-session-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Game Development Workshop</title>
		<link>http://wiredgaming.eu/2011/09/19/</link>
		<comments>http://wiredgaming.eu/2011/09/19/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 16:24:15 +0000</pubDate>
		<dc:creator>Faerdan</dc:creator>
				<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Workshops]]></category>
		<category><![CDATA[091 labs]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[gamedev]]></category>

		<guid isPermaLink="false">http://wiredgaming.eu/?p=19</guid>
		<description><![CDATA[Starting Wednesday 21st and taking place over four weeks, the Game Development Workshop will guide participants through the development of a game. Rather than concentrating on the basics, like input and movement, we&#8217;ll be going over how to put a game together using object orientated programming techniques such as Managers, Game States and Finite State [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wiredgaming.eu/wp-content/uploads/2011/09/GDW-Header.jpg"><img class="aligncenter size-full wp-image-21" title="Games Development Workshop" src="http://wiredgaming.eu/wp-content/uploads/2011/09/GDW-Header.jpg" alt="" width="620" height="220" /></a></p>
<p>Starting Wednesday 21st and taking place over four weeks, the Game Development Workshop will guide participants through the development of a game.</p>
<p>Rather than concentrating on the basics, like input and movement, we&#8217;ll be going over how to put a game together using object orientated programming techniques such as Managers, Game States and Finite State Machines.</p>
<p>We&#8217;ll be using Unity with C# to develop, though the methods used can be applied to almost any language or framework (including XNA).</p>
<p>&nbsp;</p>
<p><strong>Details</strong></p>
<ul>
<li>Runs on the 21st Sept, 28th Sept, 5th Oct &amp; 12th Oct.</li>
<li>From 6pm to 10pm.</li>
<li>At <a href="http://091labs.com" target="_blank">091 Labs</a>.</li>
<li>The workshop costs €20, this covers the four sessions and is payable at the first.</li>
<li>No need to book or pre-pay.</li>
</ul>
<p>&nbsp;</p>
<p><strong>What You&#8217;ll Need</strong></p>
<ul>
<li>A laptop with Unity installed.</li>
<li>Experience of a programming language.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wiredgaming.eu/2011/09/19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

