Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 03:51
Show Gist options
  • Save parzibyte/638be66956143f870eea94dd5b7fe3de to your computer and use it in GitHub Desktop.
Save parzibyte/638be66956143f870eea94dd5b7fe3de to your computer and use it in GitHub Desktop.
// Cada que acierta comprobamos si ha ganado
if (this.haGanado()) {
this.indicarVictoria();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment