Skip to content

nadahf/blocklyplayground

 
 

Repository files navigation

CSE 190 Project 3 Guidelines

Get the Starter Code

  • Clone this project onto your machine
     git clone https://github.com/sguthals/blocklyplayground.git
  • 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

Useful Links

Blockly Block Generator
Blockly Guides

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:
Animals Category
Cat Category
Dog Category

And your program should perform as follows:
Project 3 Output

Submission

You can either:

  1. Create a branch of your code on GitHub and create a Pull Request with your changes.
  2. Fork the repo
  3. Submit the two files that you will be modifying (codingEnvironment.html and customBlocks.js)
    Submit the URL or your files here

Deadline

Sunday, December 10th at Midnight

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 80.1%
  • JavaScript 19.9%