Skip to content

Instantly share code, notes, and snippets.

@creyn

creyn/index.js Secret

Created May 19, 2018 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creyn/c60ce1f6edd79e6999ed16fd0b8ea411 to your computer and use it in GitHub Desktop.
Save creyn/c60ce1f6edd79e6999ed16fd0b8ea411 to your computer and use it in GitHub Desktop.
Droga Programisty : Szybkie Palce : funkcja Pojedynek z Dzwiekiem
// Funkcja ktora oznajmia Graczom ze wlasnie rozpoczal sie ich pojedynek
function Pojedynek() {
czyPojedynekTrwa = true;
Dzwiek('pojedynek');
Zanotuj('Pojedynek!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment