egordorichev / LastTry

:deciduous_tree: LastTry is open-source game written in Java, using LibGDX library and inspired by Terraria :deciduous_tree:
MIT License
119 stars 17 forks source link

Better movement API #33

Closed egordorichev closed 7 years ago

egordorichev commented 7 years ago

Right now, we have only a few methods for the movement, such as:

We need to change this API completely , also, implement A* path finding.