Yiannis Charalambous

Godot - Asteroid Game For Complete Beginners

RSS

Godot - Asteroids Game For Complete Beginners: 5

2022-06-18 18:13:10 +0400 +0400

Introduction This is part 5 of the tutorial series for making an asteroids style game in Godot, designed for absolute beginners with little to no experience in programming. This article will cover: Making a score counter user interface for the game. Making the score counter increment when the player shoots a meteor. Making the score counter reset when the player ship gets hit by a meteor. Before going through this article, it is recommended following the steps outlined in the previous parts of this tutorial series....

Godot - Asteroids Game For Complete Beginners: 4

2022-06-17 18:13:10 +0300 +0300

Introduction This is part 4 of the tutorial series for making an asteroids style game in Godot, designed for absolute beginners with little to no experience in programming. This article will cover: How to make the asteroids slowly move towards the player ship. How to make the asteroids spawn around the player ship. Before going through this article, it is recommended following the steps outlined in the previous parts of this tutorial series....

Godot - Asteroids Game For Complete Beginners: 3

2022-06-16 18:13:10 +0200 +0200

Introduction This is part 3 of the tutorial series for making an asteroids style game in Godot, designed for absolute beginners with little to no experience in programming. This article will cover: Creating bullets for the player ship. How to make the player ship shoot bullets. Making the asteroids break when hit by the bullets. Before going through this article, it is recommended following the steps outlined in part 1 of this tutorial series....

Godot - Asteroids Game For Complete Beginners: 2

2022-06-15 18:13:10 +0100 BST

Introduction This is part 2 of the tutorial series for making an asteroids style game in Godot, designed for absolute beginners with little to no experience in programming. This article will cover: Basics of programming. Programming in Godot. How to write simple gameplay. Programming Basics The base version of Godot has 3 ways of adding behavior to objects: GDScript: Writing code in Godot’s own scripting language. VisualScript: Visual scripting, drag and drop blocks....

Godot - Asteroids Game For Complete Beginners: 1

2022-06-14 18:13:10 +0000 +0000

Introduction This tutorial is designed for people with little to no experience with programming who want to learn how to create games using the Godot game engine. This article will cover: How to setup Godot. How to use the editor on a very basic level. This article will not cover how to write a full/complex game, in order to do that, you need to know the basics. The game will be 2D as that is the easiest type of game for beginners to understand....

Tags

Godot (5) Notes (1) Tutorial (6)