• Test your engineering skills with Manufactoria
    23 replies, posted
Manufactoria is a logical puzzle game about putting robots in their proper place. You do so by setting up conveyor belts and various pullers/pushers to solve each levels objective. Sounds simple? Well, I'll guarantee you'll lose a bit of your sanity on the later levels. I highly recommend going through the help files when you first start the game, as the tutorial can be somewhat confusing. Here's the link for those interested: [url]http://www.kongregate.com/games/PleasingFungus/manufactoria[/url] Word of warning: I wasn't kidding when I said that some of the later levels are rather difficult.
This "only accept valid strings" thing reminds me of regular expressions. So this is a game where you make a regular expression machine. Pretty fun so far.
This will drive me crazy, I know it. [editline]07:54PM[/editline] And I still love it.
Actually it's a bit like a finite state machine as well. Still really fun though.
Fuck. I beat 7 levels, and I'm stuck on Robocats and Robostilts.
I'm way too dumb to play, I don't understand a thing.
Sounds cool i may try it later :3:
The music is somehow perfect for that sense of creeping insanity the game gives you. The beauty of it is that they can ask you fairly simple things like "accept equal red/blue in any order" or "put the last digit at the front" which have very difficult/complex solutions. They don't need to add yet more game mechanics or design really complicated levels or anything.
Oh god, the cats :C How do I tell if a tape ends with 2 blues?
The cats actually have a rather simple solution. Here's my code for the level if anyone want it. Not the most elegant, but it works: [code]?lvl=6&code=c12:4f3;c12:5f3;p12:6f3;c13:6f0;p11:6f3;p10:6f0;c10:5f3;c9:6f3;c9:7f3;c9:8f3;c9:9f3;c9:10f3;c9:11f2;c10:11f2;c11:11f2;i11:7f5;i12:7f5;c10:7f2;c13:7f1;[/code]
This is so much fun. Thanks for finding this :buddy:
[QUOTE=Dr Nick;22086860]Oh god, the cats :C How do I tell if a tape ends with 2 blues?[/QUOTE] First gate is for no blues at the end. If it's blue go to the second gate If it's red stay there If it's blank reject Second gate is for 1 blue at the end. If it's red go to the first gate If it's blue go to the third gate If it's blank reject Third gate is for 2 blues at the end. If it's red go to the first gate If it's blue stay there If it's blank accept
Trying to figure out Robomecha. The only solutions I can come up with require a fixed amount of bits.
The CatTest [URL=http://filesmelt.com/][IMG]http://filesmelt.com/dl/CatTest.png[/IMG][/URL] Oh fuck, time to brush up on my binary. Fuck yeah I love this game. It makes me think. Fuck, this tank level is hard. I know what to do, but the spacing is difficult.
I have this game open in one of my tabs when I'm browsing just for the music. what´s the name of the song?
Oops, that tank level is actually really easy. I just misinterpreted it as =>15 rather than >15. Oh fuck, now I have to deal with WRITERS?
This game is awesome. I never thought I'd find a game that incorporates programming yet isn't dull and boring. [editline]05:31PM[/editline] I don't know if FP is cutting off your guys' cat level solutions, but none of those work. Anyway, here's my solution to it [code]?lvl=6&code=p12:5f3;p11:5f0;p11:4f1;c11:3f0;c10:3f0;c9:3f0;c8:3f3;c8:4f3;c8:5f3;c8:6f3;c8:7f3;c8:8f3;c8:9f3;c8:10f3;c8:11f2;c9:11f2;c10:11f2;c11:11f2;c13:5f0;i12:4f1;c11:6f3;c11:7f2;c12:7f2;c13:7f1;c13:6f1;c10:4f0;c9:4f3;c9:5f3;c9:6f3;c9:7f2;c10:7f2;c10:5f3;c10:6[/code]
[QUOTE=cloud_strife;22090900]I don't know if FP is cutting off your guys' cat level solutions, but none of those work.[/QUOTE] What are you talking about? It's the one I used to solve it, of course it works and it was probably wrong on your end, not mine.
Ugh. This game drives me nuts. I'm going to go play Pong.
Holy shit I've been pondering this one all day, finally got it. [IMG]http://img185.imageshack.us/img185/1761/ohyeahx.jpg[/IMG]
Current level: Reverse the input string. ffffffff
Sorry, you need to Log In to post a reply to this thread.