<?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: Coding a Breakout (Arkanoid) game for Android</title>
	<atom:link href="https://gamecodeschool.com/android/coding-a-breakout-game-for-android/feed/" rel="self" type="application/rss+xml" />
	<link>https://gamecodeschool.com/android/coding-a-breakout-game-for-android/</link>
	<description>Game Coding for Beginners</description>
	<lastBuildDate>Mon, 20 Apr 2026 12:04:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: usama</title>
		<link>https://gamecodeschool.com/android/coding-a-breakout-game-for-android/#comment-17435</link>
		<dc:creator><![CDATA[usama]]></dc:creator>
		<pubDate>Sat, 03 Aug 2024 12:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11911#comment-17435</guid>
		<description><![CDATA[i did exactly as you said and there is no error but app crashes as it lunches i don&#039;t know what seems to be the problem]]></description>
		<content:encoded><![CDATA[<p>i did exactly as you said and there is no error but app crashes as it lunches i don&#8217;t know what seems to be the problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amr Mohamed</title>
		<link>https://gamecodeschool.com/android/coding-a-breakout-game-for-android/#comment-17348</link>
		<dc:creator><![CDATA[Amr Mohamed]]></dc:creator>
		<pubDate>Mon, 18 Jan 2021 10:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11911#comment-17348</guid>
		<description><![CDATA[you are the best, it was super helpful, specially ClearYObstacle method, also how you handle colliding in update method. thanks much]]></description>
		<content:encoded><![CDATA[<p>you are the best, it was super helpful, specially ClearYObstacle method, also how you handle colliding in update method. thanks much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/android/coding-a-breakout-game-for-android/#comment-17336</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Tue, 22 Dec 2020 09:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11911#comment-17336</guid>
		<description><![CDATA[Hi Tommasso,

Playing or not playing the sound is easy. You just wrap all code that plays a sound in an if statement that tests a Boolean. Switching the value of this Boolean is less straightforward. A button could trigger the switching of this value. To create a button you can create a Rect that you draw each frame and test for a finger press as well. On finger up in this Rect you switch the Boolean value. To create a very simple main menu screen you could use an enumeration that determines which screen the player is on: Menu, Game, Home etc and then you could vary what you draw and update each frame accordingly.]]></description>
		<content:encoded><![CDATA[<p>Hi Tommasso,</p>
<p>Playing or not playing the sound is easy. You just wrap all code that plays a sound in an if statement that tests a Boolean. Switching the value of this Boolean is less straightforward. A button could trigger the switching of this value. To create a button you can create a Rect that you draw each frame and test for a finger press as well. On finger up in this Rect you switch the Boolean value. To create a very simple main menu screen you could use an enumeration that determines which screen the player is on: Menu, Game, Home etc and then you could vary what you draw and update each frame accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommaso</title>
		<link>https://gamecodeschool.com/android/coding-a-breakout-game-for-android/#comment-17335</link>
		<dc:creator><![CDATA[Tommaso]]></dc:creator>
		<pubDate>Tue, 22 Dec 2020 09:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11911#comment-17335</guid>
		<description><![CDATA[Hi john, how can i create a main menu where i can deactivate music and start game?]]></description>
		<content:encoded><![CDATA[<p>Hi john, how can i create a main menu where i can deactivate music and start game?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/android/coding-a-breakout-game-for-android/#comment-17104</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Tue, 17 Sep 2019 07:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=11911#comment-17104</guid>
		<description><![CDATA[Can you give more details When does it stop, error messages etc.]]></description>
		<content:encoded><![CDATA[<p>Can you give more details When does it stop, error messages etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
