Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -19,19 +19,19 @@
[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)

You should at least have the following blocks in this nested order in your block chooser:
![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")

Expand Down