Difference between revisions of "10th Floor"

From CDOT Wiki
Jump to: navigation, search
(Repo path)
(Game Concept Proposal - RTS)
Line 45: Line 45:
 
##The proposal focuses on game play design. It leaves the art style, setting, and characters open for any ideas. For instance an oldschool fantasy setting with caves and monsters, or a distant future setting.
 
##The proposal focuses on game play design. It leaves the art style, setting, and characters open for any ideas. For instance an oldschool fantasy setting with caves and monsters, or a distant future setting.
 
##The basic stat based game is relativly simple to program, logic wise.
 
##The basic stat based game is relativly simple to program, logic wise.
 
 
==== Game Concept Proposal - RTS ====
 
I propose a simplified version of a [http://en.wikipedia.org/wiki/Real-time_strategy Real time strategy] (RTS) - gmok
 
 
#[http://www.gamerankings.com/browse.html?site=&cat=58&year=0&numrev=0&sort=0&letter=&search Examples:]
 
##[http://www.youtube.com/watch?v=b0EwWp-gn6I Age of Empires]
 
##[http://www.youtube.com/watch?v=b5gUGv2EuT4 Age of Mythology]
 
##[http://www.gametrailers.com/video/e3-2008-red-alert-3/36320 Command & Conquer]
 
##[http://www.youtube.com/watch?v=DDwPf6RJRQ8 Empire Earth]
 
##[http://www.gametrailers.com/video/protoss-demo-starcraft-ii/31803 Starcraft II]
 
##[http://www.youtube.com/watch?v=1y5O3iphzp0 Total War]
 
 
#Possible Features:
 
##Advancements in ages
 
###Phase of gameplay advances when player gathers required resources to advance.
 
###Each phase allows for a new selection of units, buildings and upgrades to be created
 
##Resource gathering
 
###Players are limited in resources and must gather them in order create units, buildings and research upgrades
 
###Example of resources - food, wood, stone, gold, iron, mineral, vespene, favor
 
###Resource gathering may not be required by implementing a system of continuous income
 
##Races/Civilization
 
###Depending on the player's selection, they will gain access to different units
 
##Units
 
###Players create units from buildings
 
###Units have different stats such as health, armor, damage
 
##Buildings
 
###Buildings allow players to create units or research upgrades
 
##Heroes
 
###A superior unit that has higher stats than regular units
 
###May have access to special abilities
 
##Special Abilities
 
###Each player gains access to a limited arsenal of powerful effects determined by their race/civilization
 
###Examples - Lightning, Meteor Storm, Earthquake
 
##AI
 
###The computer substitute for a human player
 

Revision as of 19:22, 29 September 2010


GAM666/DPS901 | Weekly Schedule | Student List | Project Requirements | Teams and their Projects | Student Resources


Game Name Goes here

Repository

Repo path

svn://zenit.senecac.on.ca/dps901_103rep10

Trunk Status

committed by [NAME] / being committed by [NAME]

Team Members

  1. Ryan Wang, Responsibility TBA
  2. Aravinthan Vathsalan, Responsibility TBA
  3. Geoffrey Mok, Responsibility TBA
  4. Steve Borges, Responsibility TBA
  5. Corey Angus, Responsibility TBA

Email All

Proposal

Map of the World of the Game

Moderator's - Instructors Comments

Any other thing you find necessary

Game Concept Proposal - Puzzle Game

This is just a personal suggestion that I have. - Ryan

Click here to watch sample game-play

Game Concept Proposal - Action RPG

This is also just a quick idea. - Corey

  1. Overview -
    1. A simple action rpg. The goal is explore an area(dungeon, cave, ect) that contains increasingly more powerful foes to defeat the deeper in you go.
  2. Main Game Elements -
    1. The player gains experience points after defeating an enemy. They can then spend these points in a trait of their choosing (strength, defense, speed).
    2. The Battle system remains simple. The goal is to attack when the enemy is not blocking, and to block when the enemy is about to attack.
    3. Enemies drop items that can be equiped or used to increase the player's stats
  3. Potentia Game Elements - Depending on time and how the project is going some elements can be improved
    1. A parry system can be included for combat
    2. A high, low attack system can be included for combat to add more depth
    3. Several types of enemies with different combat AI/routines
    4. The ability to sell items you've found and purchase new ones (a currency system)
    5. An over world to connect a series of levels/dungeons together instead of one linear level.
  4. Advantages-
    1. The proposal focuses on game play design. It leaves the art style, setting, and characters open for any ideas. For instance an oldschool fantasy setting with caves and monsters, or a distant future setting.
    2. The basic stat based game is relativly simple to program, logic wise.