simple multiplayer example using websockets.
server is a simple python script using asyncio.websockets
the position is transmitted once per second if it changed.
sprite-update is per-draw, so the remote player avatar switches to idle frequently.
Implemented using GameMaker