{"id":73,"date":"2017-03-22T18:38:28","date_gmt":"2017-03-22T16:38:28","guid":{"rendered":"http:\/\/devblog.viking-studios.net\/en\/?p=73"},"modified":"2017-03-22T12:46:52","modified_gmt":"2017-03-22T10:46:52","slug":"how-to-start-game-development-game-engines-i","status":"publish","type":"post","link":"https:\/\/blog.viking-studios.net\/en\/how-to-start-game-development-game-engines-i\/","title":{"rendered":"How to start game development: Game Engines I"},"content":{"rendered":"<p>In my <a href=\"https:\/\/blog.viking-studios.net\/en\/how-to-start-game-development-modding\/\">last article<\/a> I talked about modding, now it&#8217;s time to talk about engines and editors with which you can create games. You could also do this with modding tools, but most (if not all) of them require the original game to launch the mod also it is not allowed to monetize the mod. The engine editors got much more features over the years and are way more user friendly than in the past. There is only little difference between them and bigger modding tools.\u00a0Some tools even allow to create games without writing one line of code.\u00a0In this article, I&#8217;ll introduce you to some of the well known &#8211; and for beginners easier to use &#8211; engines. In the 2. part I&#8217;ll give some tips for the first steps in working with an engine.<\/p>\n<p>&nbsp;<\/p>\n<h2>What&#8217;s an engine<\/h2>\n<p>Basically there are several components that are part of an engine. First of all there is an editor, that helps you creating games, it is often mistaken with the engine. The second big part is the engine itself, a large scale software containing all modules that are needed to run and show the game: graphics and sound output, process user input\u00a0(mouse, keyboard, controller, etc.), load and save files\/data; but also specific elements like physics simulation, AI and multiplayer. Using an engine, you could completely focus on gameplay logic, game and level design, without bothering how o render a 3D model or how to get the player character into the game of the other players in multiplayer games\u00a0(if you are really into game development, you should sooner or later dig into all the parts of an engine, you should now at least the basics of them and how they work in theory).<br \/>\nThe engine editor keeps you from dealing with all the sub systems and modules directly. You don&#8217;t have to put all the parts together by writing lots of code. The editor is built on top of the modules and allows to create game worlds, combine assets and manipulate them. Combined assets are called game objects, these can be placed in the game world and brought to life by using animations and writing scripts.<\/p>\n<p>&nbsp;<\/p>\n<h2>Game development per mouse click<\/h2>\n<p>Like the games itself, the game development tools were improved over the last 20 years. Creating games is easier than never before. There are even tools that allow you to create games wit ha few mouse clicks.\u00a0Those tools are mostly restricted to simple 2D games, due to their simpler approach. There is no need for rendering 3D models, also there is often no physics simulation needed or at least it is way simpler than physics in a 3D space.\u00a0Also the game mechanics are not that sophisticated and often limited to the essential parts. On the other side, those tools are easy to use and fast to learn. They are mostly used to create Jump &#8216;n&#8217; Run- or RPG title in the style of the Super Nintendo era.<\/p>\n<p>One of the most familiar tools is RPG-Maker. It&#8217;s popularity is unbroken for more than 20 years. RPG-Maker games have the typical SNES look and feel, that many Indies try to copy\u00a0nowadays. Another reason for its popularity is the unofficial English (and German) translation of RPG-Maker 2000. Back then, there were only licenses for Japan and the translation got (illegally) distributed over the internet. At this theme there were almost no free to use game engines and frameworks, the tools were not that user friendly and documentation and tutorials were rare. For several years now, RPG-Maker is available on Steam, also it is more than a mouse click editor now. The\u00a0Maker is not that cheep but it is often par of Steam sales.<\/p>\n<ul>\n<li><a href=\"http:\/\/www.rpgmakerweb.com\/\">RPG-Maker web page<\/a><\/li>\n<li><a href=\"http:\/\/store.steampowered.com\/app\/220700\/?l=german\">RPG-Maker VX ACE on Steam<\/a><\/li>\n<li><a href=\"http:\/\/store.steampowered.com\/app\/363890\/?l=german\">RPG-Maker MV on Steam<br \/>\n<\/a><\/li>\n<li><a href=\"https:\/\/rpgmaker.net\/tutorials\/\">Tutorials for\u00a0different Maker versions<\/a><\/li>\n<li><a href=\"https:\/\/www.rpgmakerweb.com\/support\/products\/tutorials\">ACE Tutorials<\/a><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2>Engines<\/h2>\n<p>The term\u00a0&#8220;engine&#8221; was formed in the middle of the 90ies. The first representatives that also got licensed, were\u00a0Doom Engine, Source Engine and\u00a0Unreal Engine. Those got improved and developed further and are still available and very popular. While licenses for private projects often were free, commercial licenses were quite expensive and only affordable by bigger developers.\u00a0There were 2 big factors that caused a change. Professional engines were reserved for companies,\u00a0for small teams or single developers\u00a0there was only the possibility to write an own engine or to do the game as a code only project or using frameworks. The indie scene got bigger over the last few years and got more and more media attention. That&#8217;s where the company named Unity started to act.\u00a0With their Unity3D engine, they targeted indie developers, the license cost were affordable also for smaller teams and for non commercial projects there was a feature limited version of the engine. Due to the simple and intuitive approach of the editor, the popularity rapidly started to grow.<\/p>\n<p>Over the years, game development got accepted by the public, growing communities, courses at\u00a0universities and own academies added to the fact, that more and more people wanted to make their own games. The next big step was done with the release of Unreal Engine 4. Unity3D grew from version to version, popularity and the community did too. Slowly but inevitably Unity became a serious competitor. Other engines still had huge license costs, some of the didn&#8217;t even had free licenses. Unreal Engine 4 launched with a completely new approach. A subscription of 20$ per month grants access to the full version of Unreal Engine including all updates during the subscription period.\u00a0You could even pay the 20$ once and then install the actual version and subscribe again later to get all the updates. For commercial games there was still an turnover related fee, but no need for huge license costs. Unity reacted quickly and shut down the free version of Unity3D. The full version of Unity3D is now usable for free, (turnover related) fees are charged for released games, furthermore there is a subscription model for advanced services like\u00a0support, asset store and cloud services. As a reaction to that, Unreal also changed the subscription subject from the engine itself to advanced services. Other engines also switched their business plans and now the biggest and most popular engines are free to use, other engines didn&#8217;t go that way, they still could be licensed from bigger companies (after a request) e.g. Frostbite Engine or &#8211; like\u00a0id Tech &#8211; don&#8217;t offer any licenses anymore.<\/p>\n<h3>Unity3D<\/h3>\n<p>Unity3D is popular especially among indies, students and hobby developers. In the beginning it got criticized because of the low graphics quality but nowadays it could keep up with other engines. Another key features is the multi platform support, there is almost no device that is not supported, doesn&#8217;t matter if PC, consoles, mobile or other platforms. Furthermore Unity supports a wide range of different file formats, so you have the choice of which\u00a0content creation tools (image creation, 3D modelling, sound composition, etc.) you want to use. Getting started with unity is quite simple and the documentation is large, the\u00a0community also big and helpful\u00a0and there are dozens of tutorials from beginner level to advanced.<br \/>\nUnity offers JavaScript and C# as scripting language. That&#8217;s interesting for beginner with programming experience, because they don&#8217;t have to learn and additional scripting language\u00a0e.g. LUA. Also for programming beginners it is quite easy as there a lots of resources for JavaScript and C# and bot hare easier to learn than C++. Especially C# is quite interesting, as almost the whole .Net library is available. In addition object oriented programming makes it easier and more clearly to do complex projects and offers better performance. I recommend especially for beginners to use C#, although many tutorials use JavaScript. Also JavaScript programmers should try C# and OOP, especially for bigger projects. Unity allows to create editor plugins and extension, these can only be done in C#.<br \/>\nAnother strength of Unity is, how game objects are structured. Unity uses an entity component model, game objects are a combination of single components. A tank for example consists of\u00a0a graphical component\u00a0for how it looks, a vehicle component for movement behavior an controls, a weapon component for the canon, a physics component for collision and gravity, etc. Especially older engines still use a hierarchical approach based on derivation. Starting from a basic object, child objects get derived with specific behavior.\u00a0E.g. a\u00a0child object of a graphical element gets extended with physical attributes, whose child gets attributes for driving\u00a0(speed, acceleration, etc.), whose children have special attributes for land based, \u00a0air base and water based vehicles.<\/p>\n<ul>\n<li><a href=\"https:\/\/unity3d.com\">Unity3D web page<\/a><\/li>\n<li><a href=\"https:\/\/docs.unity3d.com\/Manual\/index.html\">Unity3D Documentation<\/a><\/li>\n<li><a href=\"https:\/\/unity3d.com\/learn\/tutorials\">official Unity3D Tutorials<\/a><\/li>\n<li><a href=\"http:\/\/www.unity3dstudent.com\/\">Tutorials<\/a><\/li>\n<li><a href=\"https:\/\/forum.unity3d.com\/\">Unity3D Forum<\/a><\/li>\n<\/ul>\n<h3>Unreal Engine<\/h3>\n<p>Unreal Engine is one of the most popular engine, on the one handy also professional developer use the engine for their games, on the other hand it is also available for hobby and indie developer. It only uses C++ as scripting language\u00a0and the API is also a bit more complex than that of Unity. Without some experience its a bit more difficult to start with Unreal Engine. But Unreal Engine 4 has a special feature especially for beginners and non-programmers. Gameplay logic can be implemented via &#8220;visual scripting&#8221;. Single nodes represent the attributes of game objects, those got connected and their states change under certain conditions. A similar concept is used for example by AutoDesk Maya to script animations. In principle this concept is easy and fast to learn and simple game mechanics can be easily done, but for complex mechanics the graph can get very big and extremely confusing.\u00a0Also looking for errors is a bit more difficult and it is not as powerful as coding.<br \/>\nUnreal Engine still uses an hierarchical structure based on derivation, to cope with Unity&#8217;s flexibility, Unreal implemented class extensions, a system similar to components.<br \/>\nThe\u00a0Unreal community was already quite big during the times of Unreal Engine 3. Unreal offered the\u00a0Unreal Development Kit (UDK), a free version of the engine. Nowadays the community is even bigger, due to the attractive license model\u00a0(5% of the monthly turnover\u00a0starting at a turnover of 3000$).<\/p>\n<ul>\n<li><a href=\"https:\/\/www.unrealengine.com\/what-is-unreal-engine-4\">Unreal Engine web page<\/a><\/li>\n<li><a href=\"https:\/\/docs.unrealengine.com\/latest\/INT\/\">Unreal Engine Documentation<\/a><\/li>\n<li><a href=\"https:\/\/docs.unrealengine.com\/latest\/INT\/Videos\/\">Unreal Engine Tutorials<\/a><\/li>\n<li><a href=\"https:\/\/forums.unrealengine.com\/\">Unreal Engine Forum<\/a><\/li>\n<\/ul>\n<h3>CryEngine<\/h3>\n<p>Who doesn&#8217;t know Crysis, the game that was not playable on max settings (due to hardware limitation) at the time of its release. CryEngine is a mighty tool. Since CryTek isn&#8217;t doing well in the games business anymore, the German developer&#8217;s focus lies on its engine and to get it into markets beside game development. Of course the engine offers astonishing graphics, but you need a proper development PC for that. The tools offer vast features, but at they are often quite complex. CryEngine is, compared to others, not that easy for beginner. The learning curve is steep and although it is also for free now, the community isn&#8217;t that big as others. CryEngine shouldn&#8217;t be the first choice for beginners. A further weakness: CryEngine is good for making shooters, it&#8217;s the main purpose, other genres need more effort. A shooter is done quickly, due to the already existing game objects and scripts (enemy AI, weapons, vehicles, etc.). Further than that everything has to be developed on one&#8217;s self. Nowadays CryEngine is also used for more than shooters, but its strength lies somewhere else. A big plus is the licensing model, as there is no fee for the engine itself. It&#8217;s completely for free\u00a0(even no turnover related fees) including source code and all features. You only have to spend money if you want to have support, which is, according to CryTek, quite excellent.<\/p>\n<ul>\n<li><a href=\"https:\/\/www.cryengine.com\/\">CryEngine Hompage<\/a><\/li>\n<li><a href=\"http:\/\/docs.cryengine.com\/display\/SDKDOC1\/Home\">CryEngine Dokumentation<\/a><\/li>\n<li><a href=\"https:\/\/www.cryengine.com\/tutorials\">CryEngine Tutorials<\/a><\/li>\n<li><a href=\"https:\/\/forum.cryengine.com\/\">CryEngine Forum<\/a><\/li>\n<\/ul>\n<h3>XNA Game Studio\/MonoGame\/SharpDX\/Xenko<\/h3>\n<p>XNA is a game development framework from\u00a0Microsoft, allowing development for PC and for Xbox. XNA is a .Net API that offer functions especially needed for game development (e.g. simple creation of 2D and 3D content and rendering). Under the hood it uses C++ and DirectX. \u00a0The XNA Game Studio as a\u00a0Visual Studio extension that offers game project templates. Those projects already include some setup code for example creating a window. These process is quite complicated and a lot of effort, which hasn&#8217;t to be done on one&#8217;s own. In January 2013 Microsoft announced to not continue the development of XNA. That&#8217;s why it can&#8217;t be used for newer platforms\u00a0(Xbox one, Windows 8 and newer. Windows Phone 8 and newer). But you can still download XNA but you need a PC running Windows 7 and a proper version of Visual Studio. For those who will have such a setup and are interested in the programming part of game development, XNA is still a good hint as the internet is full of tutorials and sources.<br \/>\nEven if there is no official successor of XNA, there are at least unofficial ones. MonoGame counts as direct successor, it&#8217;s an open source framework, based on\u00a0XNA 4.0. It offers the same API as XNA and still is in active development\/improvement and also offers different target platform. As a wrapper for DirectX it uses SharpDX. SharpDX is located an layer below and allows developing DirectX applications in C#. Older versions contain, similar to MonoGame, utility functions\u00a0(the so called Toolkit), but those got removed. The developers\u00a0(a team of 1-2 guys) wanted SharpDX to be just a wrapper for the DirectX API. The effort for improving the Toolkit was to high, as there were almost no users. A few months ago, the forum got closed, because the only one answering questions was the main developer himself. SharpDX is everything else then for beginners and is only suitable for special purposes. For C# developers interested in DirectX it is easier to go with C++ and directly use SharpDX, as there are way more tutorials, documentation and samples. Without knowledge of DirectX it is quite hard to learn SharpDX as there is no active source anymore. If you are still interested in game development using C#, Xenko could be something for you. Xenko is, beside\u00a0MonoGame, the second\u00a0project using SharpDX. Starting under the name &#8216;Paradox&#8217; it got developed from the SharpDX developer himself. The engine got adapted from a Japanese company (the employer of the SharpDX dev). The beta version is for free (incl. source code) gets regular updates.\u00a0There is no official release yet, but it will have a license model. The beta version will remain free. Regarding features and documentation, Xenko cant cope with Unity yet, but other than all the other big engines, Xenko allows developing of casino games and other games of chance. Unity offers a quite expensive gambling license, all the others forbid it in general.<\/p>\n<ul>\n<li><a href=\"https:\/\/msdn.microsoft.com\/de-at\/library\/bb203894(v=xnagamestudio.40).aspx\">XNA Game Studio<\/a><\/li>\n<li><a href=\"http:\/\/www.monogame.net\/\">MonoGame<\/a><\/li>\n<li><a href=\"http:\/\/sharpdx.org\/\">SharpDX<\/a><\/li>\n<li><a href=\"http:\/\/xenko.com\/\">Xenko<\/a><\/li>\n<\/ul>\n<h3>Frameworks<\/h3>\n<p>The following engines don&#8217;t offer a complete solution, they only contain source code, tools and editors had to be developed on one&#8217;s own. Or games are done directly via code. Frameworks don&#8217;t offer a WYSIWYG experience. You have to compile and run the code to see the outcome. Those solutions are actually not for programming beginners but for advanced programmers that want to learn more about game development or that are interested in engine development. By using frameworks you could implement single subsystems without need of implementing all the others; e.g. if you are interested in physics or AI, but you don&#8217;t want to write your own render system. There are even frameworks for people\u00a0using programming languages that are not that common in game development\u00a0(Java, Python, &#8230;). Disadvantage of those\u00a0frameworks: You have to keep the high programming effort in mind if you choose a framework. It&#8217;s hard to create game worlds, as you couldn&#8217;t place objects with you mouse. You have to compile the code yourself and include it in the IDE of your choice. This could be quite complicated on the newest OS and IDE versions. It often takes some time till the code gets updated. Also those frameworks often have bugs and don&#8217;t run well in all environments. It often takes a long time till such problems get fixed as they are open source projects and are often developed by a few people. There is usually only support via small communities or the developer forum.<\/p>\n<p>Some well known representatives:<\/p>\n<ul>\n<li><a href=\"http:\/\/www.monogame.net\/\">MonoGame<\/a><\/li>\n<li><a href=\"http:\/\/www.ogre3d.org\/\">Ogre3D<\/a><\/li>\n<li><a href=\"http:\/\/irrlicht.sourceforge.net\/\">Irrlicht<\/a><\/li>\n<li><a href=\"http:\/\/angel2d.com\/\">Angel2D<\/a><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2>Conclusion<\/h2>\n<p>This is just the tip of the engine iceberg. This\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/List_of_game_engines\">list<\/a>\u00a0is massive, there are engines for different purposes, target platforms and programming and scripting languages. Most of the listed engines, especially the open source ones, are just frameworks without an editor. But even the all in one solutions differ a lot in the case of features and documentation. The engines I talked about are the most common ones, with better documentation and of course that ones that are free to use for non commercial projects. This is important for beginners but everyone hast to decide for himself which engine to choose.<\/p>\n<p>In the next article, I&#8217;ll give some useful tips and tricks for the first steps using an engine.<\/p>\n<div class=\"shariff shariff-align-flex-start shariff-widget-align-flex-start\" style=\"display:none\" data-services=\"facebook%7Creddit%7Ctumblr%7Cpinterest%7Cvk\" data-url=\"https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F\" data-timestamp=\"1490186812\" data-hidezero=\"1\" data-backendurl=\"https:\/\/blog.viking-studios.net\/en\/wp-json\/shariff\/v1\/share_counts?\"><div class=\"ShariffHeadline\"><h3 class=\"shariff_headline\">Share the knowledge!<\/h3><\/div><ul class=\"shariff-buttons theme-round orientation-horizontal buttonsize-medium\"><li class=\"shariff-button facebook shariff-nocustomcolor\" style=\"background-color:#4273c8\"><a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F\" title=\"Share on Facebook\" aria-label=\"Share on Facebook\" role=\"button\" rel=\"nofollow\" class=\"shariff-link\" style=\"; background-color:#3b5998; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 18 32\"><path fill=\"#3b5998\" d=\"M17.1 0.2v4.7h-2.8q-1.5 0-2.1 0.6t-0.5 1.9v3.4h5.2l-0.7 5.3h-4.5v13.6h-5.5v-13.6h-4.5v-5.3h4.5v-3.9q0-3.3 1.9-5.2t5-1.8q2.6 0 4.1 0.2z\"\/><\/svg><\/span><span data-service=\"facebook\" style=\"color:#3b5998\" class=\"shariff-count shariff-hidezero\"><\/span>&nbsp;<\/a><\/li><li class=\"shariff-button twitter shariff-nocustomcolor\" style=\"background-color:#595959\"><a href=\"https:\/\/twitter.com\/share?url=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F&text=How%20to%20start%20game%20development%3A%20Game%20Engines%20I\" title=\"Share on X\" aria-label=\"Share on X\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#000; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path fill=\"#000\" d=\"M14.258 10.152L23.176 0h-2.113l-7.747 8.813L7.133 0H0l9.352 13.328L0 23.973h2.113l8.176-9.309 6.531 9.309h7.133zm-2.895 3.293l-.949-1.328L2.875 1.56h3.246l6.086 8.523.945 1.328 7.91 11.078h-3.246zm0 0\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button reddit shariff-nocustomcolor\" style=\"background-color:#ff5700\"><a href=\"https:\/\/www.reddit.com\/submit?url=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F\" title=\"Share on Reddit\" aria-label=\"Share on Reddit\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#ff4500; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"#ff4500\" d=\"M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z\"\/><\/svg><\/span><span data-service=\"reddit\" style=\"color:#ff4500\" class=\"shariff-count shariff-hidezero\"><\/span>&nbsp;<\/a><\/li><li class=\"shariff-button telegram shariff-nocustomcolor\" style=\"background-color:#4084A6\"><a href=\"https:\/\/telegram.me\/share\/url?url=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F&text=How%20to%20start%20game%20development%3A%20Game%20Engines%20I\" title=\"Share on Telegram\" aria-label=\"Share on Telegram\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#0088cc; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#0088cc\" d=\"M30.8 6.5l-4.5 21.4c-.3 1.5-1.2 1.9-2.5 1.2L16.9 24l-3.3 3.2c-.4.4-.7.7-1.4.7l.5-7L25.5 9.2c.6-.5-.1-.8-.9-.3l-15.8 10L2 16.7c-1.5-.5-1.5-1.5.3-2.2L28.9 4.3c1.3-.5 2.3.3 1.9 2.2z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button whatsapp shariff-nocustomcolor\" style=\"background-color:#5cbe4a\"><a href=\"https:\/\/api.whatsapp.com\/send?text=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F%20How%20to%20start%20game%20development%3A%20Game%20Engines%20I\" title=\"Share on Whatsapp\" aria-label=\"Share on Whatsapp\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#34af23; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#34af23\" d=\"M17.6 17.4q0.2 0 1.7 0.8t1.6 0.9q0 0.1 0 0.3 0 0.6-0.3 1.4-0.3 0.7-1.3 1.2t-1.8 0.5q-1 0-3.4-1.1-1.7-0.8-3-2.1t-2.6-3.3q-1.3-1.9-1.3-3.5v-0.1q0.1-1.6 1.3-2.8 0.4-0.4 0.9-0.4 0.1 0 0.3 0t0.3 0q0.3 0 0.5 0.1t0.3 0.5q0.1 0.4 0.6 1.6t0.4 1.3q0 0.4-0.6 1t-0.6 0.8q0 0.1 0.1 0.3 0.6 1.3 1.8 2.4 1 0.9 2.7 1.8 0.2 0.1 0.4 0.1 0.3 0 1-0.9t0.9-0.9zM14 26.9q2.3 0 4.3-0.9t3.6-2.4 2.4-3.6 0.9-4.3-0.9-4.3-2.4-3.6-3.6-2.4-4.3-0.9-4.3 0.9-3.6 2.4-2.4 3.6-0.9 4.3q0 3.6 2.1 6.6l-1.4 4.2 4.3-1.4q2.8 1.9 6.2 1.9zM14 2.2q2.7 0 5.2 1.1t4.3 2.9 2.9 4.3 1.1 5.2-1.1 5.2-2.9 4.3-4.3 2.9-5.2 1.1q-3.5 0-6.5-1.7l-7.4 2.4 2.4-7.2q-1.9-3.2-1.9-6.9 0-2.7 1.1-5.2t2.9-4.3 4.3-2.9 5.2-1.1z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button mailto shariff-nocustomcolor\" style=\"background-color:#a8a8a8\"><a href=\"mailto:?body=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F&subject=How%20to%20start%20game%20development%3A%20Game%20Engines%20I\" title=\"Send by email\" aria-label=\"Send by email\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#999; color:#fff\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#999\" d=\"M32 12.7v14.2q0 1.2-0.8 2t-2 0.9h-26.3q-1.2 0-2-0.9t-0.8-2v-14.2q0.8 0.9 1.8 1.6 6.5 4.4 8.9 6.1 1 0.8 1.6 1.2t1.7 0.9 2 0.4h0.1q0.9 0 2-0.4t1.7-0.9 1.6-1.2q3-2.2 8.9-6.1 1-0.7 1.8-1.6zM32 7.4q0 1.4-0.9 2.7t-2.2 2.2q-6.7 4.7-8.4 5.8-0.2 0.1-0.7 0.5t-1 0.7-0.9 0.6-1.1 0.5-0.9 0.2h-0.1q-0.4 0-0.9-0.2t-1.1-0.5-0.9-0.6-1-0.7-0.7-0.5q-1.6-1.1-4.7-3.2t-3.6-2.6q-1.1-0.7-2.1-2t-1-2.5q0-1.4 0.7-2.3t2.1-0.9h26.3q1.2 0 2 0.8t0.9 2z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button tumblr shariff-nocustomcolor\" style=\"background-color:#529ecc\"><a href=\"https:\/\/www.tumblr.com\/widgets\/share\/tool?posttype=link&canonicalUrl=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F&tags=blog.viking-studios.net\" title=\"Share on tumblr\" aria-label=\"Share on tumblr\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#36465d; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#36465d\" d=\"M18 14l0 7.3c0 1.9 0 2.9 0.2 3.5 0.2 0.5 0.7 1.1 1.2 1.4 0.7 0.4 1.5 0.6 2.4 0.6 1.6 0 2.6-0.2 4.2-1.3v4.8c-1.4 0.6-2.6 1-3.7 1.3-1.1 0.3-2.3 0.4-3.6 0.4-1.5 0-2.3-0.2-3.4-0.6-1.1-0.4-2.1-0.9-2.9-1.6-0.8-0.7-1.3-1.4-1.7-2.2s-0.5-1.9-0.5-3.4v-11.2h-4.3v-4.5c1.3-0.4 2.7-1 3.6-1.8 0.9-0.8 1.6-1.7 2.2-2.7 0.5-1.1 0.9-2.4 1.1-4.1h5.2l0 8h8v6h-8z\"\/><\/svg><\/span><span data-service=\"tumblr\" style=\"color:#36465d\" class=\"shariff-count shariff-hidezero\"><\/span>&nbsp;<\/a><\/li><li class=\"shariff-button pinterest shariff-nocustomcolor\" style=\"background-color:#e70f18\"><a href=\"https:\/\/www.pinterest.com\/pin\/create\/link\/?url=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F&media=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fwp-content%2Fplugins%2Fshariff%2Fimages%2FdefaultHint.png&description=How%20to%20start%20game%20development%3A%20Game%20Engines%20I\" title=\"Pin it on Pinterest\" aria-label=\"Pin it on Pinterest\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#cb2027; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 27 32\"><path fill=\"#cb2027\" d=\"M27.4 16q0 3.7-1.8 6.9t-5 5-6.9 1.9q-2 0-3.9-0.6 1.1-1.7 1.4-2.9 0.2-0.6 1-3.8 0.4 0.7 1.3 1.2t2 0.5q2.1 0 3.8-1.2t2.7-3.4 0.9-4.8q0-2-1.1-3.8t-3.1-2.9-4.5-1.2q-1.9 0-3.5 0.5t-2.8 1.4-2 2-1.2 2.3-0.4 2.4q0 1.9 0.7 3.3t2.1 2q0.5 0.2 0.7-0.4 0-0.1 0.1-0.5t0.2-0.5q0.1-0.4-0.2-0.8-0.9-1.1-0.9-2.7 0-2.7 1.9-4.6t4.9-2q2.7 0 4.2 1.5t1.5 3.8q0 3-1.2 5.2t-3.1 2.1q-1.1 0-1.7-0.8t-0.4-1.9q0.1-0.6 0.5-1.7t0.5-1.8 0.2-1.4q0-0.9-0.5-1.5t-1.4-0.6q-1.1 0-1.9 1t-0.8 2.6q0 1.3 0.4 2.2l-1.8 7.5q-0.3 1.2-0.2 3.2-3.7-1.6-6-5t-2.3-7.6q0-3.7 1.9-6.9t5-5 6.9-1.9 6.9 1.9 5 5 1.8 6.9z\"\/><\/svg><\/span><span data-service=\"pinterest\" style=\"color:#cb2027\" class=\"shariff-count shariff-hidezero\"><\/span>&nbsp;<\/a><\/li><li class=\"shariff-button rss shariff-nocustomcolor\" style=\"background-color:#ff8c00\"><a href=\"https:\/\/blog.viking-studios.net\/en\/feed\/rss\/\" title=\"RSS feed\" aria-label=\"RSS feed\" role=\"button\" class=\"shariff-link\" style=\"; background-color:#fe9312; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#fe9312\" d=\"M4.3 23.5c-2.3 0-4.3 1.9-4.3 4.3 0 2.3 1.9 4.2 4.3 4.2 2.4 0 4.3-1.9 4.3-4.2 0-2.3-1.9-4.3-4.3-4.3zM0 10.9v6.1c4 0 7.7 1.6 10.6 4.4 2.8 2.8 4.4 6.6 4.4 10.6h6.2c0-11.7-9.5-21.1-21.1-21.1zM0 0v6.1c14.2 0 25.8 11.6 25.8 25.9h6.2c0-17.6-14.4-32-32-32z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button linkedin shariff-nocustomcolor\" style=\"background-color:#1488bf\"><a href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F\" title=\"Share on LinkedIn\" aria-label=\"Share on LinkedIn\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#0077b5; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 27 32\"><path fill=\"#0077b5\" d=\"M6.2 11.2v17.7h-5.9v-17.7h5.9zM6.6 5.7q0 1.3-0.9 2.2t-2.4 0.9h0q-1.5 0-2.4-0.9t-0.9-2.2 0.9-2.2 2.4-0.9 2.4 0.9 0.9 2.2zM27.4 18.7v10.1h-5.9v-9.5q0-1.9-0.7-2.9t-2.3-1.1q-1.1 0-1.9 0.6t-1.2 1.5q-0.2 0.5-0.2 1.4v9.9h-5.9q0-7.1 0-11.6t0-5.3l0-0.9h5.9v2.6h0q0.4-0.6 0.7-1t1-0.9 1.6-0.8 2-0.3q3 0 4.9 2t1.9 6z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button xing shariff-nocustomcolor\" style=\"background-color:#29888a\"><a href=\"https:\/\/www.xing.com\/spi\/shares\/new?url=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F\" title=\"Share on XING\" aria-label=\"Share on XING\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#126567; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 25 32\"><path fill=\"#126567\" d=\"M10.7 11.9q-0.2 0.3-4.6 8.2-0.5 0.8-1.2 0.8h-4.3q-0.4 0-0.5-0.3t0-0.6l4.5-8q0 0 0 0l-2.9-5q-0.2-0.4 0-0.7 0.2-0.3 0.5-0.3h4.3q0.7 0 1.2 0.8zM25.1 0.4q0.2 0.3 0 0.7l-9.4 16.7 6 11q0.2 0.4 0 0.6-0.2 0.3-0.6 0.3h-4.3q-0.7 0-1.2-0.8l-6-11.1q0.3-0.6 9.5-16.8 0.4-0.8 1.2-0.8h4.3q0.4 0 0.5 0.3z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button printer shariff-nocustomcolor\" style=\"background-color:#a8a8a8\"><a href=\"javascript:window.print()\" title=\"print\" aria-label=\"print\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#999; color:#fff\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 30 32\"><path fill=\"#999\" d=\"M6.8 27.4h16v-4.6h-16v4.6zM6.8 16h16v-6.8h-2.8q-0.7 0-1.2-0.5t-0.5-1.2v-2.8h-11.4v11.4zM27.4 17.2q0-0.5-0.3-0.8t-0.8-0.4-0.8 0.4-0.3 0.8 0.3 0.8 0.8 0.3 0.8-0.3 0.3-0.8zM29.7 17.2v7.4q0 0.2-0.2 0.4t-0.4 0.2h-4v2.8q0 0.7-0.5 1.2t-1.2 0.5h-17.2q-0.7 0-1.2-0.5t-0.5-1.2v-2.8h-4q-0.2 0-0.4-0.2t-0.2-0.4v-7.4q0-1.4 1-2.4t2.4-1h1.2v-9.7q0-0.7 0.5-1.2t1.2-0.5h12q0.7 0 1.6 0.4t1.3 0.8l2.7 2.7q0.5 0.5 0.9 1.4t0.4 1.6v4.6h1.1q1.4 0 2.4 1t1 2.4z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button diaspora shariff-nocustomcolor\" style=\"background-color:#b3b3b3\"><a href=\"https:\/\/share.diasporafoundation.org\/?url=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F&title=How%20to%20start%20game%20development%3A%20Game%20Engines%20I\" title=\"Share on diaspora*\" aria-label=\"Share on diaspora*\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#999; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 33 32\"><path fill=\"#999\" d=\"M20.6 28.2c-0.8-1.2-2.1-2.9-2.9-4-0.8-1.1-1.4-1.9-1.4-1.9s-1.2 1.6-2.8 3.8c-1.5 2.1-2.8 3.8-2.8 3.8 0 0-5.5-3.9-5.5-3.9 0 0 1.2-1.8 2.8-4s2.8-4 2.8-4.1c0-0.1-0.5-0.2-4.4-1.5-2.4-0.8-4.4-1.5-4.4-1.5 0 0 0.2-0.8 1-3.2 0.6-1.8 1-3.2 1.1-3.3s2.1 0.6 4.6 1.5c2.5 0.8 4.6 1.5 4.6 1.5s0.1 0 0.1-0.1c0 0 0-2.2 0-4.8s0-4.7 0.1-4.7c0 0 0.7 0 3.3 0 1.8 0 3.3 0 3.4 0 0 0 0.1 1.4 0.2 4.6 0.1 5.2 0.1 5.3 0.2 5.3 0 0 2-0.7 4.5-1.5s4.4-1.5 4.4-1.5c0 0.1 2 6.5 2 6.5 0 0-2 0.7-4.5 1.5-3.4 1.1-4.5 1.5-4.5 1.6 0 0 1.2 1.8 2.6 3.9 1.5 2.1 2.6 3.9 2.6 3.9 0 0-5.4 4-5.5 4 0 0-0.7-0.9-1.5-2.1z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button flipboard shariff-nocustomcolor\" style=\"background-color:#373737\"><a href=\"https:\/\/share.flipboard.com\/bookmarklet\/popout?v=2&title=How%20to%20start%20game%20development%3A%20Game%20Engines%20I&url=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F\" title=\"Share on Flipboard\" aria-label=\"Share on Flipboard\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#f52828; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"24px\" height=\"24px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path fill=\"#f52828\" d=\"M0 0h8v24H0V0zm9 9h7v7H9V9zm0-9h15v8H9V0z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button mastodon shariff-nocustomcolor\" style=\"background-color:#563ACC\"><a href=\"https:\/\/s2f.kytta.dev\/?text=How%20to%20start%20game%20development%3A%20Game%20Engines%20I https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F\" title=\"Share on Mastodon\" aria-label=\"Share on Mastodon\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#6364FF; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"75\" height=\"79\" viewBox=\"0 0 75 79\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M37.813-.025C32.462-.058 27.114.13 21.79.598c-8.544.621-17.214 5.58-20.203 13.931C-1.12 23.318.408 32.622.465 41.65c.375 7.316.943 14.78 3.392 21.73 4.365 9.465 14.781 14.537 24.782 15.385 7.64.698 15.761-.213 22.517-4.026a54.1 54.1 0 0 0 .01-6.232c-6.855 1.316-14.101 2.609-21.049 1.074-3.883-.88-6.876-4.237-7.25-8.215-1.53-3.988 3.78-.43 5.584-.883 9.048 1.224 18.282.776 27.303-.462 7.044-.837 14.26-4.788 16.65-11.833 2.263-6.135 1.215-12.79 1.698-19.177.06-3.84.09-7.692-.262-11.52C72.596 7.844 63.223.981 53.834.684a219.453 219.453 0 0 0-16.022-.71zm11.294 12.882c5.5-.067 10.801 4.143 11.67 9.653.338 1.48.471 3 .471 4.515v21.088h-8.357c-.07-7.588.153-15.182-.131-22.765-.587-4.368-7.04-5.747-9.672-2.397-2.422 3.04-1.47 7.155-1.67 10.735v6.392h-8.307c-.146-4.996.359-10.045-.404-15.002-1.108-4.218-7.809-5.565-10.094-1.666-1.685 3.046-.712 6.634-.976 9.936v14.767h-8.354c.109-8.165-.238-16.344.215-24.5.674-5.346 5.095-10.389 10.676-10.627 4.902-.739 10.103 2.038 12.053 6.631.375 1.435 1.76 1.932 1.994.084 1.844-3.704 5.501-6.739 9.785-6.771.367-.044.735-.068 1.101-.073z\"\/><defs><linearGradient id=\"paint0_linear_549_34\" x1=\"37.0692\" y1=\"0\" x2=\"37.0692\" y2=\"79\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#6364FF\"\/><stop offset=\"1\" stop-color=\"#563ACC\"\/><\/linearGradient><\/defs><\/svg><\/span><\/a><\/li><li class=\"shariff-button pocket shariff-nocustomcolor\" style=\"background-color:#444\"><a href=\"https:\/\/getpocket.com\/save?url=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F&title=How%20to%20start%20game%20development%3A%20Game%20Engines%20I\" title=\"Save to Pocket\" aria-label=\"Save to Pocket\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#ff0000; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 27 28\"><path fill=\"#ff0000\" d=\"M24.5 2q1 0 1.7 0.7t0.7 1.7v8.1q0 2.8-1.1 5.3t-2.9 4.3-4.3 2.9-5.2 1.1q-2.7 0-5.2-1.1t-4.3-2.9-2.9-4.3-1.1-5.2v-8.1q0-1 0.7-1.7t1.7-0.7h22zM13.5 18.6q0.7 0 1.3-0.5l6.3-6.1q0.6-0.5 0.6-1.3 0-0.8-0.5-1.3t-1.3-0.5q-0.7 0-1.3 0.5l-5 4.8-5-4.8q-0.5-0.5-1.3-0.5-0.8 0-1.3 0.5t-0.5 1.3q0 0.8 0.6 1.3l6.3 6.1q0.5 0.5 1.3 0.5z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button threema shariff-nocustomcolor shariff-mobile\" style=\"background-color:#4fbc24\"><a href=\"threema:\/\/compose?text=How%20to%20start%20game%20development%3A%20Game%20Engines%20I%20https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F\" title=\"Share on Threema\" aria-label=\"Share on Threema\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#1f1f1f; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#1f1f1f\" d=\"M30.8 10.9c-0.3-1.4-0.9-2.6-1.8-3.8-2-2.6-5.5-4.5-9.4-5.2-1.3-0.2-1.9-0.3-3.5-0.3s-2.2 0-3.5 0.3c-4 0.7-7.4 2.6-9.4 5.2-0.9 1.2-1.5 2.4-1.8 3.8-0.1 0.5-0.2 1.2-0.2 1.6 0 0.4 0.1 1.1 0.2 1.6 0.4 1.9 1.3 3.4 2.9 5 0.8 0.8 0.8 0.8 0.7 1.3 0 0.6-0.5 1.6-1.7 3.6-0.3 0.5-0.5 0.9-0.5 0.9 0 0.1 0.1 0.1 0.5 0 0.8-0.2 2.3-0.6 5.6-1.6 1.1-0.3 1.3-0.4 2.3-0.4 0.8 0 1.1 0 2.3 0.2 1.5 0.2 3.5 0.2 4.9 0 5.1-0.6 9.3-2.9 11.4-6.3 0.5-0.9 0.9-1.8 1.1-2.8 0.1-0.5 0.2-1.1 0.2-1.6 0-0.7-0.1-1.1-0.2-1.6-0.3-1.4 0.1 0.5 0 0zM20.6 17.3c0 0.4-0.4 0.8-0.8 0.8h-7.7c-0.4 0-0.8-0.4-0.8-0.8v-4.6c0-0.4 0.4-0.8 0.8-0.8h0.2l0-1.6c0-0.9 0-1.8 0.1-2 0.1-0.6 0.6-1.2 1.1-1.7s1.1-0.7 1.9-0.8c1.8-0.3 3.7 0.7 4.2 2.2 0.1 0.3 0.1 0.7 0.1 2.1v0 1.7h0.1c0.4 0 0.8 0.4 0.8 0.8v4.6zM15.6 7.3c-0.5 0.1-0.8 0.3-1.2 0.6s-0.6 0.8-0.7 1.3c0 0.2 0 0.8 0 1.5l0 1.2h4.6v-1.3c0-1 0-1.4-0.1-1.6-0.3-1.1-1.5-1.9-2.6-1.7zM25.8 28.2c0 1.2-1 2.2-2.1 2.2s-2.1-1-2.1-2.1c0-1.2 1-2.1 2.2-2.1s2.2 1 2.2 2.2zM18.1 28.2c0 1.2-1 2.2-2.1 2.2s-2.1-1-2.1-2.1c0-1.2 1-2.1 2.2-2.1s2.2 1 2.2 2.2zM10.4 28.2c0 1.2-1 2.2-2.1 2.2s-2.1-1-2.1-2.1c0-1.2 1-2.1 2.2-2.1s2.2 1 2.2 2.2z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button vk shariff-nocustomcolor\" style=\"background-color:#4273c8\"><a href=\"https:\/\/vk.com\/share.php?url=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F\" title=\"Share on VK\" aria-label=\"Share on VK\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#527498; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 34 32\"><path fill=\"#527498\" d=\"M34.2 9.3q0.4 1.1-2.7 5.3-0.4 0.6-1.2 1.5-1.4 1.8-1.6 2.3-0.3 0.7 0.3 1.4 0.3 0.4 1.4 1.5h0l0.1 0.1q2.5 2.3 3.4 3.9 0.1 0.1 0.1 0.2t0.1 0.5 0 0.6-0.4 0.5-1.1 0.2l-4.6 0.1q-0.4 0.1-1-0.1t-0.9-0.4l-0.4-0.2q-0.5-0.4-1.2-1.1t-1.2-1.4-1.1-1-1-0.3q-0.1 0-0.1 0.1t-0.3 0.3-0.4 0.5-0.3 0.9-0.1 1.4q0 0.3-0.1 0.5t-0.1 0.3l-0.1 0.1q-0.3 0.3-0.9 0.4h-2.1q-1.3 0.1-2.6-0.3t-2.3-0.9-1.8-1.2-1.3-1l-0.4-0.4q-0.2-0.2-0.5-0.5t-1.3-1.6-1.9-2.7-2.2-3.8-2.3-4.9q-0.1-0.3-0.1-0.5t0.1-0.3l0.1-0.1q0.3-0.3 1-0.3l4.9 0q0.2 0 0.4 0.1t0.3 0.2l0.1 0.1q0.3 0.2 0.4 0.6 0.4 0.9 0.8 1.8t0.7 1.5l0.3 0.5q0.5 1.1 1 1.9t0.9 1.2 0.7 0.7 0.6 0.3 0.5-0.1q0 0 0.1-0.1t0.2-0.4 0.2-0.8 0.2-1.4 0-2.2q0-0.7-0.2-1.3t-0.2-0.8l-0.1-0.2q-0.4-0.6-1.5-0.8-0.2 0 0.1-0.4 0.3-0.3 0.7-0.5 0.9-0.5 4.3-0.4 1.5 0 2.4 0.2 0.4 0.1 0.6 0.2t0.4 0.4 0.2 0.6 0.1 0.8 0 1 0 1.3 0 1.5q0 0.2 0 0.8t0 0.9 0.1 0.7 0.2 0.7 0.4 0.4q0.1 0 0.3 0.1t0.5-0.2 0.7-0.6 0.9-1.2 1.2-1.9q1.1-1.9 1.9-4 0.1-0.2 0.2-0.3t0.2-0.2l0.1-0.1 0.1 0t0.2-0.1 0.4 0l5.1 0q0.7-0.1 1.1 0t0.6 0.3z\"\/><\/svg><\/span><span data-service=\"vk\" style=\"color:#527498\" class=\"shariff-count shariff-hidezero\"><\/span>&nbsp;<\/a><\/li><li class=\"shariff-button wallabag shariff-nocustomcolor\" style=\"background-color:#2bbbad\"><a href=\"https:\/\/app.wallabag.it\/bookmarklet?url=https%3A%2F%2Fblog.viking-studios.net%2Fen%2Fhow-to-start-game-development-game-engines-i%2F\" title=\"Save to wallabag\" aria-label=\"Save to wallabag\" role=\"button\" rel=\"noopener nofollow\" class=\"shariff-link\" style=\"; background-color:#26a69a; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 600 500\"><path fill=\"#26a69a\" d=\"M381 474l-5 7c-15 19-29 20-45 2-14-15-30-28-47-38a75 75 0 0 1-15-12c-8-8-10-19-8-30 2-8-2-12-8-16l-3 12c-8 33-31 51-64 57-36 6-73 7-109 5l-57-4c-9-1-9-1-7-9h46c28 0 55-1 82-9 45-14 67-49 62-96l-4-25 43 13q101 24 197-11c6-2 10-2 14 5l-49 53-15 15c-8 8-8 15 1 23l24 18 50 34c-8 20-26 26-43 14l-43-34c-14-10-23-25-31-39-3-4-6-6-10-5h-36c-5-1-8 1-9 6zM409 4l-6 49c-2 19-9 35-28 45l40 50c-13 9-26 11-40 12-19 0-36-6-54-11-16-4-34-9-51-11-10-2-20 0-31 1l30-38c-16-9-25-23-28-41l-1-15-3-41c21 5 38 16 51 33l11 16 22 29c10-9 19-18 24-29 12-26 32-42 60-48l4-1zm-19 187c12 9 17 20 16 35l-2 47c-3 31-26 48-57 40a114 114 0 0 1-11-3 44 44 0 0 0-28-1 110 110 0 0 1-28 5c-16 0-28-8-33-24-6-16-6-33-6-50v-14c-2-15 2-28 17-35 10 6 19 13 17 27v32c-1 14 5 25 16 33 15-12 16-28 15-45v-30c0-11 4-15 12-16 8-2 11 0 15 10 6 13 10 27 8 41-2 17 4 30 16 40 11-10 16-23 14-38v-16c0-21 1-24 19-38z\"\/><\/svg><\/span><\/a><\/li><li class=\"shariff-button info shariff-nocustomcolor\" style=\"background-color:#eee\"><a href=\"http:\/\/ct.de\/-2467514\" title=\"More information\" aria-label=\"More information\" role=\"button\" rel=\"noopener \" class=\"shariff-link\" style=\"; background-color:#fff; color:#fff\" target=\"_blank\"><span class=\"shariff-icon\" style=\"\"><svg width=\"32px\" height=\"20px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 11 32\"><path fill=\"#999\" d=\"M11.4 24v2.3q0 0.5-0.3 0.8t-0.8 0.4h-9.1q-0.5 0-0.8-0.4t-0.4-0.8v-2.3q0-0.5 0.4-0.8t0.8-0.4h1.1v-6.8h-1.1q-0.5 0-0.8-0.4t-0.4-0.8v-2.3q0-0.5 0.4-0.8t0.8-0.4h6.8q0.5 0 0.8 0.4t0.4 0.8v10.3h1.1q0.5 0 0.8 0.4t0.3 0.8zM9.2 3.4v3.4q0 0.5-0.4 0.8t-0.8 0.4h-4.6q-0.4 0-0.8-0.4t-0.4-0.8v-3.4q0-0.4 0.4-0.8t0.8-0.4h4.6q0.5 0 0.8 0.4t0.4 0.8z\"\/><\/svg><\/span><\/a><\/li><\/ul><\/div>","protected":false},"excerpt":{"rendered":"<p>In my last article I talked about modding, now it&#8217;s time to talk about engines and editors with which you can create games. You could also do this with modding tools, but most (if not all) of them require the original game to launch the mod also it is not allowed to monetize the mod. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,9],"tags":[31,32,34,39,38,33,35,37,36],"class_list":["post-73","post","type-post","status-publish","format-standard","hentry","category-gamedevelopment","category-howtostartgamedevelopment","tag-cryengine","tag-engine","tag-how-to-start-game-development","tag-monogame","tag-sharpdx","tag-unity","tag-unreal-engine","tag-xenko","tag-xna"],"_links":{"self":[{"href":"https:\/\/blog.viking-studios.net\/en\/wp-json\/wp\/v2\/posts\/73","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.viking-studios.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.viking-studios.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.viking-studios.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.viking-studios.net\/en\/wp-json\/wp\/v2\/comments?post=73"}],"version-history":[{"count":0,"href":"https:\/\/blog.viking-studios.net\/en\/wp-json\/wp\/v2\/posts\/73\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.viking-studios.net\/en\/wp-json\/wp\/v2\/media?parent=73"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.viking-studios.net\/en\/wp-json\/wp\/v2\/categories?post=73"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.viking-studios.net\/en\/wp-json\/wp\/v2\/tags?post=73"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}