The intention of this exercise was to create a single-player tile-laying game. To win, one must place the randomly-generated letters in the playing rack into the scoring area in alphabetical order.
npm install
node server.js
from the top-most directory
To move a letter:
- select a lettered tile in the rack, then
- select an empty tile in the scoring area.
When you are finished laying the tiles in the correct order, you may click Done to view your score.
- AngularJS
- AngularJS Material