<?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>Android - Nex Game Studios</title>
	<atom:link href="https://nexgamestudios.com/category/blog/android/feed/" rel="self" type="application/rss+xml" />
	<link>https://nexgamestudios.com/category/blog/android/</link>
	<description>Nex Game Studios - Android, iOS and Windows Phone Games, Tutorials, Guides, Tips</description>
	<lastBuildDate>Fri, 15 Mar 2013 07:19:56 +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>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>Creation of an Android game &#8211; #2 Gathering the tools</title>
		<link>https://nexgamestudios.com/blog/android/creation-of-an-android-game-2-gathering-the-tools.html/</link>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Sun, 22 Jan 2012 13:42:41 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Tools]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=71</guid>

					<description><![CDATA[<p>The first day I started downloading the latest version of all the need tools, just to avoid any problem I could encounter in the future. So,<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/blog/android/creation-of-an-android-game-2-gathering-the-tools.html/">Creation of an Android game &#8211; #2 Gathering the tools</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The first day I started downloading the latest version of all the need tools, just to avoid any problem I could encounter in the future.</p>
<p>So, a brand new <span style="text-decoration: underline;"><a title="Java JDK" href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" target="_blank">JDK 7 </a></span>, the latest version of <span style="text-decoration: underline;"><a title="Eclise for Java Developers" href="http://www.eclipse.org/downloads/" target="_blank">Eclipse for Java Developers</a>, </span> the <span style="text-decoration: underline;"><a title="Android SDK" href="http://developer.android.com/sdk" target="_blank">Android SDK</a>, </span>and all the <a title="Eclipse Plugins" href="http://developer.android.com/sdk/eclipse-adt.html" target="_blank">E<span style="text-decoration: underline;">clipse Plugins</span></a>, to develop for Android 2.1 and above.</p>
<p><span id="more-71"></span></p>
<p>The I prepared a new folder ready to contain all the resources:</p>
<p>&#8211;          A new eclipse workspace</p>
<p>&#8211;          Images, Videos and Sound for the game</p>
<p>&#8211;          3<sup>rd</sup> party libraries, such as Google Analytics, Flurry, Scoreloop and so</p>
<p>&#8211;          Downloads related to the game development</p>
<p>&#8211;          Useful samples found on the web</p>
<p>And finally, I created the new Android Project, codename “Andro2012”, as at that time the name was not yet decided.</p>
<p><strong>Ready to start some programming!</strong></p>
<p>&nbsp;</p>
<p><a title="Creation of an Android game – #3 Game Activity, Game View, The Main Loop" href="https://nexgamestudios.com/home/creation-of-an-android-game-3-game-activity-game-view-the-main-loop.html/" rel="bookmark">#3 Game Activity, Game View, The Main Loop</a></p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><br />
</span></p>
<p>The post <a href="https://nexgamestudios.com/blog/android/creation-of-an-android-game-2-gathering-the-tools.html/">Creation of an Android game &#8211; #2 Gathering the tools</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Creation of an Android game – #3 Game Activity, Game View, The Main Loop</title>
		<link>https://nexgamestudios.com/blog/android/creation-of-an-android-game-3-game-activity-game-view-the-main-loop.html/</link>
					<comments>https://nexgamestudios.com/blog/android/creation-of-an-android-game-3-game-activity-game-view-the-main-loop.html/#comments</comments>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Sun, 22 Jan 2012 13:55:58 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Game Activity]]></category>
		<category><![CDATA[Game View]]></category>
		<category><![CDATA[The Main Loop]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=78</guid>

					<description><![CDATA[<p>In my nature I like to go straight to the core of the software I’m doing, post poning other less important aspects to a later stage<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/blog/android/creation-of-an-android-game-3-game-activity-game-view-the-main-loop.html/">Creation of an Android game – #3 Game Activity, Game View, The Main Loop</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In my nature I like to go straight to the core of the software I’m doing, post poning other less important aspects to a later stage of the development.</p>
<p>In the game development, the core is the Game Activity, the view that contains the running game itself. Let’s forget for now the main menu, options views, leaderboards and other tasks.</p>
<p><span id="more-78"></span></p>
<p>Basically the Game Activity is just a container for the Game View, a custom control which will contain the graphics of the game.  So the class itself will be empty, while the layout code will be something like:</p>
<pre class="brush:xml">&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical"&gt;

    &lt;com.nex.andro.game.GameView
      android:id="@+id/gameView"
      android:layout_width="fill_parent"
      android:layout_height="fill_parent"/&gt;

&lt;/RelativeLayout&gt;</pre>
<p>&nbsp;</p>
<p>The GameView control will face as the owner of two important objects:</p>
<p>&#8211;          The Game Thread, running the main loop, handling the running, stopped and paused states of the game</p>
<p>&#8211;          The Game Engine class, an object handling everything that happens during the game</p>
<p>To understand what is the main loop of a game, please follow these links which I found useful:</p>
<p>&#8211;          <span style="text-decoration: underline;">Link 1</span></p>
<p>&#8211;          <span style="text-decoration: underline;">Link 2</span></p>
<p>An important thing to keep in mind, while preparing the main loop, is that it is stricly related to the maximum number of loops per second you can achieve. This number depends on many factors, for example the hardware running the game (CPU, Screen resolution, …) and the quantity and quality of the graphics (more and detailed graphics require more time to be drawn).</p>
<p>In my case, I had no heavy graphics so I concentrated on limiting the number of loops, to avoid a game too fast and unusable. There are plenty of solutions around, but in my opinion sometimes the simplest way is the solution.</p>
<p>So let’s say I want a maximum of 15 loops per second, a value that makes the game fast enough for my taste.  First we calculate the minimum time for a single loop:</p>
<pre class="brush:java">int minLoopTime = 1000 / limitFps;</pre>
<p>&nbsp;</p>
<p>This gives me about 66 milliseconds to paint all the graphics.. plenty of time.</p>
<p>Then at the end of each loop, I will measure the time elapsed, and make the thread sleep for the remaining time:</p>
<pre class="brush:java">long sleepTime = minLoopTime - (endTime - startTime);

if (sleepTime &gt; 0) {

  Thread.sleep(sleepTime);

}</pre>
<p><em><br />
</em></p>
<p>Simple, right?</p>
<p><em>And now, the final code of the GameView class (not perfect, but a good starting point)</em></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<pre class="brush:java">public class GameView extends SurfaceView implements SurfaceHolder.Callback {

	class GameThread extends Thread {

		private SurfaceHolder mSurfaceHolder;

		private Handler handler;

		private Context context;

		private GameEngine gameEngine;

		private boolean running;

		private boolean paused;

		private int startingLevel;

		public GameThread(SurfaceHolder surfaceHolder, Context context, GameEngine gameEngine, Handler handler) {
			this.mSurfaceHolder = surfaceHolder;
			this.handler = handler;
			this.context = context;
			this.gameEngine = gameEngine;
		}

		public void setStartingLevel(int startingLevel) {
			this.startingLevel = startingLevel;
		}

		public boolean isRunning() {
			return running;
		}

		public void setRunning(boolean running) {
			this.running = running;
		}

		public boolean isPaused() {
			return paused;
		}

		public void setPaused(boolean paused) {
			this.paused = paused;
		}

		@Override
		public void run() {
			try {
				long startTime = 0;
				long endTime = 0;
				int limitFps = AndConsts.LIMIT_FPS;
				int minLoopTime = 1000 / limitFps;

				// Initialise level
				if (startingLevel &lt;= 0) {
					startingLevel = 1;
				}
				gameEngine.initLevel(startingLevel);

				boolean doPause = true;
				boolean doResume = false;

				while (running) {
					startTime = System.currentTimeMillis();

					Canvas c = null;
					try {
						if (!paused) {
							c = mSurfaceHolder.lockCanvas(null);
							synchronized (mSurfaceHolder) {
								if (doResume) {
									doResume = false;
									doPause = true;
									gameEngine.resume();
								}
								// Update Input
								gameEngine.updateInput();
								// Update physics
								gameEngine.updatePlayerPhysics();
								// Update AI
								gameEngine.updateAIPhysics();
								// Update AI
								gameEngine.updatePhysicsChecks();
								// Update game UI
								gameEngine.updateUI(c);
								// Update sounds
								gameEngine.updateSound();
								// Finalize loop
								gameEngine.finalizeLoop();
							}
						} else {
							if (doPause) {
								doResume = true;
								doPause = false;
								gameEngine.pause();
								// Draw an opacity layer to make the user feel the game is paused
								c = mSurfaceHolder.lockCanvas(null);
								synchronized (mSurfaceHolder) {
									Paint p = new Paint();
									p.setStyle(Paint.Style.FILL);
									p.setColor(Color.BLACK);
									p.setAlpha(125);
									c.drawRect(0, 0, ScreenManager.screenWidthPx, ScreenManager.screenHeightPx, p);
									p = null;
								}
							}
						}
					} catch (Exception ex) {
						// TODO Handle errors
						running = false;
					} finally {
						// do this in a finally so that if an exception is thrown
						// during the above, we don't leave the Surface in an
						// inconsistent state
						if (c != null) {
							mSurfaceHolder.unlockCanvasAndPost(c);
						}
					}

					endTime = System.currentTimeMillis();

					try {
						long sleepTime = minLoopTime - (endTime - startTime);
						if (sleepTime &gt; 0) {
							Thread.sleep(sleepTime);
						}
					} catch (InterruptedException e) {
					// TODO Handle errors
					}

				}
			} catch (Exception ex) {
				// TODO Handle errors
			}
		}
	}

	private GameEngine gameEngine;
	private GameThread thread;

	public GameView(Context context, AttributeSet attrs) {
		super(context, attrs);
		gameEngine = new GameEngine((Activity) context);
		try {
			// Load game
			gameEngine.initGame(this);
			// Register our interest in hearing about changes to our surface
			SurfaceHolder holder = getHolder();
			holder.addCallback(this);
			thread = new GameThread(holder, context, gameEngine, new Handler() {
				@Override
				public void handleMessage(Message m) {
					//Do nothing for now
				}
			});

			setFocusable(true); // Make sure we get key events
			setFocusableInTouchMode(true);// Make sure we get key events

		} catch (AbnormalException e) {
			//TODO Handle errors
		}
	}

	@Override
	public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
	}

	@Override
	public void surfaceCreated(SurfaceHolder holder) {
		start();
	}

	@Override
	public void surfaceDestroyed(SurfaceHolder holder) {
		stop();
	}

	public void stop() {
		// Stop the gaming thread
		thread.setRunning(false);
		try {
			thread.join(500);
		} catch (InterruptedException e) {
		}
	}

	public void pause() {
		thread.setPaused(true);
	}

	public void resume() {
		thread.setPaused(false);
	}

	public void start() {
		thread.setRunning(true);
		thread.start();
	}

	public void restartLevel() {
		gameEngine.restartLevel();
	}
}</pre>
<p><em><span style="text-decoration: underline;"><br />
</span></em></p>
<p>The post <a href="https://nexgamestudios.com/blog/android/creation-of-an-android-game-3-game-activity-game-view-the-main-loop.html/">Creation of an Android game – #3 Game Activity, Game View, The Main Loop</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nexgamestudios.com/blog/android/creation-of-an-android-game-3-game-activity-game-view-the-main-loop.html/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Creation of an Android game – #4 Domain Entities</title>
		<link>https://nexgamestudios.com/blog/android/creation-of-an-android-game-4-domain-entities.html/</link>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Sun, 29 Jan 2012 04:51:46 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[Entity]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Grab and Run]]></category>
		<category><![CDATA[Level]]></category>
		<category><![CDATA[Player]]></category>
		<category><![CDATA[Score]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=181</guid>

					<description><![CDATA[<p>Ok, so before going any further, I think I better prepare some entities to contain and track the data during the game. Usually I would not<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/blog/android/creation-of-an-android-game-4-domain-entities.html/">Creation of an Android game – #4 Domain Entities</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ok, so before going any further, I think I better prepare some entities to contain and track the data during the game.</p>
<p>Usually I would not put any logic in such entities, using an external class to handle it, but in this case I wanna try a different approach, inserting the logic of each entity inside the class it self.</p>
<p>I said usually I would not do it, because in my experience an entity always need its context to perform even the most basic operation, but in this game it has revelead a good approach.</p>
<p><span id="more-181"></span></p>
<p><strong><em>The Level class</em></strong></p>
<p>This class will store the data regarding the current level of the game, such as the tile map.</p>
<p>The initialisation will load the tilemap and the bitmaps needed to draw the level backround:</p>
<p>&#8211;          The tilemap is a 18&#215;34 matrix of integer, each cell referring to a particular tile type, and it’s loaded from a properties file stored in the assets folder</p>
<p>&#8211;          There are around 20 different tiles, this class will store each bitmap in an array</p>
<p>&#8211;          Additional bitmaps are the prize disappearing animation and the “hole in the ground”animation</p>
<p>The drawing method will render the current level, based on the current camera position.</p>
<p><em> </em></p>
<p><strong><em>The GameCharacter class</em></strong></p>
<p>This class keeps each chracter information, such as position, status and style.</p>
<p>The initialisation method will load the character animations set (i.e. stop, running, climbing and so on), and cache the bitmaps.</p>
<p>The drawing method will render the player on the screen at its current position. For enemies outside the screen, an arrow will be rendered to inform the user about the enemy position.</p>
<p><em> </em></p>
<p><strong><em>The Player  and Enemy classes</em></strong></p>
<p>This classes simply extend the Game Character class, without any logic or information except for indicating the character as a player (overriding the method isPlayer())</p>
<p><em> </em></p>
<p><strong><em>The Score class</em></strong></p>
<p>This class stores the current game score and lives count, and also calculate when the player gains a life at certain level caps.</p>
<p>The initialisation loads and keeps in memory the Bitmap used to draw the score.</p>
<p>The drawing method renders the score on the game Canvas, at the bottom of the screen.</p>
<p>&nbsp;</p>
<p>&#8212;</p>
<p>Now I’m ready to fill up these entities and draw something on the screen, in next posts I will post portion of the source code for each of these classes.</p>
<p>&nbsp;</p>
<p>The post <a href="https://nexgamestudios.com/blog/android/creation-of-an-android-game-4-domain-entities.html/">Creation of an Android game – #4 Domain Entities</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 fetchpriority="high" 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 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 &#8211; Status of update 1.9 &#8211; Released!</title>
		<link>https://nexgamestudios.com/all-posts/summoner-call-status-of-update-1-9.html/</link>
					<comments>https://nexgamestudios.com/all-posts/summoner-call-status-of-update-1-9.html/#comments</comments>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Fri, 05 Oct 2012 02:16:43 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Summoner Call]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=410</guid>

					<description><![CDATA[<p>As posted on the Facebook page, the 1.9 update is on it&#8217;s way. This update won&#8217;t be mandatory, but strongly suggested. The update will include 2 major new<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/summoner-call-status-of-update-1-9.html/">Summoner Call &#8211; Status of update 1.9 &#8211; Released!</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As posted on <a title="Summoner Call on Facebook" href="http://www.facebook.com/pages/Summoner-Call/318588938209458" target="_blank">the Facebook page</a>, the 1.9 update is on it&#8217;s way. This update won&#8217;t be mandatory, but strongly suggested.</p>
<p>The update will include 2 major new features:</p>
<p><strong>1. Automatic cards updates:</strong></p>
<p>With this feature, I will be able to add or update the cards without releasing a new version of the game. This means I&#8217;ll be able to skip the long certification process required for a full update, as well as fixing card values on the fly.</p>
<p>It&#8217;s a really important feature that will help to increase the number of cards and keep the game balanced.</p>
<p><strong>2. Games notifications:</strong></p>
<p>I have noticed that lots of times players cannot find a game just for a matter of few minutes. A player joins, he leaves, than another one joins a minute later.</p>
<p>With this new feature, you will be able to ask the game to find a match for you. Once activated, you can leave the game and do anything you want; once a game slot opens, you will get a system notification so you can access the multiplayer page and join the game.</p>
<p>The notifications are not invasive: they last just about 1 hour and are automatically stopped if you access the multiplayer page again.</p>
<p>&nbsp;</p>
<p>With <strong>version 2.0</strong> there will be a major deck rebalance, following the suggestions of some of the  users.</p>
<p>So.. stay tuned!</p>
<p>&nbsp;</p>
<p><strong>Update:</strong></p>
<p><strong>The version 1.9 is out on Android and within one week on Windows Phone!</strong></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/summoner-call-status-of-update-1-9.html/">Summoner Call &#8211; Status of update 1.9 &#8211; Released!</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-status-of-update-1-9.html/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
			</item>
		<item>
		<title>Arcane Quest BETA Available soon</title>
		<link>https://nexgamestudios.com/all-posts/arcane-quest-beta-available-soon.html/</link>
					<comments>https://nexgamestudios.com/all-posts/arcane-quest-beta-available-soon.html/#comments</comments>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Wed, 12 Dec 2012 02:21:56 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=417</guid>

					<description><![CDATA[<p>My newest game Arcane Quest is on its final stages of development! It&#8217;s an action/rpg turn based board game, like the ones really popular in the<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/arcane-quest-beta-available-soon.html/">Arcane Quest BETA Available soon</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>My newest game Arcane Quest is on its final stages of development!</p>
<p>It&#8217;s an action/rpg turn based board game, like the ones really popular in the 90&#8217;s, for example Hero Quest, Space Crusade, Space Hulk and so on.</p>
<p>A beta will be available soon for <strong>Android</strong> and then for<strong> Windows Phone 7 and 8</strong>.</p>
<p>If you wish to receive the beta and try it out, please drop a comment or send a mail to <strong>thenex@nexgamestudios.com !</strong></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/arcane-quest-beta-available-soon.html/">Arcane Quest BETA Available soon</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nexgamestudios.com/all-posts/arcane-quest-beta-available-soon.html/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Arcane Quest Released!</title>
		<link>https://nexgamestudios.com/all-posts/arcane-quest-released-on-android.html/</link>
					<comments>https://nexgamestudios.com/all-posts/arcane-quest-released-on-android.html/#comments</comments>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Tue, 19 Feb 2013 13:35:05 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Arcane Quest]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=430</guid>

					<description><![CDATA[<p>Arcane Quest has finally been released in the Android market and Windows marketplace! Find more information in the dedicated page here! &#160;</p>
<p>The post <a href="https://nexgamestudios.com/all-posts/arcane-quest-released-on-android.html/">Arcane Quest Released!</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Arcane Quest has finally been released in the Android market and Windows marketplace!</p>
<p>Find more information in the<strong> <a title="Arcane Quest" href="https://nexgamestudios.com/arcane-quest/">dedicated page here!</a></strong></p>
<p>&nbsp;</p>
<p>The post <a href="https://nexgamestudios.com/all-posts/arcane-quest-released-on-android.html/">Arcane Quest Released!</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nexgamestudios.com/all-posts/arcane-quest-released-on-android.html/feed/</wfw:commentRss>
			<slash:comments>50</slash:comments>
		
		
			</item>
		<item>
		<title>New forums are available</title>
		<link>https://nexgamestudios.com/all-posts/new-forums-are-available.html/</link>
					<comments>https://nexgamestudios.com/all-posts/new-forums-are-available.html/#comments</comments>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Fri, 15 Mar 2013 07:17:45 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=451</guid>

					<description><![CDATA[<p>If you wish to drop your comments on the games, ask for support, suggest new features.. Join the new forums of the web site! Nex Game<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/new-forums-are-available.html/">New forums are available</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you wish to drop your comments on the games, ask for support, suggest new features.. Join the new forums of the web site!</p>
<p><strong><a title="Nex Game Studios Forums" href="https://nexgamestudios.com/forums/" target="_blank">Nex Game Studios Forums</a></strong></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/new-forums-are-available.html/">New forums are available</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nexgamestudios.com/all-posts/new-forums-are-available.html/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
