Tagged Questions
-2
votes
2answers
101 views
Cross Platform HTML5 Canvas game engine [closed]
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
76 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
242 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
312 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
237 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
231 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
164 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
288 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
430 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
946 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
334 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
256 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
224 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
379 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 ...
2
votes
2answers
2k views
Java game engine for android and desktop [closed]
I want implement 2d game as desktop application. And after development move it to android platform.
Engine should be have input and network managers.
Help me choose.
0
votes
0answers
271 views
Which game engine is more worthwhile for mobile game development [closed]
I have been thinking of starting to learn mobile game development. I recently learned that there are three popular game engines available for android:
AndEngine
cocos2d-android
libGdx
you guys ...
6
votes
6answers
6k views
A game engine like unity but for 2d [closed]
I really like the convenience of unity3d. The ability to edit the level and see my results in real time are great. My problem is the idea I want to implement is 2d and uses 2d sprites. Scaling ...
2
votes
1answer
628 views
How to setup JBox2D
I resently downloaded the JBox2D but how do I set this up?..
Its jbox2d-2.1.2.2 All I can see is a bunch of code and folders.
Any websites with step by step tutorial??
You know how??
3
votes
1answer
4k views
Game engines that publish to android and iOS
I am about to start on a project which, at a minimum needs to go out to android and ios. Are there any game engines other then Unity which can publish to both? I fear that Unity3d might be more ...
10
votes
2answers
3k views
how should i develop my android game efficiently?
I have attached a image of a flow chart that i made in paint.
The image shows how i want to develop my game. I want a game that runs great with smart coding that is easy to update and ad features ...
1
vote
2answers
429 views
Android pong clone, having trouble getting the paddle to stop at the screen edge
Well, I'm obviously very new to game dev and android. I've got a ball bouncing around (successfully detecting screen edge collision so that the bitmap stays within screen) and a paddle that the user ...
0
votes
1answer
1k views
Andengine Traffic game: moving sprites along path on map
I'm developing simple traffic educational game like https://market.android.com/details?id=cz.allianz.krizovatky.android . When the player taps on car sprite, it started to move with other cars. If ...
2
votes
3answers
2k views
Cross-platform, free (for commercial use) C/C++ 2d game library or rendering engine?
i need a C/C++ engine that should be really cross platform (or at least windows, android, and iphone).
The 2d engine should be written in C or (better) C++, should permit the rendering of animated ...
0
votes
1answer
582 views
Best Android gaming engine for Billiards game?
What is the best engine/way to go with when implementing a 2D billiards game? I am thinking about Emini Physics Engine, which is free for use and stuff, but maybe you can give me some pitfalls about ...
2
votes
1answer
1k views
irrlicht for android
I was just wondering after noticing that moblox was.built with irrlicht if there is an android port of it? Or did the dev make his own port from scratch?
From my research I noticed a port project ...
5
votes
2answers
1k views
How do I place a progress bar in andEngine?
I am developing game using andEngine. I need to place a progress bar in my game to denote time remaining in the game. Is there a built-in method for doing this in andEngine? My searches only turned up ...
-1
votes
3answers
2k views
Best Platform/Engine for turn based Client/Server Android game [closed]
I'm currently designing a turn based game for tablets. Initially for Android with porting to iOS later considered in design.
I'm having trouble narrowing down the available technologies to even know ...
20
votes
3answers
5k views
44
votes
15answers
27k views
Are there any 2D gaming libraries/frameworks/engines for Android? [closed]
Are any such things available to help me build my Android game?
