Games Achievements My Kong Sign In

Comments for Jahooma's LogicBox

« Back to Jahooma's LogicBox

ShivaFang

Jun. 05, 2014

Under rating threshold (show) I suspect the reason it isn't working is related to MochiMedia closing - I think more Flash games will succumb to this problem :(

+ - !

(0)

ShivaFang

Jun. 04, 2014

Under rating threshold (show) Something's wrong, I was playing it yesterday and it froze and now it won't load at all. :(. I love programming logic games, and this is the first one that is rather user-friendly as well.

+ - !

(0)

preischadt

May. 30, 2014

Under rating threshold (show) @JoyreactorMan Because this is how he defined the function: "if there are less than two letters, exit red".

+ - !

(1)

JoyreactorMan

May. 22, 2014

Under rating threshold (show) Why comparing first two chars in empty array results False? It actually is Unknown.{ if(NULL==NULL) }

+ - !

(-1)

End_of_Eternity

May. 18, 2014

Under rating threshold (show) The game undervalues runtime (number of steps) and overvalues length of code (number of boxes). Otherwise though, great game and a great learning experience.

+ - !

(7)

sds2413

May. 09, 2014

Under rating threshold (show) So * is showing up in the input.

+ - !

(-1)

ack4

May. 03, 2014

Under rating threshold (show) Nvm, figured it out

+ - !

(1)

ack4

May. 03, 2014

Under rating threshold (show) how the hell am I supposed to make a loop to check for *s?

+ - !

(-1)

Rickard

May. 03, 2014

Under rating threshold (show)

+ - !

(-4)

ajmansfield

May. 02, 2014

Under rating threshold (show) Hmm, what if I construct a previous box to only barely pass its test but really do some other function, so I can take advantage of the alternate function on a later level...

+ - !

(3)

ack4

May. 02, 2014

Under rating threshold (show) I would love to be able to use ANY box I have made, rather than just ones that the game feels I should get

+ - !

(0)

Globbo

Mar. 28, 2014

Under rating threshold (show) I like the way one level's solution become another levels building block. Very important lesson.

+ - !

(8)

SimonBLowS

Mar. 23, 2014

Under rating threshold (show)

+ - !

(-6)

RayOKalahjan

Feb. 21, 2014

Under rating threshold (show) A cactus is certainly better than a bike.

+ - !

(1)

Kordalix

Feb. 19, 2014

Under rating threshold (show)

+ - !

(-6)

ohohtt

Feb. 05, 2014

Under rating threshold (show) yep~Turing Machine~Great game

+ - !

(3)

RyanR70

Feb. 04, 2014

Under rating threshold (show) when are you going to add user levels? 'cause if its about people spamming with impossible stuff, you could easily make beating it a requirement

+ - !

(2)

Melkolmr

Jan. 06, 2014

Under rating threshold (show) This is easily one of the coolest games I've ever played!

+ - !

(2)

BornToDie17

Dec. 28, 2013

Under rating threshold (show) Siarles: You can manually delete your savegame. On windows 7 (and similar versions) you can go to users\Yourname\AppData (AppData is an hidden folder) and there search for Jahoomas_Logic_Box.sol, delete it and it should start a new game.

+ - !

(0)

localdeity

Nov. 27, 2013

Under rating threshold (show) PokeJoe: Your solution to #13 is also O(n^2), because IsEmpty is O(n) and you use it O(n) times. (Yes, it counts the number of steps your subroutines take.)

+ - !

(1)

Bahrul

Nov. 21, 2013

Under rating threshold (show) Very good. If you like "Manufactoria", this game is similar but easier. If you like this game, "Manufactoria" is similar but more difficult.

+ - !

(0)

PokeJoe

Oct. 29, 2013

Under rating threshold (show) Wait, why is my solution to 12 more efficient than the one to 13, when 12 runs in O(n^2) time and 13 runs in O(n) time?

+ - !

(3)

PokeJoe

Oct. 29, 2013

Under rating threshold (show) Why do you even need blue and yellow?

+ - !

(1)

Siarles

Oct. 24, 2013

Under rating threshold (show) Is there any way to reset your progress? I'd like to play the game again, but all my solutions are already saved so there's no challenge.

+ - !

(1)

wryyy

Oct. 19, 2013

Under rating threshold (show) Brilliant game! I have only beaten 7 levels so far, and I hope it gets better ^_^.

+ - !

(0)

PokeJoe

Oct. 11, 2013

Under rating threshold (show) I think there should be some randomly-generated tests...

+ - !

(2)

xzeal

Oct. 01, 2013

Under rating threshold (show) Level 1 - Oh I am a genius?, level 2 -Oh I am a genius? [...] level 7 - Oh I am a genius?, level 8 - I did it, level 9 - ... definitely not a genius...

+ - !

(0)

Radiocativek_tty

Sep. 22, 2013

Under rating threshold (show) I would prefer it if you could skip the tutorial, if you want to play this on other machines or websites.

+ - !

(1)

qwert008

Sep. 19, 2013

Under rating threshold (show) Wonderful puzzle game; I want to try using it to teach kids to program. Haven't found a way to ace level 19 yet, but given that you can get 10 points for 15 boxes, I'm pretty happy with my 13 box / over 9000 step solution.

+ - !

(0)

Flo00

Aug. 13, 2013

Under rating threshold (show) It's extremly helpful in this game to have s little programming knowledge :D

+ - !

(1)

tadjinar

Aug. 11, 2013

Under rating threshold (show) Kinda bummed that the "perfect" score for #12 doesn't use the minimal number of boxes. A 7-box solution (at the expense of 1239 steps): http://i.imgur.com/ABODmm1.jpg

+ - !

(2)

Ppaatt

Aug. 09, 2013

Under rating threshold (show) Wow good job BornToDie. My solution was a few more steps, but used 7 boxes and one redirect. Begin debate on whether redirects should count: I think that since we are forced to work on a square lattice we should not be penalized for the geometry's shortcomings, namely not being able to make a three box loop. Thus, according to the rules of this game, your provided solution is better, but according to real programming efficiency, this one is superior http://i190.photobucket.com/albums/z5/Ppaatt_photos/Level12.jpg

+ - !

(3)

BornToDie17

Jul. 13, 2013

Under rating threshold (show) A nice 8/1094 solution for level 12 http://img23.imageshack.us/img23/8747/m521.png

+ - !

(3)

prosiak

Jun. 27, 2013

Under rating threshold (show) Great idea for a game. Very entertaining.

+ - !

(1)

tozasitak

Jun. 26, 2013

Under rating threshold (show) is there any way to delete your progress? and have you been thinking about adding any achievements? thanks. the game's awesome!

+ - !

(2)

candlefrontin17

Jun. 16, 2013

Under rating threshold (show) need an x10 speed for some levels, like the last test of #12...that or I'm doing it all wrong.

+ - !

(6)

Pykrete

May. 09, 2013

Under rating threshold (show) Nevermind, I'm an idiot, didn't see the extra chunk of stuff with the a we were supposed to keep.

+ - !

(2)

Pykrete

May. 09, 2013

Under rating threshold (show)

+ - !

(-5)

PokeJoe

Apr. 27, 2013

Under rating threshold (show) How is a cactus better than a bike?

+ - !

(17)

clonedcow

Apr. 24, 2013

Under rating threshold (show) If you guys like this game play manufactoria. It's a lot simpler but definitely not easier.

+ - !

(3)

cmarlow

Apr. 15, 2013

Under rating threshold (show) More like Jahooma's Turing Machine! Nice one.

+ - !

(0)

Ppaatt

Apr. 01, 2013

Under rating threshold (show) Perfect 380!!! I can't express how much I enjoyed this game, and how refreshing it was despite all the sleep I lost playing it! 5/5, Favorited, signed the mailing list, got the t-shirt, and told all my friends about it!

+ - !

(6)

conskeptical

Mar. 29, 2013

Under rating threshold (show) ok, so completing this game with a perfect score really is very satisfying. Thanks jahooma! Really awesome game. Satisfyingly difficult.

+ - !

(1)

Ppaatt

Mar. 24, 2013

Under rating threshold (show) I disagree entirely with which levels Jahooma says are hard. I just completed 19 on my first try after 15 minutes at most. But I've made several attempts at 14 and it still evades me! Maybe I'm just missing something obvious... Best game on Kong 5/5

+ - !

(1)

grmann

Mar. 12, 2013

Under rating threshold (show) I was going to rate this a 4 because in a lot of ways I think it's just not quite as good as Manufactoria, but then I got to the recursion levels. Manufactoria is still better on not having the problem be how to solve this without the right tools, and much more comprehensive test sets, so that you have to worry about solving the general problem rather than just the few examples provided. Manufactoria also has a certain "elegant simplicity" to it that this lacks. However, recursion is awesome, and having players re-use previously built boxes in later levels is also a nice touch. (Being able to twist outputs around whereever you want also nice for anyone who's tried to optimize a manufactoria grid.) So, 5 it is. What I'd really like is a game that combines the best parts of this and Manufactoria though.

+ - !

(2)

Sicazz99

Feb. 28, 2013

Under rating threshold (show) i'm stuck on level 8 :-(

+ - !

(0)

Calyad

Feb. 22, 2013

Under rating threshold (show) This is an incredible learning tool for grade school kids who want to learn how to program. Brilliant, 5/5. I will be recommending this to some educators I know.

+ - !

(4)

Savok

Feb. 03, 2013

Under rating threshold (show) very much needs to scale properly for those of us with HD laptops

+ - !

(2)

Stasioman

Feb. 02, 2013

Under rating threshold (show) Absolutely fantastic game!

+ - !

(0)

Deciusbrutus

Jan. 08, 2013

Under rating threshold (show) Needs candy button paper for the full effect. http://xkcd.com/205/ for the uninitiated...

+ - !

(1)

  • add a comment
Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms of Service Privacy Policy Code of Conduct
© 2026 Kongregate