What is the best program to use when programming a relatively medium sized game for a 14 year old?

I want to program my own racing game, with great graphics, what is the easiest program to learn that produces the best results?

Please leave a tutorial site, because I’m a novice in programming…

Thank you

4 Responses to “What is the best program to use when programming a relatively medium sized game for a 14 year old?”

  • snowwhiterachel:

    DarkBasic. It was one of my first game programming classes (go to school for software engineering/game programming) and it was a very easy to use program. You don’t really need to know any programming to get started.

    They have lots of tutorials and help documentation on their site.

    http://darkbasic.thegamecreators.com/

    My professor actually helped create the software and write the handbook.

  • Greg M:

    sorry there…there is no "easy" way out of anything…you NEED to learn the basics before you do anything. C++ probably will give you the best results for creating games…

  • cyberpostdoc:

    You need to have some programming concept first, then you need to learn Objective-C, finally you need to learn iPhone SDK.

    You probably can learn Objective-C and get familiar with programming concepts at the same time. But you sure need a lot of practice to use iPhone SDK to develop an iPhone app.

    Check out the official objective-c forum: http://classroomm.com/objective-c

    Check out the free webinar "Getting started with iPhone programming" at http://classroomm.com/training/training-events/objective-c-and-iphone-programming-webcasts.html

    Also, objective-c and iphone programming webcasts are available at classroomm.com

  • SayHelloToMe!:

    Microsoft .NET could be a good choice.

    see http://www.pickatutorial.com

Leave a Reply