What Is The Best Program To Use When Programming A Relatively Medium Sized Game For A 14 Year Old?

August 26th, 2009 by CTO WebOjO.com website designers Lahore Pakistan Leave a reply »

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

Advertisement

4 comments

  1. RachelM says:

    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.

  2. cyberpos says:

    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-…
    Also, objective-c and iphone programming webcasts are available at classroomm.com

  3. SayHello says:

    Microsoft .NET could be a good choice.
    see http://www.pickatutorial.com

  4. Greg M says:

    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…