Godot (22)

This tag is for anything to with the Godot game engine

Making a Game - Displaying Health and Ending Game - EP 22

Video Tutorial Aims of this Tutorial Calculate health on client to show in info box.Find out the winner on the server and send it to the client.Have the client show the winner once the turn has ended. Displaying Health Since we already wrote the…

Making a Game - Causing Environmental Damage - EP 21

Video Tutorial Aims of this Tutorial Create a simple arena in Blender and export for Godot.Make the players take damage for leaving the arena.Make the players take damage for overcharging their weapon. Creating Arena Visuals Simply pop into blender and create a sphere. There…

Making a Game - Setting Colours and Snapping Camera - EP 20

Video Tutorial Aims of this Tutorial Allow the camera to snap between players for easy navigation.Allow the player to pick their colour.Share this colour via the server and use it change the colour of the players on all clients. Camera Snapping This is a…

Making a Game - Incremental Turns - EP 19

Video Tutorial Aims of this Tutorial Be able to calculate the last five seconds of the plan on both the client and the server.Use this to shorten the time taken to calculate the plan on the server, thus decreasing the wait between turns. Getting…