Pull to refresh
212.95

Game development *

Game development

Show first
Rating limit
Level of difficulty

The Different RPG styles between East and West

Reading time 6 min
Views 3.5K
Development of mobile applications *Game development *Development for Android *Unity3D *Games and game consoles
Sandbox

image


The Chinese Mobile RPG: the Genre of Giants.


Chinese RPGs make up 56% of the top 500 grossing iOS games in China. According to data gathered in 2019 by Game Refinery’s Joel Julkunen. Let’s take a look at the genre and some important points for game developers and RPG enthusiasts to consider Chinese Mobile RPGs.


RPG or role-playing game is a game where the player plays as a character, often the main character, in a fictional game world.

Read more →
Total votes 5: ↑5 and ↓0 +5
Comments 1

Amnesia: The Dark Descent or How to Forget to Fix Copy Paste

Reading time 14 min
Views 674
PVS-Studio corporate blog Open source *C++ *Game development *
image1.png

Just before the release of the "Amnesia: Rebirth" game, the vendor "Fractional Games" opened the source code of the legendary "Amnesia: The Dark Descent" and its sequel "Amnesia: A Machine For Pigs". Why not use the static analysis tool to see what dreadful mistakes are hidden in the inside of these cult horror games?
Read more →
Rating 0
Comments 0

Database using ScriptableObjects with save/load system

Reading time 5 min
Views 11K
Game development *Unity3D *
Translation

Introduction


Each game has data that game-designers work with. In RPG there is a database of items, in match-3 — the cost in the crystals of tools from the store, in action — hit points, for which medical kit heals.


There are many ways to store such data — someone stores it in tables, in XML or JSON files that edit with their own tools. Unity provides its own way — Scriptable Objects (SO), which I like because you don't have to write your own editor to visualize them, it's easy to make links to the game's assets and to each other, and with Addressables this data can be easily and conveniently stored off-game and updated separately.


In this article I would like to talk about my SODatabase library, with which you can conveniently create, edit and use in the game (edit and serialize) scriptable objects.

Read more →
Total votes 4: ↑4 and ↓0 +4
Comments 0

Checking the Code of XMage, and Why You Won't Be Able to Get the Special Rare Cards of the Dragon's Maze Collection

Reading time 13 min
Views 457
PVS-Studio corporate blog Open source *Java *Game development *
image1.png

XMage is a client-server application for playing Magic: The Gathering (MTG). XMage's development was started in early 2010. Since then, it has seen 182 releases, attracted an army of contributors, and it's still being actively developed even now. All that makes it a good reason for us to contribute to its development too! So, today the PVS-Studio unicorn is going to check the code base of XMage and maybe even get into a fight with some entities.
Read more →
Rating 0
Comments 0

PVS-Studio and Continuous Integration: TeamCity. Analysis of the Open RollerCoaster Tycoon 2 project

Reading time 8 min
Views 548
PVS-Studio corporate blog C++ *Game development *DevOps *

One of the most relevant scenarios for using the PVS-Studio analyzer is its integration into CI systems. Even though a project analysis by PVS-Studio can already be embedded with just a few commands into almost any continuous integration system, we continue to make this process even more convenient. PVS-Studio now supports converting the analyzer output to the TeamCity format-TeamCity Inspections Type. Let's see how it works.
Read more →
Total votes 3: ↑1 and ↓2 -1
Comments 0

The Code of the Command & Conquer Game: Bugs from the 90's. Volume two

Reading time 13 min
Views 3.3K
PVS-Studio corporate blog Open source *C++ *Game development *C *
image1.png

The American company Electronic Arts Inc (EA) has opened the source code of the games Command & Conquer: Tiberian Dawn and Command & Conquer: Red Alert publicly available. Several dozen errors were detected in the source code using the PVS-Studio analyzer, so, please, welcome the continuation of found defects review.
Read more →
Total votes 4: ↑4 and ↓0 +4
Comments 1

The Code of the Command & Conquer Game: Bugs From the 90's. Volume one

Reading time 13 min
Views 1.9K
PVS-Studio corporate blog Open source *C++ *Game development *C *
image1.png

The American company Electronic Arts Inc (EA) has made the source code of the games Command & Conquer: Tibetan Dawn and Command & Conquer: Red Alert publicly available. This code should help the game community to develop mods and maps, create custom units, and customize the gameplay logic. We all now have a unique opportunity to plunge into the history of development, which is very different from the modern one. Back then, there was no StackOverflow site, convenient code editors, or powerful compilers. Moreover, at that time, there were no static analyzers, and the first thing the community will face is hundreds of errors in the code. This is what the PVS-Studio team will help you with by pointing out the erroneous places.
Read more →
Total votes 2: ↑2 and ↓0 +2
Comments 1

