I’m trying to find a good 2D graphics engine for a game… Something for a game like a top-down (slight angle so it looks 3D…) allowing the user to move around.. that sort of game…
Any help would be great, Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If I understand you it sounds like you want to make an “isometric” style 2D game. There’s another question on stackoverflow that has a good answer as well.
As others have noted, AndEngine might be the way to go. Apparently it can load tile maps in Tiled Map Editor format (TMX), which offers support for isometric maps.