<?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>Hello Thupten &#187; &#187; game</title>
	<atom:link href="https://www.thupten.feedback/tag/game/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.thupten.feedback</link>
	<description>Just another developer&#039;s blog</description>
	<lastBuildDate>Tue, 21 Apr 2026 05:10:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.2</generator>
	<item>
		<title>Update on the Android game</title>
		<link>https://www.thupten.feedback/2012/06/08/update-on-the-android-game/</link>
		<comments>https://www.thupten.feedback/2012/06/08/update-on-the-android-game/#respond</comments>
		<pubDate>Sat, 09 Jun 2012 00:52:44 +0000</pubDate>
		<dc:creator><![CDATA[thupten]]></dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://thupten.veryusefulinfo.com/?p=299</guid>
		<description><![CDATA[The idea of the game is like so. Its war time. Our main character is a pigeon who has to complete missions that involve delivering messages. The pigeon will fly towards right side of the screen until it reaches the destination. In between there will be several obstacles like enemy pigeon, falcons/ hawks, anti aircraft [&#8230;]]]></description>
				<content:encoded><![CDATA[The idea of the game is like so.
Its war time. Our main character is a pigeon who has to complete missions that involve delivering messages. The pigeon will fly towards right side of the screen until it reaches the destination. In between there will be several obstacles like enemy pigeon, falcons/ hawks, anti aircraft attacks etc. The user has to control the pigeon to avoid getting touched by the obstacles.

Like I said in my previous post, the game will be using libgdx game framework. libgdx is an android game framework. First we got ourselves (my partner Ali and I), a copy of a game called Super Jumper made by the creator of libgdx. We modified it to move from bottom-up to left to right. For collision, we tried coding by ourselves. Then I found that there is a better alternative, Box2d. Box2d is a 2d physics engine which is available in different languages. <span id="more-299"></span>Its opensource and free.

The source code is hosted on google code. We use svn.
http://atpigeon.googlecode.com/svn/trunk/


Big influence by the tutorials by the good guys at <a href="http://decisiontreegames.wordpress.com">decisiontreegames</a>. http://decisiontreegames.wordpress.com/2012/05/08/box2dlibgdx-example-code/


<iframe width="480" height="360" src="http://www.youtube.com/embed/Q4gru7QrRe4" frameborder="0" allowfullscreen=""></iframe>]]></content:encoded>
			<wfw:commentRss>https://www.thupten.feedback/2012/06/08/update-on-the-android-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Java Minesweeper Game.</title>
		<link>https://www.thupten.feedback/2011/09/12/simple-java-minesweeper-game/</link>
		<comments>https://www.thupten.feedback/2011/09/12/simple-java-minesweeper-game/#respond</comments>
		<pubDate>Mon, 12 Sep 2011 13:16:15 +0000</pubDate>
		<dc:creator><![CDATA[thupten]]></dc:creator>
				<category><![CDATA[Academic Works]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[minesweeper]]></category>

		<guid isPermaLink="false">http://www.hellothupten.com/?p=788</guid>
		<description><![CDATA[This was the final assignment for JAC444 at Seneca. Its a simple minesweeper java applet game. Kyle and I worked on this together. I realized team of 2 is better than 1 or 2+. In pair programming, one of the programmer types the codes while the other look over his mistakes and makes sure they [&#8230;]]]></description>
				<content:encoded><![CDATA[This was the final assignment for JAC444 at Seneca. Its a simple minesweeper java applet game. <a href="http://kyle205website.info/wordpress/">Kyle</a> and I worked on this together. I realized team of 2 is better than 1 or 2+. In pair programming, one of the programmer types the codes while the other look over his mistakes and makes sure they are working in right direction. Sort of like rally driving, one person drives while the other gives navigation information. This game could use some improvement for rendering.
<a href="http://thupten.feedback/wp-content/uploads/Minesweeper.rar">Download Source</a>
<br/>
<iframe src="http://thupten.feedback/wp-content/uploads/minesweeper/bin/app.html" width="100%" height="500px"></iframe>]]></content:encoded>
			<wfw:commentRss>https://www.thupten.feedback/2011/09/12/simple-java-minesweeper-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
