An open API service indexing awesome lists of open source software.

https://github.com/parmsang/rps2


https://github.com/parmsang/rps2

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# RPS Challenge
-------

A simple _Rock, Paper, Scissors_ game to play against a computer

User Stories:
-------
```sh
As a marketeer
So that I can see my name in lights
I would like to register my name before playing an online game

As a marketeer
So that I can enjoy myself away from the daily grind
I would like to be able to play rock/paper/scissors
```

How to Use:
-------

```
$ git clone https://github.com/ajitsy/inject-challenge.git
$ cd inject-challenge
$ bundle install
$ rackup
```

Use Rspec to test it.

Technologies Used:
-------
* Ruby
* Sinatra
* Capybara
* Rspec

Note: This repository was worked on collaboratively with [Richard](https://github.com/RichardCharman), [Winnie](https://github.com/winnieau) & [Balint](https://github.com/squarebe).