Skip to content

Instantly share code, notes, and snippets.

@kinsteronline
Created April 28, 2011 00:58
Show Gist options
  • Save kinsteronline/945588 to your computer and use it in GitHub Desktop.
Save kinsteronline/945588 to your computer and use it in GitHub Desktop.
function Player() {
this.totalChips = 0.0;
}
Player.prototype.chipCount = function() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment