abebd / VideoGame

1 stars 0 forks source link

Add pathfinding algorithm #19

Open abebd opened 11 months ago

abebd commented 11 months ago

Player should be able to right click -> move to move to a new tile.

This should be the players main way of moving around (remove WASD)

Mess around with the speed, but dont make it too fast.

NOTE: This algorithm should also be usable by any future NPC

abebd commented 10 months ago

no