Sunday, March 16, 2014

Create a Game Project

* Create a Game Project and initial Setup

So finally we are going to start coding for our game. Follow the step by step tutorial as below,

Step 1:
Go to File > New > Android application project

Click on Next for bunch of times and you will have your project ready to start coding.

Step 2: 
We need to link the AndEngine and AngEngine Physics Box 2D library to our project now, right click on game project, select Properties > Select Android from left toolbar.
add AndEngine and AndEnginePhysicsBox2DExtenstion by selecting checkboxes, then click on Apply and close the window.
Picture
We have successfully linked AndEngine libraries to our project now.


No comments:

Post a Comment