An open API service indexing awesome lists of open source software.

https://github.com/igorlima/coffeescript-by-trevor-burnham

Learning from a book named “CoffeeScript - Accelerated JavaScript Development by Trevor Burnham”
https://github.com/igorlima/coffeescript-by-trevor-burnham

Last synced: 9 months ago
JSON representation

Learning from a book named “CoffeeScript - Accelerated JavaScript Development by Trevor Burnham”

Awesome Lists containing this project

README

          


Travis CI badge


SauceLabs badge

# CoffeeScript-by-Trevor-Burnham

Learning from a book named “CoffeeScript - Accelerated JavaScript Development by Trevor Burnham”

As its name suggests, 5x5 is played on a grid five tiles wide and five tiles high.
Each tile has a random letter on the grid, scoring points for all words formed
as a result of the swap (potentially, this can be four words at each of the two swapped
tiles: one running horizontally, one vertically, and two diagonally - only left-to-right
giagonals count).

Scoring is based on the Scrabble point value of the letters in the formed words,
with a multiplier for the number of distinct words formed. So, at the upper limit,
if eight words are formed in one move, then the point value of each is multiplied by
eight. Words that have already been used in the game don't count.

## Syntax highlighting on Sublime Text

https://github.com/Xavura/CoffeeScript-Sublime-Plugin

## Contributing and Pair Programing

Feel free to suggest any thing. The idea is share knowledge. Use this repository to pair program with someone else and let us know what you did as a pull request. Or if you prefer let me pair program with you :smile:.