对于Android简单的游戏例子例子、简单、游戏、Android

2023-09-05 05:51:51 作者:风清淡雅

我想开发Android游戏。

I want to develop games for Android.

什么是做2D游戏的最佳方法是什么?

What are the best ways to do 2D games?

有没有开发新的人到Android简单的游戏,一些好的资源?

Are there some good resources on developing simple games for someone new to Android?

推荐答案

的通知的:我建议看看其他的答案有很好的例子。我已要求unaccept这个答案并接受 http://stackoverflow.com/a/8322784/753603 回答

NOTICE : I suggest to check out other answers with good examples. I have requested to unaccept this answer and accept http://stackoverflow.com/a/8322784/753603 answer

那么这一切都取决于你的立场在它是如何工作的Andr​​oid平台和知识的事?

Well it all depends where you stand in matter of Android platform and knowledge of how it works?

入门

比我会建议开始编写简单的应用程序添加一些图形用户界面的背景图片,并熟悉,有很多不同的数据结构,以及如何处理这些问题。阅读关于后台任务的执行,如AsyncTask的。

Than I would suggest start writing simple apps to add some GUI background images, and get familiar with lots of different data structures and how to deal with them. Read about background task execution such as AsyncTask.

中级

探索不同的图形引擎为Android,我建议

Explore different Graphics engines for Android, I would suggest

http://www.andengine.org/

ANdEngine是游戏引擎的Andr​​oid平台,它有很多的内置功能,您可以使用用于制作游戏。查找在谷歌的教程有很多很多很多,很多......虽然我写这个,有些慷慨的人正在写一为我们:)

ANdEngine is game engine for android platform, It has lots of built in functionality which you can use for making games. Find tutorials on google there are lot lot lot and lot...and while I am writing this, some generous people are writing one for us :)

专家在做游戏等平台

也比我建议谷歌教程像这样的,

Than also I would suggest google tutorials like this one,

HTTP://www.$c$cproject.com/KB/安卓/ androidBallGame.aspx

同样也有他们堆。 :)

Again there are heaps of them. :)

干杯享受!