By Moutou Marie Hillary Milena
BSc Computer Science Year 3
CSE 3093Y Assignment March 2021
Playing Rock, Paper, Scissors with AI (with OpenCV)
The program does not require any keyboard or mouse event to play the game, just like we would be playing the game in real-life. The AI used is not a winning AI system since there is no defined strategy for playing Rock, Paper, Scissors. Instead, the program will randomly pick between Rock, Raper and Scissor. The Artificial intelligence of the system actually lies in the visual
recognition of the hand signs.
So basically the system:
A) learns to recognize the hand gestures
B) then play its own random move.