austinhnelson / hide-and-seek

Multiplayer hide & seek game in pygame!
0 stars 0 forks source link

Multiplayer Hide and Seek

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.