Tagged Questions
1
vote
1answer
242 views
Saving a list of points into a text file
I recently posted a question about this, but was not really sure where to go. I've gotten some progress, and have generated some simple noise here:
http://pastie.org/5408655
That works well enough ...
-1
votes
1answer
820 views
How to create a simple side scroller game [duplicate]
Possible Duplicate:
How to create games with scrolling?
I'm still pretty new to game programming and any tutorial that I have worked with stuck to only games with the initial screen. I want ...
2
votes
2answers
297 views
Stop map from scrolling but let player still move?
I have a basic method of scrolling around on a map (moving the map instead of the player), but at when the player gets to a certain proximity to the edge, how do you stop the map from scrolling, but ...
6
votes
3answers
2k views
Should I move the world or move the player?
I'm about to start developing a sidescrolling game where the players goal is to travel as far as he can in the horizontal axis before touching down. Note that I do not need to ever travel back on the ...
2
votes
5answers
821 views
How should I implement side-scrolling level design?
I'm working on a college project using the educational Java framework Greenfoot, and as stated above we're making an r-type clone.
I've been looking at using an array of strings to populate the ...
0
votes
1answer
1k views
Android sidecroller template
I want to create a sidescroller game for Android but it seems stupid to reinvent the wheel and since there are a lot of android sidescroller games already out I though that there must be some sort of ...