Skip to content

The classic game of Rock-Paper-Scissors, but with a fun interface and Markov Chains used in the decision-making process.

Notifications You must be signed in to change notification settings

dariastarica/Rock-Paper-Scissors

Repository files navigation

Rock Paper Scissors

Disclaimer: I do not own any icon used for this project.

To Run the program:

  • Run MainWindow.py

Logic used for Computer Choice:

  • Discrete Markov Chains:
    • I stored in a Matrix the number of events passing from a choice to another
    • The computer decides his move based on the previous moves of the player. It computes what is the most probable passing from one choice to another and chooses the item that would beat that choice

About

The classic game of Rock-Paper-Scissors, but with a fun interface and Markov Chains used in the decision-making process.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published