/RockPaperScissors

A Person vs CPU RPS battle in Ruby.

Primary LanguageRuby

RockPaperScissors

Overview

RockPaperScissors is a simple Ruby implementation of the game "Rock, Paper, Scissors". Perhaps you have heard of it?

The program uses some simple artificial intelligence to decide on its next move based on research outlined and linked-to here. I took it as an opportunity to have some fun with the idea, play around with the logic, and practice Ruby, of course.

Improvements are welcome, as well as corrections. Let me know what I can do better!