Mario rides Yoshi to break all the bricks. Mario can't touch the bottom surface unless it is the paddle. The player needs to move the paddle with the right or left direction to avoid Mario from falling.
Press the tab key then the left/right arrow keys on your keyboard to play.
Install Java for vs code if you don't already have it. Use this link: https://code.visualstudio.com/docs/languages/java
git clone git@github.com:GKARLOZ/Mario-Brick-Breaker.git
Now open the src/Main.java file
Click run on top of the main method
Run | Debug
public static void main(String[] args) {
Have fun!!