angelcastrejon / roshambo

Homework Assignment 6, due March 7 Create a Rails app (e.g., rails new roshambo) and implement a version of Rock, Paper, Scissors from Assignment 2. Grad Students: Do Rock, Paper, Scissors, Lizard, Spock instead. Write RSpec tests to verify the correct behavior of your application. Hint: try srand. Demonstrate all tests passing, then break your code and demonstrate that a test catches the problem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== Welcome to Roshambo

This is a web-app for our rock-paper-scissors game.

About

Homework Assignment 6, due March 7 Create a Rails app (e.g., rails new roshambo) and implement a version of Rock, Paper, Scissors from Assignment 2. Grad Students: Do Rock, Paper, Scissors, Lizard, Spock instead. Write RSpec tests to verify the correct behavior of your application. Hint: try srand. Demonstrate all tests passing, then break your code and demonstrate that a test catches the problem.


Languages

Language:Ruby 64.4%Language:JavaScript 35.6%