android-basic-samples icon indicating copy to clipboard operation
android-basic-samples copied to clipboard

Turn-based Multiplayer - Remove rematch option from completed matches

Open justinhessdev opened this issue 8 years ago • 0 comments

Hi,

I cannot find a way to remove the rematch option in the Completed matches section. Is it possible? Here is an image: rematch

The problem is that this rematch option ruins the logic of my game:

Players who were originally p_1 are now p_2 and vice versa. And that effects a lot my code. Points go to the wrong players, the app crashes sometimes... and all because of that 'rematch' option.

Of course it is possible to work around this but it takes so much more effort and I am making this app alone while maintaining a full time job. It would be much easier to just remove the rematch option for now.

Lastly, thank you so much for providing this incredible Turn-based Multiplayer framework. Creating my app alone at no cost would have been impossible without you. I really appreciate it :)

justinhessdev avatar Aug 05 '15 12:08 justinhessdev