Takes a word and returns the Scrabble score for it according to these values:
- A, E, I, O, U, L, N, R, S, T = 1
- D, G = 2
- B, C, M, P = 3
- F, H, V, W, Y = 4
- K = 5
- J, X = 8
- Q, Z = 10
- Clone this git repository
- Set your localhost root folder to ~/ScrabbleScore/web/
- Ensure PHP server is running.
- Start the web app by pointing your browser to the root (http://localhost:8000/)
License: MIT
- HTML5
- CSS3
- Bootstrap ver 3.3.1
- PHP (tested to run on PHP ver 5.6.6)
- Silex ver 1.2.3
- Twig ver 1.18.0
- PHPUnit