Skip to content

GKARLOZ/FlyingMario-Snake-TurtleShells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarioRight Flying Mario BowserFlying

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.

Screenshot 2022-09-05 181409

Instructions Peach

Press the tab key twice then the up/down/left/right arrow keys on your keyboard to play.

Java in VSCODE

Install Java for vs code if you don't already have it. Use this link: https://code.visualstudio.com/docs/languages/java

Clone this project

git clone git@github.com:GKARLOZ/FlyingMario-Snake-TurtleShells.git

🚀 Lets GO! 🛸

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!!

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: 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.

Dependency Management

The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.

About

snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages