Video Game Project

Students came up with video game concept ideas and voted on 2 that they will create.
The students will go through the entire game development process, from design, storyboarding, sketching, modeling, to coding.
One group will be developing their video game for the PC platform using Unreal Development Kit while the other will be developing for mobile devices using Flash.


Resources for Flash team

The Implosive Sanctum Demo Release
Embed the following code below the link:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="450" height="800" id="FlashID" title="Implosive Sanctum Flash Game">
  <param name="movie" value="http://37advanced.org/MotionGraphics/ImplosiveSanctum.swf" />
  <param name="quality" value="high" />
  <param name="wmode" value="opaque" />
  <param name="swfversion" value="6.0.65.0" />
  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
  <param name="expressinstall" value=" http://37advanced.org/Scripts/expressInstall.swf" />
  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
  <!--[if !IE]>-->
  <object type="application/x-shockwave-flash" data="http://37advanced.org/MotionGraphics/ImplosiveSanctum.swf" width="450" height="800">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="6.0.65.0" />
    <param name="expressinstall" value=" http://37advanced.org/ Scripts/expressInstall.swf" />
Which gives me the embedded flash document containing the game.

Resources for Unreal team

Intro to Unreal Development Kit

Tutorial series on how to make a horror game in Maya and Unreal

Character Animation to UDK

Inventory in Kismet

Scaleform menus (Flash => UDK)