wordbots / wordbots-core

Client-side code for Wordbots, the card game where YOU make the cards.
http://wordbots.io
MIT License
22 stars 4 forks source link

Choosing an object up to X tiles away #1881

Open Zergla opened 7 months ago

Zergla commented 7 months ago

More of a suggestion than a bug, but "an object up to 2 tiles away" or "an object within 2 tiles" should be valid constructs, but for now both cause a problem because "within 2 tiles" is supposed to affect all object with this condition, so you can affect "enemy robots within 2 tiles" or "every object within 2 tiles" but cannot affect a single object.

Zergla commented 7 months ago

So I figured the problem is more precise: "Choose an enemy up to 2 tiles away" is legal, "Chose a robot up to 2 tiles away" isn't