DigiPen | A College for Interactive Media and Video Game Development Skip to main content
Back to top
Playing with Fire

DigiPen’s 2024 Student Game Showcase is a wrap! Before our new projects release for download, browse and play past titles on our Student Games Showcase page.

.homepage-hero-slideshow{ --bg-overlay-color: var(--true-black); --callout-bg-color: var(--true-black); } [class*=hero-slideshow] figure { position: initial; } body.front #homepage-hero-slideshow figure.video figcaption .figure-inner{ position: absolute; max-width:none; width: 100vw; } figure.video figcaption .figure-inner video { position: absolute; top: 0; left: 0; width: 100vw; vertical-align: middle; display: block; height: 65vh; min-height: 28rem; -o-object-fit: cover; object-fit: cover; } body.front #homepage-hero-slideshow .controls{ position: absolute; bottom: 0; z-index: 25; } body.front #homepage-hero-slideshow .controls button{ padding: 0; background-color: transparent; border: 2px solid white; border-radius: 100%; margin-right: 0.5rem; } body.front #homepage-hero-slideshow .controls button:hover, body.front #homepage-hero-slideshow .controls button:focus{ padding: 0; background-color: white; border: 2px solid white; } body.front #homepage-hero-slideshow .controls button:hover i, body.front #homepage-hero-slideshow .controls button:focus i{ color: rgba(230,71,74,1); } body.front #homepage-hero-slideshow .controls button i{ position: relative; top: 1px; } body.front #homepage-hero-slideshow .controls button i:first-of-type{ left: 1px; } body.front #homepage-hero-slideshow .controls button.pause i.icon-play:before{ content: "\e9a0"; } body.front #homepage-hero-slideshow .controls button.unmute i.icon-audio-off:before{ content: "\e9d7"; } body.front #homepage-hero-slideshow figure.video figcaption .figure-inner .section-inset{ display: block; position: relative; height: 100%; } body.front #homepage-hero-slideshow .view-content .views-row.views-row-first{ overflow: hidden; } .overlay.custom-overlay{ background-image: linear-gradient(var(--dir), rgba(var(--bg-overlay-color),0.4), rgba(var(--bg-overlay-color),0)); width: 100vw; -webkit-animation: animate 1s both; animation: animate 1s both; -webkit-animation-timing-function: var(--animation-ease); animation-timing-function: var(--animation-ease); --animation-opacity: 0; } div.hero-huge-callout{ width: 100%; top: 50% !important; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } div.hero-huge-callout:before{ content: ''; background-image: radial-gradient(rgba(var(--callout-bg-color), 0.5), rgba(var(--callout-bg-color),0), rgba(var(--callout-bg-color),0)); height: 300%; width: 300%; position: absolute; display: block; top: -100%; left: -100%; z-index: -1; -webkit-animation: animate 1s both; animation: animate 1s both; -webkit-animation-timing-function: var(--animation-ease); animation-timing-function: var(--animation-ease); --animation-opacity: 0; } div.hero-huge-callout .button.button-clear{ border: 1px solid #ffffff; color: #ffffff !important; } div.hero-huge-callout .button.button-clear:hover{ border: 1px solid #e6474a; } div.hero-huge-callout .lead-in{ max-width: 23rem; margin-left: auto; margin-right: auto; } @media screen and (min-width: 30em){ div.hero-huge-callout .lead-in{ max-width: 30rem; } div.hero-huge-callout .lead-in span{ margin-left: auto; margin-right: auto; } } @media screen and (min-width: 54em){ .overlay.custom-overlay{ background: linear-gradient(var(--dir), rgba(var(--bg-overlay-color),0.4), rgba(var(--bg-overlay-color),0), rgba(var(--bg-overlay-color),0), rgba(var(--bg-overlay-color),0)); } div.hero-huge-callout .lead-in{ font-size: 1.3rem; max-width: 35rem; } div.hero-huge-callout .heading{ font-size: 3rem; } }
var heroVideoWrapper = document.querySelector ("#hero-video-wrapper"); if (heroVideoWrapper) { var v = document.createElement ("video"); v.setAttribute ("width", "100%"); v.setAttribute ("height", "auto"); v.setAttribute ("preload", "auto"); v.setAttribute ("autoplay", "autoplay"); v.setAttribute ("playsinline", ""); v.setAttribute ("id", "hero-video"); v.loop = true; v.muted = true; v.setAttribute ("poster", "/sites/default/files/public/img/home/01-hero/22-24-digipen-student-games-sizzle-reel-poster.jpg"); var s = document.createElement ("source"); s.setAttribute ("src", "/sites/default/files/public/vid/22-24-digipen-student-games-sizzle-reel.mp4"); s.setAttribute ("type", "video/mp4"); v.appendChild (s); heroVideoWrapper.appendChild (v); window.setTimeout( function() { v.play ();}, "100"); } var playpauseButton = document.querySelector ("#playpause-button"); if (playpauseButton) { var b = document.createElement ("button"); var i = document.createElement ("i"); var span = document.createElement ("span"); b.setAttribute ("id", "hero-video-playpause"); b.setAttribute ("class", "pause"); b.setAttribute ("type", "button"); i.setAttribute ("class", "icon icomoon icon-play font-size-xl"); span.setAttribute ("class", "sr-only"); span.innerHTML = ("play or pause video"); b.appendChild (i); b.appendChild (span); playpauseButton.appendChild (b); } var audioButton = document.querySelector ("#audio-button"); if (audioButton) { var b = document.createElement ("button"); var i = document.createElement ("i"); var span = document.createElement ("span"); b.setAttribute ("id", "hero-video-mute"); b.setAttribute ("type", "button"); i.setAttribute ("class", "icon icomoon icon-audio-off font-size-xl"); span.setAttribute ("class", "sr-only"); span.innerHTML = ("mute or unmute video"); b.appendChild (i); b.appendChild (span); audioButton.appendChild (b); } const heroVideo = document.querySelector ("#hero-video"); const heroPlayButton = document.querySelector ("#hero-video-playpause"); const heroMuteButton = document.querySelector ("#hero-video-mute"); function videoPlayToggle() { heroPlayButton.classList.toggle("pause"); if (heroVideo.paused == true) { heroVideo.play(); } else { heroVideo.pause(); } } function videoMuteToggle() { heroMuteButton.classList.toggle("unmute"); if (heroVideo.muted == false) { heroVideo.muted = true; } else { heroVideo.muted = false; } } var videoControls = document.querySelector ("#hero-video-controls"); if (videoControls) { heroPlayButton.addEventListener("click", videoPlayToggle); heroMuteButton.addEventListener("click", videoMuteToggle); }

