opsryushi 2 Light Poster

Hi everyone,

I'm a bit new to Ruby and Rails, and I'm struggling with a task I'm trying to accomplish. I'm attempting to build a simple Rock-Paper-Scissors game in Ruby on Rails, and I'm a little lost as to where to begin.

It seems to me that the app will need Users, a Computer-user to play against, and a Game engine that actually performs the matchup between the user and the computer and returns the result. However, I don't seem to have a good enough understanding of the MVC architecture or of how RoR works to know where to start.

Can anyone offer some tips?

Thanks,
Kyle