Skip to content

caalberts/scrabble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrabble

Join the chat at https://gitter.im/caalberts/scrabble

Travis Build Status Gemnasium Status

A front-end two-player scrabble game created for General Assembly Web Development Immersive project submission using HTML, CSS and Javascript.

Screenshot of Scrabble

Play scrabble here

Approach

  • Scrabble board is created with DOM manipulation
  • Scrabble tiles created with an array of objects with letter and score as properties
  • User interaction created using Dragula drag and drop package
  • Built scripts to read words from the board and check against Sowpods dictionary
  • Automated testing and deployment workflow with GitHub, Travis and Heroku

Tools and Libraries