Godot
-

Building a Game in Godot
Important Notes Download Godot Go to godotengine.org Download the latest version of Godot, make sure that it is the same version as…
-

Storing High Scores in a Database in Godot
This is more than is expected for a Project at NCEA Level 2 and 3 Storing high scores locally is a classic…
-

Simple Enemy AI in Godot
Creating enemy AI in Godot 4 using the built-in Navigation System is incredibly efficient once you get the node structure down. Godot…
-

Godot Pickups
Use this script on a pickup object (Area3D) or collectable. This will add a score (assuming the player has a method called…
-

Godot Grapple Mechanic
You can download a sample Grapple Mechanic from the link below. Download files. This uses a raycast to collide with an body…
-

Godot 4 Parallax Scrolling
Scene Setup Start by creating a new 2D scene in Godot. Add ParallaxBackground Add ParallaxLayer(s) Add Visual Elements Configure Motion Scale This…
-

Playing audio when an action occurs (Play on Jump)
Now we want to add a sound that will play each time the user jumps. Open the Player scene. Add an AudioStreamPlayer2D…
-

Godot 4 | Adding Audio
We will add audio to our game. This will involve adding music to the main level and sound effects when the player…

