Anderen2 / RTS

An 3D LAN-Multiplayer (R)eal (T)ime (S)trategy game (C&C Generals style) made in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add A* Pathfinding

Anderen2 opened this issue · comments

We currently just have A>B pathfinding (Not really pathfinding). That works for planes, and other airbourne units. But for ground units we need a different algoritm.

Added in commit: 350d0bc
Modified for networking in commit: bc30cb7