16
TNet 3 Support / Re: What's the best way to do matchmaking?
« on: June 13, 2016, 09:29:37 AM »
Hello,
The prototype that i am working on is similar to a billiards game (https://en.wikipedia.org/wiki/Carom_billiards)
Trying to figure out how to go about a match making system for that,
Right now the Game Flow is very simple and only 2 players can play.
Menu Scene (Press Join to Start Game) only uses Channel 1 so only a single session is possible.
Game Scene (Player Spawns and waits for player 2)
When both are ready, game starts!
so if i want a match making system using RFC how should i go about that?
Learning Tnet so that we can start a full fledged multiplayer game soon, please excuse all the questions.
Thank you!
The prototype that i am working on is similar to a billiards game (https://en.wikipedia.org/wiki/Carom_billiards)
Trying to figure out how to go about a match making system for that,
Right now the Game Flow is very simple and only 2 players can play.
Menu Scene (Press Join to Start Game) only uses Channel 1 so only a single session is possible.
Game Scene (Player Spawns and waits for player 2)
When both are ready, game starts!
so if i want a match making system using RFC how should i go about that?
Learning Tnet so that we can start a full fledged multiplayer game soon, please excuse all the questions.
Thank you!