I’m looking to design a simple game that involves two players connecting from different endpoints, make a binary selection that will output a winner.
For example:
Player 1: 1
Player 2: 0
Output: Player 1 wins!
Is there a way to implement this? Or a plugin that can help?