Download presentation
Presentation is loading. Please wait.
Published byJosephine Phelps Modified over 9 years ago
1
Career presentation Judy Qian Jay Park Thu Huynh Bertha Guzman Game programmer
2
WHAT IS A GAME PROGRAMMER? Software engineer, programmer, or computer scientist who primarily develops codebase for video games or related software
3
Education _ Two years of training beyond high school is usually required. _A bachelor’s degree in Computer Science or Computer Engineering
4
PERSONAL SKILLS _ Proficiency in Math and Programming (Java, C, C++…) _Understanding operating systems _Communication skills _The ability to work under pressure and meet deadlines
5
JOBS DUTIES _Write codes for video games using programming languages such as C++, C#... _Support and guide other programmers when needed _Develop network protocols and systems to support online play _Find and fix bugs (errors) in programs.
6
Salary Job TitleUnder 3 Years 3-6 Years6+ Years Game Programmer/Engineer $72,000$80,000$107,00 Lead/Senior Game Programmer/Engineer N/A$94,000$112,000 Technical DirectorN/A $125,000
7
Job Outlook
8
Program Program2_Lesson5; Uses Crt; Label Return; { avoid it } Var YN : Char; Begin Return:ClrScr; Writeln('Exiting?'); YN := Readkey; Case YN of 'y' : Halt; 'n' : Begin Writeln('What are you going to do here, anyway?); Delay(2000); Halt; End; Else Begin Writeln('Either press ''y'' for yes'); Writeln('or ''n'' for no.. please try again..'); Delay(3500); ClrScr; Goto Return; End; End; {CASE} End. {PROGRAM} Program Program2_Lesson5; Uses Crt; Label Return; { avoid it } Var YN : Char; Begin Return:ClrScr; Writeln('Exiting?'); YN := Readkey; Case YN of 'y' : Halt; 'n' : Begin Writeln('What are you going to do here, anyway?'); Delay(2000); Halt; End; Else Begin Writeln('Either press ''y'' for yes'); Writeln('or ''n'' for no.. please try again..'); Delay(3500); ClrScr; Goto Return; End; End; {CASE} End. {PROGRAM}
9
Thank you for listening!
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.