By using this site, you agree to our Privacy Policy and our Terms of Use. Close
bardicverse said:
Starcraft - Even with C, its pretty much a crap run, lots of syntax and screaming over forgetting a semicolon someplace. I'd suggest a friendlier language for starting to get your feet wet in programming. I reiterate- Dark Basic Pro, great for starting.

 

I do not recommend Dark Basic Pro for game programming, for it does not really have OOP that you can accomplish on other languages like Java, C#, C++ or Python to make games with all the advantages. I tried it and then looked for anotehr engine because of the many limitations.

Inthe case od programming to make games there are many tools available

for C# I reccomend XNA

For Python I recomend Panda 3d

for C++ I reccomend: Ogre3D(for prefessionals)DarkGDK(better than DB Pro) or Irrlicht(good start)

for Java, you can try JME