Updated rock paper scissors (#1444)

* converting RPS into tutorial

* updated tutorial

* need to deal with github throttling
This commit is contained in:
Peli de Halleux
2018-10-16 15:58:27 -07:00
committed by GitHub
parent 086d0a9f9b
commit 5a03f09a5f
16 changed files with 161 additions and 188 deletions

View File

@ -25,6 +25,11 @@
"url": "/projects/step-counter",
"imageUrl":"/static/mb/projects/step-counter.png",
"cardType": "side"
}, {
"name": "Duct Tape Watch",
"description": "Build a watch from duct tape",
"url": "/projects/duct-tape-watch",
"imageUrl": "/static/mb/projects/rock-paper-scissors.jpg"
}]
```