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