Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Game in android [closed]

Tags:

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.

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

like image 775
Raj Avatar asked Feb 14 '11 13:02

Raj


People also ask

How do I find closed apps on Android?

Swipe up from the bottom, hold, then let go. If you're on Android Go with 3-button navigation, tap Recent apps .

Why does my phone keep turning off when playing games?

Heavy Game or insufficient memory to run operation can also cause your phone to switch off automatically. If you notice your phone shuts down itself after playing a heavy game or running some apps, try limiting the number of apps you run at a time to keep your phone running smoothly.

How do I exit a game on my phone?

To exit the game, you can tap the home. If you do not have a physical button and use a soft toolbar, you'll want to swipe up from the bottom of the screen to bring the toolbar back into view.


1 Answers

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

like image 113
ingsaurabh Avatar answered Oct 07 '22 23:10

ingsaurabh