From 06f0a88412e9201fd2acc7620e4b009d17b8b0cf Mon Sep 17 00:00:00 2001 From: sguthals Date: Thu, 28 Jun 2018 09:30:47 -0700 Subject: [PATCH] Added spaces --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 21cc9c0..0096715 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - Open the file "codingEnvironment.html" in the browser of your choice and you should be able to make the cat change poses `open codingEnvironment.html` -## Files to Edit +## Files to Edit ### codingEnvironment.html ### customBlocks.js @@ -19,11 +19,11 @@ [Blockly Guides](https://developers.google.com/blockly/guides/overview) ## Requirements -- [ ] Add a new character with at least 3 new poses in the character pane (10 pts) -- [ ] Add a new Blockly category for your new character with a changePose block (5 pts) -- [ ] Create a Sprite for your new character (5 pts) -- [ ] Add a function to change your new character's pose (5 pts) -- [ ] Ensure you can change poses of both characters - can be all in the same "Run" block (10 pts) +- [ ] Add a new character with at least 3 new poses in the character pane (10 pts) +- [ ] Add a new Blockly category for your new character with a changePose block (5 pts) +- [ ] Create a Sprite for your new character (5 pts) +- [ ] Add a function to change your new character's pose (5 pts) +- [ ] Ensure you can change poses of both characters - can be all in the same "Run" block (10 pts) - [ ] Add a new Blockly block that displays a word on the screen. (15 pts) - [ ] EXTRA CREDIT: Add a move method to your characters (20 pts) @@ -31,7 +31,7 @@ You should at least have the following blocks in this nested order in your block ![Animals Category](https://github.com/sguthals/blocklyplayground/blob/master/Screen%20Shot%202017-11-30%20at%207.20.27%20AM.png?raw=true) ![Cat Category](https://github.com/sguthals/blocklyplayground/blob/master/Screen%20Shot%202017-11-30%20at%207.20.31%20AM.png?raw=true) ![Dog Category](https://github.com/sguthals/blocklyplayground/blob/master/Screen%20Shot%202017-11-30%20at%207.20.36%20AM.png?raw=true) - + And your program should perform as follows: [![Project 3 Output](http://img.youtube.com/vi/mKgeLiYYOmc/0.jpg)](http://www.youtube.com/watch?v=mKgeLiYYOmc "Project 3 Output")