MennoScholten / RTS2_20220524

1 stars 1 forks source link

Create collision detection to Gameboard #6

Closed martinreinok closed 1 year ago

martinreinok commented 1 year ago

All sides should collide with falling pieces, the bottom should collide with falling pieces. Placed pieces should collide with falling pieces. Falling pieces should not collide with falling pieces (Ability to combine shapes when 2 players are playing)

martinreinok commented 1 year ago

Wall and floor collisions are done, added an extra check to player controller blocks and those should be able to collide.