goelp14 / RockPaperScissors

Rock Paper Scissors Bot/Game in Python + AI + Machine Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock Paper Scissors Game

Fully Functional Rock Paper Scissors Game in Python

This Game comes in 4 modes:

  1. Beginner
  2. Intermediate
  3. Expert
  4. Super Hard

Beginner is only doing it randomly. Intermediate uses a particular AI Algorithm based on common player psychology. Expert uses a butchering of the Markov Chain Concept to allow the Machine to adapt to player strategies and accurately predict their next pick. Super hard is well... Super hard.

FYI: I added the AI Algorithm bot code and Markov Chain Bot code seperately if you want to test them out with an individual tester (that I will also upload). I also included a battle of the bots where I pit the AI bot (bot 1) and the Markov Chain Bot (bot 2) against each other.

Look out for an easter egg btw... BAZINGA!!!

About

Rock Paper Scissors Bot/Game in Python + AI + Machine Learning

License:Apache License 2.0


Languages

Language:Python 100.0%