Tutorial (25)

This tag is for any content that is supposed to walk through a topic.

Making a Game - Bug Fixes and Server Build - EP 24

Video Tutorial Aims of this Tutorial Show the current health and energy on GUI.Fix the laser length bug.Make a build that can run on a server. Showing Health and Energy One thing that we failed to do was to transfer the final energy to…

Making a Game - Resetting the Game - EP 23

Video Tutorial Aims of this Tutorial Ask all players whether they want a rematch or not.If they all do, reset the game with all the players still in the game.If they do not, reset the clients to the lobby and have the server ready…

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…