Hey everyone,
I have been playing around with sockets lately and it has been quite a bit of fun.
Been following
Beej's guide and
Glenn Fiedler website which has been honesty a blast, so much neat ideas to try out!
So I will do just that, but in the meantime I thought I would go ahead and ask something here that has been on my mind in the past days as I've been learning a bit about this whole socket programming stuff.
I'm sure some of you are familiar with the game
Among Us which has rose in popularity recently. For those who don't know, it is a game that you play with _some_ of your friends. I believe the max player count is 10 _per_game_ but don't quote me on that. I haven't played the game myself, just saw it on
Twitch. The thing is though that many games can run at the same time, each one with around 10 players.
Now I'm wondering how would be a good way to program a game such as this. Would a centralized server still be the way to go? How would matchmaking ideally work? Anyhow, I guess I'm wondering if you guys know of more resources to learn from. I'm not looking for code necessarily, but some ideas/explanations. Thanks a lot and I wish you all the best!