I'm checking `move_all_players` and it really bugs me that it is O(N^2). This wont work for real MMO. Should really have a kd-tree index that allows to get closest entities in efficient way