2 answers
Asked
729 views
What is one of the hardest aspects of being a game programmer?
I'm currently studying at WPI in order to go on to become a game programmer. What is one of the hardest things about that job, whether it be a part of the job or part of actually landing it?
#game-programming #game-design
Login to comment
2 answers
Updated
kaili’s Answer
In a way, games can be quite complex software. A game may involve many systems/subsystems working together, such as gameplay, graphics, audio, input, animation, physics, artificial intelligence, resource management, memory management, math library, etc.
You must understand a lot of the content of the underlying architecture.
You must understand a lot of the content of the underlying architecture.