Mario gains more watermelon mushroom as he catches Bowser. It could be difficult to catch Bowser sometimes since Mario doesn't get him at the middle of Bowser. Mario could lose by touching his own mushrooms. Press up then down if you want to see the game over.
Press the tab key twice then the up/down/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/FlyingMario-Snake-TurtleShells.git
Now open the src/MainSnake.java file
Click run on top of the main method
Run | Debug
public static void main(String[] args) {
Have fun!!
The workspace contains two folders by default, where:
src
: the folder to maintain sourceslib
: the folder to maintain dependencies
Meanwhile, the compiled output files will be generated in the bin
folder by default.
If you want to customize the folder structure, open
.vscode/settings.json
and update the related settings there.
The JAVA PROJECTS
view allows you to manage your dependencies. More details can be found here.