Top Banner
CS/INFO 4154: Analytics-driven Game Design User Interfaces Class 7:
48

CS/INFO 4154

Oct 16, 2021

Download

Documents

dariahiddleston
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: CS/INFO 4154

CS/INFO 4154:Analytics-driven Game Design

User Interfaces

Class 7:

Page 2: CS/INFO 4154

Mon Wed Fri

9/15Throwaway Testing 1

9/18Throwaway Testing 2

9/29Alpha Testing 2

9/8Learnability Part 2

9/11Learnability Part 3

9/13Learnability Part 4

9/27Alpha Testing 1

Page 3: CS/INFO 4154

Assignment 5: Throwaway Prototype

No pressure Doesn’t need to be playable or integrated Pick some pieces of your game and build them

Avatar moves/jumps on flat land Grid with nothing on it Background artwork

Submit picture through CMS by end of class on Friday 8/15

Page 4: CS/INFO 4154

Review: Learnability

Nobody reads and nobody listens

Page 5: CS/INFO 4154

Review: Tutorials

Game #2 Game #3Game #1

012345678

0

5

10

15

20

0

2

4

6

8

10

12

Tutorials have questionable effectiveness

Page 6: CS/INFO 4154

Review: teach actions

Page 7: CS/INFO 4154

Design discoverable situations: Impossible to pass without experiencing interaction Isolated from other actions and interactions Player is relatively safe

Review: discover interactions

Page 8: CS/INFO 4154

Now: User Interfaces

Elder Scrolls IV: Oblivion (2006)

Page 9: CS/INFO 4154

Outline1. Techniques for UI design2. Group activity: discoverability

Page 10: CS/INFO 4154

Nielsen’s heuristics for UI design1. Make system status visible2. Match the real world3. Provide control and freedom4. Be consistent5. Prevent errors when possible

Page 11: CS/INFO 4154

Nielsen’s heuristics for UI design6. Facilitate recognition rather than recall7. Be flexible and efficient8. Use minimalist design9. Help users recognize and recover from errors10. Provide help and documentation

Page 12: CS/INFO 4154

1. Make system status visible

The system should always keep users informedabout what is going on, through appropriate

feedback within reasonable time.

Page 13: CS/INFO 4154

1. Make system status visible

Minecraft (2011)

Page 14: CS/INFO 4154

1. Make system status visible

Half-Life (1998)

Page 15: CS/INFO 4154

2. Match the real world

The system should speak the users’ language, with words, phrases and concepts familiar to the user,

rather than system-oriented terms. Follow real-world conventions, making information appear in a natural

and logical order.

Page 16: CS/INFO 4154

2. Match the real world

Braid (2008)

Page 17: CS/INFO 4154

3. Provide control and freedom

Users often choose system functions by mistake and will need a clearly marked “emergency exit” to

leave the unwanted state without having to go through an extended dialogue. Support undo and

redo.

Page 18: CS/INFO 4154

3. Provide control and freedom

In The Company of Myself (2009)

Page 19: CS/INFO 4154

3. Provide control and freedom

In The Company of Myself (2009)

Page 20: CS/INFO 4154

3. Provide control and freedom

In The Company of Myself (2009)

Page 21: CS/INFO 4154

3. Provide control and freedom

In The Company of Myself (2009)

Page 22: CS/INFO 4154

Examples Make system status visible Match the real world Provide control and freedom

Page 23: CS/INFO 4154

Evolution of Final Fantasy UI

Final Fantasy VII (1997)

Page 24: CS/INFO 4154

Evolution of Final Fantasy UI

Final Fantasy VIII (1999)

Page 25: CS/INFO 4154

Evolution of Final Fantasy UI

Final Fantasy XII (2006)

Page 26: CS/INFO 4154

Evolution of Final Fantasy UI

Final Fantasy XIII (2009)

Page 27: CS/INFO 4154

Examples Make system status visible Match the real world Provide control and freedom

Page 28: CS/INFO 4154

4. Be consistent

Users should not have to wonder whether different words, situations, or actions mean the same thing.

Follow platform conventions.

Page 29: CS/INFO 4154

5. Prevent errors

Even better than good error messages is a careful design which prevents a problem from occurring in

the first place. Either eliminate error-prone conditions or check for them and present users with a confirmation option before they commit to the action.

Page 30: CS/INFO 4154

5. Prevent errors

Page 31: CS/INFO 4154

5. Prevent errors

Page 32: CS/INFO 4154

6. Recognition rather than recall

Minimize the user's memory load by making objects, actions, and options visible. The user should not

have to remember information from one part of the dialogue to another. Instructions for use of the system

should be visible or easily retrievable whenever appropriate.

Page 33: CS/INFO 4154

6. Use recognition rather than recall

Page 34: CS/INFO 4154

6. Use recognition rather than recall

Plants vs. Zombies (2009)

Page 35: CS/INFO 4154

Examples Make system status visible Match the real world Provide control and freedom Be consistent Prevent errors when possible

Facilitate recognition rather than recall

King’s Quest VI (1992)

Page 36: CS/INFO 4154

Examples Make system status visible Match the real world Provide control and freedom Be consistent Prevent errors when possible

Facilitate recognition rather than recall

Braid (2008)

Page 37: CS/INFO 4154

7. Be flexible and efficient

Accelerators -- unseen by the novice user -- may often speed up the interaction for the expert user such

that the system can cater to both inexperienced and experienced users. Allow users to tailor frequent

actions.

Page 38: CS/INFO 4154

8. Use minimalist design

Dialogues should not contain information which is irrelevant or rarely needed. Every extra unit of

information in a dialogue competes with the relevant units of information and diminishes their relative

visibility.

Page 39: CS/INFO 4154

8. Use minimalist design

Page 40: CS/INFO 4154

9. Help users recover from errors

Error messages should be expressed in plain language, precisely indicate the problem, and

constructively suggest a solution.

Page 41: CS/INFO 4154

9. Help users recover from errors

Braid (2008)

Page 42: CS/INFO 4154

10. Provide help and documentation

Even though it is better if the system can be used without documentation, it may be necessary to provide help and documentation. Any such

information should be easy to search, focused on the user's task, list concrete steps to be carried out, and

not be too large.

Page 43: CS/INFO 4154

10. Provide help and documentation

Page 44: CS/INFO 4154

Examples Make system status visible Match the real world Provide control and freedom Be consistent Prevent errors when possible

Facilitate recognition rather than recall Be flexible and efficient Use minimalist design Help users recognize and recover from errors Provide help and documentation

Page 45: CS/INFO 4154

Examples Make system status visible Match the real world Provide control and freedom Be consistent Prevent errors when possible

Facilitate recognition rather than recall Be flexible and efficient Use minimalist design Help users recognize and recover from errors Provide help and documentation

Page 46: CS/INFO 4154

Nielsen’s heuristics for UI design1. Make system status

visible2. Match the real world3. Provide control and

freedom4. Be consistent5. Prevent errors when

possible

6. Facilitate recognition rather than recall

7. Be flexible and efficient

8. Use minimalist design9. Help users recognize

and recover from errors

10. Provide help and documentation

Page 47: CS/INFO 4154

Group Activity: Part 1 Pick two actions in your game

Brainstorm tutorials for this Sketch them (including UI)

Pick two interactions in your game Brainstorm discoverable situations Sketch them (including UI)

Page 48: CS/INFO 4154

Group Activity: Part 2 Pick two actions in your game

Brainstorm tutorials for this Sketch them (including UI)

Pick two interactions in your game Brainstorm discoverable situations Sketch them (including UI)

Show to a different group Use Nielsen’s heuristics to evaluate