Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

WOW Factor(s)

Justin T. Smith edited this page May 3, 2020 · 5 revisions

Difficulty Settings

Player can choose a difficulty setting in the initial setup window.

The settings include Easy, Medium, and Hard. Selecting the Easy difficulty allows the player to play puzzles 1-4. Selecting medium difficulty allows the player to play puzzles 1-8. Selecting hard difficulty allows the player to play puzzles 1-12. If a player does not select a difficulty, the difficulty is initially set to Easy, but if they select Easy difficulty and were on a puzzle higher than 4, and wish to continue their game, the difficulty is defaulted to Hard.

Trace Evaluation Path

The evaluation path of the program is traced in green.

When an error is encountered, the game will highlight the last correct entry in red, and allow the player to continue from there.

Hint Feature

If the player cannot figure out how to complete the puzzle, they can click the magnifying glass and be presented with a the correct path from the first mistake to the next uneditable node.

This hint path is highlighted green and displays the correct entries, but taking a hint option will had 30 seconds to the player's timer.

Clone this wiki locally