-2

I want build a small game in android in which bubbles to appear after a regular time gap. And then disappear with equal intervals. In the meantime player has to click all the bubbles which are appearing.

Could anyone suggest me a good method to implement this idea using view class and canvas?

4

3 回答 3

0

我知道你说过你想使用视图类和画布,但看起来 AndEngine 可能是你游戏的好东西。大部分繁重的工作由 AndEngine 完成。在这里查找并从git获取

于 2013-06-07T20:12:33.733 回答
0

使用 AndEngine 开发这些类型的游戏是轻而易举的事。使用 AndEngine 框架,

AndEngine网站

涵盖与 AndEngine 相关的所有内容的示例教程

于 2013-06-07T22:36:04.507 回答
0

查找有关 SurfaceView 的信息,如果您想了解如何在游戏中使用它,请查找月球着陆器示例。这应该可以帮助您入门,当然,月球着陆器并不是您正在寻找的东西,但它会帮助您了解使用表面视图做什么。

于 2013-06-07T19:11:17.933 回答