Skip to main content
2 answers
2
Asked 1252 views

What are the steps I should take to become a video game programmer?

Hi im Furqan i'm in the 10th grade and I attend Hudson High School of Learning Technology. I want to know the steps and helpful tips like summer jobs and etc. please help. #programming #careers #video-games #programmer #games #video

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

2

2 answers


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

Eric’s Answer

Best of the Village

Hi, Furqan!


All programming has a lot in common, so the most important thing you can do is any programming at all. If your school offers any classes, try to take them. If you have time on your own and access to a computer with an Internet connection, you can learn a lot on your own. codeacademy.com is a good starting place. Once you've mastered the basics you can start to write simple games of your own. When I was learning to program, first I wrote number-guessing games that were text-only, then I moved on to things like Pong, then side-scrolling spaceship games, and I went from there.


As far as summer jobs, they aren't too commonly programming-oriented for high schoolers (though if you do learn to program you may find people who will pay you a little to write small programs for them), but after high school more things start to become available. If you have some programming knowledge under your belt in college you may be able to get into programs like the Google Summer of Code (https://developers.google.com/open-source/soc/), in which you can be paid to work on Open Source software, and you can seek internships with all manner of tech companies, including video game companies.


Again, the main point is, video game programming has a lot in common with all other programming, so the main thing you want to do is learn to program. Seek out classes (in college the major for programming is usually Computer Science, or CS) and teach yourself if none are available to you yet.


This might not have ended up being too clear. Do you have any questions?

Thank you comment icon Thank you your answer really helped me out Furqan
Thank you comment icon Mine too! Thanks! William
1
1
Updated
Share a link to this answer
Share a link to this answer

Steve’s Answer

Hi Furqan,
You can start with learning languages used to create games today. It will depend on the platform you want people to use to play your game. So decide on that first. For example, a game could be on a website, phone app, playstation, etc.


I would first start with a book that covers game development using HTML5 and JavaScript. You can find these books on Amazon.com. But, another good place is Safari Books Online. For a monthly fee, you can get access to thousands of books! There are also many free resources as well.


Try to find a book that walks you through creating a game from start to finish. If you like phone games than look for books about iOS or Android game development. But, probably the easiest way to get started is by developing a web-based game.


Create something very simple and then allow others to give you feedback for improvement.


If you are looking for a summer job, I would try to volunteer as well. This experience could get you better jobs and help with college admissions.


Good luck!

Thank you comment icon Thank you for answering my question. I would like to make a IOS game to start off with so this helped me out alot. Furqan
1