在安卓游戏游戏

2023-09-04 10:35:44 作者:\霸道的爱ャ

我需要创建一个游戏在Android中为我的最后一年的项目。我创建了三场比赛这只是一个问答游戏,标点符号游戏和混乱的文字游戏。

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.

不过,我一直在寻找通过网上很多教程,发现它并不难,创造一个更先进的2D游戏。游戏需要支持英文中学教育。

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.

一个我一直看到的是,随着与LunarLander玩教程:

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

如果我是做一个平台的游戏,什么是最好的方式只是为了获得一个字符在屏幕上,可以向前走,并在屏幕上移动与它一起。不知道如何实现这一点,我环顾四周,但大多数游戏和教程,我已经看过的物体在一个屏幕上走动。任何帮助将是非常美联社preciated。谢谢

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

推荐答案

有看看这个 http://replicaisland.net/ 这是一个开源的android 2D卷轴游戏

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