Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

im making a game (for the iphone) similiar to spore origins - You're a fish and you got to eat smaller fish to get bigger and be able to eat the bigger fish.

My question is: which game-concept should i use?

There are two possibilities:

  • I could have the fish swimming in an open space like on spore origins by moving everything that's around it. this would make the game less dynamic, but it would give the player more freedom.

  • I could only let the fish swim inside the screen, until it is the biggest fish on screen - if so it gets sized down and faces the same problem on the new screen just with bigger fish. this would make the game more dynamic by making every object move on its own.

Which method should i use to create my game?

Please help me choose the right thing. I'm not an experienced game-developer, that's why im asking such thing.

If you think that this is a bit of topc, you can vote it down.

share|improve this question
You might look at itunes.apple.com/de/app/id387587030?mt=8 which seems to be exactly what you are trying to do. – Eiko Apr 19 '11 at 8:24
my question was: what concept of those two should i use? – DailyDoggy Apr 19 '11 at 8:26
Both can be fun. The second might be a bit easier to implement. If you want to differentiate from the mentioned app, use the first. :) – Eiko Apr 19 '11 at 8:37

2 Answers

up vote 0 down vote accepted

Both options could end in a great game, it depends on how you implement it. However, I would choose the first option; in my opinion it's better for the iphone and what the players in that platform are looking for.

Take a look at this game: http://interactive.usc.edu/projects/cloud/flowing/ Also, you should check the brother site: gamedev.stackexchange.com

share|improve this answer

First sounds much better, always nice to have an open world

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.