Creating the User Experience

Slides:



Advertisements
Similar presentations
Working with Profiles in IX1D v 3 – A Tutorial © 2006 Interpex Limited All rights reserved Version 1.0.
Advertisements

User Interfaces By Mathieu Leduc. What is the User Interface(UI)? Knows about any input/output hardware Translates player actions into actions in the.
Developed by Justin Francisco, SUNY Fredonia USER INTERFACE DESIGN By: Justin Francisco.
User Interface Design: Methods of Interaction. Accepted design principles Interface design needs to consider the following issues: 1. Visual clarity 2.
Virtual painting project By: Leetal Gruper Tsafrir Kamelo Supervisor: Michael Kolomenkin Advisor from 3DV systems: Sagi Katz.
1 CGS1060 Mobile UIs Copyright 2012 by Janson Industries.
Systems Analysis and Design in a Changing World, 6th Edition
CS378 - Mobile Computing App Project Overview. App Project Teams of 2 or 3 students Develop an Android application of your choosing subject to instructor.
CS 4720 Usability and Accessibility CS 4720 – Web & Mobile Systems.
CS 352, W12 Eric Happe, Daniel Sills, Daniel Thornton, Marcos Zavala, Ben Zoon ANDROID/IOS RPG GAME UI.
CS 352, W12 Eric Happe, Daniel Sills, Daniel Thornton, Marcos Zavala, Ben Zoon ANDROID/IOS RPG GAME UI.
Fort Hancock Elementary School Library Annual Report
Visual Basic CDA College Limassol Campus Lecture:Pelekanou Olga Semester C Week - 1.
INTERFACE COMPOSITION GAME DESIGN. OBJECTIVES After this lesson, students will be able to: Identify the Eight Golden Rules of Human-Computer Interface.
Yonglei Tao School of Computing & Info Systems GVSU Ch 7 Design Guidelines.
USER INTERFACE DESIGN (UID). Introduction & Overview The interface is the way to communicate with a product Everything we interact with an interface Eg.
Fundamentals of Game Design, 2 nd Edition by Ernest Adams Chapter 18: Construction and Management Simulations.
Jason Paolasini Chapter 8 A Benjamin Isherwood – – Chapter 8 B CHAPTER 8 UI DESIGN.
1 Evaluating the User Experience in CAA Environments: What affects User Satisfaction? Gavin Sim Janet C Read Phil Holifield.
Emdeon Office Batch Management Services This document provides detailed information on Batch Import Services and other Batch features.
School’s Name Teacher’s Name Date
UX/UI changes for Windows 10 apps
Using the Cyton Viewer Intro to the viewer.
Development Environment
Exploring the Windows Section Part 1
WORKSHOP 1 introduction
Fundamentals of Game Design, 2nd Edition
Chapter 7: Getting Input From Users
Designing and Developing Games
The Desktop Screen image displayed when a PC starts up A metaphor
Chapter 2 Hix & Hartson Guidelines.
User Interface Design The Golden Rules: Place the user in control.
User Interface Design PPT By :Dr. R. Mall.
Interactive Storytelling
What we learn about technology from people living with dementia
WXGE6103 Software Engineering Process and Practice
Prototyping.
Unit 2 User Interface Design.
Instructor’s Guide to Teaching SolidWorks Software Lesson 1
Software Engineering: A Practitioner’s Approach, 6/e Chapter 12 User Interface Design copyright © 1996, 2001, 2005 R.S. Pressman & Associates, Inc.
Mindsensors PSP-Nx Controller Simon Game
Chap 7. Building Java Graphical User Interfaces
Fundaments of Game Design
Graphical User Interfaces -- Introduction
Lesson 1: Understanding Microsoft Office PowerPoint
3D Game Pitch Niki Farquhar
© Paradigm Publishing, Inc.
Term Project Evaluations Guiding Principles Summary
Immersion Composition
Microsoft Windows 2000 Professional
User Interface Design and Development
Software Usability and Design
AN INTRODUCTION TO: POWERPOINT.
Using Charts in a Presentation
Reporting An In-Depth Guide.
Visual Basic Programming Chapter Four Notes Working with Variables, Constants, Data Types, and Expressions GROUPBOX CONTROL The _____________________________________.
Lesson 1: Understanding Microsoft Office PowerPoint 2010
Readings 06 Upping Usability.
Introduction to PowerPoint
Systems Analysis and Design in a Changing World, 6th Edition
GRAPHICAL USER INTERFACE GITAM GADTAULA. OVERVIEW What is Human Computer Interface (User Interface) principles of user interface design What makes a good.
Interactive Medium-Fi Prototype
ECE 352 Digital System Fundamentals
INSTRUCTIONS for PSYCHOMETRIC TESTS.
Upping Usability Building a solid UI Rules for better interfaces
Lecture 22: HCI Design March 15, /6/2019
Creating Additional Input Items
An Introduction to the Windows Operating System
Adobe Flash CS3 Revealed
Microsoft Teams User Interface
Presentation transcript:

