-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
w2-ProjectGuessWho-SofieRydmark #200
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your Guess Who game looks very good. The sound when you guess a bad character is amazing. There is only one small detail that I realized does not work properly on the desktop. When you guess a person and move to a win-or-lose screen you can see a white area and a half of the "Find out" button. Was that a plan in the design? On the phone looks like everything is ok.
Great job!
</optgroup> | ||
<optgroup label="other"> | ||
<option value="smoker">a smoking habit</option> | ||
<option value="smoker">a smoker</option> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the name change is not compatible with a sentence: "Does the person have?". Maybe would be better with a smoking habit, or a cigaret?
</optgroup> | ||
</select> | ||
|
||
<button id="filter" class="filled-button">FIND OUT</button> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea with a counter, it look nice on the game
@@ -34,7 +40,7 @@ const CHARACTERS = [ | |||
img: 'images/jai.svg', | |||
hair: 'black', | |||
eyes: 'brown', | |||
accessories: [], | |||
accessories: 'none', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it work better if we change "[]" to 'none'?
generateBoard(); | ||
setSecretCharacter(); | ||
selectQuestion(); | ||
alert('lets play!') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that alert making display a place to put a name?
Link to project: https://project-guesswho-sofierydmark.netlify.app/