Content tagged pathfinding

Pathfinding or pathing is the plotting, by a computer application, of the shortest route between two points. It is a more practical variant on solving mazes.

Report Tag

153 usages of this tag
  • 2 replies
  • 332 views
This content is deleted
Forum Topic
Timer not working correctly for chase?
0 favourites

I think I might be using the timer system wrong but basically when the killer sees me It switches a instance variable of 0 to 1. The killer will chase me for me...

  • 7 replies
  • 496 views
This content is deleted
Forum Topic
Pathfinding & Closed Doors
0 favourites

Scenario: A character needs to retrieve an item that is within a room with a door closed. It will not find a path because the door is an obstruction. Goal: Door...

posted 3 years ago
  • 2 replies
  • 542 views
This content is deleted
Forum Topic
How do I make enemy move around solids to follow player?
0 favourites

I want to enemy follow player around walls until seing the player from a distance. I give two boolen to enemy. 1- I saw you. 2- I am seeing you. What I am tring...

  • 2 replies
  • 506 views
0 favourites

First of all. I want my enemies turn their head to moving direction. I wrote moveto and pathfinding behaviours and they're working fine but I dont know hot to c...

  • 2 replies
  • 444 views
This content is deleted
Forum Topic
My Path Finding won't work with a tilemap
0 favourites

I'm making a top down view zombie shooter, my zombies use the pathfinding behaviour and well, I'm using a solid tilemap for obstacles, But I've realized that th...

  • 5 replies
  • 322 views
0 favourites

I am making a zombie survival game with large amounts of enemies, however they all use the same pathfinding technique and slowly merge into eachother. I have tr...

posted 2 years ago
  • 18 replies
  • 1.5K views

I've customized an hex-based multiple enemy move pathfinding engine and turned it to turn based. Everything is fine except enemies overlap. Enemies are multiple...

  • 2 replies
  • 247 views
This content is deleted
Forum Topic
How Do I pathfind towards an object?
0 favourites

I have a game where zombies are attacking the player, and he has to defend himself. How do I make it so that the zombies pathfind towards the player.

posted 2 years ago
  • 10 replies
  • 479 views
This content is deleted
Forum Topic
Obsticle map
0 favourites

I'm working on a Tower Defense game with the maze building mechanic. Currently I'm using the standart pathfinding behavier. When a player adds a new obstacle, t...

  • 2 replies
  • 398 views
This content is deleted
Forum Topic
How do I pathfind sprites along nodes?
0 favourites

Hey, I am looking to create something similar to the resource system in creeper world, ultimately I want little resource packets (sprites) to travel along pathw...