Tagged Questions
3
votes
1answer
532 views
Can world depth be achieved in a side scroller?
I tend to build games with strong stories, which usually involves quite an indepth world environment. Typically I develope typical 2.5 over head view JRPG style (think Zelda, Final Fantasy 3, etc) ...
7
votes
2answers
1k views
Question about top down/side scrolling!
I know that its just the background that scrolls and the player pretty much stays centered. What I am wondering what technique is more correct when I am implementing a large side scrolling map (I am ...
9
votes
4answers
3k views
Drawing large 2D sidescroller level terrain
I'm a relatively good programmer but now that it comes to add some basic levels to my 2D game I'm kinda stuck.
What I want to do: An acceptable, large (8000 * 1000 pixels) "green hills" test level ...