Skip to content

Commit 7ab14e3

Browse files
Update README.md
1 parent a2a2da4 commit 7ab14e3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# circle-ext-best
22
## A MakeCode Arcade Extension for Manipulating Circles
33

4-
This MakeCode Arcade extension provides blocks that create and manipulate circle sprites. It is "Best" in a series of similar extensions dubbed good-better-best. A program using this extension must also install Arcade Sprite Data Extension from the Arcade dashboard. Alternatively, the extension Arcade Sprite Data Extension Revised [Arcade Sprite Data Extension Revised](../../../arcade-sprite-data-revised) can be used.
4+
This MakeCode Arcade extension provides blocks that create and manipulate circle sprites. It is "Best" in a series of similar extensions dubbed good-better-best. A program using this extension must also install Arcade Sprite Data Extension from the Arcade dashboard. Alternatively, the extension [arcade-sprite-data-revised](../../../arcade-sprite-data-revised) can be used.
5+
6+
## Why this Extension is Best
7+
This extension is "Best" because unlike circle-ext-better ("Better")and circle-ext-good ("Good"), in this extension a circle ***is a sprite***, which enables it to be used with all sprite blocks, e.g., , sprite properties, sprite arrays and on-sprite-overlap blocks. Although Better an Good have the same capabilities as Best, either they are awkard to use or obtuse to implement.
58

69
## Custom Blocks in circle-ext-best
710

0 commit comments

Comments
 (0)