About this game
Rock Paper Scissors is the smallest possible mind game, which makes it a neat AI opponent demo. A browser version can be played in seconds, but the interesting question is whether the opponent feels random, patterned, or adaptive. That is why it fits AI Game Lib's arcade section: the mechanic is universal, so any variation in behavior is easy to notice. Treat the first few rounds as observation. If the opponent repeats, punish it. If it appears random, avoid overthinking and simply track your own streaks. The game is quick, accessible, and useful as a tiny benchmark for how an AI opponent presents itself.