Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bugthesystem committed Jan 16, 2016
1 parent c1b4bb8 commit 5999321
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
rospock-node
Rock, Paper, Scissors
================================

Simple game that I have developed to use nodejs (best) practices
`Rock`, `Paper`, `Scissors` game implementation with additional weapons support.

>Rock-paper-scissors is a zero sum hand game usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand.
[![Build Status](https://travis-ci.org/ziyasal/rospock-node.svg)](https://travis-ci.org/ziyasal/rospock-node) [![Coverage Status](https://coveralls.io/repos/ziyasal/rospock-node/badge.svg?branch=master&service=github)](https://coveralls.io/github/ziyasal/rospock-node?branch=master)

##Requirements
Expand Down Expand Up @@ -65,4 +68,4 @@ module loader hooks to transparently add coverage when running tests.`

[**proxyquire**](https://github.com/thlorenz/proxyquire)
_**This package was used for just the system packages.**_
`Proxies node.js require in order to allow overriding dependencies during testing.`
`Proxies node.js require in order to allow overriding dependencies during testing.`

0 comments on commit 5999321

Please sign in to comment.