Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 294 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 294 Bytes

RPSLK-AI

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