Skip to main content
3 answers
3
Asked 666 views

What classes do I need to have in college to have a career in game designing?

#video-game-design #video-games #game-design #game-development

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

3

3 answers


1
Updated
Share a link to this answer
Share a link to this answer

Doc’s Answer

Hi Phat N,

In a strict sense, no.
In all practicality, yes.

Whether or not a degree is worth it is a never-ending debate among developers; my answer* is based on my experience and bias as someone with a computer science degree, and the next person to answer this question for you may say that I'm completely wrong. However, I think the answer is clearer for game development than other developer paths.

There are a lot of successful programmers in the world who do not have a computer science degree. Not counting coding classes in high school, they might be self-taught or have gone to a "code camp" or some mix of the two. But the most common career paths for programmers without a formal CS degree are web and mobile development. Many companies are willing or eager to fill Junior Developer roles with code-camp graduates because these positions do not require the deeper theory taught in a good computer science college—those code camps are focused on basic algorithms and data structures, how to use APIs and frameworks, and UX, and you can teach yourself web development even without them.

Game development is not like that. Game developers deal with AI (NPC pathfinding, decision making), memory management (games aren't built on Python and JavaScript), math-heavy graphics programming (particles, shadows, post-processing), simulation (water, materials, prediction, physics), networking, and compression. No one person is going to do all of that, but a good computer science program will give you the foundation to do any of it. These are things that very few people are able to teach themselves at a level comparable to learning at a university. To a hiring manager at a AAA studio, you look a lot more capable of what they need holding a CS degree than a boot-camp certificate or unbacked self-taught claims. You may be able to join a small indie game maker without a degree, but it will be hard without a very impressive portfolio.

You may, a few years from now, decide that all that glitters is not gold and you don't want to be a game developer. If you finish your degree, you will still have more well-rounded experience and a better foundation for doing anything else software related than those without, so stick with it. Yes, having a degree and what that degree is in matter less the more experience and time you have in the field, but you need to actually get into the industry first. Do not forget to take an internship to get work experience and work samples to show.

* Source: Brian – Computer Science Masters Degree
1
0
Updated
Share a link to this answer
Share a link to this answer

Simeon’s Answer

Generally, you'll want a dedicated major to focus on game design rather than a class or two. You could try your hand at video game development on your own though. As a video game developer, it will help to develop your own portfolio of games you've made. I'd recommend checking out game jams like the one hosted by Game Maker's Toolkit on itch.io. He has a very successful Youtube channel and has had record-breaking numbers of participants in his game jams these past years. Game jams are multi-day events where entrants compete to make games that match the theme of the jam. You don't need any prior experience to participate and you'll find people, especially on Discord, who would be excited to point you in the direction of free resources. It helps to have a focused event like this to practice using a skill. It makes it easier to practice the skill and wrap your head around which parts of the coding process are giving you issues.
0
0
Updated
Share a link to this answer
Share a link to this answer

Deon’s Answer

You would need courses in software engineering and graphic design. It is good that you are thinking of a career in game designing, especially since the eSports industry is a $900 million* industry, and with the advent of 5G and AR/VR, it is about to expand.

*https://www.forbes.com/sites/greatspeculations/2018/07/11/how-big-can-esports-grow-in-2018/2931f0716a36

0