Skip to content
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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

SofieRydmark
Copy link

Copy link

@KajaWilbik KajaWilbik left a 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>

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>

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',

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!')

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants