📜 ⬆️ ⬇️

How to create your own game: the main question of any juzverej

How to create your own game: I often see such a question in search queries. There are a lot of game engines and designers, and they are all so incomprehensible ... I would just like to think, and the game has already been created, and all the sprites are drawn, and the code is written. What a pity that this is impossible.

But still there are ways by which you can easily and quickly create your game so that it is playable and meets all the requirements of a computer game.
And in this topic, I will tell you how to choose the engine for the game.

Became interesting? Welcome under cat.

To begin with, it would be worthwhile to understand why computer games are needed: for some it is entertainment, for others it is a way of recreation, some even earn money by playing them! Maybe you want to brag to a friend that you got a new level, or maybe you are just tired after the working day and want to rest.
')
So, the ideal game must meet all the requirements of the player. But a lot depends on the engine.

If you look from the side of the game developer, then the ideal engine should be light, with a lot of possibilities, and so as not to require any cash investments. Many game developers think about the graphics - 2D or 3D? If you want to quickly and easily create a game, then 2D is more suitable. But if you have nerves of iron (although they are necessary for any game), and you are ready to make the game for six months: then you can study 3D modeling. But we take 2D.
Let's take a closer look at 2D-engines.

1. GameMaker.
image

I think many people know about this popular game designer. This is a good tool for beginners, but it is not practical.

Pros:

Minuses:

So, Game Maker is not suitable. Go ahead.

2. HTML5.
image

HTML5 is a new generation of HTML, and now you can make games with it. With it, you can create a game, but it is also complex and incomprehensible. Perhaps in a few years it will be sufficiently suitable for igrostroy, but now ...

Pros:


Minuses:

So that HTML is not suitable. But there is a solution ...

3. Flash!
image

Flash is currently the best platform to create a game. With it, you can create games in the shortest possible time, for it there are a lot of programs and numerous frameworks, a lot of tutorials on these same frameworks, and it is universal!

Pros:

Source: https://habr.com/ru/post/140518/


All Articles