Respawn · Los Angeles - Chatsworth
Apply on Respawn’s site →Gameplay Engineer Intern - 216245 - Electronic Arts
/* ===========================================================================
ELEMENTS
--------------------------------------------------------------------------
Buttons
: Actions
: Add
: Delete
: Edit
: Remove
: Iconographics
: Close
: Vendors
: Registration/application
: Customizables
External
: Thumbnails
Fields
COMPONENTS
--------------------------------------------------------------------------
Navigation
: Menu (Dynamic)
MODULES
--------------------------------------------------------------------------
Banner
: Home
PAGETYPES
--------------------------------------------------------------------------
Login
=========================================================================== */
/*
ELEMENTS/Buttons: Actions
*/
/* to de deleted after we migrate to typographic icons (this is here and not in core.css due to a FF bug) */
.action:before,
.addDatasetRow:before,
.removeDatasetRow:before,
.removeFile:before,
[id*="dropboxRemove_"]:before,
.fileInputCancelButton:before {
mask-image: var(--action__icon--background--image);
-webkit-mask-image: var(--action__icon--background--image);
}
/*
ELEMENTS/Buttons: Actions: Add
*/
.addDatasetRow,
.action--add {
--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--add.webp);
}
/*
ELEMENTS/Buttons: Actions: Delete
*/
.action--delete {
--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--remove.webp);
}
/*
ELEMENTS/Buttons: Actions: Edit
*/
.action--edit {
--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--edit.svg);
}
/*
ELEMENTS/Buttons: Actions: Remove
*/
.removeDatasetRow,
.removeFile,
[id*="dropboxRemove_"],
.fileInputCancelButton,
.action--remove {
--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--remove.webp);
}
/*
ELEMENTS/Buttons: Iconographics: Close
*/
.ui-button.ui-dialog-titlebar-close,
.TIN_display_CloserButton_NotificationAndDialog,
.autoschedule_editor_availability_header_Container_HeaderButton {
--button__icon--background--image: url(https://jobs.ea.com/portal/4/images/close.svg);
}
/*
ELEMENTS/Buttons: Vendors: Registration/application: Customizables
*/
.methodButton--later {
--buttons__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--later.svg);
}
.methodButton--file {
--buttons__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--file.svg);
}
.methodButton--paste {
--buttons__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--paste.svg);
}
/* to de deleted after we migrate to typographic icons (this is here and not in core.css due to a FF bug) */
.methodButton--later:before,
.methodButton--file:before,
.methodButton--paste:before {
mask-image: var(--buttons__icon--background--image);
-webkit-mask-image: var(--buttons__icon--background--image);
}
/*
ELEMENTS/Icons: Shrare buttons
*/
:root {
--icon--share--whatsapp: url(https://jobs.ea.com/portal/4/images/icon--share--whatsapp.svg);
--icon--share--linkedin: url(https://jobs.ea.com/portal/4/images/icon--share--linkedin.svg);
}
/*
ELEMENTS/External: Thumbnails
*/
:root {
--thumbnail--border--radius: 100%;
--thumbnail--border--width: 0;
--thumbnail--border--color: transparent;
--thumbnail--width: calc(var(--sizing--basis) * 8); /* 3.2rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 8); /* 3.2rem +doc+ */
}
/*
ELEMENTS/External: Thumbnails (Within LAYOUTS/Structures: Section)
*/
.section__header__image {
--thumbnail--width: calc(var(--sizing--basis) * 14); /* 5.6rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 14); /* 5.6rem +doc+ */
}
/*
ELEMENTS/External: Thumbnails (Within COMPONENTS/Cards)
*/
.table--cards {
--thumbnail--width: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
}
/*
ELEMENTS/External: Thumbnails (Within COMPONENTS/Navigation: Menu)
*/
.menu__link {
--thumbnail--width: calc(var(--sizing--basis) * 6); /* 2.4rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 6); /* 2.4rem +doc+ */
}
.submenu__link,
.portalLanguages__link {
--thumbnail--width: calc(var(--sizing--basis) * 4); /* 1.6rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 4); /* 1.6rem +doc+ */
}
/*
ELEMENTS/External: Thumbnails (Within WIDGETS/Forms: Types: FileField)
*/
.FileField {
--thumbnail--background--image: url(https://jobs.ea.com/portal/4/images/icon--user.svg);
}
/*
ELEMENTS/External: Thumbnails (Within MODULES/Banner)
*/
.banner {
--thumbnail--border--width: .2rem;
--thumbnail--border--color: var(--color--white);
--thumbnail--width: calc(var(--sizing--basis) * 16); /* 6.2rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 16); /* 6.2rem +doc+ */
}
.banner--scrolling {
--thumbnail--width: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
}
/* Media query to target mobile and tablet */
@media all and (max-width:1024px) {
.banner {
--thumbnail--width: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
}
}
/*
ELEMENTS/Fields
*/
:root {
--fields--icon--caret--down: url(https://jobs.ea.com/portal/4/images/icon--caret--down.svg);
--fields--icon--caret--down--disabled: url(https://jobs.ea.com/portal/4/images/icon--caret--down--disabled.svg);
--fields--icon--caret--up: url(https://jobs.ea.com/portal/4/images/icon--caret--up.svg);
--fields--icon--clear: url(https://jobs.ea.com/portal/4/images/icon--clear.svg);
}
/*
COMPONENTS/Navigation: Menu (Dynamic)
*/
@media all and (max-width:1024px) {
:root {
--header--height: 5.5rem;
}
}
@media all and (min-width:1024px) {
.body--menu--threshold .menu--visible .menu__panel {
flex-wrap: nowrap;
justify-content: flex-end;
align-items: flex-start;
border-top: solid .1rem var(--dividers--border--color);
padding-top: var(--header--padding--top);
margin-top: var(--header--padding--top);
}
.body--menu--threshold .menu__list {
flex-wrap: wrap;
justify-content: flex-start;
}
.body--menu--threshold .header__content {
flex-direction: column;
align-items: flex-start;
}
.body--menu--threshold .header__menu {
width: 100%;
}
.body--menu--threshold .menu--visible .menu__list {
flex-grow: 1;
}
}
/*
PAGETYPES/Login
*/
:root {
--login__body--background--image: url(https://jobs.ea.com/portal/4/images/login--bg--desktop.webp);
}
/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
:root {
--login__body--background--image: url(https://jobs.ea.com/portal/4/images/login--bg--desktop.webp);
}
}
/* Media query to target only mobile */
@media all and (max-width:750px) {
:root {
--login__body--background--image: url(https://jobs.ea.com/portal/4/images/login--bg--desktop.webp);
}
}
EventManager.getInstance().addEventHandler(EventManager.EVENT_LOAD_NAME, function () {
}, EventManager.PRIORITY_HIGH);
Skip to content
Electronic Arts
Open Roles
About EA
EA Careers
EA News
Login
English - US
Chinese English - US Finnish Français Italian Korean Malay Polish Romanian Spanish Swedish
Gameplay Engineer Intern
Home
...
Open Roles
Role Detail
General Information
Locations : Los Angeles - Chatsworth, California, United States of America
Role ID
216245
Worker Type
Intern - Temporary Employee
Studio/Department
EA Studios - Respawn
Work Model
Hybrid
Description & Requirements
Electronic Arts creates next-level entertainment experiences that inspire players and fans around the world. Here, everyone is part of the story. Part of a community that connects across the globe. A place where creativity thrives, new perspectives are invited, and ideas matter. A team where everyone makes play happen.
Electronic Arts creates next-level entertainment experiences that inspire players and fans around the world. Here, everyone is part of the story. Part of a community that connects across the globe. A place where creativity thrives, new perspectives are invited, and ideas matter. A team where everyone makes play happen.
About the Role We are looking for an enthusiastic Gameplay Engineering Intern to join our team in building and supporting high-quality, player-facing gameplay features for a live-service multiplayer game.
In this role, you will work under the mentorship of experienced engineers and partner with designers, animators, and cross-disciplinary developers to prototype, implement, and polish mechanics that shape moment-to-moment gameplay. This internship is an immersive opportunity to write production-grade code, learn modern live-service game architecture, and see your contributions directly impact the player experience.
Your Responsibilities Feature Implementation: Partner with designers and senior engineers to prototype, build, and polish player-facing gameplay mechanics (e.g., character abilities, weapon feel, locomotion, or game modes).
System Maintenance & Polish: Assist in maintaining existing gameplay systems with a focus on code readability, performance, and stability in a multiplayer environment.
Bug Investigation & Quality: Investigate, reproduce, and resolve gameplay bugs, edge cases, and regressions across a large-scale game codebase.
Cross-Disciplinary Collaboration: Work alongside artists, animators, designers, and QA to bring features from initial concept to release-ready state.
Code Reviews & Learning: Actively participate in technical design discussions, engineering stand-ups, and code reviews, incorporating constructive feedback into your daily workflow.
Documentation & Tooling: Help document new systems and contribute to internal gameplay workflows and developer quality-of-life tools.
What We Are Looking For Academic Background: Currently enrolled in a Bachelor’s, Master’s, or equivalent degree program in Computer Science, Game Engineering, Software Engineering, or a related field.
Strong Foundations: Solid understanding of core computer science fundamentals (data structures, algorithms, object-oriented design, memory management, and debugging).
C++ Proficiency: Good working knowledge of modern C++ or C, demonstrated through academic coursework, personal projects, game jams, or open-source contributions.
Game Development Experience: Hands-on experience developing games (via personal projects, game jams, school capstones, or custom engine/modding work).
Collaboration & Communication: A proactive attitude, curiosity to learn, and the ability to articulate technical ideas clearly in a team environment.
Passion for Games: Genuine excitement for multiplayer, competitive, or live-service games.
Bonus Qualifications (Nice to Have) Familiarity with multiplayer networking concepts (client-server architectures, prediction, replication, or lag compensation).
Experience with 3D game engines (Unreal Engine, Unity, or proprietary/custom engines).
Familiarity with scripting languages commonly used in gameplay logic (e.g., Python, Lua, Squirrel, or C#).
Experience with source control systems (e.g., Perforce, Git).
Experience profiling, benchmarking, or optimizing real-time systems.
What You’ll Gain 1-on-1 Mentorship: Dedicated guidance from senior engineering mentors invested in your technical growth and professional development.
Real Production Experience: Hands-on contribution to a real-world, large-scale codebase rather than isolated sandbox projects.
Cross-Discipline Exposure: Direct exposure to the collaborative dynamics between engineering, design, art, and production in a AAA studio setting.
Studio Culture: Participation in intern events, technical talks, studio playtests, and networking opportunities across our development pods.
You must be available for a full-time paid internship in the summer of 2027.
At this time, we are considering Undergrad students who will be enrolled in an accredited degree program in the summer of 2027, slated to graduate no earlier than December 2027 . Applicants must be legally authorized to work in the United States on a full-time basis during the 12-week internship. Visa sponsorship is not available for this position.
Please ensure that your graduation date is visible on your resume.
Pay Transparency - North America
* California (depending on location e.g. Los Angeles vs. San Francisco) *$24 - $38 USD
Pay is just one part of the overall compensation at EA.
Interns in California are also eligible for Voluntary Disability Insurance.
About Electronic Arts We’re proud to have an extensive portfolio of games and experiences, locations around the world, and opportunities across EA. We value adaptability, resilience, creativity, and curiosity. From leadership that brings out your potential, to creating space for learning and experimenting, we empower you to do great work and pursue opportunities for growth.
We adopt a holistic approach to our benefits programs, emphasizing physical, emotional, financial, career, and community wellness to support a balanced life. Our packages are tailored to meet local needs and may include healthcare coverage, mental well-being support, retirement savings, paid time off, family leaves, complimentary games, and more. We nurture environments where our teams can always bring their best to what they do.
Electronic Arts is an equal opportunity employer. All employment decisions are made without regard to race, color, national origin, ancestry, sex, gender, gender identity or expression, sexual orientation, age, genetic information, religion, disability, medical condition, pregnancy, marital status, family status, veteran status, or any other characteristic protected by law. We will also consider employment qualified applicants with criminal records in accordance with applicable law. EA also makes workplace accommodations for qualified individuals with disabilities as required by applicable law.
Post To
External careers site, Internal careers site
LinkedInID
1040695
Back to Role List
Apply
Share this role:
X
2026
Electronic Arts Inc.
Copyright
2026
Candidate Privacy Notice
|
Notice at Collection (California)
/**
* This variable will define every property we need to pass to Templates core library as we can't define twig variables on JS files.
*/
var twigConfig = {
"pageParameters": {
"personSort": null,
"personSortDirection": null,
"jobSort": null,
"jobSortDirection": null,
"jobRecordsPerPage": "",
"personRecordsPerPage": ""
},
"jobLabel": "job",
"STEP_INDEX": "" || null,
"wizardModalViewEnabled": "" || false,
"wizardHasErrors": "" || false,
"sortedBy": "Sorted by ",
"loading": "Loading ",
"plugins": {
"popper": {
"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/tippy/popper.min.js"
},
"tooltip": {
"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/tippy/tippy-bundle.umd.js",
"css": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/tippy/tippy.css"
},
"popup": {
"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/glightbox/glightbox.min.js",
"css": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/glightbox/glightbox.min.css"
},
"slider": {
"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/swiper/swiper-bundle.min.js",
"css": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/swiper/swiper-bundle.min.css"
},
"google": {
"jsMarkerCluster": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/googlemaps/markerclusterer.js",
"apiKey": ""
}
},
"menu": {"typeByDefault":"visible","itemsThreshold":8,"headerHeightDefault":5.5,"typeBelowBreakpoint":{"enabled":true,"type":"toggleable","breakpoint":1024},"toggleSide":"right","panelFrom":"right","panelEffect":"over"},
"search": {"typeByDefault":"visible","typeBelowBreakpoint":{"enabled":true,"type":"toggleable","breakpoint":1024,"preventTabsConflicts":true}},
"results": {"resultsDisplayTypeByDefault":"listed","resultsDisplayTypeBelowBreakpoint":{"enabled":true,"type":"grided","breakpoint":750},"resultsItemTypeByDefault":"result","resultsItemTypeBelowBreakpoint":{"enabled":true,"type":"card","breakpoint":750}},
"stickyAside": 0,
"stickyHeader": 1,
"stickyBanner": 0,
"page": {
"PORTAL_BASE_REAL_URL": "https://jobs.ea.com/portal/4",
"wizardPageBackTo": "",
},
"relatedJobs": {
"relatedJobsEnabled": 1,
"url": "https://jobs.ea.com/en_US/careers/WidgetRelatedJobs?3_139_3=8301&jobId=216245",
"selector": "#relatedJobs"
},
"convertDatesToUserTZ": {
"CSSClass": "timelocal",
"convertDatesToUserTZEnabled": 1,
"loggedUserTZ": Intl.DateTimeFormat().resolvedOptions().timeZone,
"weekday": "long",
"day": "numeric",
"month": "long",
"hour": "numeric",
"minute": "numeric",
"hour12": "1",
},
"userLang": "en_US",
"breadcrumbsEnabled": 1,
"googleMapsEnabled": 0,
"googleMarkerClusterEnabled": 0,
"googleParameters": {
"dataUrl": "//jobs.ea.com/en_US/careers/Home/216245",
"centerLatitude": 0,
"centerLongitude": 0,
"startZoom": 3,
"infoWindowCSSClassDiv": "info-window",
"infoWindowCSSClassHeader": "info-window__header",
"infoWindowCSSClassLink": "link info-window__link"
},
"browsingHistory": {
"browsingHistoryEnabled": 1,
"url": "https://jobs.ea.com/en_US/careers/BrowsingHistoryList?3_139_3=%5B8301%5D",
"selector": "#browsingHistory"
},
"widgetRelatedJobs": {
"relatedJobsEnabled": 1,
"url": "https://jobs.ea.com/en_US/careers/WidgetRelatedJobs?3_139_3=8301&jobId=216245",
"selector": "#widgetRelatedJobs"
},
"widgetOpenPositions":{
"url": "",
"selector": "#widgetOpenPositions"
},
"widgetRecommendations":{
"widgetRecommendationsEnabled": 1,
"url": "",
"selector": "#widgetRecommendations"
},
"languageSwitcherFlagsPath": "https://templates-static-assets.avacdn.net/assets/flags",
"enableLanguageSwitcherFlags": 0,
"enableSectionCollapsibleAccordionDisplay": 0
};
var lightbox;
var slider;
var Templates;
pjQuery(function() { var domManager = new DomManager(); domManager.run(); }); (function() {
var legacyViewCopilotData = {"jobs_data":[{"General Information":"","text_7527":"\u003Cstrong\u003ELocations\u003C\/strong\u003E: Los Angeles - Chatsworth, California, United States of America \u003Cbr\u003E","Location":"Los Angeles - Chatsworth","Country":", United States of America","Role ID":"216245","Worker Type":"Intern - Temporary Employee","Studio\/Department":"EA Studios - Respawn","Work Model":"Hybrid","Description & Requirements":"","text_5537":"Electronic Arts creates next-level entertainment experiences that inspire players and fans around the world. Here, everyone is part of the story. Part of a community that connects across the globe. A place where creativity thrives, new perspectives are invited, and ideas matter. A team where everyone makes play happen.","text_6157":"","schemaField_3_291":"\u003Cp dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\" data-pasted=\"true\"\u003EElectronic Arts creates next-level entertainment experiences that inspire players and fans around the world. Here, everyone is part of the story. Part of a community that connects across the globe. A place where creativity thrives, new perspectives are invited, and ideas matter. A team where everyone makes play happen.\u003Cbr\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cdiv style=\"margin: 0; padding: 0; color: #1d1c1d; margin: 4px 0; padding: 0;\" data-pasted=\"true\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003E\u003Cu style=\"text-decoration: underline; text-decoration: underline;\"\u003EAbout the Role\u003C\/u\u003E\u003C\/b\u003E\u003Cbr\u003EWe are looking for an enthusiastic \u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003EGameplay Engineering Intern\u003C\/b\u003E to join our team in building and supporting high-quality, player-facing gameplay features for a live-service multiplayer game.\u003Cbr\u003E\u003Cbr\u003EIn this role, you will work under the mentorship of experienced engineers and partner with designers, animators, and cross-disciplinary developers to prototype, implement, and polish mechanics that shape moment-to-moment gameplay. This internship is an immersive opportunity to write production-grade code, learn modern live-service game architecture, and see your contributions directly impact the player experience.\u003Cbr\u003E\u003Cbr\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003E\u003Cu style=\"text-decoration: underline; text-decoration: underline;\"\u003EYour Responsibilities\u003C\/u\u003E\u003C\/b\u003E\u003C\/div\u003E\u003Cul style=\"margin: 4px 0 4px 24px; padding: 0; list-style-position: outside;\"\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003EFeature Implementation:\u003C\/b\u003E Partner with designers and senior engineers to prototype, build, and polish player-facing gameplay mechanics (e.g., character abilities, weapon feel, locomotion, or game modes).\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003ESystem Maintenance & Polish:\u003C\/b\u003E Assist in maintaining existing gameplay systems with a focus on code readability, performance, and stability in a multiplayer environment.\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003EBug Investigation & Quality:\u003C\/b\u003E Investigate, reproduce, and resolve gameplay bugs, edge cases, and regressions across a large-scale game codebase.\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003ECross-Disciplinary Collaboration:\u003C\/b\u003E Work alongside artists, animators, designers, and QA to bring features from initial concept to release-ready state.\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003ECode Reviews & Learning:\u003C\/b\u003E Actively participate in technical design discussions, engineering stand-ups, and code reviews, incorporating constructive feedback into your daily workflow.\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003EDocumentation & Tooling:\u003C\/b\u003E Help document new systems and contribute to internal gameplay workflows and developer quality-of-life tools.\u003C\/li\u003E\u003C\/ul\u003E\u003Cdiv style=\"margin: 0; padding: 0; color: #1d1c1d; margin: 4px 0; padding: 0;\"\u003E\u003Cbr\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003E\u003Cu style=\"text-decoration: underline; text-decoration: underline;\"\u003EWhat We Are Looking For\u003C\/u\u003E\u003C\/b\u003E\u003C\/div\u003E\u003Cul style=\"margin: 4px 0 4px 24px; padding: 0; list-style-position: outside;\"\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003EAcademic Background:\u003C\/b\u003E Currently enrolled in a Bachelor\u2019s, Master\u2019s, or equivalent degree program in Computer Science, Game Engineering, Software Engineering, or a related field.\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003EStrong Foundations:\u003C\/b\u003E Solid understanding of core computer science fundamentals (data structures, algorithms, object-oriented design, memory management, and debugging).\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003EC++ Proficiency:\u003C\/b\u003E Good working knowledge of modern C++ or C, demonstrated through academic coursework, personal projects, game jams, or open-source contributions.\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003EGame Development Experience:\u003C\/b\u003E Hands-on experience developing games (via personal projects, game jams, school capstones, or custom engine\/modding work).\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003ECollaboration & Communication:\u003C\/b\u003E A proactive attitude, curiosity to learn, and the ability to articulate technical ideas clearly in a team environment.\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003EPassion for Games:\u003C\/b\u003E Genuine excitement for multiplayer, competitive, or live-service games.\u003C\/li\u003E\u003C\/ul\u003E\u003Cdiv style=\"margin: 0; padding: 0; color: #1d1c1d; margin: 4px 0; padding: 0;\"\u003E\u003Cbr\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003E\u003Cu style=\"text-decoration: underline; text-decoration: underline;\"\u003EBonus Qualifications (Nice to Have)\u003C\/u\u003E\u003C\/b\u003E\u003C\/div\u003E\u003Cul style=\"margin: 4px 0 4px 24px; padding: 0; list-style-position: outside;\"\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003EFamiliarity with multiplayer networking concepts (client-server architectures, prediction, replication, or lag compensation).\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003EExperience with 3D game engines (Unreal Engine, Unity, or proprietary\/custom engines).\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003EFamiliarity with scripting languages commonly used in gameplay logic (e.g., Python, Lua, Squirrel, or C#).\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003EExperience with source control systems (e.g., Perforce, Git).\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003EExperience profiling, benchmarking, or optimizing real-time systems.\u003C\/li\u003E\u003C\/ul\u003E\u003Cdiv style=\"margin: 0; padding: 0; color: #1d1c1d; margin: 4px 0; padding: 0;\"\u003E\u003Cbr\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003E\u003Cu style=\"text-decoration: underline; text-decoration: underline;\"\u003EWhat You\u2019ll Gain\u003C\/u\u003E\u003C\/b\u003E\u003C\/div\u003E\u003Cul style=\"margin: 4px 0 4px 24px; padding: 0; list-style-position: outside;\"\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003E1-on-1 Mentorship:\u003C\/b\u003E Dedicated guidance from senior engineering mentors invested in your technical growth and professional development.\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003EReal Production Experience:\u003C\/b\u003E Hands-on contribution to a real-world, large-scale codebase rather than isolated sandbox projects.\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003ECross-Discipline Exposure:\u003C\/b\u003E Direct exposure to the collaborative dynamics between engineering, design, art, and production in a AAA studio setting.\u003C\/li\u003E\u003Cli style=\"margin: 2px 0; padding: 0; color: #1d1c1d;\"\u003E\u003Cb style=\"font-weight: 700; font-weight: 700;\"\u003EStudio Culture:\u003C\/b\u003E Participation in intern events, technical talks, studio playtests, and networking opportunities across our development pods.\u003C\/li\u003E\u003C\/ul\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\" data-pasted=\"true\"\u003E\u003Cbr\u003E\u003Cspan style=\"font-size:11pt;font-family:Arial,sans-serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EYou \u003C\/span\u003E\u003Cspan style=\"font-size:11pt;font-family:Arial,sans-serif;color:#000000;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003Emust \u003C\/span\u003E\u003Cspan style=\"font-size:11pt;font-family:Arial,sans-serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003Ebe available for a \u003C\/span\u003E\u003Cspan style=\"font-size:11pt;font-family:Arial,sans-serif;color:#000000;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003Efull-time\u003C\/span\u003E\u003Cspan style=\"font-size:11pt;font-family:Arial,sans-serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003E paid internship in the summer of 2027.\u003C\/span\u003E\u003C\/p\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:12pt;margin-bottom:12pt;\"\u003E\u003Cspan style=\"font-size:11pt;font-family:Arial,sans-serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EAt this time, we are considering \u003C\/span\u003E\u003Cspan style=\"font-size:11pt;font-family:Arial,sans-serif;color:#000000;font-weight:700;font-style:normal;font-variant:normal;text-decoration:underline;-webkit-text-decoration-skip:none;text-decoration-skip-ink:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EUndergrad \u003C\/span\u003E\u003Cspan style=\"font-size:11pt;font-family:Arial,sans-serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003Estudents who will be enrolled in an accredited degree program in the summer of 2027, slated to graduate \u003C\/span\u003E\u003Cspan style=\"font-size:11pt;font-family:Arial,sans-serif;color:#000000;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003Eno earlier than December 2027\u003C\/span\u003E\u003Cspan style=\"font-size:11pt;font-family:Arial,sans-serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003E. Applicants must be legally authorized to work in the United States on a full-time basis during the 12-week internship. Visa sponsorship is not available for this position.\u003C\/span\u003E\u003C\/p\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:12pt;margin-bottom:12pt;\"\u003E\u003Cspan style=\"font-size:11pt;font-family:Arial,sans-serif;color:#000000;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EPlease ensure that your graduation date is visible on your resume.\u003C\/span\u003E\u003C\/p\u003E","text_19907":"\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cstrong\u003EPay Transparency - North America\u003C\/strong\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E","schemaField_3_352":"* California (depending on location e.g. Los Angeles vs. San Francisco) *$24 - $38 USD","text_19910":"\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cdiv\u003EPay is just one part of the overall compensation at EA.\u003C\/div\u003E","text_16553":"Interns in California are also eligible for Voluntary Disability Insurance.","text_16177":"\u003Cdiv\u003E\u003Cdiv\u003E\u003Cstrong\u003E\u003Cem\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/em\u003E\u003C\/strong\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cstrong\u003E\u003Cem\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/em\u003E\u003C\/strong\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cstrong\u003E\u003Cem\u003E\u003Cfont face=\"times new roman\"\u003EAbout Electronic Arts\u003C\/font\u003E\u003C\/em\u003E\u003C\/strong\u003E\u003C\/div\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003EWe\u2019re proud to have an extensive portfolio of games and experiences, locations around the world, and opportunities across EA. We value adaptability, resilience, creativity, and curiosity. From leadership that brings out your potential, to creating space for learning and experimenting, we empower you to do great work and pursue opportunities for growth.\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003EWe adopt a holistic approach to our benefits programs, emphasizing physical, emotional, financial, career, and community wellness to support a balanced life. Our packages are tailored to meet local needs and may include healthcare coverage, mental well-being support, retirement savings, paid time off, family leaves, complimentary games, and more. We nurture environments where our teams can always bring their best to what they do.\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003EElectronic Arts is an equal opportunity employer. All employment decisions are made without regard to race, color, national origin, ancestry, sex, gender, gender identity or expression, sexual orientation, age, genetic information, religion, disability, medical condition, pregnancy, marital status, family status, veteran status, or any other characteristic protected by law. We will also consider employment qualified applicants with criminal records in accordance with applicable law. EA also makes workplace accommodations for qualified individuals with disabilities as required by applicable law.\u003C\/font\u003E\u003C\/div\u003E\u003C\/div\u003E","separator_2":"","text_16527":"","text_16528":"","text_16529":"","text_16530":"","Post To":"External careers site, Internal careers site","LinkedInID":"1040695","entityExtensionId":3,"entityTypeId":3}]};
document.addEventListener('copilot:collectcontext', function(evt) {
var context = evt.context || new Map();
var existing = context.get('insights') || {persons_data: [], jobs_data: [], table_data: []};
var personsData = (existing.persons_data || []).concat(
(legacyViewCopilotData.persons_data || []).map(function(data) { return {personInfo: data}; })
);
var jobsData = (existing.jobs_data || []).concat(
(legacyViewCopilotData.jobs_data || []).map(function(data) { return {jobInfo: data}; })
);
var merged = {
persons_data: personsData,
jobs_data: jobsData,
table_data: existing.table_data || []
};
context.set('insights', merged);
evt.context = context;
});
})();
var service = EventManager.getInstance();
Posted by Respawn and synced from their own careers page. DevQuest doesn’t take a fee, doesn’t sit between you and the studio, and doesn’t sell your data — you apply directly with them.
More like this: Engineering jobs · All Respawn openings · Browse every category