Join the channel Telegram of the AnonyViet 👉 Link 👈 |
Hello everyone, today Anonyviet will guide you to program 2D games using Godot Engine. The first lesson is an introduction, from lesson 1 I will guide you to program 2D games with Godot Engine from basic to advanced. It’s easy to name it (:D) call me DeathGM.
I see that many of you have a passion for game programming but don’t know how to program, and then ask what is needed for game programmers, is it difficult, te le, .. So I decided to share my experience with you. friends to help those who do not know programming but have a passion for making games.
This is an open Game Engine, supporting many languages such as: C++, C#, Python, Java but if you want to program with the above, you have to improve additional software and it’s difficult to install, I’ve been searching for a week and still don’t know how to install it. (@@) and users should decide to use its own language for programming and it’s a arduous process when the Tutorial is full of Western, Russian, Spanish, .. do, I swear to you When it comes to difficult parts, it hacks my brain and I don’t understand anything (:v)..Go to the main topic.
GODOT ENGINE:
-As for Godot programming is not difficult and easy, easier than unity and UE4 why? For this reason:
Advantage:
+ Better structure. Everything about sense is more Node than Unity system, simple Signals (don’t know how to explain this :v)
GDScript is easy to learn, and nothing more than necessary. Also, having the editor built into the same window is great.
+ Great 2D support. No weird flat 3D scene like Unity.
+ Small download, works on Linux.
+ Great documentation.
Defect:
+ Limited use. Few answers to questions/instructions. Asset stores are few.
+ If working in a team will be disadvantageous. If you make a team game, you should do it with Unity or UE4.
+ Weak graphics scaling. If you want to modify the graphic realism of your game to any degree, then you will have to write that part yourself.
Just talking through the speakers, you can see more at Godot Game Engine Introduction For more details:
Setting
Now we will proceed with the installation.
Step 1: No Page: https://godotengine.org/ to download. Current Version At The Time Of Writing Is 3.1.2
Step 2: Download And Unzip
Download Open Up Click Wizad To Extract To Desktop Desktop
Step 3: Open Up And Start Game Programming!
Scan: Find Your Project
Import: Upload your Project
New Project: Click to create Project Game.
-> Click New Project:
- Project Name: Project name (project that you work on)
- ProjectPath: Project save path
- Renderer: the graphics you choose to make the game
Now Choose Address Path Then Click Game Create Folder at Project Name To Create
After clicking Create folder will be like this:
Now your job is to use it!!
New in will display like this:
You choose 2D to make 2D Game!
As for the above pictures, I will explain in the next video!.
DeathGM