RPS algorithm comparator
This project is a tester of Rock, Paper, Scissors algorithms. Two algorithms are tested in a duel: player 1 vs. player 2. An impartial manager keeps the score. For demonstration purposes two really simple algorithms were implemented, each generating a random number from 1 to 3, or an invalid number (so as to simulate invalid), or late response (such as could be the case with a more serious algorithm). Both algorithms'"moves" are visualized by icons. v1.1: the RPS rounds list is now updated at its head (item 1 is the current round).
Created January 16, 2023
Last updated January 23, 2023
Published January 16, 2023