An aspiring multiplayer app that will replicate popular online hide and seek games.
Create a .env file in the root of the repo. Copy contents from .env_example into .env and update any desired values.
Launch the server by running python server/main.py
Launch clients using python client/main.py
and see the magic happen.