Top Banner
The Sluggish Chicken Group 10
19

The Sluggish Chicken

Apr 15, 2017

Download

Technology

Wai Kin LI
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: The Sluggish Chicken

The Sluggish Chicken

Group 10

Page 2: The Sluggish Chicken

Group Members

● LI Wai Kin15022276D

● Wong Kai Ho15022322D

● Fok Ching Kit15023151D

Page 3: The Sluggish Chicken

Content

● Main Concept○ Background Story

○ Core Mechanic

○ Gameplay

○ Target audience

● Finalized Design of the Game (Game Features)

● Video Walkthrough

● Evaluations of the Game on Target Users

● Conclusion and Future Works

Page 4: The Sluggish Chicken

Main Concept

Core mechanics

Real-time adventure strategy game Create a mysterious dimension

The Sluggish Chicken suddenly fall into a burrowAnd start his escape journey

Helps The Sluggish Chicken to find a way back home Protect him from the dangerous threats

Stay alive and reach the lift Escape floor by floor

Page 5: The Sluggish Chicken

Target Audience

Gameplay

18 - 24 years old university students

Left mouse click

Interact with different game objectsCreate a safe path for the Sluggish Chicken

Page 6: The Sluggish Chicken

Finalized Game Design

Mouse-only Puzzle Game

● Everyone can enjoy the game with a single mouse button

Simple-Cartoony Graphics

● The game graphics are mostly hand drawn

Progressive Design

● The difficulty of game increased per level

Page 7: The Sluggish Chicken

Features

Increasing Difficulties By Level

Bring new challenges (e.g. new obstacles)

Page 8: The Sluggish Chicken

Features

Paths

Different paths will lead to different results

Page 9: The Sluggish Chicken

Features

Atmospheric BGM & Sound FXs

More than a dozen sounds have been added

into the game to enrich the user experience

Page 10: The Sluggish Chicken

Interact with Game Objects

Clicking

Some game object can be triggered by clicking on it.This will help the chicken reach the destination if used properly.

Page 11: The Sluggish Chicken

Interact with Game Objects

Dragging

While some objects can be triggered by dragging.This requires the player to find out the operation trick.

Page 13: The Sluggish Chicken

Evaluation of the Game on Target Users

● “How to play” interface can be improved

● Some of the game objects are too hard to discover

● Sluggish chicken is walking too fast sometime

● Need lots of trial and error to beat the game

● Too difficult may lose the fun of game playing

Page 14: The Sluggish Chicken

Difficulty Encountered

ProblemA lot of program codes are needed to do a reset. Too many useless objects are created when the game run for a period. It affect the performance of the game.

Solution Rewrite each level to be newable.Re-new the “Game” object to reset it.

Page 15: The Sluggish Chicken

Difficulty Encountered

ProblemMaking a gameobject for a game.Need to spend quite a lot of time to makequite a lot of time.

SolutionWrite some generalized and newable game object.“New” a gameobject and customize it.Use less code to do the same task.

Page 16: The Sluggish Chicken

Difficulty Encountered

Problem: Dynamic resources loading cause the image to pop out one by one if not cached before.

Solution: PreloadJS.(not implemented yet)

Page 17: The Sluggish Chicken

Conclusion

We achieve several goals set in the proposal:

● Number of levels with their own styles● Puzzles which required players’ creativity● A simple-cartoony outlook● Sounds effects and background musics

However, we have yet to complete/implement:

● Multiplayer mode

Page 18: The Sluggish Chicken

Future Works

● Multiplayer mode

● Physics

● Resources loading optimization

● More levels

Page 19: The Sluggish Chicken

ENDThank You