Please enable JavaScript.
Coggle requires JavaScript to display documents.
(User Problem, Developer Problems) - Coggle Diagram
User Problem
Accessibility
Resize text function
Ability to control w/ keyboard
Enhanced contrast
Able to operate w/ screen reader
No background music / able to turn off
Safety
No flashing - can trigger seizures
Warning on exit
No music/sounds
Utility
Output
Messages
You Win
You loose
__
depending on the length of the word
letters in place of underscores
Portability
Windows and Mac OS
Input
Keyboard for inputs
Opt. mouse/touch input
Learnability
Clear text
Effectiveness
to be effective it must
Display a button representing the letters of the alphabet
Choose a random word from the word list and display underscores for however many letters there are
Show a UI with a mouse and 8 steps with cheese at the top
Mouse gets to top step = game over
Player guesses all the letters = winner
allow the user to use any button
not in word
show a new picture with the mouse moved up a step
letter in word
shows letter in the correct place instead of displaying underscores
Developer Problems
Programmed components
New game
Input letter
Move mouse
submit guess
new word
Data
Letters guessed
guesses left
Number of turns
List of words
User Interface
Buttons
Start
Guess
Play again
Letters/keys to guess the word
Text
You loose
new game
You win
The step + Mouse + Cheese setup