Janken
Janken is a command line game. It follows the rules of rock, paper, scissors, lizard, Spock.
Rules
Important remarks
The code might look too complicated for such simple mecanics. It was intended to be this way so as to practice the features introduced with Dart 3.0, mainly, the sealed class
and the improved switch
statements.