<?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 on: Changing the value of game variables</title>
	<atom:link href="https://gamecodeschool.com/java/changing-game-variables/feed/" rel="self" type="application/rss+xml" />
	<link>https://gamecodeschool.com/java/changing-game-variables/</link>
	<description>Game Coding for Beginners</description>
	<lastBuildDate>Fri, 06 Jun 2025 18:08:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/java/changing-game-variables/#comment-3742</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Tue, 03 Jan 2017 14:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11510#comment-3742</guid>
		<description><![CDATA[Hi Lazer thanks for the useful comment.]]></description>
		<content:encoded><![CDATA[<p>Hi Lazer thanks for the useful comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lazer</title>
		<link>https://gamecodeschool.com/java/changing-game-variables/#comment-3719</link>
		<dc:creator><![CDATA[Lazer]]></dc:creator>
		<pubDate>Sun, 01 Jan 2017 12:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11510#comment-3719</guid>
		<description><![CDATA[Why don&#039;t you use 

score += 100;

which means &quot;score = score + 100&quot;?]]></description>
		<content:encoded><![CDATA[<p>Why don&#8217;t you use </p>
<p>score += 100;</p>
<p>which means &#8220;score = score + 100&#8243;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aveo</title>
		<link>https://gamecodeschool.com/java/changing-game-variables/#comment-3662</link>
		<dc:creator><![CDATA[Aveo]]></dc:creator>
		<pubDate>Tue, 27 Dec 2016 15:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11510#comment-3662</guid>
		<description><![CDATA[Hi John, I recently started learning game programming(20 minutes ago to be precise). The content here is really easy to understand for a beginner like me with no exposure to Java or game programming. Thank you for this. 
I was reading through this section and found this: 
&quot;Obviously, in the previous example, the variable recycledValueOfBlock will need to be of the type float to be multiplied by the value .9.&quot;
I think it should be &quot;type float to be divided by the value of .9.&quot;.]]></description>
		<content:encoded><![CDATA[<p>Hi John, I recently started learning game programming(20 minutes ago to be precise). The content here is really easy to understand for a beginner like me with no exposure to Java or game programming. Thank you for this.<br />
I was reading through this section and found this:<br />
&#8220;Obviously, in the previous example, the variable recycledValueOfBlock will need to be of the type float to be multiplied by the value .9.&#8221;<br />
I think it should be &#8220;type float to be divided by the value of .9.&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/java/changing-game-variables/#comment-2510</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Fri, 12 Aug 2016 07:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11510#comment-2510</guid>
		<description><![CDATA[Thanks, Thomas!. Fixed that.]]></description>
		<content:encoded><![CDATA[<p>Thanks, Thomas!. Fixed that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>https://gamecodeschool.com/java/changing-game-variables/#comment-2507</link>
		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Thu, 11 Aug 2016 02:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11510#comment-2507</guid>
		<description><![CDATA[Umm, there&#039;s a typo when demonstrating &quot;the subtraction operator.&quot; Below it you put &quot;Alies&quot; instead of &quot;Aliens.&quot;]]></description>
		<content:encoded><![CDATA[<p>Umm, there&#8217;s a typo when demonstrating &#8220;the subtraction operator.&#8221; Below it you put &#8220;Alies&#8221; instead of &#8220;Aliens.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
