Logic Based Multiple View Game
I am not a programmer, yet.
I am using Xcode 3.1.2, I want to create a simple logic game. User selects appropriate object or sequence of objects in one view and the game advances to next view.
I am not asking for code. If anyone could please advise me as to what to start with. View-Based, Window-Based, or Navigation-Based?
I do not what the user to be able to jump from view 1 to view 5, which is what I envision a Navigation-Based app would do. The user should have to accomplish some specific set of criteria before the view advances.
If this is not an appropriate question for this forum I apologize.
I am using Xcode 3.1.2, I want to create a simple logic game. User selects appropriate object or sequence of objects in one view and the game advances to next view.
I am not asking for code. If anyone could please advise me as to what to start with. View-Based, Window-Based, or Navigation-Based?
I do not what the user to be able to jump from view 1 to view 5, which is what I envision a Navigation-Based app would do. The user should have to accomplish some specific set of criteria before the view advances.
If this is not an appropriate question for this forum I apologize.
Navigation based is so you can pop views on and allow users to go back to older views.
You'd really only need one view and just update the view or replace it. So a View-Based should work.
You'd really only need one view and just update the view or replace it. So a View-Based should work.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| sdl multiple view support | michelleC | 12 | 5,264 |
Feb 16, 2010 09:33 AM Last Post: michelleC |
|
| Downloading the same game multiple times | EndeavorBros | 0 | 2,306 |
Nov 17, 2009 12:57 AM Last Post: EndeavorBros |
|
| OpenGL ES 2d game - multiple EAGL Views or not? | Elphaba | 4 | 4,299 |
Aug 4, 2009 10:42 AM Last Post: maximile |
|
| Game, multiple object. explanation inside. | natanavra | 1 | 2,101 |
Apr 9, 2009 08:38 AM Last Post: ThemsAllTook |
|
| Rare behavior. rendering<->logic sync howto | godexsoft | 3 | 2,709 |
Jan 2, 2009 06:00 AM Last Post: godexsoft |
|

