<?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>Ludum Dare &#187; TeePy</title>
	<atom:link href="http://www.ludumdare.com/compo/author/teepy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ludumdare.com/compo</link>
	<description>A tri-annual 48 hour solo game development competition.</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:14:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Problems with the file, etc.</title>
		<link>http://www.ludumdare.com/compo/2007/12/19/problems-with-the-file-etc/</link>
		<comments>http://www.ludumdare.com/compo/2007/12/19/problems-with-the-file-etc/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 21:51:40 +0000</pubDate>
		<dc:creator>TeePy</dc:creator>
				<category><![CDATA[LD #10 - Chain Reaction - 2007]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/2007/12/19/problems-with-the-file-etc/</guid>
		<description><![CDATA[People reported being unable to download the file. I don&#8217;t know a good host, but I tried hosting it again somewhere else. If anyone would like to post this on a good host, I&#8217;d be grateful. This is the Windows version of the game (the source code is fairly small and the other link should [...]]]></description>
			<content:encoded><![CDATA[<p>People reported being unable to download the file. I don&#8217;t know a good host, but I tried hosting it again somewhere else. If anyone would like to post this on a good host, I&#8217;d be grateful. This is the Windows version of the game (the source code is fairly small and the other link should work, but it requires Python and Pygame).</p>
<p><a href="http://www.mediafire.com/?c9ma0gsxju4">http://www.mediafire.com/?c9ma0gsxju4</a></p>
<p>Hope it works this time.</p>
<p>Another two problems are the lack of README.txt on the Windows version and the fact it&#8217;s written in a rush. I&#8217;m sorry about that; I was trying to get the game playable as soon as possible and ended up rushing everything. The above link has an improved README.txt and more in this post there is a copy of the &#8220;how to play&#8221; section of it for those who were already able to download it or are downloading the source.</p>
<p>I apologize for all the trouble.</p>
<p><span id="more-1189"></span></p>
<p><strong>How to play:</strong></p>
<p>This is a turn-based two-player strategy game. One is the red player and the other is the blue player, identifiable by the color of their units. The objective of the game is to eliminate all the other player&#8217;s units.</p>
<p>Each unit has a different attack pattern. Everyone on their attack zones take damage when they attack, and the idea of the game is that an attack on an unit triggers it to attack, possibly creating a chain reaction of attacks (as in the theme).</p>
<p>The game is divided into turns, until all units of one side are destroyed. Each turn is divided into three phases.</p>
<p>At the beginning of the game, there is a special phase called the Setup phase. This is where you&#8217;ll put three initial units on the grid. [Each is meant to be able to put their units only in their "zones" (the bottom half and the upper half), but I had to implement playability first and I didn't have time to make that.] The red does this once, then the blue does this once.</p>
<p>On other turns, this is called the Draw Phase. [Imagine an imaginary deck. <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ] It&#8217;s basically the same as the Setup Phase except you draw one random unit from a predetermined deck instead of three preset units.</p>
<p>The second phase is the Move Phase. You are able to move at most three of your units. To move them, just click on them and choose a blue square to go to. Press &#8216;e&#8217; [or the imaginary "Done" button] to end the phase if you don&#8217;t want to use all three moves. Also, moving your mouse above a unit shows you their attack zone, which are the tiles on the grid on which units standing on them are damaged when it attacks. In this phase, you can also change an unit&#8217;s facing with no cost. The only thing an unit&#8217;s facing affects is the unit&#8217;s attack pattern (for example, a spearman can attack 2 squares north, 2 squares east, 2 squares west, 2 squares south depending on its facing). Each player does this once.</p>
<p>The third phase is the Attack Phase. In this phase, each player chooses one unit to attack, and they&#8217;ll attack. Their attacks may trigger other attacks, and so on.</p>
<p>[I know the attacks go too fast - sorry about that. And the attack graphics are placeholder graphics, except for the spearman.]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2007/12/19/problems-with-the-file-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>py2exe&#8217;d version of Reflex Battle (incomplete)</title>
		<link>http://www.ludumdare.com/compo/2007/12/16/py2exed-version-of-reflex-battle-incomplete/</link>
		<comments>http://www.ludumdare.com/compo/2007/12/16/py2exed-version-of-reflex-battle-incomplete/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 03:31:05 +0000</pubDate>
		<dc:creator>TeePy</dc:creator>
				<category><![CDATA[LD #10 - Chain Reaction - 2007]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/2007/12/16/py2exed-version-of-reflex-battle-incomplete/</guid>
		<description><![CDATA[I know this post is after the deadline, but here&#8217;s the Windows version of my game. I hope it&#8217;s ok. See my other post for the Python source (the one with the final tag). Decided to post a new one instead of editing the other post to not risk losing any timestamps there&#8230; http://www.divshare.com/download/3139192-073]]></description>
			<content:encoded><![CDATA[<p>I know this post is after the deadline, but here&#8217;s the Windows version of my game. I hope it&#8217;s ok. See my other post for the Python source (the one with the final tag). Decided to post a new one instead of editing the other post to not risk losing any timestamps there&#8230;</p>
<p><a href="http://www.divshare.com/download/3139192-073">http://www.divshare.com/download/3139192-073</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2007/12/16/py2exed-version-of-reflex-battle-incomplete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reflex Battle, incomplete</title>
		<link>http://www.ludumdare.com/compo/2007/12/16/reflex-battle-incomplete/</link>
		<comments>http://www.ludumdare.com/compo/2007/12/16/reflex-battle-incomplete/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 02:41:18 +0000</pubDate>
		<dc:creator>TeePy</dc:creator>
				<category><![CDATA[LD #10 - Chain Reaction - 2007]]></category>
		<category><![CDATA[final]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/2007/12/16/reflex-battle-incomplete/</guid>
		<description><![CDATA[It&#8217;s incomplete, but I&#8217;m uploading it anyway. It&#8217;s playable. Here&#8217;s a screenshot. Please check the README.txt before playing. Phew. I&#8217;m not very happy with my results on this LD48, but at least I uploaded something. Maybe next time I&#8217;ll do better&#8230; http://www.divshare.com/download/3138890-95b I will post a py2exe&#8217;d version soon. Edit: Windows Version: http://www.divshare.com/download/3139192-073 Edit: Try [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s incomplete, but I&#8217;m uploading it anyway. It&#8217;s playable. Here&#8217;s a screenshot.</p>
<p><a href="http://www.ludumdare.com/compo/wp-content/uploads/2007/12/reflexbattle-ss.jpg" title="Reflex Battle Screenshot"><img src="http://www.ludumdare.com/compo/wp-content/uploads/2007/12/reflexbattle-ss.thumbnail.jpg" alt="Reflex Battle Screenshot" /></a></p>
<p>Please check the README.txt before playing.</p>
<p>Phew. I&#8217;m not very happy with my results on this LD48, but at least I uploaded something. Maybe next time I&#8217;ll do better&#8230;</p>
<p><a href="http://www.divshare.com/download/3138890-95b">http://www.divshare.com/download/3138890-95b</a></p>
<p>I will post a py2exe&#8217;d version soon.</p>
<p>Edit:</p>
<p>Windows Version: <a href="http://www.divshare.com/download/3139192-073">http://www.divshare.com/download/3139192-073</a></p>
<p>Edit: Try this one (Windows version) instead, with a README.txt that was missing: <a href="http://www.mediafire.com/?c9ma0gsxju4">http://www.mediafire.com/?c9ma0gsxju4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2007/12/16/reflex-battle-incomplete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 2, nothing yet</title>
		<link>http://www.ludumdare.com/compo/2007/12/16/day-2-nothing-yet/</link>
		<comments>http://www.ludumdare.com/compo/2007/12/16/day-2-nothing-yet/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 11:05:43 +0000</pubDate>
		<dc:creator>TeePy</dc:creator>
				<category><![CDATA[LD #10 - Chain Reaction - 2007]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/2007/12/16/day-2-nothing-yet/</guid>
		<description><![CDATA[It&#8217;s time to rush now. Yesterday was a time well spent reading blog posts and lurking on IRC, today I&#8217;ll try to stop doing that. No screenshots yet because I have no graphics yet&#8230; RB[0], based on your blog posts, I might be working on something similar to your game (except you don&#8217;t need to [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s time to rush now. Yesterday was a time well spent reading blog posts and lurking on IRC, today I&#8217;ll try to stop doing that. No screenshots yet because I have no graphics yet&#8230;</p>
<p>RB[0], based on your blog posts, I might be working on something similar to your game (except you don&#8217;t need to kill yourself, but it kinda is a &#8220;chess/card/wesnoth/advance wars-esque gameplay&#8221; without terrain and with chain reactions). I&#8217;m not sure I&#8217;ll finish it, though; I&#8217;m late.</p>
<p>[Edit: Hmm. RB[0], I just saw you wrote your entire idea before it began. Mine&#8217;s similar but slightly different and simpler, but I guess that makes me an accidental copier. Sorry.]</p>
<p>By the way, some games are looking really nice around here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2007/12/16/day-2-nothing-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Late start</title>
		<link>http://www.ludumdare.com/compo/2007/12/15/late-start/</link>
		<comments>http://www.ludumdare.com/compo/2007/12/15/late-start/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 16:14:15 +0000</pubDate>
		<dc:creator>TeePy</dc:creator>
				<category><![CDATA[LD #10 - Chain Reaction - 2007]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/2007/12/15/late-start/</guid>
		<description><![CDATA[Starting late. This is my second attempt at LD48 (first one I missed the start and only made half a game). For those who do Pyweeks, I&#8217;m the same Tee from Pyweek (despite my generic name ). Anyway, I think I have an idea. Although the idea is just a seed and not really fleshed [...]]]></description>
			<content:encoded><![CDATA[<p>Starting late. This is my second attempt at LD48 (first one I missed the start and only made half a game). For those who do Pyweeks, I&#8217;m the same Tee from Pyweek (despite my generic name <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>
<p>Anyway, I think I have an idea. Although the idea is just a seed and not really fleshed out, I&#8217;m starting to code something now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2007/12/15/late-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

