Tower of HANOI puzzle - (Sprites Bdrops & Vars) Select how many discs (3-6) you want then Click the Green Flag.. Supports manual play where you hit a pair of keys (FROM-TO) being either A-B, A-C, B-A, B-C, C-A or C-B. Impossible, pointless (A-A) or illegal (placing a disc on top of a smaller one) moves aren't allowed. BUT the Code to actually move the disc sprites is missing, and it is up to you to write it. Each Sprite has a "when I receive n" (n = disc) block that needs code, which should be identical for each disc sprite.
© Copyright Kids Unlimited 2016 Created by@ gregatku for use in Coding Classes for Kids Unlimited, for whom I work as a Coding teacher. Makes great use of broadcast, list variables and good use code blocks with input.