Skip to content

jacdebug/wordgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordgame

Word chain API in nodejs

Word ladder (also known as Doublets, word-links, change-the-word puzzles, paragrams, laddergrams, or Word golf) is a word game invented by Lewis Carroll. A word ladder puzzle begins with two words, and to solve the puzzle one must find a chain of other words to link the two, in which two adjacent words (that is, words in successive steps) differ by one letter.

Quick Overview

git clone git@github.com:deepak-jacob/wordgame.git
npm install
npm start

Then curl or hit your on your browser url, http://localhost:3001/solvewordchain/:startWord/:endWord

Resources

About

Word chain API in nodejs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published