A simple A* pathing function that works on maps, but I'll be changing it to do the GOAP pathing.
This commit is contained in:
parent
73b0600039
commit
a34becdaeb
7 changed files with 133 additions and 10 deletions
|
@ -20,7 +20,7 @@ namespace matrix {
|
|||
} else if(cell == WALL_PATH_LIMIT) {
|
||||
print("# ");
|
||||
} else if(cell > 15) {
|
||||
print("* ");
|
||||
print("[{:x}]", cell);
|
||||
} else {
|
||||
print("{:x} ", cell);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue