<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if IE 9 ]><html class="ie ie9" lang="en-US" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="en-US" prefix="og: http://ogp.me/ns#"> <!--<![endif]-->
<head>
	<title>Gameloft Central | Gameloft games, news, and fun</title>
	<meta name="description" content="Home - Gameloft Central | Gameloft games, news, and fun" />
	<meta charset="UTF-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
	<link rel="profile" href="//gmpg.org/xfn/11" />
		<link rel="icon" href="http://www.gameloft.com/central/upload/faviocon.png" type="image/x-icon" />
		<link rel="pingback" href="http://www.gameloft.com/central/xmlrpc.php" />
	<link rel="alternate" type="application/rss+xml" title="Gameloft Central" href="http://www.gameloft.com/central/feed/" />
	<link rel="alternate" type="application/atom+xml" title="Gameloft Central" href="http://www.gameloft.com/central/feed/atom/" />
	<link rel="stylesheet" type="text/css" media="all" href="http://www.gameloft.com/central/wp-content/themes/theme53931/bootstrap/css/bootstrap.css" />
	<link rel="stylesheet" type="text/css" media="all" href="http://www.gameloft.com/central/wp-content/themes/theme53931/bootstrap/css/responsive.css" />
	<link rel="stylesheet" type="text/css" media="all" href="http://www.gameloft.com/central/wp-content/themes/CherryFramework/css/camera.css" />
	<link rel="stylesheet" type="text/css" media="all" href="http://www.gameloft.com/central/wp-content/themes/theme53931/style.css" />
	<meta http-equiv="X-UA-Compatible" content="IE=10" >

	
<!-- This site is optimized with the Yoast SEO plugin v4.1 - https://yoast.com/wordpress/plugins/seo/ -->
<meta name="description" content="Daily news and fun from the world of Gameloft games. All of the latest from your favorite free-to-play Android, iOS, and Windows mobile games."/>
<meta name="robots" content="noodp"/>
<link rel="canonical" href="http://www.gameloft.com/central/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Home - Gameloft Central" />
<meta property="og:description" content="Daily news and fun from the world of Gameloft games. All of the latest from your favorite free-to-play Android, iOS, and Windows mobile games." />
<meta property="og:url" content="http://www.gameloft.com/central/" />
<meta property="og:site_name" content="Gameloft Central" />
<meta property="og:image" content="http://www.gameloft.com/central/upload/first-gameloft-post-header.jpg" />
<meta property="og:image:width" content="1024" />
<meta property="og:image:height" content="576" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="Daily news and fun from the world of Gameloft games. All of the latest from your favorite free-to-play Android, iOS, and Windows mobile games." />
<meta name="twitter:title" content="Home - Gameloft Central" />
<meta name="twitter:image" content="http://www.gameloft.com/central/upload/first-gameloft-post-header.jpg" />
<script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","@id":"#website","url":"http:\/\/www.gameloft.com\/central\/","name":"Gameloft Central","potentialAction":{"@type":"SearchAction","target":"http:\/\/www.gameloft.com\/central\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script>
<!-- / Yoast SEO plugin. -->

<link rel='dns-prefetch' href='//www.gameloft.com' />
<link rel='dns-prefetch' href='//maps.googleapis.com' />
<link rel='dns-prefetch' href='//netdna.bootstrapcdn.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Gameloft Central &raquo; Feed" href="http://www.gameloft.com/central/feed/" />
<link rel="alternate" type="application/rss+xml" title="Gameloft Central &raquo; Comments Feed" href="http://www.gameloft.com/central/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="Gameloft Central &raquo; Home Comments Feed" href="http://www.gameloft.com/central/gameloft-central/feed/" />
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2\/svg\/","svgExt":".svg","source":{"wpemoji":"http:\/\/www.gameloft.com\/central\/wp-includes\/js\/wp-emoji.js?ver=4.6.1","twemoji":"http:\/\/www.gameloft.com\/central\/wp-includes\/js\/twemoji.js?ver=4.6.1"}};
			( function( window, document, settings ) {
	var src, ready, ii, tests;

	/**
	 * Detect if the browser supports rendering emoji or flag emoji. Flag emoji are a single glyph
	 * made of two characters, so some browsers (notably, Firefox OS X) don't support them.
	 *
	 * @since 4.2.0
	 *
	 * @param type {String} Whether to test for support of "simple", "flag", "diversity" or "unicode8" emoji.
	 * @return {Boolean} True if the browser can render emoji, false if it cannot.
	 */
	function browserSupportsEmoji( type ) {
		var canvas = document.createElement( 'canvas' ),
			context = canvas.getContext && canvas.getContext( '2d' ),
			stringFromCharCode = String.fromCharCode,
			flag, flag2, tonedata, tone, tone2;

		if ( ! context || ! context.fillText ) {
			return false;
		}

		/*
		 * Chrome on OS X added native emoji rendering in M41. Unfortunately,
		 * it doesn't work when the font is bolder than 500 weight. So, we
		 * check for bold rendering support to avoid invisible emoji in Chrome.
		 */
		context.textBaseline = 'top';
		context.font = '600 32px Arial';

		switch ( type ) {
			case 'flag':
				/*
				 * This works because the image will be one of three things:
				 * - Two empty squares, if the browser doesn't render emoji
				 * - Two squares with 'A' and 'U' in them, if the browser doesn't render flag emoji
				 * - The Australian flag
				 *
				 * The first two will encode to small images (1-2KB data URLs), the third will encode
				 * to a larger image (4-5KB data URL).
				 */
				context.fillText( stringFromCharCode( 55356, 56806, 55356, 56826 ), 0, 0 );
				if ( canvas.toDataURL().length < 3000 ) {
					return false;
				}

				context.clearRect( 0, 0, canvas.width, canvas.height );

				/*
				 * Test for rainbow flag compatibility. As the rainbow flag was added out of sequence with
				 * the usual Unicode release cycle, some browsers support it, and some don't, even if their
				 * Unicode support is up to date.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly (white flag emoji + rainbow emoji).
				 */
				context.fillText( stringFromCharCode( 55356, 57331, 65039, 8205, 55356, 57096 ), 0, 0 );
				flag = canvas.toDataURL();

				context.clearRect( 0, 0, canvas.width, canvas.height );

				context.fillText( stringFromCharCode( 55356, 57331, 55356, 57096 ), 0, 0 );
				flag2 = canvas.toDataURL();

				return flag !== flag2;
			case 'diversity':
				/*
				 * This tests if the browser supports the Emoji Diversity specification, by rendering an
				 * emoji with no skin tone specified (in this case, Santa). It then adds a skin tone, and
				 * compares if the emoji rendering has changed.
				 */
				context.fillText( stringFromCharCode( 55356, 57221 ), 0, 0 );
				tonedata = context.getImageData( 16, 16, 1, 1 ).data;
				tone = tonedata[0] + ',' + tonedata[1] + ',' + tonedata[2] + ',' + tonedata[3];

				context.fillText( stringFromCharCode( 55356, 57221, 55356, 57343 ), 0, 0 );
				// Chrome has issues comparing arrays, and Safari has issues converting arrays to strings.
				// So, we create our own string and compare that, instead.
				tonedata = context.getImageData( 16, 16, 1, 1 ).data;
				tone2 = tonedata[0] + ',' + tonedata[1] + ',' + tonedata[2] + ',' + tonedata[3];

				return tone !== tone2;
			case 'simple':
				/*
				 * This creates a smiling emoji, and checks to see if there is any image data in the
				 * center pixel. In browsers that don't support emoji, the character will be rendered
				 * as an empty square, so the center pixel will be blank.
				 */
				context.fillText( stringFromCharCode( 55357, 56835 ), 0, 0 );
				return context.getImageData( 16, 16, 1, 1 ).data[0] !== 0;
			case 'unicode8':
				/*
				 * To check for Unicode 8 support, let's try rendering the most important advancement
				 * that the Unicode Consortium have made in years: the burrito.
				 */
				context.fillText( stringFromCharCode( 55356, 57135 ), 0, 0 );
				return context.getImageData( 16, 16, 1, 1 ).data[0] !== 0;
			case 'unicode9':
				/*
				 * Do Unicode 9 emoji render?
				 * ¯\_(ツ)_/¯
				 */
				context.fillText( stringFromCharCode( 55358, 56631 ), 0, 0 );
				return context.getImageData( 16, 16, 1, 1 ).data[0] !== 0;
		}

		return false;
	}

	function addScript( src ) {
		var script = document.createElement( 'script' );

		script.src = src;
		script.type = 'text/javascript';
		document.getElementsByTagName( 'head' )[0].appendChild( script );
	}

	tests = Array( 'simple', 'flag', 'unicode8', 'diversity', 'unicode9' );

	settings.supports = {
		everything: true,
		everythingExceptFlag: true
	};

	for( ii = 0; ii < tests.length; ii++ ) {
		settings.supports[ tests[ ii ] ] = browserSupportsEmoji( tests[ ii ] );

		settings.supports.everything = settings.supports.everything && settings.supports[ tests[ ii ] ];

		if ( 'flag' !== tests[ ii ] ) {
			settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ tests[ ii ] ];
		}
	}

	settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag;

	settings.DOMReady = false;
	settings.readyCallback = function() {
		settings.DOMReady = true;
	};

	if ( ! settings.supports.everything ) {
		ready = function() {
			settings.readyCallback();
		};

		if ( document.addEventListener ) {
			document.addEventListener( 'DOMContentLoaded', ready, false );
			window.addEventListener( 'load', ready, false );
		} else {
			window.attachEvent( 'onload', ready );
			document.attachEvent( 'onreadystatechange', function() {
				if ( 'complete' === document.readyState ) {
					settings.readyCallback();
				}
			} );
		}

		src = settings.source || {};

		if ( src.concatemoji ) {
			addScript( src.concatemoji );
		} else if ( src.wpemoji && src.twemoji ) {
			addScript( src.twemoji );
			addScript( src.wpemoji );
		}
	}

} )( window, document, window._wpemojiSettings );
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<link rel='stylesheet' id='opinionstage-style-css'  href='http://www.gameloft.com/central/wp-content/plugins/social-polls-by-opinionstage/opinionstage-style-common.css?ver=4.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='opinionstage-font-style-css'  href='http://www.gameloft.com/central/wp-content/plugins/social-polls-by-opinionstage/opinionstage-font.css?ver=4.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='flexslider-css'  href='http://www.gameloft.com/central/wp-content/plugins/cherry-plugin/lib/js/FlexSlider/flexslider.css?ver=2.2.0' type='text/css' media='all' />
<link rel='stylesheet' id='owl-carousel-css'  href='http://www.gameloft.com/central/wp-content/plugins/cherry-plugin/lib/js/owl-carousel/owl.carousel.css?ver=1.24' type='text/css' media='all' />
<link rel='stylesheet' id='owl-theme-css'  href='http://www.gameloft.com/central/wp-content/plugins/cherry-plugin/lib/js/owl-carousel/owl.theme.css?ver=1.24' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-css'  href='//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css?ver=3.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='cherry-plugin-css'  href='http://www.gameloft.com/central/wp-content/plugins/cherry-plugin/includes/css/cherry-plugin.css?ver=1.2.8.1' type='text/css' media='all' />
<link rel='stylesheet' id='advanced-responsive-video-embedder-css'  href='http://www.gameloft.com/central/wp-content/plugins/advanced-responsive-video-embedder/public/arve-public.css?ver=8.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='cherry-lazy-load-css'  href='http://www.gameloft.com/central/wp-content/plugins/cherry-lazy-load/css/lazy-load.css?ver=1.0' type='text/css' media='all' />
<link rel='stylesheet' id='cherry-parallax-css'  href='http://www.gameloft.com/central/wp-content/plugins/cherry-parallax/css/parallax.css?ver=1.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='wsl-widget-css'  href='http://www.gameloft.com/central/wp-content/plugins/wordpress-social-login/assets/css/style.css?ver=4.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='mailchimp-for-wp-checkbox-css'  href='http://www.gameloft.com/central/wp-content/plugins/mailchimp/assets/css/checkbox.css?ver=2.3.18' type='text/css' media='all' />
<link rel='stylesheet' id='theme53931-css'  href='http://www.gameloft.com/central/wp-content/themes/theme53931/main-style.css' type='text/css' media='all' />
<link rel='stylesheet' id='magnific-popup-css'  href='http://www.gameloft.com/central/wp-content/themes/CherryFramework/css/magnific-popup.css?ver=0.9.3' type='text/css' media='all' />
<link rel='stylesheet' id='mailchimp-for-wp-form-css'  href='http://www.gameloft.com/central/wp-content/plugins/mailchimp/assets/css/form.css?ver=2.3.18' type='text/css' media='all' />
<link rel='stylesheet' id='options_typography_Roboto+Condensed-css'  href='//fonts.googleapis.com/css?family=Roboto+Condensed&#038;subset=latin' type='text/css' media='all' />
<link rel='stylesheet' id='options_typography_Ubuntu-css'  href='//fonts.googleapis.com/css?family=Ubuntu&#038;subset=latin' type='text/css' media='all' />
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/jquery-1.7.2.min.js?ver=1.7.2'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/plugins/cherry-plugin/lib/js/jquery.easing.1.3.js?ver=1.3'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/plugins/cherry-plugin/lib/js/elasti-carousel/jquery.elastislide.js?ver=1.2.8.1'></script>

<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/jquery-migrate-1.2.1.min.js?ver=1.2.1'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-includes/js/swfobject.js?ver=2.2-20120417'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/modernizr.js?ver=2.0.6'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/jflickrfeed.js?ver=1.0'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/custom.js?ver=1.0'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/bootstrap/js/bootstrap.min.js?ver=2.3.0'></script>
<link rel='shortlink' href='http://www.gameloft.com/central/' />
<script type="text/javascript">
(function(url){
	if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; }
	var addEvent = function(evt, handler) {
		if (window.addEventListener) {
			document.addEventListener(evt, handler, false);
		} else if (window.attachEvent) {
			document.attachEvent('on' + evt, handler);
		}
	};
	var removeEvent = function(evt, handler) {
		if (window.removeEventListener) {
			document.removeEventListener(evt, handler, false);
		} else if (window.detachEvent) {
			document.detachEvent('on' + evt, handler);
		}
	};
	var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' ');
	var logHuman = function() {
		var wfscr = document.createElement('script');
		wfscr.type = 'text/javascript';
		wfscr.async = true;
		wfscr.src = url + '&r=' + Math.random();
		(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr);
		for (var i = 0; i < evts.length; i++) {
			removeEvent(evts[i], logHuman);
		}
	};
	for (var i = 0; i < evts.length; i++) {
		addEvent(evts[i], logHuman);
	}
})('//www.gameloft.com/central/?wordfence_logHuman=1&hid=AFFA221B33E2F87A9A4161FFFBB06D3C');
</script><script type="text/javascript"><!--
function powerpress_pinw(pinw_url){window.open(pinw_url, 'PowerPressPlayer','toolbar=0,status=0,resizable=1,width=460,height=320');	return false;}
//-->
</script>
<script>
 var system_folder = 'http://www.gameloft.com/central/wp-content/themes/CherryFramework/admin/data_management/',
	 CHILD_URL ='http://www.gameloft.com/central/wp-content/themes/theme53931',
	 PARENT_URL = 'http://www.gameloft.com/central/wp-content/themes/CherryFramework', 
	 CURRENT_THEME = 'theme53931'</script>
<style type='text/css'>

</style>		<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
		<script>
    (function (i, s, o, g, r, a, m) {
        i['GoogleAnalyticsObject'] = r;
        i[r] = i[r] || function () {
                (i[r].q = i[r].q || []).push(arguments)
            }, i[r].l = 1 * new Date();
        a = s.createElement(o),
            m = s.getElementsByTagName(o)[0];
        a.async = 1;
        a.src = g;
        m.parentNode.insertBefore(a, m)
    })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');

    ga('create', 'UA-22614106-2', 'auto');
    ga('send', 'pageview');
</script>

<style type='text/css'>
h1 { font: normal 30px/35px Roboto Condensed;  color:#ffffff; }
h2 { font: bold 24px/25px Roboto Condensed;  color:#0095f3; }
h3 { font: normal 20px/26px Roboto Condensed;  color:#000000; }
h4 { font: bold 14px/20px Roboto Condensed;  color:#000000; }
h5 { font: normal 12px/18px Roboto Condensed;  color:#000000; }
h6 { font: normal 12px/18px Roboto Condensed;  color:#333333; }
body { font-weight: normal;}
.logo_h__txt, .logo_link { font: bold 40px/40px Ubuntu;  color:#000000; }
.sf-menu > li > a { font: bold 20px/20px Ubuntu;  color:#000000; }
.nav.footer-nav a { font: normal 14px/18px Ubuntu;  color:#ffffff; }
</style>
		<!--[if lt IE 9]>
		<div id="ie7-alert" style="width: 100%; text-align:center;">
			<img src="http://tmbhtest.com/images/ie7.jpg" alt="Upgrade IE 8" width="640" height="344" border="0" usemap="#Map" />
			<map name="Map" id="Map"><area shape="rect" coords="496,201,604,329" href="http://www.microsoft.com/windows/internet-explorer/default.aspx" target="_blank" alt="Download Interent Explorer" /><area shape="rect" coords="380,201,488,329" href="http://www.apple.com/safari/download/" target="_blank" alt="Download Apple Safari" /><area shape="rect" coords="268,202,376,330" href="http://www.opera.com/download/" target="_blank" alt="Download Opera" /><area shape="rect" coords="155,202,263,330" href="http://www.mozilla.com/" target="_blank" alt="Download Firefox" /><area shape="rect" coords="35,201,143,329" href="http://www.google.com/chrome" target="_blank" alt="Download Google Chrome" />
			</map>
		</div>
	<![endif]-->
	<script type="text/javascript">
		// Init navigation menu
		jQuery(function(){
		// main navigation init
			jQuery('ul.sf-menu').superfish({
				delay: 1000, // the delay in milliseconds that the mouse can remain outside a sub-menu without it closing
				animation: {
					opacity: "show",
					height: "show"
				}, // used to animate the sub-menu open
				speed: "normal", // animation speed
				autoArrows: false, // generation of arrow mark-up (for submenu)
				disableHI: true // to disable hoverIntent detection
			});

		//Zoom fix
		//IPad/IPhone

		});
	</script>
	<!-- stick up menu -->
	<script type="text/javascript">
		jQuery(document).ready(function(){
			if(!device.mobile() && !device.tablet()){
				jQuery('header .custom_poz').tmStickUp({
					correctionSelector: jQuery('#wpadminbar')
				,	listenSelector: jQuery('.listenSelector')
				,	active: true				,	pseudo: true				});
			}
		})
	</script>
	<script type="text/javascript">
		$(document).ready(function(){
			$('.ga-middle').each(function () {
				var bbMiddleCo = ($(this).outerHeight() / 2) * -1;
				$(this).css({marginTop: bbMiddleCo});
			});
			gaOnscroll();
		});
		$(window).scroll(function () {
			gaOnscroll();
		});
		function gaOnscroll()
		{
			var baTopheight = 300;
			if ($(window).scrollTop() > baTopheight) {
				$('.ho-co-social').addClass('active');
			} else {
				$('.ho-co-social').removeClass('active');
			}
		}
	</script>
	<script>
		// ---------------------------------------------------------
		// Language Selector
		// ---------------------------------------------------------
		$(document).ready(function() {
			$('.ga-la-main').click(function(event) {
				event.stopPropagation();
				$(this).toggleClass('active');
				$('.ga-la-select').slideToggle(250);
			});
		});
		//close dropdoown outside container
		var notClick = 1;
		$(document).on('click keyup', function(event){
			if(notClick || event.keyCode == 27){
				event.stopPropagation();
				$('.ga-la-main').removeClass('active');
				$('.ga-la-select').slideUp(250);
			};
		});
	</script>
	<style>
		.bp-box, .s-p-f-lang .ga-la-main, .s-p-f-lang .ga-la-select { box-sizing: border-box; }
		.ease, .s-p-f-lang .ga-la-main, a, input[type="submit"], button { transition: all 0.5s ease; }
		.s-p-f-lang { margin-top: 10px; }
		.s-p-f-lang .ga-lang { z-index: 10; position: relative; font-size: 14px; }
		.s-p-f-lang .ga-la-main { position: relative; padding: 15px; background: #2a2a2a; cursor: pointer;  color: #ccc; }
		.s-p-f-lang .ga-la-main:active { background: rgba(255, 255, 255, 0.2); }
		.s-p-f-lang .ga-la-main .icon { display: block; float: left; }
		.s-p-f-lang .ga-la-main .capt { display: block; padding: 1px 0px; }
		.s-p-f-lang .ga-la-main:before { content: ''; display: block; float: none; clear: both; }
		.s-p-f-lang .ga-la-main:after { content: '\f078'; display: block; position: absolute; top: 42%; right: 0; margin: -5px 15px 0 15px; font-family: 'FontAwesome'; font-size: 14px; }
		.s-p-f-lang .ga-la-main.active:after { content: '\f077'; }
		.s-p-f-lang .ga-la-select { display: none; position: absolute; bottom: 100%; left: 0; width: 100%; background: #ffffff; overflow-x: hidden; }
		.s-p-f-lang .ga-la-select::-webkit-scrollbar { width: 5px; }
		.s-p-f-lang .ga-la-select::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
		.s-p-f-lang .ga-la-select::-webkit-scrollbar-thumb { background: #000; }
		.s-p-f-lang .ga-la-select ul { box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); }
		.s-p-f-lang .ga-la-select li { position: relative; display: block; background: #ffffff; margin: 0; }
		.s-p-f-lang .ga-la-select li a { display: block; padding: 10px; color: #2d2d2d !important; }
		.s-p-f-lang .ga-la-select li a .icon { display: block; float: left; }
		.s-p-f-lang .ga-la-select li a .capt { display: block; padding: 1px 0px; }
		.s-p-f-lang .ga-la-select li a:hover { background: #0095f3 !important; color: #ffffff !important; }
		.s-p-f-lang .ga-la-select li.active { background: #0095f3; }
		.s-p-f-lang .ga-la-select li.active a { color: #ffffff !important; }
		.s-p-f-lang .ga-la-select li.active:after { content: '\f077'; display: block; position: absolute; top: 50%; right: 0; margin: -10px 15px 0 15px; font-family: 'FontAwesome'; font-size: 12px; color: #fff !important; }
		.footer .ext_poz1 >div >div {border-bottom: none !important;}
	</style>
	
</head>

<body class="home page page-id-203 page-template page-template-page-home page-template-page-home-php">
		<div class="ho-co-social">
		<ul class="ga-middle">
												<li>
						<a class="facebook" href="http://facebook.com/gameloft" title="Facebook" target="_blank" rel="noopener noreferrer">
							<span class="icon-facebook"></span>
						</a>
					</li>
																<li>
						<a class="youtube" href="https://www.youtube.com/user/gameloft" title="Youtube" target="_blank" rel="noopener noreferrer">
							<span class="icon-youtube"></span>
						</a>
					</li>
																<li>
						<a class="twitter" href="https://twitter.com/gameloft" title="Twitter" target="_blank" rel="noopener noreferrer">
							<span class="icon-twitter"></span>
						</a>
					</li>
																<li>
						<a class="instagram" href="https://www.instagram.com/gameloft/" title="Instagram" target="_blank" rel="noopener noreferrer">
							<span class="icon-instagram"></span>
						</a>
					</li>
																<li>
						<a class="snapchat" href="https://www.snapchat.com/add/gameloftsnaps" title="Snapchat" target="_blank" rel="noopener noreferrer">
							<span class="icon-snapchat"></span>
						</a>
					</li>
																<li>
						<a class="linkedin" href="https://www.linkedin.com/company/gameloft" title="Linkedin" target="_blank" rel="noopener noreferrer">
							<span class="icon-linkedin"></span>
						</a>
					</li>
																<li>
						<a class="twitch" href="https://www.twitch.tv/gameloft" title="Twitch" target="_blank" rel="noopener noreferrer">
							<span class="icon-twitch"></span>
						</a>
					</li>
									</ul>
	</div>
	<div id="motopress-main" class="main-holder">
		<div class="motopress-wrapper title_block" style="background-image: url() !important">
			<div class="container"></div>
		</div>
		<!--Begin #motopress-main-->
		<header class="motopress-wrapper header">
			<div class="container">
				<div class="row">
					<div class="span12" data-motopress-wrapper-file="wrapper/wrapper-header.php" data-motopress-wrapper-type="header" data-motopress-id="59750e3a4d7a0">
						<div class="custom_poz">
	<div class="menu_bg"></div>
	<div class="container">
		<div class="row">
			<div class="span3 menu_item">
				<div class="menu_btn title_nav">Menu</div>
			</div>
			<div class="span6 logo_poz">
				<div data-motopress-type="static" data-motopress-static-file="static/static-logo.php">
					<!-- BEGIN LOGO -->
<div class="logo pull-left">
									<a href="http://www.gameloft.com/central/" class="logo_h logo_h__img"><img src="http://www.gameloft.com/central/upload/Gameloft-Central_Balck-line.png" alt="Gameloft Central" title="Gameloft games, news, and fun"></a>
						<p class="logo_tagline">Gameloft games, news, and fun</p><!-- Site Tagline -->
	</div>
<!-- END LOGO -->				</div>
			</div>
			<div class="span3">
				<div class="hidden-phone" data-motopress-type="static" data-motopress-static-file="static/static-search.php">
					<!-- BEGIN SEARCH FORM -->
	<div class="search-form search-form__h hidden-phone clearfix">
		<form id="search-header" class="navbar-form pull-right" method="get" action="http://www.gameloft.com/central/" accept-charset="utf-8">
			<input data-search="" type="text" name="s" placeholder="" class="search-form_it">
						<input type="submit" value="Go" id="search-form_is" class="search-form_is btn btn-primary">
		</form>
	</div>
<!-- END SEARCH FORM -->				</div>
			</div>
		</div>
		<div class="row">
			<div class="container">
				<div class="span12 block_mob">
					
				</div>
			</div>
		</div>
	</div>
</div>
<div class="block_mega">
	<div class="block_inner">
		<div class="container">
			<div class="row">
				<div class="span3 block_00">
					<div class="block_menu">
						<div data-motopress-type="static" data-motopress-static-file="static/static-nav.php">
							<!-- BEGIN MAIN NAVIGATION -->
<nav class="nav nav__primary clearfix">
<ul id="topnav" class="sf-menu"><li id="menu-item-1974" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-203 current_page_item"><a href="http://www.gameloft.com/central/">Home</a></li>
<li id="menu-item-3396" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://www.gameloft.com/central/blog/">Read all posts</a></li>
<li id="menu-item-1978" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="http://www.gameloft.com/central/about/archives/">Archives</a></li>
<li id="menu-item-3394" class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="http://www.gameloft.com">Gameloft.com</a></li>
<li id="menu-item-2955" class="menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="https://forum.gameloft.com/index.php">Gameloft Forums</a></li>
</ul></nav><!-- END MAIN NAVIGATION -->						</div>
					</div>
				</div>
				<div class="span3 block_01">
					<div data-motopress-type="dynamic-sidebar" data-motopress-sidebar-id="header-sidebar-1">
						<div id="categories-7" class="visible-all-devices "><h4>Categories</h4>		<ul>
	<li class="cat-item cat-item-57"><a href="http://www.gameloft.com/central/category/asphalt/" >Asphalt</a>
</li>
	<li class="cat-item cat-item-56"><a href="http://www.gameloft.com/central/category/blitz-brigade/" >Blitz Brigade</a>
</li>
	<li class="cat-item cat-item-267"><a href="http://www.gameloft.com/central/category/city-mania/" >City Mania</a>
</li>
	<li class="cat-item cat-item-53"><a href="http://www.gameloft.com/central/category/community/" >Community</a>
</li>
	<li class="cat-item cat-item-58"><a href="http://www.gameloft.com/central/category/dragon-mania/" >Dragon Mania</a>
</li>
	<li class="cat-item cat-item-59"><a href="http://www.gameloft.com/central/category/dungeon-hunter/" >Dungeon Hunter</a>
</li>
	<li class="cat-item cat-item-70"><a href="http://www.gameloft.com/central/category/esports/" >eSports</a>
</li>
	<li class="cat-item cat-item-209"><a href="http://www.gameloft.com/central/category/gameloft-videos/" >Gameloft Videos</a>
</li>
	<li class="cat-item cat-item-61"><a href="http://www.gameloft.com/central/category/gangstar/" >Gangstar</a>
</li>
	<li class="cat-item cat-item-64"><a href="http://www.gameloft.com/central/category/gods-of-rome/" >Gods of Rome</a>
</li>
	<li class="cat-item cat-item-55"><a href="http://www.gameloft.com/central/category/guide/" >Guide</a>
</li>
	<li class="cat-item cat-item-261"><a href="http://www.gameloft.com/central/category/iron-blade/" >Iron Blade</a>
</li>
	<li class="cat-item cat-item-165"><a href="http://www.gameloft.com/central/category/little-big-city/" >Little Big City</a>
</li>
	<li class="cat-item cat-item-62"><a href="http://www.gameloft.com/central/category/march-of-empires/" >March of Empires</a>
</li>
	<li class="cat-item cat-item-63"><a href="http://www.gameloft.com/central/category/modern-combat/" >Modern Combat</a>
</li>
	<li class="cat-item cat-item-177"><a href="http://www.gameloft.com/central/category/n-o-v-a/" >N.O.V.A.</a>
</li>
	<li class="cat-item cat-item-118"><a href="http://www.gameloft.com/central/category/order-chaos/" >Order &amp; Chaos</a>
</li>
	<li class="cat-item cat-item-293"><a href="http://www.gameloft.com/central/category/promoted-content/" >Promoted Content</a>
</li>
	<li class="cat-item cat-item-69"><a href="http://www.gameloft.com/central/category/quiz/" >Quiz</a>
</li>
	<li class="cat-item cat-item-94"><a href="http://www.gameloft.com/central/category/sniper-fury/" >Sniper Fury</a>
</li>
	<li class="cat-item cat-item-146"><a href="http://www.gameloft.com/central/category/spider-man-unlimited/" >Spider-Man Unlimited</a>
</li>
	<li class="cat-item cat-item-95"><a href="http://www.gameloft.com/central/category/world-at-arms/" >World at Arms</a>
</li>
	<li class="cat-item cat-item-66"><a href="http://www.gameloft.com/central/category/zombie-anarchy/" >Zombie Anarchy</a>
</li>
		</ul>
</div>					</div>
				</div>
				<div class="span3 block_02">
					<div data-motopress-type="dynamic-sidebar" data-motopress-sidebar-id="header-sidebar-2">
											</div>
				</div>
			</div>
		</div>
	</div>
</div>					</div>
				</div>
			</div>
		</header>

<script type="text/javascript">
	jQuery(document).ready(function($) {
		if(!device.mobile() && !device.tablet()){
			liteModeSwitcher = false;
		}else{
			liteModeSwitcher = true;
		}
		if($.browser.msie && parseInt($.browser.version) < 9){
	         liteModeSwitcher = true;
	    }

			jQuery('#parallax-slider-59750e3a589a4').parallaxSlider({
				parallaxEffect: "parallax_effect_normal"
			,	parallaxInvert: false			,	animateLayout: "simple-fade-eff"
			,	duration: 1500			,	autoSwitcher: true			,	autoSwitcherDelay: 10000			,	scrolling_description: false			,	slider_navs: true			,	slider_pagination: "buttons_pagination"
			,	liteMode :liteModeSwitcher
			});

	});
</script>

<div id="parallax-slider-59750e3a589a4" class="parallax-slider"><ul class="baseList"><li data-preview="/central/upload/SliderASSR.jpg" data-thumb-url="/central/upload/SliderASSR.jpg" data-ulr-link="/central/tag/assr/" ><div class="slider_caption"><h2>Feel the rush in Asphalt Street Storm Racing</h2>
<h3><span style="color: #ffffff;">Prepare for the ride of your life in Asphalt's take on the high-speed sport of drag racing.</h3>
<a href="/central/tag/assr/" class="btn-primary type_2">Read more</a></div></li><li data-preview="/central/upload/IB-Slider.jpg" data-thumb-url="/central/upload/IB-Slider.jpg" data-ulr-link="/central/iron-blade/take-up-your-iron-blade-and-fight-for-the-templar/" ><div class="slider_caption"><h2>Join the Templar and fight evil in Iron Blade</h2>
<h3><span style="color: #ffffff;">Gameloft's medieval action RPG is out now - and you won't believe how good it looks.</h3>
<a href="/central/iron-blade/take-up-your-iron-blade-and-fight-for-the-templar/" class="btn-primary type_2">Read more</a></div></li><li data-preview="/central/upload/Slider-MCVS.jpg" data-thumb-url="/central/upload/Slider-MCVS.jpg" data-ulr-link="http://www.gameloft.com/central/tag/mcvs/" ><div class="slider_caption"><h2>Discover Modern Combat Versus</h2>
<h3><span style="color: #ffffff;">Prepare for the next evolution in online multiplayer shooters for mobile.</h3>
<a href="/central/tag/mcvs/" class="btn-primary type_2">Read more</a></div></li><li data-preview="/central/upload/GNO-slider.png" data-thumb-url="/central/upload/GNO-slider.png" data-ulr-link="/central/tag/gno/" ><div class="slider_caption"><h2>Gangstar New Orleans</h2>
<h3><span style="color: #ffffff;">The latest installment in Gameloft's open-world action game series is here - make sure you are up-to-date with all the latest news.</h3>
<a href="/central/tag/gno/" class="btn-primary type_2">Read more</a></div></li></ul></div>

<div class="motopress-wrapper content-holder clearfix">
	<div data-count="1" class="container">
		<div class="row">
						<div class="span12" data-motopress-wrapper-file="page-home.php" data-motopress-wrapper-type="content">
				<div class="row">
					<div class="span12" data-motopress-type="static" data-motopress-static-file="static/static-slider.php">
							<div class="slider_off"><!--slider off--></div>
					</div>
				</div>
				<div class="row">
					<div class="span12" data-motopress-type="loop" data-motopress-loop-file="loop/loop-page.php">
							<div id="post-203" class="page post-203 type-page status-publish has-post-thumbnail hentry">
		<div class="row ">
<div class="span12 "><section class="lazy-load-box trigger effect-slidedown " data-delay="200" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<h2 style="text-align: center;">Featured posts</h2>
</section></div>
<div class="clear"></div><!-- .clear (end) -->
<div class="span3 "><section class="lazy-load-box trigger effect-slidefromleft " data-delay="500" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/n-o-v-a/n-o-v-a-legacy-update-2-handguns-overview/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/Handguns-featured.png" alt="N.O.V.A. Legacy Update 2: Handguns Overview" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/n-o-v-a/n-o-v-a-legacy-update-2-handguns-overview/" title="N.O.V.A. Legacy Update 2: Handguns Overview">N.O.V.A. Legacy Update 2: Handguns Overview</a></h5><a href="http://www.gameloft.com/central/n-o-v-a/n-o-v-a-legacy-update-2-handguns-overview/" title="N.O.V.A. Legacy Update 2: Handguns Overview"><div class="post_metabox">N.O.V.A. Legacy Update 2: Handguns Overview</div></a></div><a href="http://www.gameloft.com/central/n-o-v-a/n-o-v-a-legacy-update-2-handguns-overview/" title="N.O.V.A. Legacy Update 2: Handguns Overview"><p class="excerpt">N.O.V.A. Legacy's second update delivered a huge overhaul to the game's weapon system. Every gun&hellip;</p></a><a href="http://www.gameloft.com/central/n-o-v-a/n-o-v-a-legacy-update-2-handguns-overview/" class="btn btn-primary" title="N.O.V.A. Legacy Update 2: Handguns Overview">Read more</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-07-21T13:04:56">21 Jul 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/n-o-v-a/n-o-v-a-legacy-update-2-handguns-overview/" class="comments_link">0</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slidefromleft " data-delay="400" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/dungeon-hunter/brave-new-challenges-in-dungeon-hunter-5s-update/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/cover-featured.png" alt="Brave new challenges in Dungeon Hunter 5" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/dungeon-hunter/brave-new-challenges-in-dungeon-hunter-5s-update/" title="Brave new challenges in Dungeon Hunter 5">Brave new challenges in Dungeon Hunter 5</a></h5><a href="http://www.gameloft.com/central/dungeon-hunter/brave-new-challenges-in-dungeon-hunter-5s-update/" title="Brave new challenges in Dungeon Hunter 5"><div class="post_metabox">Brave new challenges in Dungeon Hunter 5</div></a></div><a href="http://www.gameloft.com/central/dungeon-hunter/brave-new-challenges-in-dungeon-hunter-5s-update/" title="Brave new challenges in Dungeon Hunter 5"><p class="excerpt">You know you must be brave to become a Bounty Hunter in Valenthia. Dungeon Hunter&hellip;</p></a><a href="http://www.gameloft.com/central/dungeon-hunter/brave-new-challenges-in-dungeon-hunter-5s-update/" class="btn btn-primary" title="Brave new challenges in Dungeon Hunter 5">Read more</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-07-21T08:54:38">21 Jul 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/dungeon-hunter/brave-new-challenges-in-dungeon-hunter-5s-update/" class="comments_link">0</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slidefromleft " data-delay="300" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/march-of-empires/prepare-age-wonder-march-empires/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/Featured-Image-16.png" alt="Prepare for an age of Wonder in March of Empires" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/march-of-empires/prepare-age-wonder-march-empires/" title="Prepare for an age of Wonder in March of Empires">Prepare for an age of Wonder in March of Empires</a></h5><a href="http://www.gameloft.com/central/march-of-empires/prepare-age-wonder-march-empires/" title="Prepare for an age of Wonder in March of Empires"><div class="post_metabox">Prepare for an age of Wonder in MoE</div></a></div><a href="http://www.gameloft.com/central/march-of-empires/prepare-age-wonder-march-empires/" title="Prepare for an age of Wonder in March of Empires"><p class="excerpt">My Liege, we have exciting new information about something called "Update 16". It is set&hellip;</p></a><a href="http://www.gameloft.com/central/march-of-empires/prepare-age-wonder-march-empires/" class="btn btn-primary" title="Prepare for an age of Wonder in March of Empires">Read more</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-07-21T08:43:15">21 Jul 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/march-of-empires/prepare-age-wonder-march-empires/" class="comments_link">1</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slidefromleft " data-delay="200" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/blitz-brigade/zombies-invade-blitz-brigade/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/Featured-zombies.png" alt="Zombies invade the world of Blitz Brigade" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/manuel/">Manuel Gameloft</a></span><h5><a href="http://www.gameloft.com/central/blitz-brigade/zombies-invade-blitz-brigade/" title="Zombies invade the world of Blitz Brigade">Zombies invade the world of Blitz Brigade</a></h5><a href="http://www.gameloft.com/central/blitz-brigade/zombies-invade-blitz-brigade/" title="Zombies invade the world of Blitz Brigade"><div class="post_metabox">Zombies invade in the world of Blitz Brigade</div></a></div><a href="http://www.gameloft.com/central/blitz-brigade/zombies-invade-blitz-brigade/" title="Zombies invade the world of Blitz Brigade"><p class="excerpt">Blitz Brigade has been invaded by new enemies in its latest update. If allies and&hellip;</p></a><a href="http://www.gameloft.com/central/blitz-brigade/zombies-invade-blitz-brigade/" class="btn btn-primary" title="Zombies invade the world of Blitz Brigade">Read more</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-07-20T14:46:53">20 Jul 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/blitz-brigade/zombies-invade-blitz-brigade/" class="comments_link">1</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="clear"></div><!-- .clear (end) -->
<div class="span3 "><section class="lazy-load-box trigger effect-slidefromright " data-delay="200" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/order-chaos/guild-masters-tales-part-2-thepizzaboy/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/Nate_featured.png" alt="Guild Masters’ Tales Part 2. ThePizzaBoy" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/order-and-chaos-online-team/">Order and Chaos team</a></span><h5><a href="http://www.gameloft.com/central/order-chaos/guild-masters-tales-part-2-thepizzaboy/" title="Guild Masters’ Tales Part 2. ThePizzaBoy">Guild Masters’ Tales Part 2. ThePizzaBoy</a></h5><a href="http://www.gameloft.com/central/order-chaos/guild-masters-tales-part-2-thepizzaboy/" title="Guild Masters’ Tales Part 2. ThePizzaBoy"><div class="post_metabox">Guild Masters’ Tales Part 2. ThePizzaBoy</div></a></div><a href="http://www.gameloft.com/central/order-chaos/guild-masters-tales-part-2-thepizzaboy/" title="Guild Masters’ Tales Part 2. ThePizzaBoy"><p class="excerpt">The Order and Chaos Online team are continuing to delve into the lives of their&hellip;</p></a><a href="http://www.gameloft.com/central/order-chaos/guild-masters-tales-part-2-thepizzaboy/" class="btn btn-primary" title="Guild Masters’ Tales Part 2. ThePizzaBoy">Read more</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-07-20T08:59:28">20 Jul 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/order-chaos/guild-masters-tales-part-2-thepizzaboy/" class="comments_link">0</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slidefromright " data-delay="300" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/dungeon-hunter/fight-through-the-bat-kingdom-with-avenged-sevenfold/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/A7X-featured.jpg" alt="Fight through the Bat Kingdom with Avenged Sevenfold" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/dungeon-hunter/fight-through-the-bat-kingdom-with-avenged-sevenfold/" title="Fight through the Bat Kingdom with Avenged Sevenfold">Fight through the Bat Kingdom with Avenged Sevenfold</a></h5><a href="http://www.gameloft.com/central/dungeon-hunter/fight-through-the-bat-kingdom-with-avenged-sevenfold/" title="Fight through the Bat Kingdom with Avenged Sevenfold"><div class="post_metabox">Fight through the Bat Kingdom with A7X</div></a></div><a href="http://www.gameloft.com/central/dungeon-hunter/fight-through-the-bat-kingdom-with-avenged-sevenfold/" title="Fight through the Bat Kingdom with Avenged Sevenfold"><p class="excerpt">For the last few months Dungeon Hunter 5 has been working in conjunction with Universal&hellip;</p></a><a href="http://www.gameloft.com/central/dungeon-hunter/fight-through-the-bat-kingdom-with-avenged-sevenfold/" class="btn btn-primary" title="Fight through the Bat Kingdom with Avenged Sevenfold">Read more</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-07-19T12:04:24">19 Jul 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/dungeon-hunter/fight-through-the-bat-kingdom-with-avenged-sevenfold/" class="comments_link">2</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slidefromright " data-delay="400" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/asphalt/german-engineering-gives-edge-street-storm/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/Porsche-is-here.jpg" alt="German engineering gives you the edge in Street Storm" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/asphalt/german-engineering-gives-edge-street-storm/" title="German engineering gives you the edge in Street Storm">German engineering gives you the edge in Street Storm</a></h5><a href="http://www.gameloft.com/central/asphalt/german-engineering-gives-edge-street-storm/" title="German engineering gives you the edge in Street Storm"><div class="post_metabox">German engineering gives you the edge</div></a></div><a href="http://www.gameloft.com/central/asphalt/german-engineering-gives-edge-street-storm/" title="German engineering gives you the edge in Street Storm"><p class="excerpt">Speeding towards the checkered flag in mere moments demands speed and power, but for many&hellip;</p></a><a href="http://www.gameloft.com/central/asphalt/german-engineering-gives-edge-street-storm/" class="btn btn-primary" title="German engineering gives you the edge in Street Storm">Read more</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-07-19T09:13:33">19 Jul 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/asphalt/german-engineering-gives-edge-street-storm/" class="comments_link">0</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slidefromright " data-delay="500" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/gangstar/gno-players-homes-are-their-mansions/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/featured-image-update-2.png" alt="GNO players&#8217; homes are their Mansions" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/gangstar/gno-players-homes-are-their-mansions/" title="GNO players&#8217; homes are their Mansions">GNO players&#8217; homes are their Mansions</a></h5><a href="http://www.gameloft.com/central/gangstar/gno-players-homes-are-their-mansions/" title="GNO players&#8217; homes are their Mansions"><div class="post_metabox">GNO players' homes are their Mansions</div></a></div><a href="http://www.gameloft.com/central/gangstar/gno-players-homes-are-their-mansions/" title="GNO players&#8217; homes are their Mansions"><p class="excerpt">The first update to Gangstar New Orleans added everything from Airplanes to Zombies. I suppose&hellip;</p></a><a href="http://www.gameloft.com/central/gangstar/gno-players-homes-are-their-mansions/" class="btn btn-primary" title="GNO players&#8217; homes are their Mansions">Read more</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-07-18T15:17:26">18 Jul 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/gangstar/gno-players-homes-are-their-mansions/" class="comments_link">1</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="clear"></div><!-- .clear (end) -->
<div class="span3 "><section class="lazy-load-box trigger effect-slideup " data-delay="500" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/modern-combat/exclusive-modern-combat-versus-pre-register-rewards-google-play/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/Featured-google-play-pre-reg.png" alt="Exclusive Modern Combat Versus pre-register rewards on Google Play" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/modern-combat/exclusive-modern-combat-versus-pre-register-rewards-google-play/" title="Exclusive Modern Combat Versus pre-register rewards on Google Play">Exclusive Modern Combat Versus pre-register rewards on Google Play</a></h5><a href="http://www.gameloft.com/central/modern-combat/exclusive-modern-combat-versus-pre-register-rewards-google-play/" title="Exclusive Modern Combat Versus pre-register rewards on Google Play"><div class="post_metabox">MCVS pre-register rewards on Google Play</div></a></div><a href="http://www.gameloft.com/central/modern-combat/exclusive-modern-combat-versus-pre-register-rewards-google-play/" title="Exclusive Modern Combat Versus pre-register rewards on Google Play"><p class="excerpt">Pre-registration for Gameloft’s upcoming multiplayer shooter Modern Combat Versus is continuing, and growing. As well&hellip;</p></a><a href="http://www.gameloft.com/central/modern-combat/exclusive-modern-combat-versus-pre-register-rewards-google-play/" class="btn btn-primary" title="Exclusive Modern Combat Versus pre-register rewards on Google Play">Read more</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-07-14T13:22:19">14 Jul 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/modern-combat/exclusive-modern-combat-versus-pre-register-rewards-google-play/" class="comments_link">1</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slideup " data-delay="400" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/n-o-v-a/nova-legacy-update-2-in-one-minute/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/NOVA-UPDATE-YOUTUBE-in-one.png" alt="N.O.V.A. Legacy Update 2 in One Minute" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/n-o-v-a/nova-legacy-update-2-in-one-minute/" title="N.O.V.A. Legacy Update 2 in One Minute">N.O.V.A. Legacy Update 2 in One Minute</a></h5><a href="http://www.gameloft.com/central/n-o-v-a/nova-legacy-update-2-in-one-minute/" title="N.O.V.A. Legacy Update 2 in One Minute"><div class="post_metabox">N.O.V.A. Legacy Update 2 in One Minute</div></a></div><a href="http://www.gameloft.com/central/n-o-v-a/nova-legacy-update-2-in-one-minute/" title="N.O.V.A. Legacy Update 2 in One Minute"><p class="excerpt">The second update to Gameloft's sci-fi shooter, N.O.V.A. Legacy, brings with it a total overhaul&hellip;</p></a><a href="http://www.gameloft.com/central/n-o-v-a/nova-legacy-update-2-in-one-minute/" class="btn btn-primary" title="N.O.V.A. Legacy Update 2 in One Minute">Read more</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-07-07T11:29:00">07 Jul 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/n-o-v-a/nova-legacy-update-2-in-one-minute/" class="comments_link">4</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slideup " data-delay="300" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/order-chaos/six-year-celebrations-consume-the-oac-community/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/front-page_01.png" alt="Six year celebrations consume the OaC community" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/order-chaos/six-year-celebrations-consume-the-oac-community/" title="Six year celebrations consume the OaC community">Six year celebrations consume the OaC community</a></h5><a href="http://www.gameloft.com/central/order-chaos/six-year-celebrations-consume-the-oac-community/" title="Six year celebrations consume the OaC community"><div class="post_metabox">Six year celebrations consume OaC</div></a></div><a href="http://www.gameloft.com/central/order-chaos/six-year-celebrations-consume-the-oac-community/" title="Six year celebrations consume the OaC community"><p class="excerpt">In case you missed it, this year saw Gameloft’s original mobile MMORPG celebrating its six&hellip;</p></a><a href="http://www.gameloft.com/central/order-chaos/six-year-celebrations-consume-the-oac-community/" class="btn btn-primary" title="Six year celebrations consume the OaC community">Read more</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-07-03T10:34:21">03 Jul 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/order-chaos/six-year-celebrations-consume-the-oac-community/" class="comments_link">0</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slideup " data-delay="200" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/asphalt/enter-the-porsche-hypercups-in-asphalt-8-and-win/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/hypercup-Featured-Image.png" alt="Enter the Porsche Hypercups in Asphalt 8, and win!" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/asphalt/enter-the-porsche-hypercups-in-asphalt-8-and-win/" title="Enter the Porsche Hypercups in Asphalt 8, and win!">Enter the Porsche Hypercups in Asphalt 8, and win!</a></h5><a href="http://www.gameloft.com/central/asphalt/enter-the-porsche-hypercups-in-asphalt-8-and-win/" title="Enter the Porsche Hypercups in Asphalt 8, and win!"><div class="post_metabox">Enter the Porsche Hypercups in Asphalt 8</div></a></div><a href="http://www.gameloft.com/central/asphalt/enter-the-porsche-hypercups-in-asphalt-8-and-win/" title="Enter the Porsche Hypercups in Asphalt 8, and win!"><p class="excerpt">Asphalt 8: Airborne is celebrating the arrival of Porsche with a series of high-speed YouTuber&hellip;</p></a><a href="http://www.gameloft.com/central/asphalt/enter-the-porsche-hypercups-in-asphalt-8-and-win/" class="btn btn-primary" title="Enter the Porsche Hypercups in Asphalt 8, and win!">Read more</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-06-29T12:00:44">29 Jun 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/asphalt/enter-the-porsche-hypercups-in-asphalt-8-and-win/" class="comments_link">3</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="clear"></div><!-- .clear (end) -->
<div class="span12 "><section class="lazy-load-box trigger effect-slideup " data-delay="200" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<p style="text-align: center;"><a href="http://www.gameloft.com/central/blog/" title="See all posts" class="btn btn-primary btn-normal btn-inline type_3" target="_self">See all posts</a><!-- .btn -->
</section></div>
</div><!-- .row (end) -->
<div class="row ">
<div class="span12 "><section class="lazy-load-box trigger effect-slidedown " data-delay="200" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;"></section>
<h2 style="text-align: center;">Gameloft Videos</h2></div>
<div class="clear"></div><!-- .clear (end) -->
<div class="span3 "><section class="lazy-load-box trigger effect-slideup " data-delay="200" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/n-o-v-a/n-o-v-a-legacy-update-2-handguns-overview/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/Handguns-featured.png" alt="N.O.V.A. Legacy Update 2: Handguns Overview" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/n-o-v-a/n-o-v-a-legacy-update-2-handguns-overview/" title="N.O.V.A. Legacy Update 2: Handguns Overview">N.O.V.A. Legacy Update 2: Handguns Overview</a></h5><a href="http://www.gameloft.com/central/n-o-v-a/n-o-v-a-legacy-update-2-handguns-overview/" title="N.O.V.A. Legacy Update 2: Handguns Overview"><div class="post_metabox">N.O.V.A. Legacy Update 2: Handguns Overview</div></a></div><a href="http://www.gameloft.com/central/n-o-v-a/n-o-v-a-legacy-update-2-handguns-overview/" title="N.O.V.A. Legacy Update 2: Handguns Overview"><p class="excerpt">N.O.V.A. Legacy's second update delivered a huge overhaul to the game's weapon system. Every gun&hellip;</p></a><a href="http://www.gameloft.com/central/n-o-v-a/n-o-v-a-legacy-update-2-handguns-overview/" class="btn btn-primary" title="N.O.V.A. Legacy Update 2: Handguns Overview">Watch now</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-07-21T13:04:56">21 Jul 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/n-o-v-a/n-o-v-a-legacy-update-2-handguns-overview/" class="comments_link">0</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slideup " data-delay="300" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/n-o-v-a/nova-legacy-update-2-in-one-minute/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/NOVA-UPDATE-YOUTUBE-in-one.png" alt="N.O.V.A. Legacy Update 2 in One Minute" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/n-o-v-a/nova-legacy-update-2-in-one-minute/" title="N.O.V.A. Legacy Update 2 in One Minute">N.O.V.A. Legacy Update 2 in One Minute</a></h5><a href="http://www.gameloft.com/central/n-o-v-a/nova-legacy-update-2-in-one-minute/" title="N.O.V.A. Legacy Update 2 in One Minute"><div class="post_metabox">N.O.V.A. Legacy Update 2 in One Minute</div></a></div><a href="http://www.gameloft.com/central/n-o-v-a/nova-legacy-update-2-in-one-minute/" title="N.O.V.A. Legacy Update 2 in One Minute"><p class="excerpt">The second update to Gameloft's sci-fi shooter, N.O.V.A. Legacy, brings with it a total overhaul&hellip;</p></a><a href="http://www.gameloft.com/central/n-o-v-a/nova-legacy-update-2-in-one-minute/" class="btn btn-primary" title="N.O.V.A. Legacy Update 2 in One Minute">Watch now</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-07-07T11:29:00">07 Jul 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/n-o-v-a/nova-legacy-update-2-in-one-minute/" class="comments_link">4</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slideup " data-delay="400" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/asphalt/asphalt-street-storm-racing-in-one-minute/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/ASSR-in-60.jpg" alt="Asphalt Street Storm Racing in One Minute" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/asphalt/asphalt-street-storm-racing-in-one-minute/" title="Asphalt Street Storm Racing in One Minute">Asphalt Street Storm Racing in One Minute</a></h5><a href="http://www.gameloft.com/central/asphalt/asphalt-street-storm-racing-in-one-minute/" title="Asphalt Street Storm Racing in One Minute"><div class="post_metabox">Asphalt Street Storm Racing in One Minute</div></a></div><a href="http://www.gameloft.com/central/asphalt/asphalt-street-storm-racing-in-one-minute/" title="Asphalt Street Storm Racing in One Minute"><p class="excerpt">Put the pedal to the metal and don't hold back as you speed from 0-60!&hellip;</p></a><a href="http://www.gameloft.com/central/asphalt/asphalt-street-storm-racing-in-one-minute/" class="btn btn-primary" title="Asphalt Street Storm Racing in One Minute">Watch now</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-06-27T16:56:01">27 Jun 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/asphalt/asphalt-street-storm-racing-in-one-minute/" class="comments_link">0</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slideup " data-delay="500" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/city-mania/city-mania-one-minute/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/City-Mania-YOUTUBE-in-one-thumb-template.jpg" alt="Here comes City Mania in One Minute" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/city-mania/city-mania-one-minute/" title="Here comes City Mania in One Minute">Here comes City Mania in One Minute</a></h5><a href="http://www.gameloft.com/central/city-mania/city-mania-one-minute/" title="Here comes City Mania in One Minute"><div class="post_metabox">Here comes City Mania in One Minute</div></a></div><a href="http://www.gameloft.com/central/city-mania/city-mania-one-minute/" title="Here comes City Mania in One Minute"><p class="excerpt">City Mania is Gameloft's new city-building game. Take control of a whole town simulation, constructing&hellip;</p></a><a href="http://www.gameloft.com/central/city-mania/city-mania-one-minute/" class="btn btn-primary" title="Here comes City Mania in One Minute">Watch now</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-06-20T15:27:52">20 Jun 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/city-mania/city-mania-one-minute/" class="comments_link">0</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="clear"></div><!-- .clear (end) -->
<div class="span12 "><section class="lazy-load-box trigger effect-slideup " data-delay="200" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<p style="text-align: center;"><a href="http://www.gameloft.com/central/category/gameloft-videos/" title="See more videos" class="btn btn-primary btn-normal btn-inline type_3" target="_self">See more videos</a><!-- .btn -->
</section></div>
</div><!-- .row (end) -->
<div class="row ">
<div class="span12 "><section class="lazy-load-box trigger effect-slidedown " data-delay="200" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;"></section>
<h2 style="text-align: center;">Gameloft Live-Streams</h2></div>
<div class="clear"></div><!-- .clear (end) -->
<div class="span3 "><section class="lazy-load-box trigger effect-slideup " data-delay="200" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/iron-blade/take-up-your-iron-blade-and-fight-for-the-templar/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/flamy-sword-Featured-Image.jpg" alt="Take up your Iron Blade and fight for the Templar" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/iron-blade/take-up-your-iron-blade-and-fight-for-the-templar/" title="Take up your Iron Blade and fight for the Templar">Take up your Iron Blade and fight for the Templar</a></h5><a href="http://www.gameloft.com/central/iron-blade/take-up-your-iron-blade-and-fight-for-the-templar/" title="Take up your Iron Blade and fight for the Templar"><div class="post_metabox">Take up your Iron Blade and fight for the Templar</div></a></div><a href="http://www.gameloft.com/central/iron-blade/take-up-your-iron-blade-and-fight-for-the-templar/" title="Take up your Iron Blade and fight for the Templar"><p class="excerpt">Enter an adventure filled with intense frenetic combat in Gameloft’s fantasy action RPG, Iron Blade.&hellip;</p></a><a href="http://www.gameloft.com/central/iron-blade/take-up-your-iron-blade-and-fight-for-the-templar/" class="btn btn-primary" title="Take up your Iron Blade and fight for the Templar">Watch now</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-05-25T16:12:14">25 May 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/iron-blade/take-up-your-iron-blade-and-fight-for-the-templar/" class="comments_link">6</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slideup " data-delay="300" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/blitz-brigade/challenge-gameloft-blitz-brigade-rival-tactics-stream/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/BBRT_Header_1024.jpg" alt="Challenge Gameloft in our Blitz Brigade: Rival Tactics stream this coming Monday" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/matt/">Matt</a></span><h5><a href="http://www.gameloft.com/central/blitz-brigade/challenge-gameloft-blitz-brigade-rival-tactics-stream/" title="Challenge Gameloft in our Blitz Brigade: Rival Tactics stream this coming Monday">Challenge Gameloft in our Blitz Brigade: Rival Tactics stream this coming Monday</a></h5><a href="http://www.gameloft.com/central/blitz-brigade/challenge-gameloft-blitz-brigade-rival-tactics-stream/" title="Challenge Gameloft in our Blitz Brigade: Rival Tactics stream this coming Monday"><div class="post_metabox">BBRT challenge stream this coming Monday</div></a></div><a href="http://www.gameloft.com/central/blitz-brigade/challenge-gameloft-blitz-brigade-rival-tactics-stream/" title="Challenge Gameloft in our Blitz Brigade: Rival Tactics stream this coming Monday"><p class="excerpt">We can't stop playing Blitz Brigade: Rival Tactics! The entire office has been battling one&hellip;</p></a><a href="http://www.gameloft.com/central/blitz-brigade/challenge-gameloft-blitz-brigade-rival-tactics-stream/" class="btn btn-primary" title="Challenge Gameloft in our Blitz Brigade: Rival Tactics stream this coming Monday">Watch now</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-05-19T17:00:29">19 May 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/blitz-brigade/challenge-gameloft-blitz-brigade-rival-tactics-stream/" class="comments_link">0</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slideup " data-delay="400" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/gangstar/gno-team-prepares-big-live-stream-friday/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/Live-stream-GNO-featured.jpg" alt="The GNO team prepares for a big live-stream this Friday" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/gangstar/gno-team-prepares-big-live-stream-friday/" title="The GNO team prepares for a big live-stream this Friday">The GNO team prepares for a big live-stream this Friday</a></h5><a href="http://www.gameloft.com/central/gangstar/gno-team-prepares-big-live-stream-friday/" title="The GNO team prepares for a big live-stream this Friday"><div class="post_metabox">GNO prepares for a big live-stream this Friday</div></a></div><a href="http://www.gameloft.com/central/gangstar/gno-team-prepares-big-live-stream-friday/" title="The GNO team prepares for a big live-stream this Friday"><p class="excerpt">This Friday the Gangstar New Orleans’ Development Team is preparing a special Facebook live-stream for&hellip;</p></a><a href="http://www.gameloft.com/central/gangstar/gno-team-prepares-big-live-stream-friday/" class="btn btn-primary" title="The GNO team prepares for a big live-stream this Friday">Watch now</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-05-13T16:26:27">13 May 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/gangstar/gno-team-prepares-big-live-stream-friday/" class="comments_link">1</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="span3 "><section class="lazy-load-box trigger effect-slideup " data-delay="500" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<ul class="posts-grid row-fluid unstyled post_type_1 ul-item-0"><li class="span12 list-item-1"><a href="http://www.gameloft.com/central/asphalt/get-too-xtreme-with-update-2/"><figure class="featured-thumbnail thumbnail"><img src="/central/upload/update-2-header-ax.jpg" alt="Get too Xtreme with update 2" /><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><figure class="featured-thumbnail thumbnail" style="display:none;"><span class="zoom-icon"></span></figure></a><div class="clear"></div><div class="hidden_block"></div><div class="post_content"><div class="post_head_1"><span class="post_author"><em> by </em><a href="http://www.gameloft.com/central/author/alex/">Alex</a></span><h5><a href="http://www.gameloft.com/central/asphalt/get-too-xtreme-with-update-2/" title="Get too Xtreme with update 2">Get too Xtreme with update 2</a></h5><a href="http://www.gameloft.com/central/asphalt/get-too-xtreme-with-update-2/" title="Get too Xtreme with update 2"><div class="post_metabox">Get too Xtreme with update 2</div></a></div><a href="http://www.gameloft.com/central/asphalt/get-too-xtreme-with-update-2/" title="Get too Xtreme with update 2"><p class="excerpt">It is time to get muddy in Asphalt Xtreme with the game’s second update. Gameloft’s&hellip;</p></a><a href="http://www.gameloft.com/central/asphalt/get-too-xtreme-with-update-2/" class="btn btn-primary" title="Get too Xtreme with update 2">Watch now</a></div><div class="post_meta"><span class="post_date"><time datetime="2017-02-02T18:07:25">02 Feb 2017</time></span><div class="block_right"><span class="post_comment"><a href="http://www.gameloft.com/central/asphalt/get-too-xtreme-with-update-2/" class="comments_link">0</a></span></div></div></li></ul><!-- .posts-grid (end) -->
</section></div>
<div class="clear"></div><!-- .clear (end) -->
<div class="span12 "><section class="lazy-load-box trigger effect-slideup " data-delay="200" data-speed="900" style="-webkit-transition: all 900ms ease; -moz-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; transition: all 900ms ease;">
<p style="text-align: center;"><a href="http://www.gameloft.com/central/tag/live-stream/" title="Watch more streams" class="btn btn-primary btn-normal btn-inline type_3" target="_self">Watch more streams</a><!-- .btn -->
</section></div>
</div><!-- .row (end) -->
		<div class="clear"></div>
		<!--.pagination-->
	</div><!--post-->
					</div>
				</div>
			</div>
					</div>
	</div>
</div>

		<footer class="motopress-wrapper footer">
			<div class="container">
				<div class="row">
					<div class="span12" data-motopress-wrapper-file="wrapper/wrapper-footer.php" data-motopress-wrapper-type="footer" data-motopress-id="59750e3c2134c">
						<div class="row">
	<div class="span12 footer-widgets">
		<div class="row">
			<div class="span3 ext_poz1">
				<div data-motopress-type="dynamic-sidebar" data-motopress-sidebar-id="footer-sidebar-1">
					<div id="text-2" class="visible-all-devices ">			<div class="textwidget"><img class="aligncenter size-full wp-image-2779" src="/central/upload/flat-gameloft-logo-footer2.png" alt="flat-gameloft-logo-footer"width="254" height="48" /></div>
		</div>
					<div class="s-p-f-lang">
						<div class="ga-lang">
							<div class="ga-la-main"><span class="capt">English US</span></div>
							<div class="ga-la-select" style="display: none;">
								<ul>
									<li class="active"><a href="http://www.gameloft.com/central"><span class="capt">English US</span></a></li>
									<li><a href="http://gameloftcentral.com/latam"><span class="capt">Español</span></a></li>
									<li><a href="http://gameloftcentral.com/fr"><span class="capt">Français</span></a></li>
									<li><a href="http://gameloftcentral.com/it"><span class="capt">Italiano</span></a></li>
									<li><a href="http://gameloftcentral.com/pt-br"><span class="capt">Português Brasileiro</span></a></li>
								</ul>
							</div>
						</div>
					</div>

				</div>
			</div>
			<div class="span3 ext_poz2">
				<div data-motopress-type="dynamic-sidebar" data-motopress-sidebar-id="footer-sidebar-2">
									</div>
			</div>
			<div class="span3 ext_poz3">
				<div data-motopress-type="dynamic-sidebar" data-motopress-sidebar-id="footer-sidebar-3">
					<div id="categories-6"><h4>Categories</h4><select  name='cat' id='cat' class='postform' >
	<option value='-1'>Select Category</option>
	<option class="level-0" value="57">Asphalt</option>
	<option class="level-0" value="56">Blitz Brigade</option>
	<option class="level-0" value="267">City Mania</option>
	<option class="level-0" value="53">Community</option>
	<option class="level-0" value="58">Dragon Mania</option>
	<option class="level-0" value="59">Dungeon Hunter</option>
	<option class="level-0" value="70">eSports</option>
	<option class="level-0" value="209">Gameloft Videos</option>
	<option class="level-0" value="61">Gangstar</option>
	<option class="level-0" value="64">Gods of Rome</option>
	<option class="level-0" value="55">Guide</option>
	<option class="level-0" value="261">Iron Blade</option>
	<option class="level-0" value="165">Little Big City</option>
	<option class="level-0" value="62">March of Empires</option>
	<option class="level-0" value="63">Modern Combat</option>
	<option class="level-0" value="177">N.O.V.A.</option>
	<option class="level-0" value="118">Order &amp; Chaos</option>
	<option class="level-0" value="293">Promoted Content</option>
	<option class="level-0" value="69">Quiz</option>
	<option class="level-0" value="94">Sniper Fury</option>
	<option class="level-0" value="146">Spider-Man Unlimited</option>
	<option class="level-0" value="95">World at Arms</option>
	<option class="level-0" value="66">Zombie Anarchy</option>
</select>

<script type='text/javascript'>
/* <![CDATA[ */
(function() {
	var dropdown = document.getElementById( "cat" );
	function onCatChange() {
		if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) {
			location.href = "http://www.gameloft.com/central/?cat=" + dropdown.options[ dropdown.selectedIndex ].value;
		}
	}
	dropdown.onchange = onCatChange;
})();
/* ]]> */
</script>

</div>				</div>
			</div>
			<div class="span3 ext_poz4">
				<div data-motopress-type="dynamic-sidebar" data-motopress-sidebar-id="footer-sidebar-4">
					<div id="recent-comments-7"><h4>Recent Comments</h4><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link">Tyler Lackey</span> on <a href="http://www.gameloft.com/central/iron-blade/take-up-your-iron-blade-and-fight-for-the-templar/#comment-1707">Take up your Iron Blade and fight for the Templar</a></li><li class="recentcomments"><span class="comment-author-link">Cordelral Seldon</span> on <a href="http://www.gameloft.com/central/n-o-v-a/nova-legacy-update-2-in-one-minute/#comment-1705">N.O.V.A. Legacy Update 2 in One Minute</a></li><li class="recentcomments"><span class="comment-author-link">Rohan Shill</span> on <a href="http://www.gameloft.com/central/gangstar/gno-players-homes-are-their-mansions/#comment-1703">GNO players&#8217; homes are their Mansions</a></li></ul></div>				</div>
			</div>
		</div>
	</div>
</div>
<div class="row">
	<div class="span12">
		<div class="top_line"></div>
	</div>
	<div class="span12 footer-widgets-2">
		<div class="row">
			<div class="span12 ext_poz5" id="footer-links">
				<div id="footer-sidebar-5">
									</div>
			</div>
		</div>
	</div>
</div>
<div class="row">
	<div class="clear"></div>
	<div class="span12 ext_poz0">
		<div class="block_01" data-motopress-type="static" data-motopress-static-file="static/static-footer-text.php">
			<div id="footer-text" class="footer-text">
	
			 ©2002-2017 Gameloft. All rights reserved. Gameloft and the Gameloft logo are trademarks of Gameloft in the U.S. and/or other countries. <br /> All other trademarks are the property of their respective owners.	</div>		</div>
	</div>
	<div class="span8 ext_poz6">
		<div class="footer_m" data-motopress-type="static" data-motopress-static-file="static/static-footer-nav.php">
					</div>
	</div>	
</div>					</div>
				</div>
			</div>
		</footer>
		<!--End #motopress-main-->
	</div>
	<div id="back-top-wrapper" class="visible-desktop">
		<p id="back-top">
			<a href="#top"><span></span></a>		</p>
	</div>
		<script type="application/ld+json">{
    "@context": "http://schema.org/",
    "@type": "WebSite",
    "url": "http://www.gameloft.com/central",
    "potentialAction": {
        "@type": "SearchAction",
        "target": "http://www.gameloft.com/central/?s={query}",
        "query-input": "required name=query"
    }
}</script><script type="application/ld+json">{
    "@context": "http://schema.org",
    "@type": "Article",
    "image": {
        "@type": "ImageObject",
        "url": "/central/upload/first-gameloft-post-header.jpg",
        "height": 576,
        "width": 1024
    },
    "description": "Daily news and fun from the world of Gameloft games. All of the latest from your favorite free-to-play Android, iOS, and Windows mobile games."
}</script><script type='text/javascript' src='http://www.gameloft.com/central/wp-includes/js/comment-reply.js?ver=4.6.1'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/plugins/cherry-plugin/lib/js/FlexSlider/jquery.flexslider-min.js?ver=2.2.2'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var items_custom = [[0,1],[480,2],[768,3],[980,4],[1170,5]];
/* ]]> */
</script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/plugins/cherry-plugin/includes/js/cherry-plugin.js?ver=1.2.8.1'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/plugins/cherry-lazy-load/js/cherry.lazy-load.js?ver=1.0'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/plugins/cherry-lazy-load/js/device.min.js?ver=1.0.0'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/plugins/cherry-parallax/js/jquery.mousewheel.min.js?ver=3.0.6'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/plugins/cherry-parallax/js/jquery.simplr.smoothscroll.min.js?ver=1.0'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/plugins/cherry-parallax/js/cherry.parallax.js?ver=1.0.0'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/theme53931/js/my_script.js?ver=1.0'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/superfish.js?ver=1.5.3'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/jquery.mobilemenu.js?ver=1.0'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/jquery.magnific-popup.min.js?ver=0.9.3'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/jplayer.playlist.min.js?ver=2.3.0'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/jquery.jplayer.min.js?ver=2.6.0'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/tmstickup.js?ver=1.0.0'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/device.min.js?ver=1.0.0'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/jquery.zaccordion.min.js?ver=2.1.0'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/camera.min.js?ver=1.3.4'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/jquery.debouncedresize.js?ver=1.0'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/jquery.ba-resize.min.js?ver=1.1'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/CherryFramework/js/jquery.isotope.js?ver=1.5.25'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-includes/js/wp-embed.js?ver=4.6.1'></script>
<script type='text/javascript' src='http://www.gameloft.com/central/wp-content/themes/theme53931/parallax-slider/js/parallaxSlider.js?ver=1.0'></script>

	<div id="cf-cookie-banner" class="cf-cookie-banner-wrap alert fade in">
		<div class="container">
			<div class="auto med bp-rel">
        <div class="gl-co-img bp-img bp-ab"><img src="http://mkt-web.gameloft.com/assets/images/cookie_bird.png" alt="" title="" height="181" width="280"></div>
        <div class="gl-co-capt par-medium fl">
            <p>Gameloft uses <a target="_blank" rel="noopener noreferrer" href="http://www.allaboutcookies.org/"> cookies </a> to ensure that you get the best experience on our websites.</p>
            <p>By continuing to use this site, you agree to accept these cookies. <a target="_blank" rel="noopener noreferrer" href="/en/privacy-notice"> More info about our Privacy Policy. </a></p>
        </div>
        <div class="gl-co-button fr">
            <a id="cookieNotificationAccept" class="got-it h-b-btn short bp-set vm">Got It</a>
        </div>
        <div class="clr"></div>
    </div>		</div>
	</div>

	 <!-- this is used by many Wordpress features and for plugins to work properly -->
</body>
</html>
<!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/

 Served from: gameloftcentral.com @ 2017-07-23 20:59:40 by W3 Total Cache -->