JavaScript style guide
* Two spaces for indentation
* Semicolons where semicolons should be
* Commas at the end
* Single quotes are prefered
* Variables should not have underscores (except for CoffeeScript-generated code)

Configuration can be found at `.jshintrc`.  

Please note that gameboard is public domain (See LICENSE)

For all non-trivial contributions, I require you to add this waiver to your
contribution:

# Copyright waiver for <http://github.com/freezedev/gameboard>

I dedicate any and all copyright interest in this software to the
public domain. I make this dedication for the benefit of the public at
large and to the detriment of my heirs and successors. I intend this
dedication to be an overt act of relinquishment in perpetuity of all
present and future rights to this software under copyright law.

To the best of my knowledge and belief, my contributions are either
originally authored by me or are derived from prior works which I have
verified are also in the public domain and are not subject to claims
of copyright by other parties.

To the best of my knowledge and belief, no individual, business,
organization, government, or other entity has any copyright interest
in my contributions, and I affirm that I will not make contributions
that are otherwise encumbered.
