Comments

Log in with itch.io to leave a comment.

(+1)

Pretty neat idea for a game.

(+1)

This is so fun! What a great teaching tool! This should be used in a Montessori school to gamify teaching kids programming concepts!

(+1)

This is a fun concept, blending strategic thinking and real-time action, and very well built for the time given. 

If you wanted to build it out you might consider some smoothing in the players favour to avoid long period of just having to shoot everything while you wait for the right number to come along, the simplest solution being to weight the number generation and use that to make ones that fit the node a bit more common than ones that don't. From there you can hone in on the difficulty/tedium sweet spot by altering the weighting as the range of acceptable numbers narrows.

(+1)

As someone who knows BST, this is a really creative game! It was a lot of fun! If I have any problems, when you choose the wrong numbers and you need to find a small set of numbers between them, it can take forever waiting for the right one. Of course, me choosing those wrong numbers isn't the games fault, more so me.