<?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>All Posts - Nex Game Studios</title>
	<atom:link href="https://nexgamestudios.com/category/all-posts/feed/" rel="self" type="application/rss+xml" />
	<link>https://nexgamestudios.com/category/all-posts/</link>
	<description>Nex Game Studios - Android, iOS and Windows Phone Games, Tutorials, Guides, Tips</description>
	<lastBuildDate>Wed, 04 Jul 2012 07:25:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.7</generator>
	<item>
		<title>Grab And Run 1.0 Released</title>
		<link>https://nexgamestudios.com/all-posts/grab-and-run.html/</link>
					<comments>https://nexgamestudios.com/all-posts/grab-and-run.html/#comments</comments>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Sun, 22 Jan 2012 05:25:12 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Grab And Run]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Grab and Run]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=41</guid>

					<description><![CDATA[<p>Grab And Run has been released in the Android Market! I&#8217;m glad to say that my first Android game Grab And Run is now available for<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/grab-and-run.html/">Grab And Run 1.0 Released</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h4>Grab And Run has been released in the Android Market!</h4>
<p>I&#8217;m glad to say that my first Android game <a title="Grab And Run" href="https://nexgamestudios.com/grab-and-run/">Grab And Run </a>is now available for free in the android market.</p>
<p>I have implemented everything I wanted for the first release, but there are still a bunch of things I wish to improve in the next versions:</p>
<p>&#8211; More levels: even the 10 current levels are quite a challenge, I wish to keep adding new levels on a regular basis</p>
<p>&#8211; Different input modes: the physical keyboard support has already been implemented, but I would like to add  accelerometer support as well</p>
<p>&#8211; Different character styles: the game already support different style for the player and enemies characters, I will add them as soon as I can prepare the sprites</p>
<p>&#8211; Different levels of difficulty: just to make it more fun for skilled players</p>
<p>&#8211; Implement scoreloop challenges and leaderboards</p>
<p>&nbsp;</p>
<p>Find out more info about the game in the <a title="Grab And Run" href="https://nexgamestudios.com/grab-and-run/">dedicated page</a> !</p>
<p>&nbsp;</p>
<p><a href="http://market.android.com/details?id=com.nex.andro"> <img decoding="async" src="https://www.android.com/images/brand/60_avail_market_logo2.png" alt="Available in Android Market" /></a></p>
<p><a href="http://market.android.com/details?id=com.nex.andro"><br />
</a></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/grab-and-run.html/">Grab And Run 1.0 Released</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nexgamestudios.com/all-posts/grab-and-run.html/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Creation of an Android game &#8211; #1 Introduction</title>
		<link>https://nexgamestudios.com/all-posts/making-an-android-game-1-introduction.html/</link>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Sun, 22 Jan 2012 05:27:58 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Game]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=46</guid>

					<description><![CDATA[<p>So you want to know how to make an Android game? In this blog I will not create a &#8220;yet another Android game tutorial&#8221; as you<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/making-an-android-game-1-introduction.html/">Creation of an Android game &#8211; #1 Introduction</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>So you want to know how to make an Android game?</strong></p>
<p>In this blog I will not create a &#8220;yet another Android game tutorial&#8221; as you may find by dozen search on the web.</p>
<p>I will try instead to reassemble the steps it took me to create a complete, playable and distributable Android game, also reporting the results of such process so you may have an idea of what your are going to face, if you wish to prove yourself on creating a new game.</p>
<p>I hope you will enjoy the site and participate with your comments and suggestions, and hopefully someone will find these contents useful.</p>
<p>&nbsp;</p>
<p>Happy gaming, happy programming!</p>
<p>&nbsp;</p>
<p>The post <a href="https://nexgamestudios.com/all-posts/making-an-android-game-1-introduction.html/">Creation of an Android game &#8211; #1 Introduction</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Porting an Android game to WP7 &#8211; #1 Introduction</title>
		<link>https://nexgamestudios.com/all-posts/porting-an-android-game-to-wp7-1-introduction.html/</link>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Wed, 25 Jan 2012 13:34:47 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=159</guid>

					<description><![CDATA[<p>Ok, here we go! This is quite interesting, I&#8217;ve just released my first Android game to the market, and I&#8217;m already planning a porting to Windows<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/porting-an-android-game-to-wp7-1-introduction.html/">Porting an Android game to WP7 &#8211; #1 Introduction</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ok, here we go!</p>
<p>This is quite interesting, I&#8217;ve just released my first Android game to the market, and I&#8217;m already planning a porting to Windows Phone 7, am I crazy?</p>
<p>Not that much because, as you will discover in the next days, the porting has revealed to be simpler than I tought!</p>
<p><span id="more-159"></span></p>
<p>It&#8217;s only the beginning, but I want you to see what I was able to do in just a couple of hours:</p>
<p><a href="https://nexgamestudios.com/wp-content/uploads/2012/01/day01_2.png"><img decoding="async" class="size-medium wp-image-161 alignleft" title="WP7 Day One" src="https://nexgamestudios.com/wp-content/uploads/2012/01/day01_2-300x161.png" alt="WP7 Day One" width="300" height="161" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Not so bad right? That&#8217;s because it is so easy programming on WP7, I hope you will enjoy this serie, I will keep posting my results as well as the making-of of my first Android game!</p>
<p>&nbsp;</p>
<p>Stay tuned <img src="https://s.w.org/images/core/emoji/15.0.3/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/porting-an-android-game-to-wp7-1-introduction.html/">Porting an Android game to WP7 &#8211; #1 Introduction</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Grab And Run 1.4 Released</title>
		<link>https://nexgamestudios.com/all-posts/grab-and-run-1-4-released.html/</link>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Fri, 17 Feb 2012 15:13:15 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Grab And Run]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=193</guid>

					<description><![CDATA[<p>Grab And Run: Released the update 1.4! A new update of the game Grab And Run has been released to SlideMe.org and the Android Market. What&#8217;s new?<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/grab-and-run-1-4-released.html/">Grab And Run 1.4 Released</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h4 class="mceTemp" style="text-align: left;"><strong>Grab And Run: Released the update 1.4!</strong></h4>
<p>A new update of the game <a title="Grab And Run" href="https://nexgamestudios.com/grab-and-run/">Grab And Run</a> has been released to SlideMe.org and the Android Market.</p>
<p>What&#8217;s new?</p>
<p>Well, I felt that using only one character was limiting the gameplay possibilities, as the newbie would benefit from a slower, easier to control character, while the expert who want to achieve the highest score would prefer a faster character.</p>
<p><span id="more-193"></span></p>
<p>So I&#8217;m proud to present your 2 new heroes:</p>
<p><strong>DRAKE</strong></p>
<p><a href="https://nexgamestudios.com/wp-content/uploads/2012/02/charsel1.png"><img decoding="async" title="charsel1" src="https://nexgamestudios.com/wp-content/uploads/2012/02/charsel1.png" alt="" width="150" height="150" /></a><a href="https://nexgamestudios.com/wp-content/uploads/2012/02/charsel1.png"><br />
</a></p>
<p><strong>JAY</strong></p>
<p><a href="https://nexgamestudios.com/wp-content/uploads/2012/02/charsel2.png"><img decoding="async" title="charsel2" src="https://nexgamestudios.com/wp-content/uploads/2012/02/charsel2-150x150.png" alt="" width="150" height="150" /></a><a href="https://nexgamestudios.com/wp-content/uploads/2012/02/charsel2.png"><br />
</a></p>
<p>Among these changes there are now <em><strong>2 different sets of enemies</strong></em>, and a lot of tweaks, bug fixes and improvements.</p>
<p>&nbsp;</p>
<p>Check it out!</p>
<p>&nbsp;</p>
<p><a href="http://market.android.com/details?id=com.nex.andro"><img decoding="async" src="https://www.android.com/images/brand/60_avail_market_logo2.png" alt="Available in Android Market" /></a></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/grab-and-run-1-4-released.html/">Grab And Run 1.4 Released</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Tap That Building Released!</title>
		<link>https://nexgamestudios.com/all-posts/tap-that-building-released.html/</link>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Sat, 07 Apr 2012 06:02:04 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=227</guid>

					<description><![CDATA[<p>The newest game on the Tap That series has been released! It&#8217;s been a while since my last post, but here are the news! A new<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/tap-that-building-released.html/">Tap That Building Released!</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong> The newest game on the Tap That series has been released!</strong></p>
<p>It&#8217;s been a while since my last post, but here are the news! A new game has been released on the Android market and soon in the Windows Marketplace!</p>
<p><strong><a title="Tap That Building!" href="https://nexgamestudios.com/tap-that-building/">Check out the dedicated page here!</a></strong></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/tap-that-building-released.html/">Tap That Building Released!</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Update &#8211; Currently Work in Progress</title>
		<link>https://nexgamestudios.com/all-posts/update-currently-work-in-progress.html/</link>
					<comments>https://nexgamestudios.com/all-posts/update-currently-work-in-progress.html/#comments</comments>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Tue, 17 Apr 2012 15:13:29 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=236</guid>

					<description><![CDATA[<p>I would like use this post just to give a slight preview of the games I&#8217;m currently working on. The first one is called Summoner Call<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/update-currently-work-in-progress.html/">Update &#8211; Currently Work in Progress</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I would like use this post just to give a slight preview of the games I&#8217;m currently working on.</p>
<p>The first one is called <strong>Summoner Call</strong> and should be available in a couple of weeks on Android and Windows markets.</p>
<p>It&#8217;s basically a Card Game with a simplified and quicker gameplay, here&#8217;s a screenshot:</p>
<p><a href="https://nexgamestudios.com/wp-content/uploads/2012/04/summonercall_screen.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-238 alignleft" title="summonercall_screen" src="https://nexgamestudios.com/wp-content/uploads/2012/04/summonercall_screen-300x180.jpg" alt="" width="300" height="180" srcset="https://nexgamestudios.com/wp-content/uploads/2012/04/summonercall_screen-300x180.jpg 300w, https://nexgamestudios.com/wp-content/uploads/2012/04/summonercall_screen-243x146.jpg 243w, https://nexgamestudios.com/wp-content/uploads/2012/04/summonercall_screen-50x30.jpg 50w, https://nexgamestudios.com/wp-content/uploads/2012/04/summonercall_screen-576x346.jpg 576w, https://nexgamestudios.com/wp-content/uploads/2012/04/summonercall_screen.jpg 800w" sizes="(max-width:767px) 300px, 300px" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span id="more-236"></span></p>
<p>The second one has no name yet, and its development is in a really early stage. It&#8217;s actually an experiment that I wish to transform to a real game.</p>
<p>It&#8217;s a classic Action RPG, and will be available only on Windows Phone, where this genre is not yet overloaded with games:</p>
<p><a href="https://nexgamestudios.com/wp-content/uploads/2012/04/action_rpg_1.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-239 alignleft" title="action_rpg_1" src="https://nexgamestudios.com/wp-content/uploads/2012/04/action_rpg_1-300x203.jpg" alt="" width="300" height="203" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Please feel free to comment and share your opinion!</p>
<p>&nbsp;</p>
<p>The post <a href="https://nexgamestudios.com/all-posts/update-currently-work-in-progress.html/">Update &#8211; Currently Work in Progress</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nexgamestudios.com/all-posts/update-currently-work-in-progress.html/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Summoner Call Released to Google Play and Windows Marketplace</title>
		<link>https://nexgamestudios.com/all-posts/summoner-call-released-to-google-play-and-windows-marketplace.html/</link>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Sat, 05 May 2012 02:57:27 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Summoner Call]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=285</guid>

					<description><![CDATA[<p>Summoner Call Released to Google Play and Windows Marketplace &#160; Finally, after one stupid rejection, problems to submit the update and a long wait, Summoner Call<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/summoner-call-released-to-google-play-and-windows-marketplace.html/">Summoner Call Released to Google Play and Windows Marketplace</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Summoner Call Released to Google Play and Windows Marketplace</strong></p>
<p>&nbsp;</p>
<p>Finally, after one stupid rejection, problems to submit the update and a long wait, Summoner Call is available to the public!</p>
<p>Check out more on the <strong><a title="Summoner Call" href="https://nexgamestudios.com/summoner-call/" target="_blank">Dedicated Page! </a></strong></p>
<p>&nbsp;</p>
<p><a href="http://market.android.com/details?id=com.nex.mcard" target="_blank"><img decoding="async" src="https://www.android.com/images/brand/60_avail_market_logo2.png" alt="Available in Android Market" height="70px" /></a></p>
<p><a href="http://windowsphone.com/s?appid=a78dd40b-5e44-41a0-949f-37f2c86426c3" target="_blank"><img decoding="async" src="https://nexgamestudios.com/wp-content/uploads/2012/01/windowsmarket-150x150.jpg" alt="Available in Windows Marketplace" height="70px" /><strong>Available in Windows Marketplace</strong></a></p>
<p>&nbsp;</p>
<p>The post <a href="https://nexgamestudios.com/all-posts/summoner-call-released-to-google-play-and-windows-marketplace.html/">Summoner Call Released to Google Play and Windows Marketplace</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Register here for Summoner Call Beta Version</title>
		<link>https://nexgamestudios.com/all-posts/register-here-for-summoner-call-beta-version.html/</link>
					<comments>https://nexgamestudios.com/all-posts/register-here-for-summoner-call-beta-version.html/#comments</comments>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Tue, 22 May 2012 10:56:15 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Summoner Call]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=289</guid>

					<description><![CDATA[<p>Please register here or send an e-mail to thenex@nexgamestudios.com if you wish to receive the beta version of Summoner Call once it will be released. The<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/register-here-for-summoner-call-beta-version.html/">Register here for Summoner Call Beta Version</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Please register here or send an e-mail to <strong>thenex@nexgamestudios.com</strong> if you wish to receive the beta version of Summoner Call once it will be released.</p>
<p>The beta will be available for both Android and Windows Phone systems.</p>
<p>New features will include:</p>
<p>&#8211;  Online multiplayer</p>
<p>&#8211; Deck customisation</p>
<p>&#8211; Card balancement improvements</p>
<p>&#8211; New achievements instead of the old way to unlock cards</p>
<p>&nbsp;</p>
<p>Stay tuned!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://nexgamestudios.com/all-posts/register-here-for-summoner-call-beta-version.html/">Register here for Summoner Call Beta Version</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nexgamestudios.com/all-posts/register-here-for-summoner-call-beta-version.html/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>Summoner Call &#8211; Update 1.6</title>
		<link>https://nexgamestudios.com/all-posts/summoner-call-update-1-6.html/</link>
					<comments>https://nexgamestudios.com/all-posts/summoner-call-update-1-6.html/#comments</comments>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Thu, 28 Jun 2012 03:44:16 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Summoner Call]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=299</guid>

					<description><![CDATA[<p>Coming this weekend, hopefully on the 30th of June, a new release 1.6 of Summoner Call will be available in the markets. This update introduces 2<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/summoner-call-update-1-6.html/">Summoner Call &#8211; Update 1.6</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Coming this weekend, hopefully on the 30th of June, a new release 1.6 of Summoner Call will be available in the markets.</p>
<p>This update introduces 2 editions:</p>
<p>&#8211; Summoner Call Free: the game you already know, without any change, no locked features, and free to play forever!</p>
<p>&#8211; Summoner Call Unleashed: in this 0.99$ edition you will have:</p>
<ul>
<li>ADs free, no more ADs, ever!</li>
<li>2 new exclusive cards</li>
<li>Higher limits on daily multiplayer games</li>
</ul>
<p>With the Unleashed edition you will support the development of the game and the multiplayer server costs.</p>
<p>The game will always be Free to Play, and never Pay to Win, and the free users  won&#8217;t have a great disadvantage.</p>
<p>&nbsp;</p>
<p><strong>A new update 1.7 which will fix a major multiplayer bug, when the players are cursed, will be available in the next couple of weeks.</strong></p>
<p>Stay tuned!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://nexgamestudios.com/all-posts/summoner-call-update-1-6.html/">Summoner Call &#8211; Update 1.6</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nexgamestudios.com/all-posts/summoner-call-update-1-6.html/feed/</wfw:commentRss>
			<slash:comments>16</slash:comments>
		
		
			</item>
		<item>
		<title>Register here for new game beta</title>
		<link>https://nexgamestudios.com/all-posts/register-here-for-new-game-beta.html/</link>
					<comments>https://nexgamestudios.com/all-posts/register-here-for-new-game-beta.html/#comments</comments>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Wed, 04 Jul 2012 07:25:10 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=303</guid>

					<description><![CDATA[<p>Hi everybody, my new game project is on its way to completion, and will be released in approx. 2-4 weeks from now. If you wish to<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/register-here-for-new-game-beta.html/">Register here for new game beta</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hi everybody,</p>
<p>my new game project is on its way to completion, and will be released in approx. 2-4 weeks from now.</p>
<p>If you wish to participate in a closed beta and receive a preview version, please post here or send an e-mail to <a href="mailto:thenex@nexgamestudios.com">thenex@nexgamestudios.com</a>!</p>
<p>The beta will start in about 1 or 2 weeks, and will let you try all the features of this new, exciting game.</p>
<p>What&#8217;s the game about? I can&#8217;t go into details but it&#8217;s a sport game, a golf game to be precise, with some unique features still missing in the market.</p>
<p>The game, as the beta, will be available <strong>on Windows Phone ONLY!</strong></p>
<p><a href="mailto:thenex@nexgamestudios.com">thenex@nexgamestudios.com</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://nexgamestudios.com/all-posts/register-here-for-new-game-beta.html/">Register here for new game beta</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nexgamestudios.com/all-posts/register-here-for-new-game-beta.html/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
