Tagged Questions
0
votes
1answer
25 views
Cross Platform HTML5 Canvas game engine
I want to build a puzzle game,I want to develop it for Browsers, Android, iOS, And PC. Please help me and let me know is there any game engine that is useful for making cross platform HTML5 games..
1
vote
0answers
57 views
How to implement a multi-platform Java 2D game engine's graphics?
I'm not sure whether this question should be posted here. I'm trying to make a basic generic game engine in Java. Here's what I have so far.
public abstract class Device {
public abstract void ...
-1
votes
1answer
184 views
Android 2D game engine [closed]
I'm looking to make my first 2D sidescroller for android, and would prefer an open source engine good for 2d games. I might eventually have 3d backgrounds too, so if it can handle those that would ...
2
votes
3answers
265 views
What are the benefits of using a 2D game engine on Android?
I have thought about just coding a 2D game on Android using just pure Java and the Android SDK, no engines like libdgx, cocoa-2dx attached. I don't know if I really need to use a game engine or not. ...
3
votes
1answer
209 views
How do I support variable screen ratios using AndEngine?
When displaying a background, AndEngine produces black bars above the image on certain devices. How do I support variable screen ratios for different devices using AndEngine?
-3
votes
1answer
225 views
Mobile Game Development for beginners [closed]
I am currently making apps for iPhone in Objective-C environment. I also want to learn Game development in IOS and Java for iPhone and Android. Can any one suggest me a complete book that I could ...
1
vote
0answers
154 views
Scene or Activity Animation
My game require an animation when one activity finishes and next started because I have develop game with multiple activity not as multiple scene per game. I have to show animation at the time of ...
1
vote
2answers
276 views
How do I add AndEngine documentation in Eclipse?
I am very new to AndEngine. I have just downloaded the full documentation file, but I can't attach it to Eclipse. How can I do that?
1
vote
2answers
429 views
Game Development at iOS+Android Platform : Template Engine for UI
We have broken down our game development process to
UI Programming
Core Game Programming
Particle Effect Programming
UI will be created by a group of programmers and those UI will be used at Core ...
1
vote
1answer
928 views
Which all are the best Android 2D Java based gaming libraries / frameworks? [duplicate]
Possible Duplicate:
Are there any 2D gaming libraries/frameworks/engines for Android?
Which all are the best and top using open source java 2D Gaming libraries for Android?I had already ...
-6
votes
1answer
327 views
Choosing the right game engine [closed]
1 down vote favorite
I'm trying to create a game in java inspired by a Gameboy Color Zelda game. I'm exprienced in java but not in game programming. I've been doing a lot of research on game engines, ...
-3
votes
2answers
253 views
Can i make money with my Android Engine or should I focus on game-making? [closed]
I have dedicated past few month to developing my own android 2d engine.
You can see its description, demo and tutorials.
While working on the engine I believed it to be better then most available ...
1
vote
0answers
222 views
Port flash game to native android
Alright here is the problem: the creators of a quite popular flash-based game have asked me to port their game to Android. They are not interested in any other platforms so we don't need to be ...
-3
votes
1answer
377 views
Which java game engine is better? [closed]
I'm new to mobile game development and I have a number of questions to ask. So if you could please answer them, it would be highly appreciated
The game I'm trying to release is a 2D arcade game. My ...
0
votes
1answer
183 views
How to implement physical effect, perspective effect on Android
I'm researching about 2D game for Android to implement an Android Game Project. My project looks nearly like PaperToss. Instance of throwing a page, my game will throw a coin. Suppose that I have a ...