Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 725 Bytes

File metadata and controls

24 lines (20 loc) · 725 Bytes

Scrabble for Epicodus

by James Nielson and Geoff Winner

Date: March 11, 2015

Description

Checks an entered word against the Scrabble dictionary and returns the word's natural score (not counting bonuses).

Setup instructions

  1. Clone this git repository
  2. Set your localhost root folder to ~/Scrabble/web/
  3. Ensure PHP server is running.
  4. Start the web app by pointing your browser to the root (http://localhost:8000/)

Copyright © 2015, James Nielson and Geoff Winner

License: MIT

Technologies used

  • 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