Is Video Game Programming Possible?

In summary, it is possible to become a video game programmer, but you will need to learn linear algebra, C++, Calculus1-3, and computer graphics. You will also need to be a good programmer and be dedicated.
  • #1
westee222
4
0
I go to UC Davis and was thinking about switching to the computer science/engineering major(currently in bioengineering right now) with the idea that I could get into the video game programming/development world. I have had limited experience with coding (just some minor things to control little systems in my high school engineering class) so I'd be starting from a little more than scratch.. Is that just a dream job or is this really possible? I am in my first quarter of my freshman year so switching majors would be not a big deal.
 
Physics news on Phys.org
  • #2
It is very possible to become a video game programmer. However, you will need to learn linear algebra, C++, Calculus1-3, and ideally take a course on computer graphics that uses either OpenGL or DirectX, courses in physics related to optics, and mechanics is useful.

After this it is just a matter of gaining enough programming experience to become one, you could start by writing small games in college. Do not think too big, think pong, breakout, tetris, asteroids, and simple things.
 
  • #3
So it is not too late to get into programming?
 
  • #4
And thanks so much for the advice!
 
  • #5
westee222 said:
So it is not too late to get into programming?
No it shouldn't be to late; why would it? Just learn those topics, especially linear algebra, C++, and direct x and/or open gl.
 
  • #6
I'm just a little worried because it seems like others majoring in comp sci/engineering have been coding for a while already.
 
  • #7
Hey westee222.

Having been a game programmer in the past I can tell you that you must live and breathe games and programming in order to get hired. It pretty much takes up every moment of your time and it's all you pretty much do.

You will need to be a very good programmer, know a lot about mathematics, data structures, algorithms, be able to learn a new API within a week or two, be able to deal with hundreds and hundreds of thousands of lines of code when it comes to navigation, debugging, and writing new code, and be extremely dedicated.

You should be an expert on computational geometry if you are doing 3D stuff, and you should understand how large projects are created, managed, and coded.

Although a lot of game engine design is out-sourced, you still need to be ready to debug anything that happens for any kind of code whoever writes it. You will be dealing with scripting and native code environments where everything is interoperable with everything else.

You also need very good communication skills since you will be documenting code inside and outside of the IDE and you will at some point have to write reports, code guides, and other forms of documentation.

You will probably need to be a guru in C++, and you will also need to understand optimization in a variety of ways since games need to run fast and there is so much stuff that happens in one frame that any optimization will be necessary to having the game being playable.

If you write cross-platform games, you will need to be use the tools and debuggers for that console.

I'd recommend you write a small game by modifying an existing engine, or write some set of demoes that do a particular thing (nice graphics, physics, good camera demoes, etc). Get yourself a portfolio and constantly add to it every single chance you get.

I along with about two dozen other people, made a game demo and it took a year to make on a full time basis. I imagine you will be competing with other people just as if not more dedicated than I was at that time.

Also I recommend you learn from the best: get source code of a very good game engine: study it, understand it, and add to it. Use it in your own demoes and portfolio work.

You really have to want to do this and you have any hesitation, then I recommend you don't pursue this path. Also don't expect to be paid that much.
 
  • #8
Are you currently taking ECS 30? If you are you aren't behind at all. You won't fall behind until the ECS majors start taking ECS110, so you have time.

I would listen to what chiro is saying. Game design is notorious for exploiting engineers (not in all cases of course).

There are lots of really exciting things a computer science major can do that are somewhat similar to games but might give a better lifestyle. For example research in medical image analysis is heavily software based and would be a lot of fun. That type of thing could be really rewarding.
 

Related to Is Video Game Programming Possible?

1. Is video game programming possible for beginners?

Yes, video game programming is possible for beginners. With the availability of various game engines and tutorials online, beginners can easily learn and start creating their own games.

2. What are the programming languages used for video game development?

The most commonly used programming languages for video game development are C++, C#, and Java. However, there are also game engines that use their own scripting languages, such as Unity with C# and Unreal Engine with Blueprints.

3. Do I need to have a strong background in math and coding to become a video game programmer?

Having a strong background in math and coding can definitely help in understanding the concepts and logic behind video game programming. However, with the availability of various resources and tools, it is possible to learn and become a video game programmer even without a strong background in these areas.

4. How long does it take to learn video game programming?

The time it takes to learn video game programming varies for each individual. It depends on factors such as prior knowledge and experience, dedication, and the complexity of the game being developed. With consistent practice and learning, one can start creating simple games in a few months.

5. Can I make a career out of video game programming?

Yes, you can make a career out of video game programming. The video game industry is a billion-dollar industry, and there is a constant demand for skilled game programmers. With the right skills and experience, one can work in game development companies or as a freelance game developer.

Similar threads

  • STEM Career Guidance
Replies
30
Views
5K
  • STEM Career Guidance
Replies
6
Views
3K
Replies
3
Views
951
  • Programming and Computer Science
Replies
16
Views
2K
  • STEM Career Guidance
Replies
15
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
1K
Replies
2
Views
920
  • STEM Career Guidance
Replies
20
Views
736
  • STEM Career Guidance
2
Replies
47
Views
5K
  • STEM Career Guidance
Replies
16
Views
11K
Back
Top