Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New puzzle: Wordigger #83

Open
donkirkby opened this issue Dec 18, 2020 · 0 comments
Open

New puzzle: Wordigger #83

donkirkby opened this issue Dec 18, 2020 · 0 comments

Comments

@donkirkby
Copy link
Owner

Similar to word ladders, you start with a pile of letters that has a word at the top and a word at the bottom. Each turn remove one letter from the top of a column to make a word along the top of the pile. Win if you can get all the way to the word at the bottom of the pile.

Example:

BEND
CARE
WONK

If you remove one letter at a time, you can solve it like this:

BEND
BAND
BARD
CARD
WARD
WARE
WORE
WORK
WONK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant