{"id":2140,"date":"2015-12-29T12:27:37","date_gmt":"2015-12-29T12:27:37","guid":{"rendered":"https:\/\/yeeply.com\/en\/blog\/?p=2140"},"modified":"2023-12-11T10:47:06","modified_gmt":"2023-12-11T08:47:06","slug":"game-development-for-mobile-devices-with-cocos2d-x","status":"publish","type":"post","link":"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/","title":{"rendered":"Game development for mobile devices with Cocos2D-X"},"content":{"rendered":"<p style=\"text-align: justify;\">If you&#8217;re a mobile game development professional, you no longer have to make use of different codes and SDKs for the different platforms or devices you&#8217;ve chosen as targets for your game. You only need <a href=\"http:\/\/www.cocos2d-x.org\/\">Cocos2D-X<\/a>.<\/p>\n<div style=\"text-align: center;\">\n<style type=\"text\/css\"><!--br {mso-data-placement:same-cell;}--><\/style>\n<div class=\"bt-proyecto\"><a class=\"do-not-track\" href=\"https:\/\/yeeply.com\/en\/mobile-game-development\/?rel=EN-BT-proyecto-juego#publish-project\" target=\"_blank\" rel=\"noopener\">DO YOU WANT TO CREATE A MOBILE GAME? TELL US ABOUT YOUR PROJECT!<\/a><\/div>\n<\/div>\n<h2 style=\"text-align: justify;\">What&#8217;s Cocos2D-X?<\/h2>\n<p style=\"text-align: justify;\">Cocos2D-X is a cross-platform framework that maintains an API&#8217;s (Application Programming Interface) original structure while also allowing the use of other programming languages such as C++, Lua, JavaScript and C#. This framework allows <a href=\"https:\/\/yeeply.com\/en\/blog\/top-5-games-in-2015-mobile-game-development-for-android\/\">developing top games for the main operating systems<\/a> (Windows, Mac and Linux) while extending support to mobile platforms (iOS, Android, Windows Phone) and stationary platforms (Win32, Linux, Windows 8, Mac OS X).<\/p>\n<p style=\"text-align: justify;\">Unlike other cross-platform frameworks based on JavaScript\/HTML5, Cocos2D-X makes use of the graphics API OpenGL ES, thus improving an app&#8217;s performance on a given device.<\/p>\n<p style=\"text-align: center;\"><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone wp-image-2142 size-full\" title=\"cocos 2d x logo\" src=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2015\/12\/game-development-cocos-1.jpg\" alt=\"cocos 2d x logo\" width=\"250\" height=\"250\" srcset=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2015\/12\/game-development-cocos-1.jpg 250w, https:\/\/yeeply.com\/en\/wp-content\/uploads\/2015\/12\/game-development-cocos-1-150x150.jpg 150w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/><\/p>\n<p style=\"text-align: center;\"><strong>Fuente:<\/strong> <a class=\"ext-link\" title=\"\" href=\"http:\/\/www.cocos2d-x.org\/download\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Cocos2d-x.org<\/a><\/p>\n<h3 style=\"text-align: justify;\">Free software<\/h3>\n<p style=\"text-align: justify;\">Another major advantage of Cocos2D-X is that we can use it without having to spend large amounts of money on licences: it&#8217;s free. Cocos2D-X works under the MIT licence and is maintained by its community of users. Developers need to have total control over the games they develop and this framework grants it to them. Also, as this system is developed in C++, its core is smaller and offers a faster speed than any other game engine. In addition, it&#8217;s optimised to run on all kinds of devices, <a href=\"https:\/\/yeeply.com\/en\/blog\/why-develop-augmented-reality-apps-for-android\/\">including low-end Android systems<\/a>.<\/p>\n<p style=\"text-align: justify;\">Getting an idea of the high quality achieved by games created with Cocos2D-X is as simple as taking a look at examples such as Badland, Castle Clash, Big Fish Casino or Dragon City Mobile.<\/p>\n<h3 style=\"text-align: justify;\">Cocos2D-X software development kit<\/h3>\n<p style=\"text-align: justify;\">The Cocos2D-X software development kit includes several tools or environments:<\/p>\n<p style=\"text-align: justify;\">1 \u2013 <strong>Cocos2D-X<\/strong> links the engine to C++. It allows developing applications in C++ and compiling them afterwards as native iOS, Android or Windows Phone apps \u2212 among many other platforms.<\/p>\n<p style=\"text-align: justify;\">2 \u2013 <strong>Cocos2D-JS<\/strong> is a complete software suite that includes Cocos2D-X, Cocos2D-HTML, JSB and a command-line interface to create apps with JavaScript easily (both web and compilable to native app).<\/p>\n<p style=\"text-align: justify;\">3 \u2013 <strong>Cocos Code IDE<\/strong> is an Eclipse integrated development environment that has been modified to make programming, compiling and fixing bugs with Cocos2D-JS and Lua-bindings smoother.<\/p>\n<p style=\"text-align: justify;\">4 \u2013 <strong>Coco Studio<\/strong> is a toolkit for designing GUIs and skeletal animations that also allows importing flash files.<\/p>\n<style type=\"text\/css\"><!--br {mso-data-placement:same-cell;}--><\/style>\n<p><a href=\"https:\/\/yeeply.com\/en\/landing\/download-ebook-create-mobile-game\/\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2020\/04\/CTAs_YEEPLY_eBook_3_EN.jpg\" alt=\"Ebook 3 Juego Descarga\" \/><\/a><\/p>\n<h2 style=\"text-align: justify;\">Limitations of Cocos2D-X<\/h2>\n<p style=\"text-align: justify;\">We must make a couple of clarifications regarding this tool before going any further: we will not be able to create 3D games with it because \u2212 as its name suggests \u2212 it&#8217;s conceived for 2D. Instead you can check this <a href=\"https:\/\/yeeply.com\/en\/blog\/comparison-between-unity-and-cocos2d-platforms-for-2d-game-developments\/\">Unity game development tutorial<\/a>. In addition to this, there is still no efficient support forum in place to resolve queries quickly. The currently existing forum is managed by the programming community and queries are answered in a collective manner. Regarding paid-for tools, support provides solutions swiftly as it has specialists dedicated to these issues. However, in relation to free open-source tools it all depends on the programming community itself.<\/p>\n<p style=\"text-align: justify;\">These limitations are often overcome by developers who regard such aspect as not being as important as the fact that Cocos2D-X is open-source \u2212 unlike all other tools for game development and creating applications entailing paid-for licences.<\/p>\n<p style=\"text-align: justify;\">It&#8217;s possible to create excellent 2D games with Cocos2D-X that offer multiple features and a high performance. However, it will always have the disadvantage of not being able to provide 3D graphics, which is an almost indispensable feature for games these days.<\/p>\n<h2 style=\"text-align: justify;\"><strong>iOS devs <a href=\"https:\/\/yeeply.com\/en\/blog\/challenges-android-mobile-game-development\/\">focus on game development <\/a>above all<\/strong><\/h2>\n<p style=\"text-align: justify;\">With the kick-off of iOS 7 this Monday, iOS developers enrolled in the Apple programme will be able to enjoy many novelties. In the first place, the operating system&#8217;s new version has already over 1500 APIs designed to allow developers to make the most out of their upcoming applications for iOS 7.<\/p>\n<p style=\"text-align: justify;\">One of the areas that will undoubtedly be gaining more importance in iOS 7 app development will be that of mobile games. From the very outset, iOS developers will be able to work with Sprite Kit, a framework that will help them develop 2D and 2.5D games for iOS 7 that can use all the features offered by the terminals. Also, Apple&#8217;s Game Center offers new improvements, including the possibility of creating multiplayer turn-based games and an enhanced authentication support to avoid misappropriation.<\/p>\n<p style=\"text-align: justify;\">The<strong> Game Controller Framework<\/strong> is the most outstanding feature introduced: it will allow iOS developers\u00a0programming apps\u00a0that are able to detect Apple&#8217;s OS in order to establish specific game settings. In fact, Apple has defined a set of common specifications based on three gamepad standards:<\/p>\n<ul style=\"text-align: justify;\">\n<li>A standard adjustable gamepad: To which devices may be attached and controlled both through the gamepad&#8217;s controls (a crosshead controller, a pause button, four main buttons and two triggers) or through the touchscreen<\/li>\n<\/ul>\n<ul style=\"text-align: justify;\">\n<li>An extended adjustable gamepad: Similar to the standard gamepad but incorporating two analogue joysticks, two more triggers and four LED indicators;<\/li>\n<\/ul>\n<ul style=\"text-align: justify;\">\n<li>And an extended wireless gamepad, with the same controls as the adjustable gamepad, but connected via Bluetooth to the device.<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">In addition to this new range of possibilities at hand for mobile gaming, Apple has also implemented new development options in other areas. The beta version of iOS 7 is already available on iOS Dev Center, with all its associated resources and necessary documentation. However, iOS developers that have not yet activated app publishing on the App Store will experience some restrictions when using this beta version.<\/p>\n<style type=\"text\/css\"><!--br {mso-data-placement:same-cell;}--><\/style>\n<p><a href=\"https:\/\/yeeply.com\/en\/mobile-game-development\/?rel=EN-BP-proyecto-juego#publish-project\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2020\/04\/EN-cta-blogpost-proyecto-juego.jpg\" alt=\"Proyecto Juego\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you&#8217;re a mobile game development professional, you no longer have to make use of different codes and SDKs for the different platforms or devices &#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_uag_custom_page_level_css":"","footnotes":""},"categories":[76],"tags":[],"class_list":["post-2140","post","type-post","status-publish","format-standard","hentry","category-mobile-game-development"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Game Development for Mobile Devices: Cocos2D-X<\/title>\n<meta name=\"description\" content=\"Cocos2D is one of the most powerful tools to work on game development for mobile devices. How it works, its advantages and disadvantages in this article.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Game Development for Mobile Devices: Cocos2D-X\" \/>\n<meta property=\"og:description\" content=\"Cocos2D is one of the most powerful tools to work on game development for mobile devices. How it works, its advantages and disadvantages in this article.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/\" \/>\n<meta property=\"og:site_name\" content=\"Yeeply\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/YeeplyMobile\/\" \/>\n<meta property=\"article:published_time\" content=\"2015-12-29T12:27:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-11T08:47:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2015\/12\/game-development-cocos-1.jpg\" \/>\n<meta name=\"author\" content=\"Yeeply\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Yeeply_EN\" \/>\n<meta name=\"twitter:site\" content=\"@Yeeply_EN\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Yeeply\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-game-development\\\/game-development-for-mobile-devices-with-cocos2d-x\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-game-development\\\/game-development-for-mobile-devices-with-cocos2d-x\\\/\"},\"author\":{\"name\":\"Yeeply\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#\\\/schema\\\/person\\\/c7927839158c47143448f3bcdaf7cc14\"},\"headline\":\"Game development for mobile devices with Cocos2D-X\",\"datePublished\":\"2015-12-29T12:27:37+00:00\",\"dateModified\":\"2023-12-11T08:47:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-game-development\\\/game-development-for-mobile-devices-with-cocos2d-x\\\/\"},\"wordCount\":932,\"publisher\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-game-development\\\/game-development-for-mobile-devices-with-cocos2d-x\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/yeeply.com\\\/en\\\/wp-content\\\/uploads\\\/2015\\\/12\\\/game-development-cocos-1.jpg\",\"articleSection\":[\"Game\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-game-development\\\/game-development-for-mobile-devices-with-cocos2d-x\\\/\",\"url\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-game-development\\\/game-development-for-mobile-devices-with-cocos2d-x\\\/\",\"name\":\"Game Development for Mobile Devices: Cocos2D-X\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-game-development\\\/game-development-for-mobile-devices-with-cocos2d-x\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-game-development\\\/game-development-for-mobile-devices-with-cocos2d-x\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/yeeply.com\\\/en\\\/wp-content\\\/uploads\\\/2015\\\/12\\\/game-development-cocos-1.jpg\",\"datePublished\":\"2015-12-29T12:27:37+00:00\",\"dateModified\":\"2023-12-11T08:47:06+00:00\",\"description\":\"Cocos2D is one of the most powerful tools to work on game development for mobile devices. How it works, its advantages and disadvantages in this article.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-game-development\\\/game-development-for-mobile-devices-with-cocos2d-x\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-game-development\\\/game-development-for-mobile-devices-with-cocos2d-x\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-game-development\\\/game-development-for-mobile-devices-with-cocos2d-x\\\/#primaryimage\",\"url\":\"https:\\\/\\\/yeeply.com\\\/en\\\/wp-content\\\/uploads\\\/2015\\\/12\\\/game-development-cocos-1.jpg\",\"contentUrl\":\"https:\\\/\\\/yeeply.com\\\/en\\\/wp-content\\\/uploads\\\/2015\\\/12\\\/game-development-cocos-1.jpg\",\"width\":250,\"height\":250,\"caption\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/blog\\\/mobile-game-development\\\/game-development-for-mobile-devices-with-cocos2d-x\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/yeeply.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Game development for mobile devices with Cocos2D-X\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/yeeply.com\\\/en\\\/\",\"name\":\"Yeeply\",\"description\":\"A platform for the development of digital projects\",\"publisher\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/yeeply.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#organization\",\"name\":\"Yeeply\",\"url\":\"https:\\\/\\\/yeeply.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/yeeply.com\\\/en\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/logo_yeeply_black@2x.png\",\"contentUrl\":\"https:\\\/\\\/yeeply.com\\\/en\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/logo_yeeply_black@2x.png\",\"width\":360,\"height\":120,\"caption\":\"Yeeply\"},\"image\":{\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/YeeplyMobile\\\/\",\"https:\\\/\\\/x.com\\\/Yeeply_EN\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/yeeply\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/yeeply.com\\\/en\\\/#\\\/schema\\\/person\\\/c7927839158c47143448f3bcdaf7cc14\",\"name\":\"Yeeply\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f13a8a35567805732422f808376743c5cc1b8918b3dd8f2da231a8306df22006?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f13a8a35567805732422f808376743c5cc1b8918b3dd8f2da231a8306df22006?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f13a8a35567805732422f808376743c5cc1b8918b3dd8f2da231a8306df22006?s=96&d=mm&r=g\",\"caption\":\"Yeeply\"},\"url\":\"https:\\\/\\\/yeeply.com\\\/en\\\/author\\\/yeeply\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Game Development for Mobile Devices: Cocos2D-X","description":"Cocos2D is one of the most powerful tools to work on game development for mobile devices. How it works, its advantages and disadvantages in this article.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/","og_locale":"en_US","og_type":"article","og_title":"Game Development for Mobile Devices: Cocos2D-X","og_description":"Cocos2D is one of the most powerful tools to work on game development for mobile devices. How it works, its advantages and disadvantages in this article.","og_url":"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/","og_site_name":"Yeeply","article_publisher":"https:\/\/www.facebook.com\/YeeplyMobile\/","article_published_time":"2015-12-29T12:27:37+00:00","article_modified_time":"2023-12-11T08:47:06+00:00","og_image":[{"url":"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2015\/12\/game-development-cocos-1.jpg","type":"","width":"","height":""}],"author":"Yeeply","twitter_card":"summary_large_image","twitter_creator":"@Yeeply_EN","twitter_site":"@Yeeply_EN","twitter_misc":{"Written by":"Yeeply","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/#article","isPartOf":{"@id":"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/"},"author":{"name":"Yeeply","@id":"https:\/\/yeeply.com\/en\/#\/schema\/person\/c7927839158c47143448f3bcdaf7cc14"},"headline":"Game development for mobile devices with Cocos2D-X","datePublished":"2015-12-29T12:27:37+00:00","dateModified":"2023-12-11T08:47:06+00:00","mainEntityOfPage":{"@id":"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/"},"wordCount":932,"publisher":{"@id":"https:\/\/yeeply.com\/en\/#organization"},"image":{"@id":"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/#primaryimage"},"thumbnailUrl":"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2015\/12\/game-development-cocos-1.jpg","articleSection":["Game"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/","url":"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/","name":"Game Development for Mobile Devices: Cocos2D-X","isPartOf":{"@id":"https:\/\/yeeply.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/#primaryimage"},"image":{"@id":"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/#primaryimage"},"thumbnailUrl":"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2015\/12\/game-development-cocos-1.jpg","datePublished":"2015-12-29T12:27:37+00:00","dateModified":"2023-12-11T08:47:06+00:00","description":"Cocos2D is one of the most powerful tools to work on game development for mobile devices. How it works, its advantages and disadvantages in this article.","breadcrumb":{"@id":"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/#primaryimage","url":"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2015\/12\/game-development-cocos-1.jpg","contentUrl":"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2015\/12\/game-development-cocos-1.jpg","width":250,"height":250,"caption":""},{"@type":"BreadcrumbList","@id":"https:\/\/yeeply.com\/en\/blog\/mobile-game-development\/game-development-for-mobile-devices-with-cocos2d-x\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/yeeply.com\/en\/"},{"@type":"ListItem","position":2,"name":"Game development for mobile devices with Cocos2D-X"}]},{"@type":"WebSite","@id":"https:\/\/yeeply.com\/en\/#website","url":"https:\/\/yeeply.com\/en\/","name":"Yeeply","description":"A platform for the development of digital projects","publisher":{"@id":"https:\/\/yeeply.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/yeeply.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/yeeply.com\/en\/#organization","name":"Yeeply","url":"https:\/\/yeeply.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/yeeply.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2019\/05\/logo_yeeply_black@2x.png","contentUrl":"https:\/\/yeeply.com\/en\/wp-content\/uploads\/2019\/05\/logo_yeeply_black@2x.png","width":360,"height":120,"caption":"Yeeply"},"image":{"@id":"https:\/\/yeeply.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/YeeplyMobile\/","https:\/\/x.com\/Yeeply_EN","https:\/\/www.linkedin.com\/company\/yeeply"]},{"@type":"Person","@id":"https:\/\/yeeply.com\/en\/#\/schema\/person\/c7927839158c47143448f3bcdaf7cc14","name":"Yeeply","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f13a8a35567805732422f808376743c5cc1b8918b3dd8f2da231a8306df22006?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f13a8a35567805732422f808376743c5cc1b8918b3dd8f2da231a8306df22006?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f13a8a35567805732422f808376743c5cc1b8918b3dd8f2da231a8306df22006?s=96&d=mm&r=g","caption":"Yeeply"},"url":"https:\/\/yeeply.com\/en\/author\/yeeply\/"}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"gform-image-choice-sm":false,"gform-image-choice-md":false,"gform-image-choice-lg":false},"uagb_author_info":{"display_name":"Yeeply","author_link":"https:\/\/yeeply.com\/en\/author\/yeeply\/"},"uagb_comment_info":0,"uagb_excerpt":"If you&#8217;re a mobile game development professional, you no longer have to make use of different codes and SDKs for the different platforms or devices ...","_links":{"self":[{"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/posts\/2140","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/comments?post=2140"}],"version-history":[{"count":1,"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/posts\/2140\/revisions"}],"predecessor-version":[{"id":14637,"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/posts\/2140\/revisions\/14637"}],"wp:attachment":[{"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/media?parent=2140"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/categories?post=2140"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yeeply.com\/en\/wp-json\/wp\/v2\/tags?post=2140"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}