STARTING GAME DEVELOPMENT - What Language?
Moderator: PC Supremacists
STARTING GAME DEVELOPMENT - What Language?
I've been switching from C# to Python to Java to C# forever now. I keep doubting what I should use for programming a game. I want to use C++ but I'm only 15 and I hear it is very difficult to master. Please help me, what should I choose?
- 101MUDman101
- Chaos Rift Newbie
- Posts: 38
- Joined: Fri Aug 17, 2012 12:36 pm
- Current Project: Elemental Dawn (2D RPG)
- Favorite Gaming Platforms: PC, NES
- Programming Language of Choice: C/++, Lua, Perl
- Location: England
- Contact:
Re: STARTING GAME DEVELOPMENT - What Language?
Hi, I had your problem aswell, C# is great with XNA and you can do alot with it. I wouldn't recomend Java to much as it uses lots of memory and may lag your games. I really recomend learning C++ and using and api like SDL or OpenGL, yes it is hard but I'm 14 and have been using it for 3 years and have good experience with it. I recomend finding some programming books that will teach you the in's and out's of C++. Hope this helps
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
Damn Right.
Channel: http://www.youtube.com/user/101MUDman101
Damn Right.
Channel: http://www.youtube.com/user/101MUDman101
- AaronGlazer
- ES Beta Backer
- Posts: 22
- Joined: Sat Aug 11, 2012 7:31 pm
- Current Project: things @ my job + gamedev fuckery
- Favorite Gaming Platforms: PC
- Programming Language of Choice: Jai <3
- Location: in a soda can under my front porch
Re: STARTING GAME DEVELOPMENT - What Language?
You should at least try to learn C++. If it's too hard, I'd suggest BlitzPlus or C# with XNA.
"To buy, or not to buy -- just buy it."
- DG, the greatest broker to ever live.
- DG, the greatest broker to ever live.
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: STARTING GAME DEVELOPMENT - What Language?
Of C#, Java, and Python I would recommend C# for any moderately sized game. While theoretically you could make it any programming language, some are obviously better suited. It depends on the scope of the idea as well. Truth is, doesn't really matter what language you use to start as long as you actually start.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- bbguimaraes
- Chaos Rift Junior
- Posts: 294
- Joined: Wed Apr 11, 2012 4:34 pm
- Programming Language of Choice: c++
- Location: Brazil
- Contact:
Re: STARTING GAME DEVELOPMENT - What Language?
Not to say once you've got something running and the ideia of how it works in your mind, it is (relatively) easy to "port" it to other languages.