Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
157 views

2d Platformer Terrain generation in java

I am making a 2d platformer, and am trying to get some auto-terrain generation. I have found a Perlin noise function, however it isn't really helping, it is generated noise, but there are some ...
1
vote
0answers
51 views

Recommended Gem to build a very simple browser game in Ruby on Rails

I am building a very simple game with Ruby on Rails. Two players are supposed to play a very simple game against each other (you can imagine a simple game like Tic-Tac-Toe). But it is expected that ...
1
vote
1answer
202 views

Water effect “on android” for a 2D game. Where to start?

I wanna to add some water effects in my android 2D game to give the impression that objects are under water and the water becomes higher and higher. Is there a way to do this programmatically. May be ...
0
votes
3answers
35 views

How to remain pause after resume the game from background in cocos2d?

I have a toggle menu which toggle between the words "Pause" and "Resume" when it is pressed, which also pause and resume the whole game. This means when playing, the menu will be shown as "Pause" (tap ...
0
votes
1answer
50 views

Iphone 2d game development and character animation

Im working on a 2d game where I do basically have my character standing in the middle of my iphone stage kicking balls. I build the character as a vector (with illustrator) and I want to know if is ...
0
votes
1answer
128 views

Problems with graphics in 2D Android game

I wrote the 2d game for Android using OpenGL ES and I have problem. I've been using eclipse. When I start the game on the emulator I see only background image and I hear background music and sound ...
0
votes
1answer
82 views

Variable Timesteps and Gravity/Friction

I'm trying to copy the logic of the Sonic physics engine, which was written for a fixed-timestep system (60 FPS), in a variable timestep age (Slick2D, to be precise). In the original upon pressing ...
0
votes
5answers
144 views

give the object oriented design for sudoku

This is Interview Question. I answered that I will have have 2d Array. And then I will have 3 functions one to check the horizontal condition. another function to check vertical condition. and ...
0
votes
1answer
50 views

what OOP library do I use for 2D vector graphics reasoning, collision detection etc?

suppose I want to make a simple 2D "arcade" game with polygonal players that move around, shoot straight, are targeted by explosions and similar. This seems to require lots of geometric computations ...
0
votes
4answers
200 views

Android Gaming Frameworks

I was considering creating a 2D game, and was wondering if there are any good open source or potentially paid (if not too expensive) frameworks for developing games. Anything out there already? ...
-1
votes
0answers
12 views

What was the title of - and where can I find - my favorite retro car smashing game? [closed]

It was a long time ago, maybe in 1997? That I first played with the game. It's a racing game, four contestants or two in the last duels. You see the racetrack from abow. You can buy cars, customize ...
-1
votes
0answers
31 views

need help designing a building mechanic [closed]

I am working on a 2d online multiplayer building game. My question is how will you build things such as houses or shops etc. So far I know that you will be able to build a house (I dont know how yet) ...