blobs-io / blobsgame

✨ The official repository for the blobs browsergame
7 stars 2 forks source link

Collisions #73

Closed ghost closed 5 years ago

ghost commented 5 years ago

Describe the bug The blobs do not collide with the bricks

To Reproduce Steps to reproduce the behavior:

  1. Try to collide with the bricks

Expected behavior If I am not mistaken the bricks are supposed to be obstacles

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context I am not sure if this is expected behavior.

y21 commented 5 years ago

Hello, thank you for your bug report. We recently introduced these bricks and blobs indeed do not collide with them. In the games' final state we want there to be multiple types of brick walls. One of them being static/fixed walls, you cannot interact with them. The other type being peekable brick walls. Blobs can interact with them by pressing a specific key. "Peeking" (basically hiding behind walls) will charge a boost that you can use to be faster. But yes you are correct, blobs should collide with them.

y21 commented 5 years ago

Blobs now collide with walls.