Implements a Markov Chain to play Rock Paper Scissors Lizard Spock (An extension of Rock Paper Scissors).
- Aggregates transition probabilities in a 2D array.
- Select best performing move against the distribution.
This is a project for COMSW1007, Honors Intro to Computer Science