1

I know that this is probably a very, very basic question but I'm very new. Basically I want to create a platform that my character can walk on. Almost like in the game "Flappy Bird" but, I want it to be a walkable platform. Is there any way I can create a "line" that stretches out infinitely. I've seen this, but it's for iOS and isn't a flat line. I've tried researching, but I haven't seen anything that appeals to what I'm looking to achieve. Any help would be great. As a heads up I'm using libGDX Also leading me to any tutorials for something similar would be equally appreciated.

Idris
  • 973
  • 2
  • 9
  • 26

1 Answers1

0

There is a tutorial to create an exact copy of flappy bird

http://www.kilobolt.com/zombie-bird-tutorial-flappy-bird-remake.html

Could you modify this to create your walkable game?

dcanh121
  • 4,509
  • 10
  • 34
  • 80
  • That was one of the tutorial's I saw. But I'm simply trying to get a single line. As you can see here http://www.tuttoandroid.net/wp-content/uploads/2013/08/Geometry-Dash-1-620x372.png . It's sort of rough, but that's one of the best examples I could find – user3366907 Feb 28 '14 at 23:56
  • This example gives you the structure and how to use libgdx. You should be able to edit as per your req. – dcanh121 Mar 01 '14 at 00:43