Super Mario Survival

Logo

Mario survival game

View the Project on GitHub zevyirmiyahu/super_mario_survival

Super Mario Survival

Description:

Super Mario Survival pits Mario against a fire monster. The player needs to avoid touching the fire monster. The longer one survives, the higher the score.

About Development:

Every aspect of this game was hand made. All code was written in Java. The game menu and the game over screen pictures where drawn using the wacom intuos drawing pad. The sprites were created using Aseprite https://www.aseprite.org/. The fire monster uses an A star search algorithm to find the player and chase. If the player is confused on how to play, a help menu was also made that provides, directions and about the game.

*Note: Jump mechanics still need some work as well as sound, but can play the game below.

Download Zip File

To play, download the JAR file: Download JAR File Make sure you have the latest version of Java installed, if not click here to get that first.

Images

Menu Screen

Game Play

Game Play

Game Over Screen

Game Over Screen

« Back