Skip to content

CountPacMan/ScrabbleScore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrabble Score for Epicodus

by Daniel Toader and Patrick Fiorentino

Date: March 12, 2015

Description

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

Setup instructions

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

Copyright © 2015, Daniel Toader and Patrick Fiorentino

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published