dead run james kelly, mike papo, josh lovatt. basic details single player top down action game

16
Dead Run James Kelly, Mike Papo, Josh Lovatt

Upload: rosamund-blake

Post on 05-Jan-2016

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

Dead Run

James Kelly, Mike Papo, Josh Lovatt

Page 2: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

Basic Details

Single Player Top Down Action game

Page 3: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

Summary

The player controls a misunderstood zombie named Carl. Carl only wants to escape and survive. The only thing standing in his way are the humans who want to kill the zombie. Unfortunately, he can no longer speak the human language. Carl must make it past the humans and their pets to the exit before they kill him.

Page 4: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

Carl

Page 5: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

Appearance

Hand drawn graphics Grid-Like Level layout The entire map will be displayed at all times

when playing the game. A HUD will be displayed at all times showing

score and health.

Page 6: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

Player roles and action

The players role is a misunderstood zombie that needs to escape from the murderous humans.

On each level, the players goal is to fufill a given objective and reach the finish ”alive”.

Objectives can be as simple as reach the end or can be more difficult, requring you tokill all enemies or collect an item (liek a key) that is gaurded by humans.

Power-ups will randomly spawn to give stat boosts like 2x speed.

Page 7: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

Controls

Dead Run will be played with the keyboard. The Menu can be controlled with the mouse but gameplay will be done using the keys.

The arrow keys will control movement.

Z, X and Space will control attack, interact and jump.

Page 8: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

2x Speed Power-up

Page 9: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

Stratagies and motivations

The player can use the environment to hide from the humans.

The player can also use the environment to escape. I.e Stepping on a pool diving board will fling the player a random distance across the map.

If avoidance or escape isn't possible, the player can attack the humans. Warning: Attacking head on will result in death.

Page 10: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

Combat

Humans can have a variety of weapons like torches, axes, crossbows and guns.

Carl only has his claws. This limits his attack range to the space in front of him.

When Carl attacks a human, if the human is facing him, the human will automatically kill him. The only way for Carl to kill an enemy is to attack them from the side or behind.

Page 11: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

Level Summary/Story Progression

The first level is laid out like a neighborhood. The player must get across the neighborhood to

the park.

Page 12: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

First Level Concept

Page 13: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

Hardware

The Hardware required for the game is a computer and a keyboard.

Page 14: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

Software

Game will be developed in flash and will be playable on any system that supports flash and keyboard input.

Art will be completed using Photoshop and Sound will be recorded using Audacity.

Page 15: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

Algorithm Style

The game will be built in a polymorphic style. The different parts of the game will be designed as screens. The menu, loading screen, levels, etc will each be screens and each part of the game will be loaded screen objects.

Collision detection will be done with basic collision boxes. Each object will have a collision box and the game will check for multiple boxes intersecting each other.

Page 16: Dead Run James Kelly, Mike Papo, Josh Lovatt. Basic Details Single Player Top Down Action game

AI

The Enemies will have a simple AI. They will follow a preprogrammed path until they achieve line of sight with Carl. When they see Carl, they will move towards where they saw Carl and attempt to kill him. If killing him is unsuccessful, they will move back and resume their preprogrammed path.