|
#1
|
|||
|
|||
|
Ok, i am a beginner but just had a question. I am about halfway through my Learn C book, and i dont understand for the life of me how a game can be made out of this. Maybe i just havent gotten to that part in the book yet, or maybe it comes in on one of my later books, but right now all i am learning is things like printf, if-else statements, variables, operators, etc. Just general coding stuff.
So i guess my overall question is, how does a game work? |
|
#2
|
||||
|
||||
|
Quote:
|
|
#4
|
||||
|
||||
|
Quote:
![]() --Eric |
|
#5
|
|||
|
|||
|
Yep! Unlike what many people think, you don't type in "make awesome game," press Enter, then have an awesome game appear on your desktop.
|
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
|||
|
|||
|
Quote:
Philosophy aside, you've learned a little about a language, and the next step is to learn how to apply it in a specific environment. So Obj-C, is useful in Cocoa, where Cocoa contains all the code for handling platform-specific functionality: displaying images and text, accessing data, input, etc.. (read about the meaning of API's and Frameworks) Once you have a better grasp on how to make things move around and generally do the stuff you'd like it to, you can plan a game. Start with utterly basic stuff, no matter how ambitious you are... too much ambition too early will just lead you down complicated roads and you'll learn nothing and be frustrated by everything. Bring much patience... Last edited by Modus; 02-08-2009 at 07:59 AM.. |
|
#8
|
|||
|
|||
|
ahhahahahahahhHAHHAHaha thats the funniest thing ive ever read in a forum LOL OMG hahahahah
|
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
|||
|
|||
|
I guess your question has to do with interfaces? So lines and graphics can become a game when you learn how to change the lines and graphics in response to something the user does, like a keystroke or, in the iPod Touch's case, a tap on the screen. Does that answer your question?
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|