Skip to content

Instantly share code, notes, and snippets.

@jorydotcom
Created June 4, 2012 00:43
Show Gist options
  • Save jorydotcom/2865654 to your computer and use it in GitHub Desktop.
Save jorydotcom/2865654 to your computer and use it in GitHub Desktop.
Pogs Object
//Pogs object
var Pogs = function() {
this.gameSet = player1.numPogs + player2.numPogs;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment