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”
- Host: GitHub
- URL: https://github.com/igorlima/coffeescript-by-trevor-burnham
- Owner: igorlima
- Created: 2013-07-04T19:43:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-01T15:09:53.000Z (over 12 years ago)
- Last Synced: 2025-02-12T10:29:51.504Z (10 months ago)
- Language: JavaScript
- Size: 3.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:.