Hi, I have been trying to build up a BlackJack game and I have done everything but now I want to know about the idea, where A dealer deals the card to player, Right now its dealing cards to one player and then deal his cards. I want to add more players and how can I do that dealer deals to all the players present in that session one by one and then deal his cards. From my understanding there should a loop for all the players present in the session and when the loop is finished then deal his cards.
P.S: I wanna do it on multiplayer.
Thanks