Teaching folks to program 2019, a.k.a. in the search of an ideal program: Sequence

Reading time 8 min
Views 606
Abnormal programming *Programming *Game development *Studying in IT DIY
Translation

MUROM


Hi, my name is Michael Kapelko. I'm a professional software developer. I'm fond of developing games and teaching folks to program.


Preface


Autumn 2019 was the third time I participated as one of the teachers in the course to teach 10-15-year-old folks to program. The course took place from mid. September to mid. December. Each Saturday, we were studying from 10 AM to 12 PM. More details about the structure of each class and the game itself can be found in the 2018 article.


I have the following goals for conducting such courses:


  • create a convenient tool to allow the creation of simple games, the tool interested folks of 10 years old or older can master;
  • create a program to teach programming, the program interested folks of 10 years old or older can use themselves to create simple games.
Read more →
Rating 0
Comments 0

How to Plan a Winning Product Strategy

Reading time 5 min
Views 886
Alconost corporate blog Development of mobile applications *Game development *Language localisation *Product Management *
Tutorial
Translation

How do we know when a product is solving a significant problem in a growing market? Do we need to build a brand and defend it with barriers against competitors? Read further in this article.


Notes on Des Traynor’s talk from Web Summit on developing a product strategy based on his experience at Intercom. The original article has been written by Vit Myshlaev and translated by Alconost.

How do you know when you’re really solving a significant problem?



If you can’t answer in the affirmative to the below three questions regarding your product, it makes no sense to move forward:


  • It is viable. Can it make money?
  • It is feasible. Can it be done?
  • It is desirable. Does anyone want it?
Read more →
Rating 0
Comments 0

Breaking the Rules of Unity Garbage Collection

Reading time 5 min
Views 2.1K
Game development *
Sandbox
Once upon a time, there was a unity game programmer called Lancelot. A very passionate one, I would say. He didn't know yet, but eventually he would face the darkest side of Unity garbage collection.

image

Lancelot was always looking for bigger and bigger titles to work on. And so he worked hard to get his big chance in the games industry.

It was not easy, that he knew.
Read more →
Rating 0
Comments 0

VVVVVV??? VVVVVV!!! :)

Reading time 10 min
Views 2.1K
PVS-Studio corporate blog Programming *C++ *Game development *
If you're reading this text, you've either thought that something was wrong with the headline or you've seen the name of a familiar computer game. VVVVVV is an indie platformer game that has stolen the hearts of many players by its pleasant external simplicity and no less pleasant internal complexity. A few days ago, VVVVVV turned 10 years, and the author of the game — Terry Cavanagh — celebrated this holiday by publishing its source code. What mind-boggling things is it hiding? Read the answer in this article.

Рисунок 1
Read more →
Total votes 3: ↑3 and ↓0 +3
Comments 0

How to Localize an App or Game? Top Ten Free E-learning Sources

Reading time 4 min
Views 789
Alconost corporate blog Development of mobile applications *Game development *Language localisation *Mobile applications monetization *


The new year means new plans and new prospects. And if you were considering localizing your product last year, it might be the right time to take action instead of postponing it indefinitely.


That’s why we at Alconost have prepared a list of free e-learning resources that are sure to help explore the topic of localization and ultimately equip you to manage the whole process on your own. We use some of these courses for our internal training, and we hope you like them, too.


We’ve arranged the e-learning resources in an order that consecutively mirrors the localization process. We recommend that you go down the list step by step for best results.

Read more →
Rating 0
Comments 2

Dagaz: A new Beginning

Reading time 23 min
Views 1.6K
JavaScript *Game development *Logic games
Translation
It runs south and circles north, circling, circling to run with its wind
And according to its circuits the wind returns;
All the rivers run into the sea — and the sea does not overflow,
To the place where the rivers run, — There they continue to run;

The book of Ecclesiastes


In 1998, a completely unique, for its time, application was developed that allows you to reduce the process of developing an abstract board game (or puzzle) to a small text description language, vaguely reminiscent of Lisp. This project was called Zillions of Games. It created a furor among fans of board games. Currently, over 2,000 applications have been created using this technology.
Total votes 7: ↑7 and ↓0 +7
Comments 2

Where Do Mojibakes Come From? Essentials of Encodings

Reading time 9 min
Views 577
Alconost corporate blog Programming *Development of mobile applications *Game development *Language localisation *
Translation


This article explores the basic concepts behind character encoding and then takes a dive deeper into the technical details of encoding systems.


