开发者

Game in android [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

Improve this question

I need to create a game in android for my final year project. I have created three games which are just a quiz game, punctuation game and jumble word game.

But I have been looking through many tutorials on the net and noticed it is not that difficult to create a 开发者_开发百科more advanced 2D game. The game needs to support English in secondary education.

One of the tutorials I have been looking at is, along with playing with the LunarLander:

http://www.droidnova.com/playing-with-graphics-in-android-part-v,188.html

If I was to make a platform game what is the best way just to get one character on the screen, that can walk forward and the screen moves along with it. Not sure how to implement this, I have looked around but most games and tutorials which I have looked at are objects moving around on one screen. Any help would be highly appreciated. Thanks


Have look at this http://replicaisland.net/ this is an open source android 2d scroll game


I know this is late, but for Game Development in Android who may view this question later or may be for those Beginners who are interested in Android Game Development, just go to first Obviam and then please read the book for detailed instruction to create even your own game framework... I know that ReplicaIsland is a good game and you can also find the explanation regarding that on the book... The book is from Apress and the name of the book is

Beginning Android Games
who is also the writer of
libgdx
game library... And because the emulator doesn't still give support for OpenGL ES 2.0 you can develop with some trick like having Google Nexus phone with jMonkeyEngine 3.0 as that supports OpenGL ES 2.0 with Android Harness. You can have a look at Cocos 2D... And that's more regarding game development on Android...


There are a number of libraries that you can use. Basically you need to use tiles and sprites which are supported in the android but libraries like AndEngine and Box2D really adds some volume and physics to the movements. I know that many game developers have been using Unity3D, and contrary of what the name suggest, they also support 2D games. anyway, platform games (2D Games) are quite complex to create, and you have to be sure that your game difficulty level is set currently.

Good luck.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