I really like it. How did you create rooms for playing with friends? Did you use a specific tech or open source library?
I am trying to implement the same for a game I am building but have no idea how to go about doing it.
Thanks in advance
I really like it. How did you create rooms for playing with friends? Did you use a specific tech or open source library?
I am trying to implement the same for a game I am building but have no idea how to go about doing it.
Thanks in advance
I'm using python/django. I just made a room object and set up websockets for the live messaging feature. I can show you some of the code on discord if you want(though I doubt you're using python to make a game, mine's kinda simple so python works well)