Godot (22)

This tag is for anything to with the Godot game engine

Making a Game - Handling Player Disconnects - EP 30

Video Tutorial Aims of this Tutorial Make the server decide whether we should continue the game or cancel the game when a player quits.If we continue the game, make the server control the 'zombie' player with a plan with no thrust or weapons firing.If…

Making a Game - Visualising the New Weapons - EP 29

Video Tutorial Aims of this Tutorial Create a system for showing the firing arc we created last episode.Learn how to more effectively use Git and Gitea in order for your commits to work well when other people get involved.Update the current music system to…

Making a Game - Refining the Weapons - EP 28

Video Tutorial Aims of this Tutorial Learn the shortcomings of the current version and come up with a plan to improve it.Use a firing arc in front of the player to decide who to shoot.Make the laser visually adjust to shoot at the enemy…

Making a Game - Using the Music - EP 27

Video Tutorial Aims of this Tutorial Import the music into Godot.Set up the audio server in Godot for centralised music.Programmatically change the music that is playing. Importing the Music This part is fairly straight forward. First you need to go into your DAW (eg…