ebrahimebrahim / knock-the-rock

A 2D physics game about throwing rocks.
MIT License
3 stars 0 forks source link

Misplaced target rocks that land in throwzone cause trouble #25

Closed ebrahimebrahim closed 4 years ago

ebrahimebrahim commented 4 years ago

Two issues observed with them:

  1. They cannot be picked up. They yell at you and say "no picking up rocks beyond the line of pebbles!"
  2. They screw up the count of remaining throwable rocks. This can put the game in an un-endable state

Once a rock is knocked, the previously misplaced rocks become holdable, but the count of remaining throwable rocks is screwed up.