scratchfoundation / scratchfoundation/scratch-blocks
Expand Control, Operators, and Looks Blocks; Remove 'If On Edge, Bounce' in Motion
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2.8k
- Forks
- 1.6k
- Avg merge
- 4h 51m
- Merged PRs (30d)
- 12
Description
Feature/Change Requests:
- Motion: Remove the "if on edge, bounce" block.
- Looks: Add 3 more looks blocks for extended appearance options.
- Controls: Expand with 4 more control blocks to increase logical programming capabilities.
- Operators: Add 2 more operator blocks to enrich expressions and conditions.
Rationale:
- Removing "if on edge, bounce" streamlines the motion blocks and may simplify the movement logic for users.
- Additional looks, controls, and operators offer more versatility and creativity for projects.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Motion, Looks, Controls, and Operators block definitions in the Scratch Blocks codebase. Confirm which three Looks, four Controls, and two Operators blocks are intended before estimating implementation, and identify the existing coverage for removing the Motion bounce block. Done means the specified blocks are available and the "if on edge, bounce" block is removed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100