Update README.md

master
Brett O'Donnell 2017-05-25 18:15:29 +09:30 committed by GitHub
parent 80994a57bc
commit 50fe2d577d
1 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Built using mesecons!
## Description
The objective is to select a gesture which defeats that of the opponent. Gestures are resolved as follows:
@ -10,6 +11,7 @@ The objective is to select a gesture which defeats that of the opponent. Gesture
* Scissors cut paper: scissors defeats paper.
* Paper covers, sands or captures rock: paper defeats rock.
## Features
* Detects win or draw
@ -17,6 +19,15 @@ The objective is to select a gesture which defeats that of the opponent. Gesture
## Screenshots
![screenshot_375474320](https://cloud.githubusercontent.com/assets/51875/26442957/c0cd4726-4175-11e7-9a27-854ce26bdbdf.png)
![screenshot_375557820](https://cloud.githubusercontent.com/assets/51875/26442959/c1022b8a-4175-11e7-9890-36c0f4c2d42b.png)
![screenshot_375606303](https://cloud.githubusercontent.com/assets/51875/26442964/c12453d6-4175-11e7-90a7-66b6877ee2d8.png)
![screenshot_375654073](https://cloud.githubusercontent.com/assets/51875/26442961/c11ee540-4175-11e7-9a5c-b6c928a94041.png)
## Credits
* Inspired by [Keith Enevoldsen's Think Zone](http://thinkzone.wlonk.com/Electricity/RockScissorsPaper.htm)