Tuesday, March 11, 2014

Start-up Introduction

Reference used from : http://www.matim-dev.com/

Hi Guys,

So you are here to learn some serious game development tutorial, there are number of game development libraries or frameworks, I find Andengine is the best free framework among all. Very simple and easy to implement
This is my first post on developing android game. I will be showing you how to develop a game using andengine game development framework. First of all let us have a look at the game that I will be using in this tutorial.
The game is Fruit Collector.
Play Store link - Fruit Collector Mini Game
and here are some screenshots for your reference.




So the game is pretty simple. Let us take a look at tutorial index quickly.

> How to setup andengine development framework in eclipse.
> How to create new game project in eclipse and use andengine as a library
> How to create a splash screen
> How to create a main menu
> How to create a game scene
> How to create sprite and bodies
> How to detect collision between sprites
> How to Save the scores

Well this is the rough initial index I have shown you, we may have some changes if required.


No comments:

Post a Comment