gamification app presentation

8
Motivation People waste hours of their days playing games that do not contribute to their lives. Our goal was to turn the addiction of gaming into a way to increase productivity. Keep the interface simple enough that users maintain focus, while still providing meaningful organizational tools

Upload: wenting-hu

Post on 15-Apr-2017

236 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Gamification App Presentation

MotivationPeople waste hours of their days playing games that do not contribute to their lives.

Our goal was to turn the addiction of gaming into a way to increase productivity.

Keep the interface simple enough that users maintain focus, while still providing meaningful organizational tools

Page 2: Gamification App Presentation

High Level OverviewA user creates a high-level task and can break each task into subtasks (and even more subtasks if they should choose)

As subtasks are completed, status bars update the status of the high-level task

Once all subtasks are completed, the task is finished and the user has defeated the boss creature.

The game rewards the user by placing this creature in their garden.

Users can continue this way to collect all the animals and stay motivated

Page 3: Gamification App Presentation

UI Model Implementation

Page 4: Gamification App Presentation

BattlesThe battles are listed in a table in the main view.

Each cell represents a “battle”, and the progress of each battle i.e. the boss’s health is the background for an individual cell. Subtasks are “attacks” on the boss As more subtasks are added, the boss actually gains health so that it dynamically updates to include how complex the overall task is.

When a task is clicked on, it then moves into the next level of task hierarchy that contains all of the subtasks

The user can subtask as much as he or she wants, so a subtaskcan have its own subtasks

Page 5: Gamification App Presentation

GamificationWhen a boss animal is defeated, the creature is captured.

The user can collect animals in their garden

Using the app network, users can visit their friends gardens and show off their animals

Page 6: Gamification App Presentation

Social MediaWe are integrated with both Facebook and Twitter

Users can login via both

They can also utilize the services to show off their gardens and rewards

Page 7: Gamification App Presentation

Backend/DatabaseThe backend is built using the Parse framework.

This framework safely and efficiently stores and loads data in both the cloud and locally. This allows for both offlines use and access, and syncing across multiple devices.

Page 8: Gamification App Presentation

Link & ShareManaged lists allow you to link and move through todo lists created by professors or other students.

Tasks can be added or removed from a managed list by the owner and they will update on all follower machines.

Allows difficulty level to be set by unbiased third party.

Demo Time! (Classroom code: GQleqpgJFi)