increpare / PuzzleScript

Open Source HTML5 Puzzle Game Engine
MIT License
903 stars 159 forks source link

Make us able to add properties/objects to ellipses... #969

Closed JoaoFelipe3 closed 1 year ago

JoaoFelipe3 commented 1 year ago

Please. This currently gives us an error. It would help in making some games where this feature is needed.

For example:

[... Circle] -> []

The code above would remove all lines of circles.

Bonus feature: Add an optional length property to ellipses, typed as a number right next to the ellipsis.

Example:

[...4 Circle] -> []

Would only remove lines of 4 circles.

increpare commented 1 year ago

cf. https://github.com/increpare/PuzzleScript/pull/218

I'm going to close this, because my feelings haven't changed. But I appreciate the suggestion, and it wasn't bad to reconsider it again...