Game development has always been a very interesting thing. While practicing coding capabilities, it can also be linked with the thinking ability of abstract things.
Here we will explain the core idea of programming.
A game is nothing more than a portrayal of reality. Every object is an object with its own attributes and behaviors,
When to show this behavior becomes a simple picture, and the game is formed by the alternation of various pictures
Game Ideology
1. Objects, everything is objects, everything is objects, people, animals. What we do is to simulate the attributes and behaviors of animals,
2. the display method (the paint brush tool on the panel) simply has an object and cannot be displayed. It cannot appear in people's eyes, just like the world, the person object has already been expressed, but there is no way to monetize the diffuse reflection,
3. Display means to display things. With objects, you can simply display objects.
4. When to display things,
These four elements are the core of the game.
Game Development Ideas