$20.99
Get the Starter Code
Clone this project onto your machine
git clone
Update the Blockly Submodule
cd blocklyplayground
git submodule init
git submodule update
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
codingEnvironment.html
customBlocks.js
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 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:
Submission
You can either:
Create a branch of your code on GitHub and create a Pull Request with your changes.
Fork the repo
Submit the two files that you will be modifying (codingEnvironment.html and customBlocks.js)
Submit the URL or your files