New on Campus

Alumni

George Boden Designs for Retro Thrills on Contra: Operation Galuga

As a level designer at WayForward Technologies, game design graduate George Boden specializes in crafting gauntlets of action and mayhem.

Students

Tall Order Wins Best Student Short at KINO Short Film Fest

Student film director Christophe Jacques Bouchard talks about the childhood drawing that would go on to inspire an award-winning DigiPen student animation.

Our Students Are Amazing

Student Showcase
  • Ranked Top 50

    Ranked as one of the Top 50 Creative Schools in the Rookies Global School Rankings for 2023.

  • 514 Selections

    Student films from DigiPen's three global campuses have earned 514 awards and festival selections.

  • 2,000+ Games

    DigiPen alumni have helped ship more than 2,000 commercial game titles, including some of the most popular video games of all time.

  • 313 Awards

    Students from DigiPen's three global campuses have won 313 awards for game projects and academic papers.

Do What You Love.  Love What You Do.

We prepare students for a wide range of careers — doing the kind of work that challenges the mind and excites the imagination. Check out some examples of what our alumni have gone on to do after DigiPen.

Alumni Success
An image of DigiPen's viewbook

Learn More

Stay in the Loop

Don’t miss any updates and get access to our digital viewbook!

Don’t miss any updates and get access to our digital viewbook!