Game development starting with something simple

Game development starting with something simple

This article is especially worth reading if you are a beginner who has just started or is thinking about starting game development. We hope you will read it through to the end. Now, do you have a dream game that you really want to make? Many people who have started or are thinking of starting game development probably dream of such a game. And that game will have plenty of elements of games that you have played and been influenced by in your life. As you can probably guess, this article is now going to make the claim that you should save your dream game for the future....

2022-05-11 · 11 min · Gobo

Four Types of Guns for Top-down Shooting in Godot3

Four Types of Guns for Top-down Shooting in Godot

In this tutorial, we are going to make four types of guns that commonly appear in 2D top-down shooters. Specifically, they are as follows. Handgun Shotgun Machine gun Laser Gun Environment This tutorial was created in the following environment ・Godot version: 3.4.2 ・Computer OS version: macOS 11.6.5 Since this tutorial will focus on gun creation, the following has been prepared in advance. 1. Game world A scene called “World.tscn” was prepared, and the appearance was simply created by adding a “TileMap” node. In addition to the “TileMap”...

2022-05-07 · 10 min · Gobo

Powerful Search Features in Godot

Powerful search features in Godot

When we develop a game, especially a big one, sometimes it may often happen that we can never find the scene which we want to edit or we cannot remember where the script file is, which we are going to edit. In this article, I am going to introduce some so powerful and useful search features with keyboard shortcuts. Once you know those, you can reduce the huge amount of time looking for something which may be the most uninteresting in the game development. In addition, you can use the search features in a much faster way instead of looking for a script file and clicking it in the file system dock, for example....

2022-04-27 · 5 min · Gobo

Age Doesn't Matter When You Start Game Development

post 0001 thumbnail ©︎ 2022 Masanao Sako

Many people want to start game development but tend to give up because of their age. No, this is not limited to game development but can be applied to anything from playing the piano to being a YouTuber. For some reason, it is a common perception that when you reach middle age, your physical and mental strength declines somehow. However, this is not true. There is no evidence that this socially accepted notion applies to you. It doesn’t matter if you are a middle-aged businessman, a first-grader, or a 90-year-old. The moment you decide you want to do something is the youngest time to start doing it....

2022-01-16 · 6 min · Gobo

Project Manager of Godot3

In this article, we will introduce what you can do with the Project Manager. When Godot is launched, the first thing that appears is the Project Manager. The Project Manager is a tool for managing projects handled by Godot, including the following operations. Creating new projects Loading project files downloaded from the Web Renaming a project Removing projects that were previously managed by the Project Manager. When using Godot for the first time, a dialog box will appear as shown in the following screen shot, prompting you to open the Asset Library. The asset library can be easily accessed at any time, so choose Cancel for now....

2021-10-30 · 4 min · Gobo

Downloading Godot

Downloading Godot

What’s Godot? Godot Engine, or simply Godot, is a very popular open-source game engine that is now gaining popularity, especially in the indie game industry. A game engine is a reliable tool that handles all the complicated tasks for game developers by providing them with a system that is commonly needed in game development from the beginning so that they can concentrate on game development. For example, “displaying characters on the screen,” “sound effects sound when buttons are pressed and the screen changes,” “shining light on 3D objects and drawing shadows,” and “causing damage when a beam of light hits an enemy,” etc....

2021-10-25 · 3 min · Gobo