My goal is to make a double-blind game, one where both players make their decisions privately and then they are both revealed simultaneously. A simple example would be rock-paper-scissors, a more complicated example would be Kongai on Kongregrate.
I somewhat understand how to a regular turn based game, where one player goes and then the other. I looked through the tic-tac-toe example to try to understand it. I got the gist of it but wish it was better commented, especially since I'm new to C#.
Could anyone help me out in how to set this up? If someone has a rock-papers-scissors example or something that'd be even better.