How can I make a Breakout style game?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JulioYagami

I want to make a Breakout style game, but I don’t understand anything about physics in Godot.

Do you know what a KinematicBody is?

SIsilicon | 2018-12-01 13:07

:bust_in_silhouette: Reply From: kidscancode

The official tutorial has got you covered:

I had to create two Area2D (one for the ball and one for the block), this to check for collisions.

Here is the result:

Game Jolt - Share your creations
https://pixelgameart-studios.itch.io/break

JulioYagami | 2018-12-01 21:57