Creating the User Experience hamzah asyrani sulaiman

What Is the User Interface?

The UI knows all about any supported input and output hardware The UI knows all about any supported input and output hardware. It translates the player’s input—the button-presses (or other actions) in the real world— into actions in the game world Introduction

Player-Centric Interface Design

About Innovation in Interface Design Although innovation is a good thing in almost all aspects of game design—theme, game worlds, storytelling, art, sound, and of course gameplay—do not innovate unnecessarily when designing a new interface. About Innovation in Interface Design

Some General Principles Be Consistent Give good feedback Remember that the player is the one in control Limit the number of steps required to take an action Permit easy reversal of actions Minimize physical stress Don’t strain the player’s short-term memory Group related screen-based controls and feedback mechanisms on the screen Provide shortcuts Some General Principles

What the Player Needs to know Where I Am? What am I actually doing right now? What challenges am I facing? Did my action succeed or fail? Do I have what I need to play successfully Am I in danger of losing the game? Am I making progress? What should I do next? How did I do? What the Player Needs to know

What the Player Wants to do Save the game Move Give Orders Look Around Conduct Conversations Interact Physically in game Customize Things Pick Up objects Talk to other friends Manipulate Objects Pause Construct and demolish objects Set game options Conduct Negotiations, etc End the game What the Player Wants to do

The Design Process

Define the Gameplay Modes First A gameplay mode consists of a camera model, an interaction model, and the gameplay (challenges and actions) available Define the Gameplay Modes First

Choosing a Screen Layout The main view of the game world should be the largest visual element on the screen, and you must decide whether it will occupy a subset of the screen—a window— or whether it will occupy the entire screen and be partially obscured by overlays. Choosing a Screen Layout

Shell menus allow the player to start, configure, and otherwise manage the operation of the game before and after play. Shell Menus

Managing Complexity

This option should be your first resort This option should be your first resort. If your game is too complex, make it simpler. You may do this in two ways: with abstraction and automation Simplify the Game

Depth versus Breadth

Interaction Models

Player love unexpected stuff and varieties. Interaction Models

Camera Models

First and Third person Perspective

Aerial Perspectives

Other 2D Display Options ■ Single-screen. The display shows the entire world on one screen, normally from a top-down perspective with cheated objects. The camera never moves. Robotron: 2084 provides a classic example. ■ Side-scrolling. The world of a side-scroller—familiar from an entire generation of games—consists of a long 2D strip in which the avatar moves forward and backward, with a limited ability to move up and down. The player sees the game world from the side as the camera tracks the avatar. ■ Top-scrolling. In this variant of the top-down perspective, the landscape scrolls beneath the avatar (often a flying vehicle), sometimes at a fixed rate that the player cannot change. This forces the player to continually face new challenges as they appear at the top of the screen. ■ Painted backgrounds. Many graphical adventure games display the game world in a series of 2D painted backgrounds rather like a stage set. Other 2D Display Options