- Run client after server is launched.
- There is a playground of size n x n where 7<=n<=12.
- _5 units.
- Player can select units and order unit to move to specific node by right mouse click.
- Units choose move path by A* pathfinding algorithm, and cant stand on the same node.
- All pathfinding calculations processee by server, client can only send commands.