article thumbnail

D20 RPG – Pathfinding

The Liquid Fire

In that project, we had some unique challenges thanks to a non-square board where tiles were optional. In addition we had to consider tile heights – and whether or not a unit could jump as high as needed. In contrast, the pathfinding in this lesson will be for a 2D square board with no missing tiles.

Tile 52
article thumbnail

D20 RPG – Enemy Pathfinding

The Liquid Fire

Although I imagine that for the most part the player will only be controlling medium sized units (which occupy a single tile), I also want to make A.I. Even worse is that our current iteration of the pathfinder does not include blocked tiles in its path map, so as it is now, I can’t see a path to an opponent.

Tile 52
article thumbnail

Godot 3.0 is out and ready for the big leagues

Mircosoft Game Dev

Auto-tiling in tile maps. Here is an example using the older 3D platformer demo: VR support. Exporting works based on presets, so it's possible to have two presets targeting the same platform, but with different configuration values (such as Android ARM and x86, demo and full game presets, etc.). Auto-tiling in tile maps.

Render 52