hack505 / Play-Stone-Paper-and-Scissor

This Python implementation of "Rock, Paper, Scissors" between you and a cunning AI bot. The AI learns from your past choices, stored in a JSON file, to make smarter decisions. The more you play, the better it gets!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STONE PAPER SCISSOR

This is a project created with childhood memorys.

This is a slick Python implementation of "Rock, Paper, Scissors" between you and a cunning AI bot. The AI learns from your past choices, stored in a JSON file, to make smarter decisions. The more you play, the better it gets!

Installation

Install python

Running Tests

To run tests, run the following command

  git clone https://github.com/hack505/Play-Stone-Paper-and-Scissor.git
  python stone,paper,scissor.py

Authors

Feedback

If you have any feedback, please reach out to us at kamesh1209s@gmail.com

License

MIT

About

This Python implementation of "Rock, Paper, Scissors" between you and a cunning AI bot. The AI learns from your past choices, stored in a JSON file, to make smarter decisions. The more you play, the better it gets!

License:MIT License


Languages

Language:Python 100.0%