<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for JoeDev</title>
	<atom:link href="http://joedev.net/wordpress/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://joedev.net/wordpress</link>
	<description>Just another Development Blog</description>
	<lastBuildDate>Fri, 10 May 2013 03:58:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on A Game of Numbers &#8211; Post Mortem by Joe</title>
		<link>http://joedev.net/wordpress/?p=771&#038;cpage=1#comment-16100</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 10 May 2013 03:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://joedev.net/wordpress/?p=771#comment-16100</guid>
		<description><![CDATA[No, I don&#039;t really see the point of putting it on github, but you can take a look at the source here http://joedev.net/Downloads/GameOfNumbersSrc.zip and play around with it if you want.]]></description>
		<content:encoded><![CDATA[<p>No, I don&#8217;t really see the point of putting it on github, but you can take a look at the source here <a href="http://joedev.net/Downloads/GameOfNumbersSrc.zip" rel="nofollow">http://joedev.net/Downloads/GameOfNumbersSrc.zip</a> and play around with it if you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Game of Numbers &#8211; Post Mortem by Julian Irwin</title>
		<link>http://joedev.net/wordpress/?p=771&#038;cpage=1#comment-16068</link>
		<dc:creator>Julian Irwin</dc:creator>
		<pubDate>Thu, 09 May 2013 15:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://joedev.net/wordpress/?p=771#comment-16068</guid>
		<description><![CDATA[Any chance of you posting the source on github?]]></description>
		<content:encoded><![CDATA[<p>Any chance of you posting the source on github?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Game of Numbers &#8211; Post Mortem by Joe</title>
		<link>http://joedev.net/wordpress/?p=771&#038;cpage=1#comment-16026</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 08 May 2013 18:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://joedev.net/wordpress/?p=771#comment-16026</guid>
		<description><![CDATA[Yeah, the truncation wasn&#039;t thought out super well. I&#039;m thinking that division might only be allowed in situations where you are an integer multiple.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Yeah, the truncation wasn&#8217;t thought out super well. I&#8217;m thinking that division might only be allowed in situations where you are an integer multiple.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Game of Numbers &#8211; Post Mortem by Blue</title>
		<link>http://joedev.net/wordpress/?p=771&#038;cpage=1#comment-16015</link>
		<dc:creator>Blue</dc:creator>
		<pubDate>Wed, 08 May 2013 13:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://joedev.net/wordpress/?p=771#comment-16015</guid>
		<description><![CDATA[Pretty cool concept.  Easily could be sold to schools.   My only issue is rounding.

You don&#039;t follow conventional standards. 

For example:

level &quot;Find the path&quot; relies on rounding.

5 / 2 = 2 
[unlock green]
X 2 = 4
+2 = 6
X 3 = win.

but.... 5/2 is NOT 2. its 2.5, and it changes everything. in fact its wrong when it comes to rounding. If you round using conventional standards it should be 3.

this could be resolved by adding 1 decimal place (or 2?) then removing any problems that include results using rounded numbers.

idk. could be a good teaching school game. but he made a pretty big logic mistake in my opinion.

but... i give you big props for this, it&#039;s a great concept!]]></description>
		<content:encoded><![CDATA[<p>Pretty cool concept.  Easily could be sold to schools.   My only issue is rounding.</p>
<p>You don&#8217;t follow conventional standards. </p>
<p>For example:</p>
<p>level &#8220;Find the path&#8221; relies on rounding.</p>
<p>5 / 2 = 2<br />
[unlock green]<br />
X 2 = 4<br />
+2 = 6<br />
X 3 = win.</p>
<p>but&#8230;. 5/2 is NOT 2. its 2.5, and it changes everything. in fact its wrong when it comes to rounding. If you round using conventional standards it should be 3.</p>
<p>this could be resolved by adding 1 decimal place (or 2?) then removing any problems that include results using rounded numbers.</p>
<p>idk. could be a good teaching school game. but he made a pretty big logic mistake in my opinion.</p>
<p>but&#8230; i give you big props for this, it&#8217;s a great concept!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Game of Numbers &#8211; Post Mortem by Joe</title>
		<link>http://joedev.net/wordpress/?p=771&#038;cpage=1#comment-16012</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 08 May 2013 12:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://joedev.net/wordpress/?p=771#comment-16012</guid>
		<description><![CDATA[I&#039;ll give you a hint, when you go into the =6 area, you need to make sure that there will be another way out. In other words, you need to do some other stuff first.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ll give you a hint, when you go into the =6 area, you need to make sure that there will be another way out. In other words, you need to do some other stuff first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Game of Numbers &#8211; Post Mortem by joe</title>
		<link>http://joedev.net/wordpress/?p=771&#038;cpage=1#comment-16006</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Wed, 08 May 2013 08:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://joedev.net/wordpress/?p=771#comment-16006</guid>
		<description><![CDATA[really awesome game!  I am stuck on the &quot;choices&quot; puzzle.  any way to add a hint?  I get stuck in the &quot;=6&quot; section and can&#039;t get out.]]></description>
		<content:encoded><![CDATA[<p>really awesome game!  I am stuck on the &#8220;choices&#8221; puzzle.  any way to add a hint?  I get stuck in the &#8220;=6&#8243; section and can&#8217;t get out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Guardian Statues by gn0</title>
		<link>http://joedev.net/wordpress/?p=716&#038;cpage=1#comment-9154</link>
		<dc:creator>gn0</dc:creator>
		<pubDate>Fri, 11 Jan 2013 03:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://joedev.net/wordpress/?p=716#comment-9154</guid>
		<description><![CDATA[Oh lord ! php scores... i know the pain.. :D plus xml and voila, you can make it forever and more xD

Im glad of alpha soon.]]></description>
		<content:encoded><![CDATA[<p>Oh lord ! php scores&#8230; i know the pain.. <img src='http://joedev.net/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  plus xml and voila, you can make it forever and more xD</p>
<p>Im glad of alpha soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Screenshot Saturday by Joe</title>
		<link>http://joedev.net/wordpress/?p=708&#038;cpage=1#comment-7750</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 13 Dec 2012 17:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://joedev.net/wordpress/?p=708#comment-7750</guid>
		<description><![CDATA[Yeah, I&#039;m still working on it and I plan to do a whole over the next couple weeks while I&#039;m off from work.

I&#039;ve kinda realized that the game was getting too complicated and I&#039;ve decided to try to simplify it a little. It&#039;s hard to find the right balance though because I don&#039;t want it too simple.

My goal is get to all the content and systems in place by the end of December and have an alpha in January so I can get some good feedback.]]></description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;m still working on it and I plan to do a whole over the next couple weeks while I&#8217;m off from work.</p>
<p>I&#8217;ve kinda realized that the game was getting too complicated and I&#8217;ve decided to try to simplify it a little. It&#8217;s hard to find the right balance though because I don&#8217;t want it too simple.</p>
<p>My goal is get to all the content and systems in place by the end of December and have an alpha in January so I can get some good feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Screenshot Saturday by gn0</title>
		<link>http://joedev.net/wordpress/?p=708&#038;cpage=1#comment-7728</link>
		<dc:creator>gn0</dc:creator>
		<pubDate>Thu, 13 Dec 2012 06:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://joedev.net/wordpress/?p=708#comment-7728</guid>
		<description><![CDATA[Thats actually cool to see game is still growing. A little more, and you do it more complicated than adom. :)]]></description>
		<content:encoded><![CDATA[<p>Thats actually cool to see game is still growing. A little more, and you do it more complicated than adom. <img src='http://joedev.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Day 2 by Joe</title>
		<link>http://joedev.net/wordpress/?p=704&#038;cpage=1#comment-6984</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 25 Nov 2012 19:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://joedev.net/wordpress/?p=704#comment-6984</guid>
		<description><![CDATA[Thanks, things are actually going really well. I like where the game is right now and I really like where it is headed.]]></description>
		<content:encoded><![CDATA[<p>Thanks, things are actually going really well. I like where the game is right now and I really like where it is headed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
