This library contains an example game, which uses legion-sync crate to synchronize entities.
The game is an simple terminal application in which a client can move around. The position of the client is sent to the server which in turn renders the client.
To run this game, clone the repository, and run ./start.sh which will fire up the server and a single client.