Skip to content

Implements a simple AI for Rock Paper Scissors Lizard Spock in Java

Notifications You must be signed in to change notification settings

soulitzer/Rock-Paper-Scissors-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implements a simple AI for Rock Paper Scissors Lizard Spock in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages