sxkosone / checkers

Game of checkers
1 stars 0 forks source link

Mock Functions #9

Closed ghost closed 6 years ago

ghost commented 6 years ago

fixes #7

ghost commented 6 years ago

@sxkosone I've made some adjustments in this branch to streamline our naming conventions.

I've updated anything that was named "piece" to "chip" and anything named "space" or "box" to "square".

I've done this in the HTML, CSS and JavaScript.