문제

Such a minus score of this question shows the power of stackoverflow and and wrong understanding of 2.5D, there are no 2.5D game in fact, Only 2D or 3D.

I want to develop a 2.5D game on Android just like 'minigore2' on iphone, Is there any 2.5D engine in Android?

This is the effect I want:

enter image description here

도움이 되었습니까?

해결책

Like Wikipedia states, you can either render 2D images on the screen giving the effect of a 3D world. For this I would suggest you have a look at the SurfaceView class on the Android developer site as well as having a look at this Android Game Dev. link

If you prefer to rather create a 3D world and set the camera at a fixed angle and location the I suggest you have a read on OpenGl ES for Android.

If you are looking for Game Engines for Android, I suggest you have a look at this thread.

I hope this helps.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top