Career presentation Judy Qian Jay Park Thu Huynh Bertha Guzman Game programmer
WHAT IS A GAME PROGRAMMER? Software engineer, programmer, or computer scientist who primarily develops codebase for video games or related software
Education _ Two years of training beyond high school is usually required. _A bachelor’s degree in Computer Science or Computer Engineering
PERSONAL SKILLS _ Proficiency in Math and Programming (Java, C, C++…) _Understanding operating systems _Communication skills _The ability to work under pressure and meet deadlines
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.
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
Job Outlook
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}
Thank you for listening!