Posts

Showing posts from July, 2022

Sample Javascript Implementation V1.0

At last there is a Javascript implementation of the WordWalk puzzle game.  You can find it at  https://wordwalk.net/puzzle-implementation .  After you've played it, you can play the same game again by just hitting the browser reload button.  I've changed the rules slightly:  Now you just need to turn the graph blue by correctly guessing all the subwords and the rootword.  The subwords are only partially given to you. The reason I've done this is to make use of colors in the Web depiction of the graph as it is built so that you can see not only which letters you've used but also which arrows you have traversed.  This gives you some visual feedback regarding which words to try. Check it out and give me some feedback!

Another Vertical Depiction of How to Solve a WordWalk Puzzle

Image
Same rootword ('artistic') as before, but different subwords. This picture shows step-by-step solution of WordWalk puzzle for 'artistic' with the given subwords 'rat','star','trait','crisis','artistic'.

How Subwords are Embedded in the WordWalk Graph

Image
Click on the buttons below to see how each subword is embedded in the WordWalk graph. The bottom button is for the rootword: 'artistic'. [Coming soon: An interactive, Javascript-based WordWalk game for the Daily puzzle.] See also: WordWalk website Subword: rat Subword: tars Subword: trait Subword: tiaras Rootword: artistic