Git Product home page Git Product logo

blocklyplayground's Introduction

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

blocklyplayground's People

Contributors

drguthals avatar nadahf avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.