Difference between revisions of "GAM532/DPS932 Team Elite Four"

From CDOT Wiki
Jump to: navigation, search
(Game Name Goes here)
(The King of Sled)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{GAM532/DPS932 Index | 20141}}
 
{{GAM532/DPS932 Index | 20141}}
= The King of Sled =
+
= Earth Defense Force =
  
== Project ==
+
==Enhancement Title : Geometric Heightmapping==
'''Enhancement Title : Geometric Heightmapping'''
 
  
 
Enhancement Description:
 
Enhancement Description:
Line 15: Line 14:
 
Work load division : Dong hoon Choi is responsible for all of this works. He is going to make all of shader code of heightmapping.
 
Work load division : Dong hoon Choi is responsible for all of this works. He is going to make all of shader code of heightmapping.
  
 +
===Proposal===
 +
Status: Accepted
  
'''Game Title : The King of Sled'''
+
==Game Title : Earth Defense Force==
  
 
Game Description:
 
Game Description:
  
It is a sledding game. Player should start with initial power by some kinds of control, and go more far distance with choice of better route with left-right controlling.
+
It is a typical shooting game like Space Invader, but this game is a 3D version. Player moves only left and right, and shoots missile. Enemies come to player, and player has to destroy enemies. Every time player destroys enemies, player gets score.
  
Heightmapping will be used for terrain in this game.
+
Heightmapping will be used for background terrain in this game.
  
 
Work load division: Dong hoon Choi is responsible for all of the game. He is going to do game design, applying heightmapping, processing of user input.
 
Work load division: Dong hoon Choi is responsible for all of the game. He is going to do game design, applying heightmapping, processing of user input.
 +
 +
===Proposal===
 +
Status: Approved
 +
 
== Repository ==
 
== Repository ==
 
[https://bitbucket.org/ddricardo/teame4-engine Team Elite 4 Repo]
 
[https://bitbucket.org/ddricardo/teame4-engine Team Elite 4 Repo]

Latest revision as of 07:50, 6 March 2014


GAM532/DPS932 | Student List | Project Requirements | Teams and their Projects | Student Resources

Earth Defense Force

Enhancement Title : Geometric Heightmapping

Enhancement Description:

This enhancement does make terrain using grey scale image.

A value of grey scale is used for height value of terrain. The white value is the highest height value of terrain, and the black value is the lowest height value.

This is implemented in the geometry shader.

Work load division : Dong hoon Choi is responsible for all of this works. He is going to make all of shader code of heightmapping.

Proposal

Status: Accepted

Game Title : Earth Defense Force

Game Description:

It is a typical shooting game like Space Invader, but this game is a 3D version. Player moves only left and right, and shoots missile. Enemies come to player, and player has to destroy enemies. Every time player destroys enemies, player gets score.

Heightmapping will be used for background terrain in this game.

Work load division: Dong hoon Choi is responsible for all of the game. He is going to do game design, applying heightmapping, processing of user input.

Proposal

Status: Approved

Repository

Team Elite 4 Repo

Team Members

  1. Donghoon Choi
  2. eMail All

Progress