28 déc. 2014

7 déc. 2014

ZE'MO

Zemo is a funny Android puzzle game with a great gameplay. Now Available on Google Play



9 nov. 2014

Hanoi Origins

A classic Hanoi Tower puzzle developed above AndEngine. Now available on PlayStore.


It contains 6 levels for each numbers of rings to move to the right tower. AndEngine is a quasi-complete and simple-use engine for Android. 
The game logic is based on two rules:
  • No disk may be placed on top of a smaller 
  • Game is over when all rings are put on the right stack




29 oct. 2014

Run AndEngine on Android Studio

AndEngine is a powerful game Engine on Android. After finding lots of people having trouble on configuring it, I want to share via this tutorial simple and quick way to setup your Android game platform.


The goal is to build and test all extensions available with AndEngine

  • Download AndEngine project and extensions from RealMayo repositories
  • Create an empty Android Studio project
  • For each extension, you have to create new module by importing existing project (see the figure below)
  • Build .so files from NDK by following these instructions
  • Move .so files in /libs folder on the root of each module

If you don't want to waste time following these steps, you just can download a working Android Studio project from here. Import it and Enjoy !!