Creative Games
Création et développement de jeux vidéos
28 déc. 2014
7 déc. 2014
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
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 !!
20 janv. 2012
Sprites sous Android
Tutoriel Développement Jeux sur Android Part 2 : les sprites sous Android
Dans les jeux 2D, un sprite est un élément qui peut se
déplacer, s’animer. Il possède théoriquement une certaine couleur de transparence
ou bien carrément un canal alpha. En
fait il existe bien différentes manières de faire une animation: soit en
faisant défiler des séquences successives d’images comme dans les gifs animés, soit en faisant des transformations
squelettiques sur un objet.
Dans ce tutoriel, nous allons remplacer notre image du
premier tutoriel par un personnage qui est animée en fonction de sa direction.
Inscription à :
Articles (Atom)