Skip to content

Instantly share code, notes, and snippets.

@junior-ales
Created August 7, 2016 20:54
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 junior-ales/9cd670352d916c97071bf187150bad8d to your computer and use it in GitHub Desktop.
Save junior-ales/9cd670352d916c97071bf187150bad8d to your computer and use it in GitHub Desktop.
var player1Name = 'Player 1';
var player2Name = 'Player 2';
var player1Score = 0;
var player2Score = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment