<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>2D Game Making, the Easy Way</title>
	<link>http://www.gamedev.net/blog/1385-2d-game-making-the-easy-way/</link>
	<description>2D Game Making, the Easy Way Syndication</description>
	<pubDate>Thu, 09 Aug 2012 00:48:11 +0000</pubDate>
	<webMaster>support@gamedev.net (GameDev.net)</webMaster>
	<generator>IP.Blog</generator>
	<ttl>60</ttl>
	<item>
		<title>Video of Attack and Defend Progress...</title>
		<link>http://www.gamedev.net/blog/1385/entry-2254931-video-of-attack-and-defend-progress/</link>
		<category></category>
		<description><![CDATA[I'll give some code samples later, but I recorded a quick video showing off what I have.  <br />
<br />
<object width="560" height="349"><param name="movie" value="http://youtube.com/v/c5nZfXPNSpM"></param><param name="allowFullScreen" value="true"></param><param name="wmode" value="transparent"></param><param name="flashvars" value="fs=1&autoplay=0&playerMode=embedded"></param><embed src="http://youtube.com/v/c5nZfXPNSpM" type="application/x-shockwave-flash" wmode="transparent" width="560" height="349"></embed></object><br />
<br />
This just shows my guys marching up the paths towards the enemy.  You can see the soldier select at the bottom left.  I'll add costs to those soldiers, and a status of our Base soon.]]></description>
		<pubDate>Thu, 09 Aug 2012 00:06:00 +0000</pubDate>
		<guid>http://www.gamedev.net/blog/1385/entry-2254931-video-of-attack-and-defend-progress/</guid>
	</item>
	<item>
		<title>Added Fog Of War via Lighting</title>
		<link>http://www.gamedev.net/blog/1385/entry-2254898-added-fog-of-war-via-lighting/</link>
		<category></category>
		<description><![CDATA[For a while, I've been looking for an easy way to add lighting to my games.  Well, I stumbled across Light There Be Light (discussed <a href='http://en.sfml-dev.org/forums/index.php?topic=6635.0' class='bbc_url' title='External link' rel='nofollow external'>here</a> Sourceforge project <a href='https://sourceforge.net/projects/letthebelight/' class='bbc_url' title='External link' rel='nofollow external'>here</a>) and I've found what seems to be a really simple lighting...]]></description>
		<pubDate>Fri, 03 Aug 2012 03:51:00 +0000</pubDate>
		<guid>http://www.gamedev.net/blog/1385/entry-2254898-added-fog-of-war-via-lighting/</guid>
	</item>
	<item>
		<title>Update on Attack and Defend...</title>
		<link>http://www.gamedev.net/blog/1385/entry-2254876-update-on-attack-and-defend/</link>
		<category></category>
		<description><![CDATA[I don't have time to do an extensive update, but I have one team's soldiers moving towards the opponents base and, when in range (or contact if melee class), begins to fire upon him.  The enemy base can die, and then...well, nothing happens as there's nothing else to do.<br />
<br />
Next I need to add some simple UI for the player to choose what Unit to...]]></description>
		<pubDate>Mon, 30 Jul 2012 04:06:00 +0000</pubDate>
		<guid>http://www.gamedev.net/blog/1385/entry-2254876-update-on-attack-and-defend/</guid>
	</item>
	<item>
		<title>Initial Work on Attack and Defend...</title>
		<link>http://www.gamedev.net/blog/1385/entry-2254826-initial-work-on-attack-and-defend/</link>
		<category></category>
		<description><![CDATA[Well, I've started my next little game, currently called Attack and Defend.  I plan on it being a single player or multiplayer game which is part League of Legends and part Tower Defense.  I'm planning on using my Escape Entity System mentioned in my last entry.<br />
<br />
Basically, 2 (or maybe more) player have bases at opposite ends of a map.  They have a...]]></description>
		<pubDate>Sat, 21 Jul 2012 15:58:00 +0000</pubDate>
		<guid>http://www.gamedev.net/blog/1385/entry-2254826-initial-work-on-attack-and-defend/</guid>
	</item>
	<item>
		<title>Entity System Redux...</title>
		<link>http://www.gamedev.net/blog/1385/entry-2254814-entity-system-redux/</link>
		<category></category>
		<description><![CDATA[It's been a while since I last updated, and I had just recently implemented a Component Based Entity System.  However, while it was great fun working with the components, and having the events passed between them all, I think there's a better way.  The better way is how the <a href='http://gamadu.com/artemis/' class='bbc_url' title='External link' rel='nofollow external'>Artemis System</a> works.<br />
<br />
The main idea...]]></description>
		<pubDate>Wed, 18 Jul 2012 02:51:00 +0000</pubDate>
		<guid>http://www.gamedev.net/blog/1385/entry-2254814-entity-system-redux/</guid>
	</item>
	<item>
		<title>SWTOR currently has my attention...</title>
		<link>http://www.gamedev.net/blog/1385/entry-2253982-swtor-currently-has-my-attention/</link>
		<category></category>
		<description><![CDATA[For anyone checking, my attention is being held by Star Wars: the Old Republic right now.  I find I don't have time to play games and write games.  For me, it's one or the other.  I will get back to it as I have some cool ideas, and I want to experiment more with the Component Based Entity System.<br />
<br />
Till then.]]></description>
		<pubDate>Tue, 03 Jan 2012 14:07:00 +0000</pubDate>
		<guid>http://www.gamedev.net/blog/1385/entry-2253982-swtor-currently-has-my-attention/</guid>
	</item>
	<item>
		<title>My Component Base Entity System, Part 4</title>
		<link>http://www.gamedev.net/blog/1385/entry-2253950-my-component-base-entity-system-part-4/</link>
		<category></category>
		<description><![CDATA[As the last part of describing my Component Based Entity System (CBES), I'll show how we tie all the components to entities, and the Entities into a game.<br />
<br />
Again, you can get the code here: <a href='http://dl.dropbox.com/u/27729730/SmashPcComps-12-23-11.zip' class='bbc_url' title='External link' rel='nofollow external'>SmashPCComp-12-23-11</a> and the Component System library:...]]></description>
		<pubDate>Sat, 24 Dec 2011 15:17:00 +0000</pubDate>
		<guid>http://www.gamedev.net/blog/1385/entry-2253950-my-component-base-entity-system-part-4/</guid>
	</item>
	<item>
		<title>My Component Base Entity System, Part 3</title>
		<link>http://www.gamedev.net/blog/1385/entry-2253945-my-component-base-entity-system-part-3/</link>
		<category></category>
		<description><![CDATA[You probably notice I'm flying through these articles.  Mainly, it's because I want to get these Component articles out of the way and get to writing a new game.<br />
<br />
So, this time I'm going to go over some of the SmashPC specific Components.  You can get the full Source code...]]></description>
		<pubDate>Fri, 23 Dec 2011 21:20:00 +0000</pubDate>
		<guid>http://www.gamedev.net/blog/1385/entry-2253945-my-component-base-entity-system-part-3/</guid>
	</item>
	<item>
		<title>My Component Base Entity System, Part 2</title>
		<link>http://www.gamedev.net/blog/1385/entry-2253943-my-component-base-entity-system-part-2/</link>
		<category></category>
		<description><![CDATA[My last post was a pretty good bit to swallow.  And, I realize I'm kind of getting away from the main purpose of this journal, which is supposed to show how to easily develop 2D games, but I wanted to show what I've been doing lately.<br />
<br />
In this post, I'll show you some of the simple Components, and how they work.  My next 2 posts will detail the...]]></description>
		<pubDate>Fri, 23 Dec 2011 15:16:00 +0000</pubDate>
		<guid>http://www.gamedev.net/blog/1385/entry-2253943-my-component-base-entity-system-part-2/</guid>
	</item>
	<item>
		<title>My Component Base Entity System, Part 1</title>
		<link>http://www.gamedev.net/blog/1385/entry-2253941-my-component-base-entity-system-part-1/</link>
		<category></category>
		<description><![CDATA[As I mentioned in my last post, I become interested in Component Base Entity systems, and I decided to port my SmashPC game over to a component-based system.<br />
<br />
Well, the results are mixed.  I love the idea, and, I think, for certain game types, it's essential; however, I'm not sure it's totally worth it for a simple game like SmashPC.  I'll...]]></description>
		<pubDate>Fri, 23 Dec 2011 05:22:00 +0000</pubDate>
		<guid>http://www.gamedev.net/blog/1385/entry-2253941-my-component-base-entity-system-part-1/</guid>
	</item>
</channel>
</rss>