-
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
Guess who #209
base: main
Are you sure you want to change the base?
Guess who #209
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.
Overall code was really well put together. The pink level was almost fully reached. Saw you said about starting the counter so thats a good idea. I think comment lines help. This would get a grip of the code first glance/ helps beginners to understand how you built your code. Would be nice to see those perhaps. Good job regarding this project!
@@ -171,7 +173,7 @@ const CHARACTERS = [ | |||
img: 'images/josephine.svg', | |||
hair: 'grey', | |||
eyes: 'brown', | |||
accessories: [], | |||
accessories: ['earrings'], |
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 like the extra values given, gives more versatility to the stack
@@ -231,3 +231,8 @@ button { | |||
border: none; | |||
} | |||
} | |||
|
|||
/****** SWEET ALERT ******/ | |||
.swal-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.
The swal effect gives a nice effect to the game with a simple code. Good job.
No description provided.