Hello everyone,
I'm trying to merge two applications where players should enroll in one of each based on their randomly assigned IDs.
1.One way to do that is basically merge two apps and define payoffs and represent relevant pages to players based on their IDs, however, I believe that this is not the most elegant way considering the efficiency both in coding process and when I upload the application to webserver.
2.Another way is to pick players based on IDs in the first app and then assign one of the applications to relevant IDs ( which specifies their roles), this way is much simpler and more elegant I believe, BUT even if I save the IDs in first app and then pick the relevants to enroll in 2nd app, there will be a waiting page for 1st app to finish. Rather than that, I would like to make them play simultenaously as soon as they enter the 1st app and enroll in one of the two apps. Is there any way to make both application work simultenaously for different players.
Any suggestion on 1 or 2 ...
best.