If you have just a basic knowledge of character encoding and want to better understand the essentials, the differences between encoding systems, why we sometimes end up with nonsense text, and the principles behind different encoding system architecture, then read on.


Getting to understand character encoding in detail requires some extensive reading and a good chunk of time. I’ve tried to save you some of that effort by bringing it all together in one place while providing what I believe to be a pretty thorough background of the topic.


I’m going to go over how single-byte encodings (ASCII, Windows-1251 etc.) work, the history of how Unicode came to be, the Unicode-based encodings UTF-8, UTF-16 and how they differ, the specific features, compatibility, and lack thereof among various encodings, character encoding principles, and a practical guide to how characters are encoded and decoded.

Read more →
Rating 0
Comments 0

How to Localize a Mobile Game for the Asian Market

Reading time 7 min
Views 1.3K
Alconost corporate blog Game development *Language localisation *Games monetization *Games promotion *
Translation


With the Asian market rapidly growing, almost every ambitious IT product sooner or later faces the challenge of localization for this region. And without knowing all its facets any localization project is rather doomed to fail. That’s why we at Alconost have decided to translate and share with you the article on localizing games for Asia by Plarium, a global game developer with solid experience in game localization. We found here some useful approaches that are also valid for our localization projects and hope that you’ll like the reading, too.

For Western developers, entering the Asian market is like entering outer space, only 30 megabytes heavier. Localizing games into Japanese, Chinese, and Korean requires a Herculean effort. You need to account for certain technical requirements and scrupulously research the market and the target audience’s mindset. But if this is your dream, keep reading — our experience should stand you in good stead.

Read more →
Rating 0
Comments 0

Localization or Creative Adaptation? Case Study of the Game Streets of Rogue

Reading time 5 min
Views 941
Alconost corporate blog Game development *Language localisation *Games monetization *Games promotion *


About the game Streets of Rogue


In 2017 tinyBuild released Streets of Rogue, a unique visual successor to the hit game Punch Club. Streets of Rogue is remarkable for the variety of its game features and genre elements. The developers combined an intense top-down roguelike, a retro pixel art style, an atmosphere of irrepressible excitement, classic character levelling, and questing. The game revolves around playing through a series of randomly generated cities. This can be accomplished via brute force, stealth, or hacking — it’s up to you!


How and why the game needed to be localized


Streets of Rogue quickly garnered a warm reception from gamers and the press alike, so tinyBuild naturally decided to bring the game to a wider international audience.

Read more →
Total votes 5: ↑5 and ↓0 +5
Comments 0

Best Languages for Game Localization

Reading time 5 min
Views 1.2K
Alconost corporate blog Game development *Language localisation *Games monetization *Games promotion *


In the previous article, we discussed the most important languages for app localization. Soon afterward we received several requests to share our perspective on the key languages for game localization. That’s why we came up with this new post.

We’ve analyzed localization languages from the perspective of return on investment.

There are numerous case studies, research projects, and forecasts regarding the most promising countries and languages for game localization. In this article, we’re going to examine the game language issue from the perspective of the most efficient allocation of your localization budget.

What are the highest- and lowest-priority objectives when it comes to game localization?


We suggest raising this question first before selecting localization languages. Why? Because, depending on the type of game you’re localizing, your business objectives, and your audience’s expectations, there are several levels of localization.

You can do the minimum required and stop at the first level, or you can go further with a step-by-step localization and maximize outreach.

The first thing to start with is the localization of keywords and game description for app stores. This alone might work perfectly well if your game has little to no text or voice and its interface design is fully compatible with the standards of the country you are targeting.

Next, if your game contains text-based instructions, you have no choice but to translate them. In addition, other design choices will also need adjustments in terms of colors, numbers, and other local standards.

Finally, voice-over, if present in the game, must be translated as well, or at least subtitled. Or you can fully complete the localization process by rerecording voice-over in your target languages, thereby providing the perfect user experience.

Written by Alconost
Total votes 3: ↑3 and ↓0 +3
Comments 2

Make it easier to get finished: Interview with John Romero, developer of Doom

Reading time 12 min
Views 5.4K
RUVDS.com corporate blog Programming *Game development *Game design *Interview
At the last Tech Train IT festival, we met the legendary John Romero, who designed and developed the iconic Wolfenstein 3D, Doom, and Quake. We talked about whether game developers need soft skills, which working tools to pay attention to, and which co-founder of Id Software's favorite toys are. Questions were asked by Nikita Tsaplin, the founder of RUVDS.


→ Text and video in Russian
Total votes 26: ↑25 and ↓1 +24
Comments 0

Authors' contribution