Skip to content

maheshkurmi/libgdx-mario

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Libgdx-Super-Mario Game

Many of us have grown up playing Super Mario Brothers, one of most famous games in gaming industry. This game is android Clone of famous Super mario Brothers from Nintendo. This game was started as a project to learn android programming, but soon it came out as close as professional game. Hence this game is released to bring our memories back. It is absolutely free, and will remain free forever.

You can try playing here

Have a look at the starting screen...

Have a look at the starting screen...

Features

  • Powers : Power Up, Bullets

  • Enemies : Goomba, Koopa , Flying koopa, Latiku, Bowser, with some AI

  • Items : Springs and Platforms

  • Worlds : Ground-World, Fire-Word, Water-World

  • Controls : Tilt, KeyBoard, OnScreenControl

Disclaimer: This game is non commercial, non profitable and released for entertainment purpose only. It uses many resources from Net, if any copyrights is violated (which is purely unintentional), please let us know.

Download

Download the .apk file from the link given below...

Download .apk file

For installation, you must have enabled the option of install apps from unknown sources. For this, go to the sttings, then go to security and enable the corresponding option.

Super-Mario MAP Editor

Map editor screenshot
Source code also conatins a stand alone gui editor to edit level in mario games. just import, edit and save levels to see you creativity in action

How to Import source in eclipse

The project is ready to run on eclipse. Clone or download project to your pc and then import it as general>>existing project into workspace . The source code contains 2 source folders

  • libgdx-mario-src (contains source code for libgdx game)
  • java-mario-src (contains source code for java game and map editor)

main Class for game: /libgdx-mario/libgdx-mario-src/com/mygdx/game/mario/MarioGameLauncher.java main class for editor: /libgdx-mario/java-mario-src/com/shikhar/mario/editor/Gui.java

About

super mario clone in libgdx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages