I created a simple game to implement features of Andengine. It will help people, who whants to start development of a game using Andengine.

Andengine is open source game engine for game development on Android platform. The engine have examples of its all features, so it helps you easy integrate in your game logic.

For this example to demonstrate some Andengine features I decided to create example using Super Mario Bros graphics.

Used features:

  • Jumping
  • Shooting
  • Level (Tiled map editor http://www.mapeditor.org/)
  • Sprites
  • Collisions
  • Rendering unwalkable objects
  • Enemies
  • Other will be added later…

Screenshots:

Screenshot_2014-01-08-00-34-39[1]

Screenshot_2014-01-08-00-35-08[1]

Demo video:

 

Project link on github: https://github.com/sizeofint/AndengineMarioEx

Andengine website: http://www.andengine.org/

Andengine author repositore on github: https://github.com/nicolasgramlich

  • Guillermo

    Hi, great project!! I’ve just downloaded this project via github, but i have to add the related projects (AndEngine, Physics, TMX…) and i’d like to know if exist any bundle of jar to add at once instead adding one by one project. Thx in advance!!

    • http://sizeofint.com/ George Imerlishvili

      Hey, thanks, Unfortunately I don’t have bundle or jar files, but I have forked all necessary extensions to my github, so you can download all extensions from my repository.