Best programing language for games

Reply

Join Date: Jun 2008
Posts: 1
Reputation: DarckHalf is an unknown quantity at this point 
Solved Threads: 0
DarckHalf's Avatar
DarckHalf DarckHalf is offline Offline
Newbie Poster

Best programing language for games

 
0
  #1
Jun 12th, 2008
Hi every one! I'm new here, just finished my registration!
I know a little of c++ and I'm starting a project for a game of the new generation of games...
like Gears of Wars or Bioshock but I'm feeling a little lost!
And I wanted to ask what is the best programing language for games?
Because I'm worried that I can't do the programing of that kind of game only with c++!
And if some want to give me some more advices about game development I will be pleased to read it!

Thanks for the time you lost reading this!

Last edited by DarckHalf; Jun 12th, 2008 at 8:00 am.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,810
Reputation: ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all 
Solved Threads: 117
ithelp's Avatar
ithelp ithelp is online now Online
Posting Virtuoso

Re: Best programing language for games

 
0
  #2
Jun 12th, 2008
You can go with Java or VC++ may be.
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 2,818
Reputation: niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute 
Solved Threads: 297
Moderator
Featured Poster
niek_e's Avatar
niek_e niek_e is online now Online
Roasting Maven

Re: Best programing language for games

 
0
  #3
Jun 13th, 2008
Read this thread, it has a lot of usefull info in it

Now for the part you won't like:
Originally Posted by DarckHalf View Post
I know a little of c++ and I'm starting a project for a game of the new generation of games...
like Gears of Wars or Bioshock
To make a game like bioshock, you would need to be an C++ expert (seriously: EXPERT). Plus you'd need a team of (lucky guess: ) a few hundred people.

If you really want to make somesort of game, I would suggest you start of with a kind of cardgame. They are reasonably easy to program, although even this is quite a challenge for a lot of people.

If you want to create 3d games like bioshock you'll have to get an education in game-programming.

Good luck!
Last edited by niek_e; Jun 13th, 2008 at 5:14 am.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,340
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1458
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: Best programing language for games

 
0
  #4
Jun 13th, 2008
Great games use great game engines such as OpenGL or DirectX. Those do all the really hard work and let you concentrate your efforts on the game, sound and graphics. Yes, you have to be an expert on all those fields. You can't possibly code a good game without being a very good graphics designer, or know someone who is.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 401
Reputation: CoolGamer48 is on a distinguished road 
Solved Threads: 40
CoolGamer48's Avatar
CoolGamer48 CoolGamer48 is offline Offline
Posting Pro in Training

Re: Best programing language for games

 
0
  #5
Jun 21st, 2008
Gears of War had 32 people JUST on programming (12 were listed under "Unreal Engine Programmers"). In total, around 150 people from Epic Games alone worked on the game.

Bioshock (surprisingly to me), had less, around 24 programmers listed in the credits. I was too lazy to count all of the people.

In short, it would take a miracle for even you and five friends to make a game like Bioshock or Gears of War on your own. Remember - its 20-30 people just programming. The other 100 or so people design the levels, make the 3D models, write the story, record the sound, etc. W/o all that your game wouldn't be all that fun, regardless of how well its programmed.

Not to crush your spirits though... you could still continue/start to learn DirectX and work on some more basic projects, or, prepare for a career in game programming (which, fyi, i don't have experience in).
I'm a student. If my statements seem too absolute, feel free to coat them with "In my opinion..." or "I believe...".
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,144
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Best programing language for games

 
0
  #6
Jun 22nd, 2008
That's because Bioshock probably built more heavily on existing software and libraries, so required less people.

You could do it with a smaller team, you'd just take FAR longer.
And you'd need FAR more skill per team member. Think about putting a dozen people like Bjarne Stroustrup, Joshua Bloch, and people like that on a team rather than pulling open a can of college grads and giving them an introductory course in C++ and DirectX to build most of the system.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 48
Reputation: Ken Sharpe is an unknown quantity at this point 
Solved Threads: 2
Ken Sharpe's Avatar
Ken Sharpe Ken Sharpe is offline Offline
Light Poster

Re: Best programing language for games

 
0
  #7
Jul 1st, 2008
C++ is the industry standard for engine programming, but a lot of heavy lifting is done by scripting languages like Lua and Python. Also, if you're thinking of web-based games, then you might look at actionscript.
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 4
Reputation: rupaknath is an unknown quantity at this point 
Solved Threads: 0
rupaknath rupaknath is offline Offline
Newbie Poster

Re: Best programing language for games

 
0
  #8
Jul 4th, 2008
Originally Posted by DarckHalf View Post
Hi every one! I'm new here, just finished my registration!
I know a little of c++ and I'm starting a project for a game of the new generation of games...
like Gears of Wars or Bioshock but I'm feeling a little lost!
And I wanted to ask what is the best programing language for games?
Because I'm worried that I can't do the programing of that kind of game only with c++!
And if some want to give me some more advices about game development I will be pleased to read it!

Thanks for the time you lost reading this!

hi am am rupak from india, i heard that java script is good for games

regards
rupak


<snipped false signature>
Last edited by Ancient Dragon; Jul 4th, 2008 at 10:51 am. Reason: snipped false signature
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 401
Reputation: CoolGamer48 is on a distinguished road 
Solved Threads: 40
CoolGamer48's Avatar
CoolGamer48 CoolGamer48 is offline Offline
Posting Pro in Training

Re: Best programing language for games

 
0
  #9
Jul 4th, 2008
Originally Posted by rupaknath View Post
hi am am rupak from india, i heard that java script is good for games

regards
rupak


<snipped false signature>
Um, you know I'm not sure, but I think that advertising is against some forum rule.

As for JavaScript, I don't know any games that were written in JavaScript alone (like, actual games with sprites, not text-based games). It may be possible to make a game with AJAX, but I don't know if that's ever been done. I do know that Java can and is used to make certain browser-based games like Runescape, but I doubt any retail console games or PC games of the same standard were written in Java, and definitely not in JavaScript.
Last edited by Ancient Dragon; Jul 4th, 2008 at 10:50 am. Reason: snipped false signature in quoted post
I'm a student. If my statements seem too absolute, feel free to coat them with "In my opinion..." or "I believe...".
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 129
Reputation: hacker9801 is on a distinguished road 
Solved Threads: 15
hacker9801 hacker9801 is offline Offline
Junior Poster

Re: Best programing language for games

 
0
  #10
Jul 10th, 2008
You can write sprite-based RPGs in Javascript, one guy even made a (slow) 3D chess game in JS.

C++ is the preferred language for games, mainly for it's speed and efficiency.
Don't yell at me if I'm wrong - I'm thirteen. :)
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Game Development Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC