DangerousHunting

From Computing and Software Wiki

(Difference between revisions)
Jump to: navigation, search
(New page: 1. Project Overview The goal of the project is to develop a multi-player game where some enemies attempt to catch and kill the player while the player tries to kill the enemies. In the ga...)
(Removing all content from page)
 
Line 1: Line 1:
-
1. Project Overview
+
 
-
The goal of the project is to develop a multi-player game where some enemies attempt to catch and kill the player while the player tries to kill the enemies.  In the game players are running though a 3D environment and trying to kill several types of enemies which move differently.  There are to be enemies which move intelligently and chase the player at varying speeds, enemies which are also intelligent but avoid the player, enemies which are “dumb” and just move randomly in the environment, and enemies which follow a predictable path.  All these enemies and players will be physical so they will have full collision detection within the game.  Being caught by the animals will result in a point penalty or death.  A key part of the project is that it is not only the game that is being developed but rather a framework so that a non-programmer will be able to develop new worlds and scenarios within the theme of the game.  This will be done by adding in scripts for the creator to use and also allowing models to be replaceable.
+

Current revision as of 03:58, 26 October 2009

Personal tools