Skip to content

devmeyster/scramblegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Objective

• Use the wordnik api to pick a random word (play around with the api params to get reasonable words)

• Scramble it and show the scrambled word to the user

• Take in keyboard input to type out the unscrambled word (you shouldn't have to use the mouse at all)

• Spend some time on the design and usability (CSS transitions are awesome)

• Try to keep the code simple and clean

• Supports anagrams (if the "correct" word is "evil" then it should also accept "live" as correct)

Instructions

To play the scramble game:

Live version

Locally:

  1. clone the git repository
  2. cd into the file directory
  3. From terminal run:
   git clone https://github.com/devmeyster/scramblegame.git
   cd scramblegame
   python -m SimpleHTTPServer 8000
  1. Visit localhost:8000

To test the game, open the console and you can see the unscrambled word

About

Scramble Game in Angular.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published