Skip to content

Conversation

@VAstrom
Copy link

@VAstrom VAstrom commented Sep 10, 2023

There are 2 script files:
script.js: the main file.
scriptExplanations.js: contains all the code plus additional comments and explanations that have been removed from the main script file. This file can be ignored.
Here's the deployed website:
Pokemon Guess Who

Copy link

@EvelynDelCarmen EvelynDelCarmen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work Veronica! I loved that you did a Pokemon take on this game :) Overall it was easy to understand the structure and the coding. It was really smart to duplicate your javascript file with the explanations - I am taking that with me! 😊

<button id="findOut" class="filled-button small"onclick="guess('${pokemon.name}')">Guess</button>
</div>
</div>
`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love love love the Pokemon take on this game! :)

start()

// Counter for number of guesses
let counter = 0;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didnt understand this function, when I guessed on the Pokemons it only counts til the number 1?

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