Skip to content

Instantly share code, notes, and snippets.

@nthx
Created January 12, 2012 00:26
Show Gist options
  • Select an option

  • Save nthx/1597689 to your computer and use it in GitHub Desktop.

Select an option

Save nthx/1597689 to your computer and use it in GitHub Desktop.
class Player
constructor: (@name, @age) ->
throw_a_dice: () =>
...
pick_a_card: () =>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment