Game-development
Creating a Simple Menu
2021-10-25
Note: This tutorial is for Bevy v0.5.0, It will be updated for v0.6.0 soon. Recently I’ve gotten into Bevy and it’s been a pretty fun…
Creating a Zombie AI
2020-08-30
In this tutorial we’ll be taking a look at how to make a Zombie AI that roams, chases, and attacks the player. Let’s take a look at the…
Creating an AI that Follows & Leads
2020-08-25
In this tutorial we’ll look at what it takes to create an AI that follows the player and can lead the player to waypoints. This won’t be too…
Unreal C++ Creating Interactive Actors
2020-08-12
In this tutorial we’re going to go over ways that you can create system for making objects that the player can interact with. We’re going to…
Using Rust With Godot
2020-08-12
Note: This information is outdated and will be updated soon. Welcome to the first step of mastering Rust in Godot. Using Rust in Godot is…
Creating a Patrol AI With Hearing Sense
2020-08-06
So as a warning this tutorial is going to be lengthy but in depth. There will be a table of contents after this so if you want to skip the…
Creating Loot Tables
2020-07-24
If you’re making a game that involves the player killing and looting enemies or looting chests then you’re probably wondering of a good way…
Rotating Rigidbodies with PID Controllers
2020-07-08
What is a PID controller? A PID controller is a type of control system that uses past values, current values, and estimated future values to…
Shadertoy to Godot - Night Vision Screen Shaders
2020-07-08
In this guide we’re going to take some interesting night vision shaders from Shadertoy and port them over to Godot to use as screen shaders…