Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
how to begin a 2D platformer in Java?
I want to make a 2D, side-scrolling platformer inspired by Minecraft. I'm doing this in Java, but I just need to know where to begin. I figure I should begin with the grid system, but I don't know how to start building that. Any help?
@TheFoxAndFlea: Nice find. I could use that, but I think that would limit me a little too much. I guess I'll just have to study Minecraft's source code and figure out how they did it. :/
1 Answer
- Anonymous9 years ago
If you don't want to do the entire thing yourself, you could always use GridWorld (see below). It already has a grid, although I am not sure if it would be good for a side-scroller.
Source(s): http://www.horstmann.com/gridworld/