Just wondering here... What would you say is your biggest problem when it comes to making games?
This is a discussion on Biggest problem when making games? within the Game Programming forums, part of the General Programming Boards category; Just wondering here... What would you say is your biggest problem when it comes to making games?...
Just wondering here... What would you say is your biggest problem when it comes to making games?
I don't see why people think Chuck Norris is so awesome. If he was really as great as they say, he would be over here slamming my head into the keybsk;lah;flksalfksdnlcslcnsldk;acklsd;glfbaskfl
/* When I wrote this, only God and I understood what I was doing... Now, God only knows */
Making sure there aren't any bugs. Making the code run on different platforms. Developing the artwork or sound effects. Writing the comments and documentation. Posting it on CBoard and trying to fix everything that everyone points out is wrong with your code. Take your pick.
[edit] Wait, there wasn't a poll before.
BTW, it's "clogged". And "performance". [/edit]
Last edited by dwks; 09-26-2007 at 12:39 PM.
dwk
Seek and ye shall find. quaere et invenies.
"Simplicity does not precede complexity, but follows it." -- Alan Perlis
"Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
"The only real mistake is the one from which we learn nothing." -- John Powell
Other boards: DaniWeb, TPS
Unofficial Wiki FAQ: cpwiki.sf.net
My website: http://dwks.theprogrammingsite.com/
Projects: codeform, xuni, atlantis, nort, etc.
>> Posting it on CBoard and trying to fix everything that everyone points out is wrong with your code.
Indeed...![]()
I don't see why people think Chuck Norris is so awesome. If he was really as great as they say, he would be over here slamming my head into the keybsk;lah;flksalfksdnlcslcnsldk;acklsd;glfbaskfl
/* When I wrote this, only God and I understood what I was doing... Now, God only knows */
Motivation. Oh, and getting the damned physics right.
All the buzzt!
CornedBee
"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law
I think that fits into "My graphics are never good enough!", does it not?
dwk
Seek and ye shall find. quaere et invenies.
"Simplicity does not precede complexity, but follows it." -- Alan Perlis
"Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
"The only real mistake is the one from which we learn nothing." -- John Powell
Other boards: DaniWeb, TPS
Unofficial Wiki FAQ: cpwiki.sf.net
My website: http://dwks.theprogrammingsite.com/
Projects: codeform, xuni, atlantis, nort, etc.
For me its finishing anything before I get bored of it.
For me it has always been getting all the different handlers and stuff to communicate and passing data in an efficient (but still generic) manner.
None of those. Motivation is the main thing, with design problems (close to what Shakti mentioned). Everything has to knit together nicely... it just ain't happening. I've actually not worked on my project "properly" for like 3 weeks - yesterday was an exception, I embedded Lua, with the expectation I'll be using it in the future (I've got more important problems right now as you're probably guessing *cough*messy design*cough*).
Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.
- Mike McShaffry
I would say the biggest problem is that people never actually finish anything.
You know what date is on this coin? 1958. It's been travelling twenty two years to get here.
And now it's here.
And I'm here.
And it's either heads or tails.
And you have to say...
Call it.
"No-one else has reported this problem, you're either crazy or a liar" - Dogbert Technical Support
"Have you tried turning it off and on again?" - The IT Crowd
That's not what I meant. I meant that programmers rarely reach the objectives they had set out to do, myself included. I think that the problem is that programming is just very, very time consuming to accomplish anything of worth. That's a huge reason why it's merely a hobby now, not really a career goal.
For most people, the biggest obstacle that gets in the way of making games is the difficulty of the math and algorithms required. Gamers don't really code games, because by the time they get good enough to actually write one they seem more like scientists/mathematicians and less like regular gamers.
Last edited by BobMcGee123; 09-27-2007 at 05:38 PM.
You know what date is on this coin? 1958. It's been travelling twenty two years to get here.
And now it's here.
And I'm here.
And it's either heads or tails.
And you have to say...
Call it.