By Björn Ritzl on May 03, 2021
Tagged as: Developer case study, Interview, Yandex
Yandex.Games has quickly turned into one of the favorite places for Defold developers to release their HTML5 games. Yandex.Games has a large player base, an easy to integrate SDK and fast and smooth publishing and review process. In this blog post we’ll look at the development process for Mahjong Cards, a game developed by Indiesoft Llc and launched on Yandex.Games a few months ago. We will also take a look at the Yandes.Games SDK integration created by Indiesoft and shared for free in the Defold Asset portal.
We asked Artsiom Trubchyk, one of the founders of Indiesoft to help us out.
We are a two-person company, and we are developing web games. We have been developing games since 2010, in the middle of the Flash games era, but from time to time and under different studio names.
Since last year, Indiesoft has been making games with Defold full-time, and that’s why we have often been releasing assets for the engine. One of the latest is Yandex.Games SDK for Defold.
I used to hear about Defold from many sources. The most significant were talks at the DevGAMM conference, and it was thanks to the noise about Defold made by Oleg Pridiuk aka Olle Pridiuksson, who was an evangelist of the engine at that time.
There are two games, Puffy Cat and Mahjong Cards, published on Poki and Yandex.Games, and before that, we developed few classic card games for a card games website.
Also, we have lots of prototypes. They vary from hyper-casual games to a block-building 3D game that I hope to finish eventually. We like to develop well-polished games, and this is why we are not releasing them often.
Yes, Mahjong Cards is our first game on the Yandex.Games platform. We wanted to release something on Yandex.Games to look over the publishing process, and we decided to begin with a simple game. The mechanics of mahjong solitaire, where a player should find pairs of tiles on a board, fit the best. So, I made a prototype to estimate how much time the whole project would have taken, and we decided to finish it and release it.
Thanks to Defold’s Lua scripting language and overall engine’s friendliness and simplicity, I did Mahjong Cards in a short period of time. Luckily, I made the right decision for the game’s architecture and split the game’s logic and view. This helped me to save a lot of time. When I started making levels, I found out that I had to make a level editor for this game, and I managed to use most of the game’s logic for this tool. Everything else, such as the operating system’s file dialogues and other system functions, were already done by the great Defold community.
It wasn’t hard to publish the game on Yandex.Games. At the same time, some things weren’t obvious because the platform is quite new, and it’s growing fast. To sum up, the whole process of publishing your game is:
Yes, I shared the SDK integration for Defold. The point is to raise the quality of its code and documentation because more than one developer will use it. If you write code that everyone can see, you will do all you can not to look like a code monkey. Also, sharing extensions, assets, and projects helps to grow the community.
“If you write code that everyone can see, you will do all you can not to look like a code monkey.”
The integration implements all SDK methods, and its bonus is a mocking API to debug SDK on desktop platforms easily. It saves lots of time because the process of building for HTML5 and uploading your game to the Yandex platform to debug isn’t quick at all.
My current goal is to finish a 3D tank game where players will need to hunt each other in small arenas. The unique point of this game is a mode for 2-4 players. Players will love nice graphics of cute and small tanks which explode everything around them to win the round.
Follow me on Twitter! I’m glad to follow anyone back.