Skip to content

This is a challenge where choosing a beginning string and an end string it will output how many steps it took to reach the end string by only changing one letter at a time. Plus the new words created must belong to a dictionary array of words.

Notifications You must be signed in to change notification settings

BenBab/Dictionary-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary-Game

How to Use:

1 - clone repo

2 - npm install

3 - npm start

Used create react app to get it up and running quickly. code is all inside the app.js file, code is commented to explain what is going on

About

This is a challenge where choosing a beginning string and an end string it will output how many steps it took to reach the end string by only changing one letter at a time. Plus the new words created must belong to a dictionary array of words.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published