Godot 4 Tilemaps and Lighting | Part 1
Hello and welcome to Arctropics Games. I’m excited to share with you some of the amazing features of the latest Godot 4 engine, which I… Read More »Godot 4 Tilemaps and Lighting | Part 1
Hello and welcome to Arctropics Games. I’m excited to share with you some of the amazing features of the latest Godot 4 engine, which I… Read More »Godot 4 Tilemaps and Lighting | Part 1
A lot has happened in the last year (2022). We got super busy working on some other projects and didn’t get time to continue with… Read More »SpinBall: Upcoming Game Made with Godot Engine
This tutorial is available as a video tutorial and a post. You can either watch the tutorial video below, or scroll down further to read… Read More »How to Make a Car Driving Game in Godot Engine – Part 1
I recently started making video tutorials as well. Check out Arctropics Games YouTube Channel. I shared a video of me playing my Test Car Game… Read More »How to Make a Looped Racetrack in Blender for a Driving Game
This is the second part of the ant simulation inspired by a video posted by Sebastian Lague. In this post I wanted to go through… Read More »Ant Simulation in Godot using Behavior Tree Part 2
I published a post on how to use Behavior Trees to create artificial Intelligence for NPC in which I talked about What is a Behavior… Read More »Ant Simulation in Godot using Behavior Tree Part 1
Behavior Trees are a common mathematical model of execution order or plan when writing for Artificial Intelligence most commonly in Games and Robotics. It is… Read More »Using Behavior Trees for Artificial Intelligence in Godot
Basic Trigonometry for Game Development Trigonometry derives from Greek words tigonon or Sanskrit word trikona both meaning triangle and metron from Greek or matra from… Read More »Tutorial | Basic Trigonometry for Game Development
Unless your game is only about clicking a few buttons or just text based adventure, you would at some level need to move things around in a 2d or 3d space. In order to know where our moving objects are going to be present in the next frame, we need to have some knowledge of Vector Math. Vectors contain information of direction andor magnitude.