LYGOFOG : random-to-random matching

Kevan (2006-09-06) Will get the ball rolling with a good challenge that Ben came up with, that opens with a few simple components - given a Gate on top of a Random Crate on top of a Target, and an infinite source of random crates, make a machine to match the crate. (You're free to move each of the two starting gizmos around the screen, if it fits your machine better.)

To load this problem into Rubicon, press "L" and type "[level]lygofog[/level]", then go into game mode.

Kevan (2006-09-13) (My first-draft and rather tortuous solution can be seen at [b]balokeh[/b].)

Zaratustra (2006-09-14) I did a not-quite-perfect one at [b]juhovaz[/b].

Zaratustra (2006-09-14) I made a much better one in [b]dizomiz[/b]. It solves the zero bug and has full-speed parsing.

Kevan (2006-09-15) Ah, tut, I'm afraid those two machines don't work any more - the latest version of the code is a bit more fierce about firing up furnaces to burn even moving objects, so some of your clever tricks with them (particularly having one to the right of a gate, which was a nice way of making empty gates useful) means that your machines don't quite work now. Dizomiz is fairly easily salvageable apart from the gate trick. Sorry about that. The perils of beta-testing.

Zaratustra (2006-09-15) The updated version is at [b]nigobev[/b], and it should work until you fix the thing I exploited.

Zaratustra (2006-09-16) ... and, finally, one without furnace abusing at [b]nocinok[/b].

krajzega (2006-10-08) First, hello everyone. Nice new thing there, Kevan, I hope it gets a bit of interest from people.

My humble solution is at [b]vumugyd[/b]. It feels a bit clumsy (I used a dozer to handle 0's as a special case), but it should work for every digit. I'm wondering if it's similar to solutions by other people - haven't seen them yet. I'll edit after I view them :).

EDIT: Ok, after viewing Zaratustra's entry, I'm still going to say that my way of handling 0's is unique. Not that it is the simplest or most elegant... but certainly unique in a crippled kinda way :P.

krajzega (2006-10-08) [b]xeteluh[/b] has a slightly updated, more compact version. The principle is exactly the same, I just removed everything unnecessary.

sluutthefeared (2006-10-09) Here's my quick solution. [b]banucus[/b]

Ultimatum479 (2006-10-15) Wow. Banucus is so efficient, and nocinok just looks so cool. ^_^

Mine looked basically like balokeh, so I didn't bother wasting Warehouse space by saving it permanently. After all, it's not fully functional anyway; doesn't work with 0s...

Hand-E-Food (2006-10-30) That one was fun!  [url=http://kevan.org/rubicon/game.php?level=BEBUCIB]BEBUCIB[/url]

Otto (2006-11-07) [quote author=Hand-E-Food link=topic=3.msg305#msg305 date=1162174244]
That one was fun!  [url=http://kevan.org/rubicon/game.php?level=BEBUCIB]BEBUCIB[/url]
[/quote]
Nice one, but it doesn't work for zero.

lopsidation (2007-02-05) What about [level]babikev[/level]? I made this without looking at all the others, and now it seems that it's pretty different.

pivotdude123 (2013-01-11) I believe I missed the point: [level]LONIZIT[/level]

curly (2013-01-12) Or in 3 ticks: [level]tudumed[/level]

Werbad (2013-01-12) Why not 2 ticks: [level]midahos[/level]

Winches

Zaratustra (2006-09-14) I tried to make a vertical chain of winches, with a space between each, so they'd pull the crate up. This didn't quite work. What's the use of winches, anyway?

Kevan (2006-09-15) They're a bit weird, but they're handy as one-use pipes, if you want to take the first crate that comes along somewhere, but ignore the rest.

grim (2006-10-08) Chains of winches really don't work predictably. I think RUBE has the same problem - it's a specification issue in the original language. If there is an upward winch and a downward winch both able to act on the same cargo, which one takes precedence? ???

grim (2006-10-09) [quote author=Mia Kristos link=topic=4.msg33#msg33 date=1160428870]
[quote author=grim link=topic=4.msg28#msg28 date=1160350394]If there is an upward winch and a downward winch both able to act on the same cargo, which one takes precedence? ???
[/quote]

I tested that.  The downward one.
[/quote]

True. I suppose it makes a kind of sense, what with gravity and that. It means that winches are predictable after all, which is good, and that they chain downwards ok, but not upwards.

With pipes, it seems the upwards one takes precedence. Could be useful, somehow...

borogove (2006-10-17) See level [level]lakyfyg[/level] for one use of winches (it's a very inefficient solution for level 5).

I was playing with trying to get a dozer to do a circular route (right, down, left, back up).  The trick with this is figuring out how to get a dozer to follow a switchback on an uphill slope - without having it just go back down when it turns around.

I was trying all sorts of things (I think it might be possible using door keys) - then I hit upon a solution using a barrel and a winch.

The dozer pushes the barrel up the slope, until a winch hoists it out of the dozers path.  The dozer then turns about as the winch lowers the barrel, and the barrel provides a platform that reroutes the dozer up the next slope.

The neat thing about this is that the barrel is put back into its starting position, ready to do the whole thing again.

(ps. Thanks, Kevan, for such a cool game!)

SMK-CA (2006-10-22) [quote author=borogove link=topic=4.msg72#msg72 date=1161089258]

I was playing with trying to get a dozer to do a circular route (right, down, left, back up).  The trick with this is figuring out how to get a dozer to follow a switchback on an uphill slope - without having it just go back down when it turns around.
[/quote]

Works with 2 dozers also ([level]basigek[/level])

pdbogen (2006-10-24) I also used winches in my solution for Puzzle #8: [url]http://kevan.org/rubicon/game.php?level=jagozog[/url]

Travholt (2006-10-26) [quote author=pdbogen link=topic=4.msg79#msg79 date=1161699764]
I also used winches in my solution for Puzzle #8: [url]http://kevan.org/rubicon/game.php?level=jagozog[/url]
[/quote]

So did I. [level]hygevyt[/level] Simpler than yours, but takes longer.

Nic (2006-10-28) I used winches and locks for Puzzle #12, in a rather abusive way: [b][url=http://kevan.org/rubicon/game.php?level=rubebag]rubebag[/url][/b] (But hey, it's fast)

I wish I knew how to switch back dozers like in [b][url=http://kevan.org/rubicon/game.php?level=lakyfyg]lakyfyg[/url][/b] earlier...

Gameman (2007-02-03) [quote author=Nic link=topic=4.msg226#msg226 date=1162018968]
I used winches and locks for Puzzle #12, in a rather abusive way: [b][url=http://kevan.org/rubicon/game.php?level=rubebag]rubebag[/url][/b] (But hey, it's fast)

I wish I knew how to switch back dozers like in [b][url=http://kevan.org/rubicon/game.php?level=lakyfyg]lakyfyg[/url][/b] earlier...
[/quote]...well thats one way of putting it!

Sorter - three levels

Zaratustra (2006-09-14) Here's a small level pack to start things up. This will be the ruler by which every other user level will be held against! Or not.

The Sorter is a sequence of three levels with almost the same objective. Play one, play all.

easy - [level]gobudif[/level]
medium - [level]kedodib[/level]
hard - [level]soryxin[/level]

flerdle (2006-10-06) There appears to be no F generated by the random barrel generator.

finka (2006-10-06) You can always hack your way around the no-F problem, as in [b]derubyd[/b].

flerdle (2006-10-06) Perhaps I should have put this as a support topic.

Kevan (2006-10-06) It's alright, I've just been asleep. I've fixed it now, random crates and barrels can now generate Fs. Thanks.

borogove (2006-10-18) (SPOILERS!)

I don't know if it's what you had in mind, but here are my solutions for your medium and hard levels:

[level]nudolig[/level] - medium solution
[level]cudabur[/level] - hard solution (with lots of extra decorations that aren't part of the solution, but look funky!)

Is there any way of getting two arbitrary crates to swap sides?  I just rely on few tricks repeated lots of times: replicating crates lots,  using gates+furnaces to ween out what I want, and pipes to conserve space by protecting good crates from furnaces.

Handi (2006-10-25) --> More SPOILERS!

I really like your solution for the hard, borogove and it's much MUCH clearer then mine.
But for some kind of reason, I didn't think about the double filtering (ex: to get an 8, filter first all that is >8 and then all the <8 )
Instead, I tried the "funnel" trick and luckily got enough room!  :D

[b][url=http://kevan.org/rubicon/game.php?level=ropalys]ropalys[/url][/b] - hard solution  (I've added some decorations)

jf (2006-10-26) Here is a solution that works for all three levels, by setting the typeface blocks in the "typewriter": [level]bixuvik[/level]

Mr K (2006-10-27) Here is a solution to the medium one, using only ONE sorter (gate): [level]boditur[/level]

Edited to say:

Seeing sluutthefeared's solution to another puzzle made me realize I made boditur way more complex than necessary. Here's a  much simpler solution: [level]sazykad[/level]

jnz (2006-10-28) [quote author=Mr K link=topic=5.msg206#msg206 date=1161992374]
Here is a solution to the medium one, using only ONE sorter (gate): [level]boditur[/level]
[/quote]

And here I thought I was being clever with a solution that only used 2 gates: [level]pudifed[/level].  It takes about 10 minutes to run.

Hand-E-Food (2006-10-31) The hard level was a good challenge!  I didn't bother with the medium one after working out the hard one.

easy - [level]gobudif[/level] - solution - [level]nebizig[/level]
hard - [level]soryxin[/level] - solution - [level]reduzan[/level]

DASEGOS: Multiplier

Zaratustra (2006-09-15) This little machine multiplies two numbers from 0 to F. The result will appear on the striped tiles, the least significant digit on top and the most significant on bottom.

Other ideas on the same venue could include:

> More digits
> Other operations
> Decimal digits instead of hex

sluutthefeared (2006-10-09) Here's mine. [level]tivolic[/level]
I had some troubles, but I think I got it worked out.

sluutthefeared (2006-10-10) I was looking at yours and I noticed the most significant digit is off in some cases, such as D*D or B*9.

In the case of B*9, the least significant bits with a carry should be 2,4,6,8,1,3, but yours ends with an extra 2 in it, 2,4,6,8,2,1,3. Not sure where that extra 2 came from since it shouldn't be repeated again, possibly a timing problem there?

Also, in some cases comparing the least significant bit with the initial operand doesn't work properly.
For example, 8*A is 50 and 9*A is 5A. When comparing the least significant bit with the operand the machine will count that A as a carry when it's not.

sluutthefeared (2006-10-13) I decided to make another.  [level]zobuzid[/level]
In this one I used some tricks to get it to run at full speed and be a bit more compact.

sluutthefeared (2006-11-20) I enjoyed working on this problem before, so to get used to the physics changes I decided to return to it.
[level]xyhedaz[/level]

colcolpicle (2009-08-06) [shadow=black,left][color=LimeGreen]I made another multiplyer ;D [glow=red,2,300][level]lehapyk[/level][/glow][/color][/shadow]

Rene (2009-08-07) That's cool. It inspired me to make this decimal adder:
[url]http://kevan.org/rubicon/forums/index.php/topic,334.0.html[/url]

Maybe somebody can transform that into a multiplier for arbitrary long decimal numbers?  ;D

XEKANUB - bizarre key block behavior

Zaratustra (2006-09-15) Key blocks behave oddly when set on a sequence.

Kevan (2006-09-24) Yes, they did get a bit weird and inconsistent when chained - because doors aren't attached to specific key blocks, you can have one block create a door and another immediately decide to delete it.

The cleanest way to resolve this has been to say that doors don't trigger other doors, and to change the create/delete rules. Seems a pity to lose the chaining, but I think the new implementation is probably the most intuitive.

Zaratustra (2006-09-25) Maybe add directional information to gates, then? You'd just need two more gate types.

Kevan (2006-10-05) Done! I'm still not convinced that chained doors are particularly useful, but they're fun to watch, and it'd be good to see if anyone comes up with any clever uses for them.

SMK-CA (2006-10-16) Heres one [level]cydotyg[/level].

MagiMaster (2006-10-16) [level]HENIREF[/level] is a bit strange.  Especially the cyclical bits.  The lower bit just shows that the key blocks are asymetrical.

SIZAHOB: serial incrementer

finka (2006-10-06) This machine takes a theoretically infinite stream of digits and increments it, accounting for carries.  I've set it up so that the string is fed back into itself every three digits, so it's functioning as a 3-digit counter, and stacking the results at the bottom of the play area.  It processes one digit every twelve ticks; is it possible to go faster?

Another challenge: design a serial adder (that takes two streams of digits and adds them), the faster the better.

Zaratustra (2006-10-06) like the one in [b]vakahyl[/b]?

finka (2006-10-07) Not really.  I'm thinking of treating the strings of digits as continuous numbers, and you've neglected the carry there. 

I've made an octal one at [b]doretog[/b].  Using octal was very convenient for detecting the carries.  In hex it seems to be quite a bit harder.

daniel (2006-10-12) [quote author=finka link=topic=8.msg20#msg20 date=1160122653]
Another challenge: design a serial adder (that takes two streams of digits and adds them), the faster the better.
[/quote]

My attempt on an adder is stored as [b]xobacek[/b]. It is a bit slow and I am not totaly satified with the carry logic, but it seems to work ok in all cases.

Status save, and more

flerdle (2006-10-06) wahey, first of topics here.

You don't seem to be able to start the base levels from anywhere other than the first.  If you save where you are in the base set as a user level, you can come back to that in another session but it won't progress to the next base level.  I don't want to do levels 1 through 9 again, that's all :)

Also, if you're doing a user-created level (like the sorting ones), pressing clear will remove everything (all the user's structure) not just what you've added.  Perhaps it's not important, but it can be annoying when you realise you're on the wrong track completely and have to remove all your own stuff manually.

Me, procrastinating?  never...

Shiv (2006-10-16) Indeed.  It'd be very nice if you could select which of the base levels you wanted to play.  I was on level 10 I think (maybe 9, it was the one where you first see the hexadecimal stuff, the A I believe) and my applet crashed.  Now I don't wanna go back to that level because I'd have to play through all the previous levels.

Really wanna finish them though.  It's  avery fun game.


What really bites is I was so close to beating that level too and for whatever reason it just locked up and I had to kill the Firefox process.

Travholt (2006-10-24) Yeah, there really needs to be some way to jump to a certain level, if only just a simple code a la the saved games.

Otherwise, a great game! I love the way you're totally free to make any solution you like, so long as it gets the job done.

John259 (2006-10-25) Kevan,

Firstly, thanks for creating Rubicon!

But having to restart at level 1 every time makes the program far less attractive. With that facility added it would have the potential to be a real winner.

Pause, single-step and slow motion options would be useful additions too but not as urgently required IMHO.

John

Kevan (2006-10-25) Actually yes, I hate puzzle games where you can't save and resume, I don't know why I didn't implement this from the start.

You now get a password when you start a level (it's also shown while the machine is running), which you can load in the same way that you load a user-designed level. I've put all twelve passwords up at [url]http://kevan.org/rubicon/secret[/url] for Shiv and anyone else who doesn't want to play through the early lot again.

John259 (2006-10-25) Kevan,

You are an officer and a gentleman! Many thanks for adding that so incredibly quickly!

John

Travholt (2006-10-25) Yay! Thanks!

(I'm really having trouble with level 7 ([level]analogy[/level]), I must be missing something obvious ...)

FUGUDIX: Logic gates / NOT gate

grim (2006-10-09) Hello all,

Has anyone tried implementing the logic gates AND, OR, NOT, and their ilk?

I have a first attempt at a 'not' gate temporarily held at FUGUDIX, which normalises input to consist only of 0 and 1 crates, and outputs them in notted form. It is, well, um, somewhat Rubian.  :)

A replacement for this, and some binary logic gates operating on the same principle, would be lovely to see.

grim.

krajzega (2006-10-09) Well, a NOT gate should be pretty simple - see the one at [level]decareb[/level]. Adding random generation and validation would be trivial, so I didn't bother ;).

grim (2006-10-09) [quote author=krajzega link=topic=10.msg37#msg37 date=1160433208]
Well, a NOT gate should be pretty simple - see the one at [b]decareb[/b]. Adding random generation and validation would be trivial, so I didn't bother ;).
[/quote]
Ah, there we go - good job. I had my inputs back to front somewhere.  ::)

Binary ones shouldn't be too hard either, though it occurs to me I'm working on a different problem right now: synchronising randomly-spaced inputs from two separate input streams.

krajzega (2006-10-09) [b]cykodyk[/b] has a simple full-speed OR gate. And should also be easy, I might do it or might go to sleep ;).

EDIT: [level]vurulog[/level] is improved, the former one worked wrong for long strings of data.

grim (2006-10-09) Shaky sort of AND at [b]virofad[/b] -- works ok but the timing is a bit delicate.

krajzega (2006-10-10) [quote]
Shaky sort of AND at virofad -- works ok but the timing is a bit delicate.
[/quote]

I've got a somewhat simpler one (timing-wise) at [level]bypupyn[/level]. Yours looks way more cool while running though - I couldn't believe at first that all those crates end up in the right places :).

grim (2006-10-11) [quote author=krajzega link=topic=10.msg43#msg43 date=1160489859]
[quote]
Shaky sort of AND at virofad -- works ok but the timing is a bit delicate.
[/quote]

I've got a somewhat simpler one (timing-wise) at [b]bypupyn[/b]. Yours looks way more cool while running though - I couldn't believe at first that all those crates end up in the right places :).

[/quote]
Likewise, I couldn't believe it when I saw the crates in yours arriving, in perfectly spaced martial sequence :)

I thought mine would break with long sequences, but in fact it seems just fine.

Handi (2006-10-26) Here's a fancy way for an OR Operator  ;D
Click [level]beravet[/level]

Otto (2006-10-29) Here's all three gates, in box form. :)

[level]porokyt[/level]

The upper left one is a NOT gate.
The middle bottom one is an OR gate.
The upper right one is an AND gate.

All three are streaming gates, you put in a stream of numbers, it does its thing. The AND and OR gates act on pairs of numbers, of course, so you only get half of what you put in...

Edit: And just for fun, here's an XOR: [level]genutyl[/level] :D

Edit2: Fixed them to handle long streams correctly.

Skid (2006-11-02) I just made a quick attempt at an AND gate: [level]fefekyl[/level].  It will only take two boxes input right now, but I'm sure there's a way to loop it by using something other than the bulldozer.

Blargh (2006-11-03) [quote author=Skid link=topic=10.msg455#msg455 date=1162511416]
I just made a quick attempt at an AND gate: [level]fefekyl[/level].  It will only take two boxes input right now, but I'm sure there's a way to loop it by using something other than the bulldozer.
[/quote]
if you place a furnace 1 space above where you currently have a furnace the crate will get copied down once before getting deleted by the furnace, that way you wouldn't need the dozer.

Forum to Rubicon links

krajzega (2006-10-10) Just wondering, would it be hard to hack SMF and Rubicon so that you could automagically link to your saved levels. Something like [level]cykodyk[/level], being transformed to a link which loads the Rubicon applet with the proper level? I think that it would be a very useful feature, considering that most of the posts on the forum include at least one level name.

Kevan (2006-10-10) Looks like it should be possible - it can certainly be done at the Java end, and was one of the next things I was going to implement. I'll have a look at hacking SMF, over the weekend.

Kevan (2006-10-14) Hacked! And it's even retroactively edited your post.

For everyone else, wrapping [level] and [/level] tags around a filename will convert it into the appropriate link. I'll look into adding an actual button to the edit toolbar.

Kevan (2006-10-14) And there, that was easy.

krajzega (2006-10-15) Great :).

A Question About Randomness

SMK-CA (2006-10-11) Is it just me or does the random block produce more numbers than letters?  I created an experiment to find out (use "modosad" to load it from the warehouse and just hit start...) and that's how it appears.

daniel (2006-10-12) I'd expect it to generate each symbol with the same frequency (I have made a machine that checks this and it shows no significant bias in the random numbers). That will of course result in a 10/6 ratio between numbers and letters.

Linux problem

barnoid (2006-10-11) Hi.

It seems whenever I run Rubicon under any browser on Linux (tested Firefox, Konqueror and the Sun applet viewer) it causes X to start using 100% CPU.

Versions tested:
xorg 7.0.0 and 6.8.2
Sun Java 1.5.0_07 and 1.5.0_09 both i386
Firefox 1.5.0.4 and 1.5.0.7
Konqueror 3.3.1 and 3.5.4
Linux 2.6.9 (RHEL4) and 2.6.17.6 (Debian)

Makes the game (and computer) unusably slow, which is a shame because it looks fun.

barnoid

krajzega (2006-10-11) Perhaps there's something wrong with your Java install? On my computer, Rubicon seems to work perfectly on both Windows and Linux (though I admit, I only used it under Linux once).

grim (2006-10-11) [quote author=barnoid link=topic=13.msg48#msg48 date=1160580137]
Hi.

It seems whenever I run Rubicon under any browser on Linux (tested Firefox, Konqueror and the Sun applet viewer) it causes X to start using 100% CPU.

Versions tested:
xorg 7.0.0 and 6.8.2
Sun Java 1.5.0_07 and 1.5.0_09 both i386
Firefox 1.5.0.4 and 1.5.0.7
Konqueror 3.3.1 and 3.5.4
Linux 2.6.9 (RHEL4) and 2.6.17.6 (Debian)

Makes the game (and computer) unusably slow, which is a shame because it looks fun.

barnoid
[/quote]
Yes, I have the same problem under Ubuntu 6.01 -- Firefox 1.5.0.7 & Sun JRE 1.5.0_05. Although I've been using it anyway; it's just bearable so long as I'm not trying to do other things.

Challange: Count number of boxes of each type

daniel (2006-10-12) I have made a machine to solve this problem but I challenge everyone to try to solve it too before I post my solution.

Input: A stream of random boxes.
Output: 16 counters, one for each type of box.

The machine should be able to count more than 16 boxes of each type (mine goes to 255). There are no timing constraints, you can feed new boxes to the machine as slow as you want (I do 4 cycles per box, but I think it could handle one box every other cycle).

Good luck!

krajzega (2006-10-13) I don't know about handling a crate every other cycle - I can't make the dozers deliver less than two-cycle gaps between crates. My counters can handle full speed though, with no gaps between inputs. The problems lies with the pipes and dozers.

The solution is at [level]fusydis[/level]. It might be a bit buggy, I didn't really check the thing after all the copy-pasting. Just left it running for a while, and it seemed to give plausible results. Now it's time to see yours ;).

The counters are on the hazard tiles, with more significant digits on the right. The layout of the counters themselves is as follows:
[code]
37BF
26AE
159D
048C
[/code]

sluutthefeared (2006-10-14) I was doing the carry a bit differently so my counters weren't quite compact enough to fit in all 16 blocks. So I took the basic counters from yours krajzega and used a different way to feed them numbers so it would be full speed.
[level]zimasat[/level]
The counters have a crate in their section to signify what's being counted, and like yours the hazard symbols are the counts with most significant digit to the right.

krajzega (2006-10-14) Very nice, I wouldn't think of the pipe/adder/copier trick for sorting the blocks. I'll remember that just in case I would need it somewhere else ;).

I must admit that I concentrated on creating a compact full-speed counter, and didn't put that much thought in the design of the whole machine - just enough to make it work. I'm wondering how the counters in the original poster's solution work, and if they are any similar to mine.

daniel (2006-10-16) Wow, those are nice machines! I specially like sluutthefeared's full speed sorting. Both of the solutions posted so far have much nicer sorting than my solution. I started by making the counter and added the sorting in an ad-hoc fashion later. My machine that started this challenge can be seen at [level]doxumib[/level]. Note that the digits in the counters are in natural order (least significant to the right). The counter are also easy to extend to more digits and are very compact, 6 tiles high (but can be be packed with one tile overlap) and 3 tile wide per digit.

Feature request: Pause and single step

daniel (2006-10-12) First I must say that this is a very cool game or programming language or whatever, fun and addicting anyway!

Now the request:
To aid in debugging it would be really nice to be able to pause and single step the machine. Maybe even step backward but I guess that would require storing past states of the machine and may not be feasible.

Wriiight (2006-10-24) I don't think I'll ever be able to figure out how ZIMASAT works without one.  You guys are geniuses.

Kevan (2006-10-24) Yes, this was something I wanted to implement but figured could wait until the game was out of beta, given that it was interface rather than universe mechanics. Stepping backwards would need an awful lot of state storage, but stepping forwards should be fine, and will be implemented soonish (and is mostly a matter of deciding exactly how to work it into the control buttons).

A bug with copying

krajzega (2006-10-13) Found a reproducible bug in Rubicon - at least its easily reproducible on my system:

- press SHIFT and mark a part of the level, [i]from top row to bottom row[/i].
- press C

Tada! ArrayIndexOutOfBoundsException:

[code]
java.lang.ArrayIndexOutOfBoundsException: 31
at rubicon.keyPressed(rubicon.java:495)
at processing.core.PApplet.handleKeyEvent(PApplet.java:1698)
at processing.core.PApplet.dequeueKeyEvents(PApplet.java:1674)
at processing.core.PApplet.handleDisplay(PApplet.java:1366)
at processing.core.PGraphics.requestDisplay(PGraphics.java:535)
at processing.core.PApplet.run(PApplet.java:1152)
at java.lang.Thread.run(Unknown Source)
java.lang.ArrayIndexOutOfBoundsException: 31
at rubicon.keyPressed(rubicon.java:495)
at processing.core.PApplet.handleKeyEvent(PApplet.java:1698)
at processing.core.PApplet.dequeueKeyEvents(PApplet.java:1674)
at processing.core.PApplet.handleDisplay(PApplet.java:1366)
at processing.core.PGraphics.requestDisplay(PGraphics.java:535)
at processing.core.PApplet.run(PApplet.java:1152)
at java.lang.Thread.run(Unknown Source)
[/code]

Looks like you are going one index to far when trying to copy?

Kevan (2006-10-14) Thanks, I thought I'd tested all permutations of this, but must have missed that one. It's now fixed, and I added a red border to the pasted rectangle, while I was there.

sluutthefeared (2006-10-15) Found another bug.
If you make a selection beginning with the first column you can't copy the selected area.

Kevan (2006-10-15) Fixed.

Lazyone (2006-11-07) I have noticed that when you copy some of the items are not copied and moved it will leave things that were to be copied over there

Kevan (2006-11-07) I have no idea what that sentence is trying to say. Can you build an example?

Djonn (2006-11-07) I think I know what Lazyone means, as I have this problem a lot.
When copying/pasting inside a level (i.e. not starting from scratch, but still in the sandbox), when you paste over existing stuff the result is quite unpredictable, as some of the existing values are overwritten (as expected), whereas others are left unchanged. In the same way, when deleting, not everything is deleted.

Kevan (2006-11-07) Oh, sorry, I was confusing myself by reading it as in-game copiers, rather than the copy-and-paste functionality, should have read the thread in context.

It looks like it's a problem with the blue-shaded "locked" squares, which are staying locked even in sandbox mode. I'll take a look into it later tonight when I've got a moment. Thanks.

Bucky (2006-11-08) I ran into the same problem.

Kevan (2006-11-08) Fixed in v1.20.

Archive your levels!

Kevan (2006-10-14) On reflection the save message was probably a bit terse (I've now made the warning more explicit), but if you don't use the warehouse link to name your level after you've saved it, then it [i]will be deleted[/i] when we need to make space on the server (given that the save directory is going to fill up with a lot of temporary work and duplication, over time).

If you're posting any levels to the forums, you should make sure that you've archived them permanently through the warehouse link, so that the server knows they're worth keeping, and so that the forum references will always work.

You don't need to click the warehouse link immediately after saving - if you visit the Warehouse now ([url]http://kevan.org/rubicon/warehouse.php[/url]), you can type in the names of your already-saved levels and fill in their details.

jf (2006-11-16) If and when you have an interface to list the contents of the warehouse, can you add a function to allow the designer of a level to delete it? I've saved junk in the warehouse now and then -- broken levels that I would delete if I could.

Zaratustra (2006-11-17) Kevan, maybe you could add a warning to levels that haven't been warehoused when you play them?

Kevan (2006-11-18) It seemed a bit hectoring, but yeah, maybe it's a good idea. v1.22 now has warnings.

Counting Problem

MagiMaster (2006-10-23) [level]SIVOVON[/level]

It's not all that difficult of a level, but I thought it might be worth posting, so here it is.  I'll try to post my solution before too long (but I've got other stuff to do, so it might be a little while).

SMK-CA (2006-10-23) Try [level]lebokub[/level] :D

adharris (2006-10-24) Here's mine: muhecyg

Kevan (2006-10-24) That's a brilliant use of winches. I came up with a similar but uglier solution in [level]kizifub[/level].

daniel (2006-10-24) Here is my solution: [level]zylehen[/level]. I made it before looking at the other ones. It generates crates at full speed but is otherwise similar to the ones posted above. I added a few redundant tiles just for symmetry.  ;)

MagiMaster (2006-10-24) Wow.  Those are all much better than mine ([level]CEHIBIT[/level]).  :P  ;D

caled (2006-10-25) http://kevan.org/rubicon/game.php?level=bybibuz
Mine's a bit different... its also by far the slowest

sluutthefeared (2006-10-25) Here's my attempt.
[level]sukipyr[/level]

Hand-E-Food (2006-10-31) Hooray!  [url=http://kevan.org/rubicon/game.php?level=rekydiv]REKYDIV[/url]

curly (2012-02-11) Solution using no gates [level]zypylyx[/level]

Idea

SMK-CA (2006-10-24) Would it be possible to set it up so that if you have more dozer's pushing on a smaller group of dozer's, then the larger group would move the smaller group?

Kevan (2006-10-24) It would, and it would be interesting to try it, but it'd also be a mistake to make any changes to the basic rules of the Rubicon universe, as this could alter the behaviour of existing machines and puzzles. I could possibly add a stage of "pick your laws of physics for this level" functionality, but there's not enough reason to do so, yet.

Race against time - mazydec

borogove (2006-10-24) The idea I was toying with here is that you have to try to get some work done (ie. sort out barrels 1 - 4) in a certain time limit.

[level]mazydec[/level] - [b]note[/b]: I've used an 'antisign' to restrict the pieces available to the player.  This doesn't always take effect immediately when you load the level: if you find that you've been granted access to copiers and conveyors, then switch to sandbox and back to game mode.

The intention of this level is that you have to sort out barrels 1-4 in time to get to barrel 5.  There is a very narrow window of opportunity in which to get everything to work - if you are too late, you lose.

The fun bit of design this level was trying to make sure there is no way of subverting the timer mechanism.  I think it's foolproof, but I expect someone will find a way of 'hacking' this level - ie. find a way of extending the window of time beyond what I intended!

I'd also be impressed if anyone can find a way of completing the upper part of the puzzle so quickly that they can get the bulldozer down to the 5 barrel before the 'timer' bulldozer..

Enjoy!

Borogove

daniel (2006-10-24) This was a bit tricky. My first attempt was to slow but I came up with a trick to save a few cycles. My solution is stored in the warehouse as [level]bonodut[/level].

borogove (2006-10-25) That works!

I've found two answers to my original challenge!

There's one very simple way of completing the challenge almost instantly.

It's also possible to slow down the timer-bulldozer by a couple of cycles - just enough that you can sneak the worker-bulldozer in ahead of it.  You have to cheat a bit though!

daniel (2006-10-25) [quote author=borogove link=topic=20.msg108#msg108 date=1161785350]
There's one very simple way of completing the challenge almost instantly.
[/quote]

Do you mean like this (rot13 to hide spoiler):
Fvapr oneeryf ner hfrq engure guna pengrf, lbh pna whfg chg sbhe arj oneeryf ba gur gnetrgf naq vtaber gur bevtvany sbhe.

Insanity (2006-10-25) Well, talking of cheats and subverting the timer... [level]meledih[/level] is a truly awful way of solving this one =P

borogove (2006-10-25) Yes - that's the very simple way that I had in mind!  Oops!!!

Kevan (2006-10-27) Due to a bug fix (the fact that barrels could trigger target matchers), this level is no longer solvable. Although it's no longer hackable with extra barrels either.

I've put a copy up with crates instead of barrels at [level]lizapav[/level]

Bucky (2006-11-03) Here's a related puzzle: berokyc

In this case, either getting to the end really quickly or subverting the timer is acceptable.

Djonn (2006-11-04) Bucky: I suppose [level]fakufih[/level] is what you had in mind.

Another fast puzzle:
[level]JYKUNIB[/level] (My solution:[level]jymoveg[/level])

Bucky (2006-11-05) [level]jobedob[/level] (solution: [level]vakomid[/level])

Then I combined the two techniques:
[level]vukilug[/level](solution:[level]sycubok[/level])

Bucky (2006-11-22) The new physics still allow for a similar problem to fast is good to be solved, as long as the crates get spaced out.
[level]mysybov[/level] (spoiler:vudohap)

jnz (2006-11-22) My solution to Fast is still good (mysybov): [level]xedygyb[/level]

PYSYDAG: A Binary Converter

adharris (2006-10-24) Here is my initial attempt at a binary converter.  Convert a string of binary digits into hex.  Mine only does 4 bits, and does it in an ugly brute force way.  Im working on one that will do longer strings in a more elegent method, but I thought I'd post this and let you all work on it with me.

Handi (2006-10-26) This is an upgrade of your converter, adharris. It uses relatively the same principle but it isn't tangled with pipes and has a cooler design  ;D
It's also a challenge, where you must put a specific string of 8 barrels to win. Oh yeah, and you also need to add another little thing to have the "Binary Machine" working properly, but I let you discover it by yourself !

Give it a try: [b][url=http://kevan.org/rubicon/game.php?level=todikic]todikic (The Binary Machine) [/url][/b]

Have Fun!

sluutthefeared (2006-10-26) Here's my binary converter. Takes a string of any length.
[level]zupulit[/level]

EDIT: Here's a small change, it now generates a unique string each time and puts it under the hex output.
[level]fibogyv[/level]

Handi (2006-10-26) Sweet

mlauenstein (2006-10-26) [quote author=Handi link=topic=21.msg122#msg122 date=1161822056]
This is an upgrade of your converter, adharris. It uses relatively the same principle but it isn't tangled with pipes and has a cooler design  ;D
It's also a challenge, where you must put a specific string of 8 barrels to win. Oh yeah, and you also need to add another little thing to have the "Binary Machine" working properly, but I let you discover it by yourself !

Give it a try: [b][url=http://kevan.org/rubicon/game.php?level=todikic]todikic (The Binary Machine) [/url][/b]

Have Fun!

[/quote]

Here's my solution to TODIKIC

http://kevan.org/rubicon/game.php?level=devyfog

Handi (2006-10-27) Here's how I planned it : [level]zobebod[/level]

ginkgo (2006-10-29) This is my binary Converter:

[url=http://kevan.org/rubicon/game.php?level=nunobyg]nunobyg[/url]

It's not as compact and sophisticated as sluutthefeared's version, but i think it's pretty robust and also takes strings of any length.

Edit: Here is a sped up version: [url=http://kevan.org/rubicon/game.php?level=mirurut]mirurut[/url]

sluutthefeared (2006-10-29) Nice solution ginkgo, runs much quicker than mine.

sluutthefeared (2006-11-30) I made another with the new physics. Can't make things full speed with the new physics, but this one is pretty fast.
[level]fesimoz[/level]

EDIT: err, this one doesn't work quite right.

Designing levels

borogove (2006-10-24) Some possible ideas for enhancements:
- Allow users to see the list of levels that they've saved in the warehouse.
- Have a 'next level' field in the warehouse, so that designers can create a series of challenges similar to the built-in levels.
- When a user loads a level from the warehouse, automatically switch into Game mode - and make sure that all the antisign objects are deleted from the toolbox.
- Don't allow the players to delete (or draw over) parts of the original level design (unless they switch to Sandbox mode).  Currently, players can just delete any bits of the level that are built out of pieces that are available in the user's toolbox.

Thanks!

Borogove

Kevan (2006-10-25) Exploring the warehouse was something I was going to implement eventually, but the 'next level' idea is a great one, I'll certainly bear it in mind.

The game-mode and antisign issues were bugs, and should both be fixed now.

As for deleting parts of the level design - I did think about this earlier in development, but it seemed clearer for a user who was halfway through solving a puzzle if they simply knew that [i]all[/i] girders could be deleted, rather than having to remember which were their own and which were the level designer's. This does put the onus on the level designer to be careful not to build puzzles which can be solved by erasing decoration, but if there's going to be an onus, that seems a more appropriate person for it to be on - there's plenty of other scenery to choose from.

I might be overlooking cases where you'd want to give the player specific components and allow them to use more of them, just not to delete the originals. It seems a very obscure thing to want, though, off the top of my head.

borogove (2006-10-25) Hi Kevan,

Thanks for the reply!

I appreciate that if this is an intentional design decision then it just makes things that much more challenging for the level designer to get it right.  However, as a player I think that I'd feel like I was cheating if I could only solve a level by deleting the original scenery...

I do think there could be cases where a designer might want to use playable pieces in the level design though: for example, see [level]tiratad[/level], which could be solved very easily by removing the turn signal. (There are other ways of solving that level though!)

One other idea in the same vein -- which would allow level designers to pose some more interesting challenges -- would be to have a type of tile that is only available in the sandbox (so it can't be deleted by players), which behaves the same as a blank square.  (It could appear dark grey instead of black).  This would allow the designer to create bits of a level that can't be filled in.  Could be used for a number of things: for example, to create holes that must be avoided, or to create an area in which bulldozers can't be turned back or blocked.

Also (just to keep you busy), it'd be great if you could restrict the player to certain numbers of each type of piece (like in Lemmings!).

I assume that we might also see something happening with the '$' amount that appears in the sandbox - for example, restrict players to having a limited budget to solve a particular level.

Ta,

Andrew

Travholt (2006-10-25) [quote author=borogove link=topic=22.msg111#msg111 date=1161787813]
Also (just to keep you busy), it'd be great if you could restrict the player to certain numbers of each type of piece (like in Lemmings!).
[/quote]

Nooooo, please don't! There's already enough of that type of game. I was delighted when I discovered that there were no restrictions, and that's exactly what's appealing with this game: Instead of trying to find a predefined solution -- you just use your brains and creativity.

Kevan (2006-10-27) I don't know, I think I'd feel that the [i]designer[/i] was probably cheating, if the only way I could complete a level was to erase its scenery. Maybe if I can think of a way to automatically distinguish fixed scenery from user-placed scenery - I'm not sure if Processing has any easy way to colour-tint sprites...

Good point about the turn signal. Maybe another antisign-type component that means the player can't place or erase anything adjacent to it?

The blank square thing seems like a useful idea, and has now been added. The Lemmings thing is something I'd considered for designers who wanted to use them (probably as an antisign-type block where you put the relevant block above it, and a barrel below showing how many can be used), but I won't get around to it just yet.

Rene (2006-10-28)
First of all, great game, Kevan! The pieces have just the right combination of usefulness and limitation. I also like graphics design.

I have to say, I agree with borogrove. As a puzzle solver, I find it awkward that I have to remember which parts I have added in an attempted solution, and which parts were there originally. When I am stranted halfway through a attempt, I typically just load the level anew, instead of painstakingly removing my own parts.
There are plenty of nice and fun levels out there that would be very easy when you remove parts of the original design (see e.g. [level]jatelab[/level]).

It doesn't help that the "clear" button removes all pieces, instead of returning you to the original puzzle (did it do that in the basic levels as well ???)

But besides this minor annoyance, I tremendously enjoy the game and all the creative puzzles since I found it on JayIsGames

Rene

SUXUNYD - Help! I've forgotten the solution!

borogove (2006-10-24) I'm pretty sure this level is solvable!

I had a working solution - then I deleted all the supporting pieces and added a bit of decoration.  Now I can't remember how I got a solution.

Any takers?

[level]suxunyd[/level]

daniel (2006-10-24) Here's my take on it: [level]gytadon[/level]

borogove (2006-10-24) That works. I should have made it clearer: the solution I was looking for involved only barrels!

Try [level]GEBAPAC[/level], which makes the intent slightly more explicit.

You'll be pleased to know that I've found the solution again!

daniel (2006-10-25) Oh, that made it much harder. I found the solution [level]gikogid[/level] mostly by trial and error.

vinzomatik (2006-10-25) here is a simple solution for the first one
http://kevan.org/rubicon/game.php?level=vegiged

happycloud (2006-10-26) my solution to the harder one [b]cyconez[/b]

jnz (2006-10-28) Another solution for the hard version: [level]bigufed[/level].  I think it has a certain symmetry to it.

gfgfgfg (2007-01-18) Easy = [level]lagibus[/level]
It's SO SIMPLE!!

SM (2007-01-18) [level]dotebop[/level]

solution in six ticks

jf (2007-01-18) Solution to bigufed in 10 ticks: [level]hycubob[/level]. (First, I came up with [level]jipovax[/level], then I looked at jnz's solution and optimized mine a bit.)

Gameman (2007-01-26) [level]suxunyd[/level]:[level]pugydyh[/level]

rihodym: binary sorter

Mystiq (2006-10-24) I know it's very simple, but I started out trying to make the fibonacci sequence, and failed miserably. :)

borogove (2006-10-24) [level]ZEFYGET[/level] - a completely unoptimised hexadecimal little-endian 2-digit fibonacci counter.

That leaves plenty of scope for improvement...

Mystiq (2006-10-25) foferak

I made it look better, added a display on the right, and shrunk it. The long path for the dozer on the right is to give the random crate generator time to fill up the system. In fact, I shrunk it so much that some of the "pipes" get overloaded and it causes some number slots to halt.

All of the furnaces are because I noticed it was dumping numbers in the wrong slots due to overflows.

finka (2006-10-25) The octal serial adder [level]doretog[/level] I made awhile ago is set up to generate the Fibonacci sequence, with an expandable number of digits.  You could get one in hex by using the adder component from Daniel Nilsson's [level]xobacek[/level]. 

sluutthefeared (2006-10-25) I thought the fibonacci sequence would be interesting so I tried it out.
[level]gysypop[/level]
I couldn't think of a way to make it go any faster but maybe I'll try a 3 or 4 digit one later.

Railway Shunting Puzzles

John259 (2006-10-25) Has anybody tried to construst railway shunting puzzles in Rubicon? Would it be possible?

For example:

--- Two long trains passing each other on a single-track railway line at a short passing loop which isn't long enough to hold either train. This manouvre is called a double saw-by I believe.

--- A long train turning round at a small reversing wye (EDCBA becomes ABCDE).

--- Rather more advanced: Inglenook and Timesaver (see Wikipedia articles and their links).

John

simple........

james (2006-10-25) [url]http://kevan.org/rubicon/game.php?level=gumuhud[/url]


this is number 12, but i can't solve it..

TfGuy44 (2006-10-26) My answer was [level]jaruvah[/level].

Hand-E-Food (2006-10-30) Another way to get there... [url=http://kevan.org/rubicon/game.php?level=DIGYBYB]DIGYBYB[/url]

ukelele: i'm stumped

Mystiq (2006-10-25) I got through all the others pretty easily, but I'm totally stuck here.

james (2006-10-25) JOTUFIG

half assed, but that was my solution XD

Travholt (2006-10-25) And here's mine: [level]mamocig[/level]

Made a funnel (I seem to like them) and went with what came out of that. For fun I tried using as few dozers as possible while also using a low number of other pieces. There might be a way to use only two dozers too, but it's bedtime! ;)

sluutthefeared (2006-10-25) Here's a different design with 1 funnel and 1 dozer Travholt.
[level]rarakih[/level]

Djonn (2006-10-26) My solution (simpler I believe): [level]covuvuz[/level]

james (2006-10-26) http://kevan.org/rubicon/game.php?level=sugefep

Twee (2008-11-23) When I first discovered this game, my Level 11 solution was a mess of dozers and conveyor belts. Here's my 14-tick solution: [level]hagecut[/level]

ddsdiur (2008-11-23) [level]dyvovok[/level]

Timing is the hard part for me

Bucky (2008-11-24) Actually, my favorite solution to ukelele is the horribly-overkill programmable device demonstrated in [level]zebatyd[/level].  Warning: contains massive spoiler!

jf (2008-12-02) Here is a solution using only 17 pieces: [level]nuvydeb[/level]

TTTPPP (2011-05-26) Here's a solution only using downpipes, conveyors and girders: [level]jaresyv[/level]

the inferno

FL4WL3SS (2006-10-25) I just finished this one. Check it out!

[level]xagadyn[/level]

-FL4WL3SS

Handi (2006-10-26) I guess you had the old version of the game  :-\
You can't complete the top ones because of the furnaces!

FL4WL3SS (2006-10-26) Yeah, that was the point, to have it continue, as long as you got the 0 and F up there!

Here is my design for it:

modified: [level]morybyk[/level]

-FL4WL3SS

daniel (2006-10-26) My solution is in the warehouse as [level]gudepyk[/level]. It's a bit slow, it might take considerable time before it puts all crates in the right positions. The furnaces are no problem, you can make the lights green anyway.

Flarg (2006-10-26) Speed is gated by how quickly the center dozer sweeps.  Slight optimization:

[level]bybasif[/level]

FL4WL3SS (2006-10-26) Hmm... I guess I could take a pointer on those top one's to keep it green. I need to make a modification to my own design ;)

Good work!

-FL4WL3SS

Prox (2006-10-26) Here's my solution: [level]fonygib[/level]

My biggest trouble was getting the crates up to the top, until I hit upon the copier trick.

daniel (2006-10-26) Here's my new solution: [level]patuguh[/level].
The idea is the same as in my old solution but this one is faster and it looks nice too.  ;D

FL4WL3SS (2006-10-26) Nice work everyone!

-FL4WL3SS

Handi (2006-10-27) Nice Job, FLAWLESS
I've made something quite original here  8)
[level]vyvocod[/level]
A lot of decorations

Handi (2006-10-27) Oh Daniel, I see you too you used the copier-furnace trick to replace pipes! It works nicely, ah?  :)

Mr K (2006-10-28) Here's another shot: [level]doxuzus[/level]

dacodemasta (2008-04-17) and heres mine :)
[level]cuzicig[/level]

immibis (2008-04-18) [level]rifikop[/level]

HEPABAL - Very large incrementer (64 hexidecimal places)

asterick (2006-10-26) I'm not taking full credit for this, as I didn't come up with the thing entirely by myself (the carry logic for instance)

I think this is the largest incrementer possible (I think)

[url]http://kevan.org/rubicon/game.php?level=HEPABAL[/url]

Bucky (2006-11-04) That doesn't work all the way.  The first 16 digits go just fine, but then on the next carry it increments the rest of the system!

daniel (2006-11-04) No, it works fine as far as I can see. It's just that the count doesn't start at zero but at -256 (if interpreted as a 2's complement number) and than all the Fs are changed to 0s when it goes from negative to positive. I guess asterick made it that way to show that the caries work (or else you would have to wait an eternity to see them all change).

william (2007-04-13) how did you watch it for that long

Hyenas Here (2007-04-13) [quote author=william link=topic=29.msg2494#msg2494 date=1176474720]
how did you watch it for that long
[/quote]

It only takes approx 256 tics. This is the point where the first two crates reach F (16 digits for the second crate, or 256 if the first 16 cycle 16 times) , "carrying" the next digit all the way down the line.

Gorgeous work asterick.

Bucky (2007-04-13) Here's an even larger one with 80 digits and a faster carrying between rows.  It's based on the same mechanism, but the removal of all the furnaces except for the last one allowed me to collapse three rows at the top of each layer into a single row.  [level]rybicol[/level].

Binary Machine

Handi (2006-10-26) Hello, I've made a 8-bit binary to hex converter, which is also a nice but fast game.
I've already posted it in the design contest, [b][url=http://kevan.org/rubicon/forums/index.php?topic=21.0]here[/url][/b].
You can also access it directly at [b][url=http://kevan.org/rubicon/game.php?level=todikic]todikic[/url][/b].
Enjoy !  :)

Counting Problem 2

MagiMaster (2006-10-26) [level]CYLOMEZ[/level]

Here's a different kind of counting problem.  Unfortunately, I can't figure out a good way to prevent the player from just filling in the box at the bottom and blocking up the barrels at the top.  The idea is to count out the right number of barrels from the top to get the bulldozer across.

Here's my solution: [level]LONOHEV[/level]  (There are probably better solutions.)

SM (2006-10-26)
A little bit more stuff than necessary in my solution, but hey isnt' that the point?

[url]http://kevan.org/rubicon/game.php?level=NYBEVUC[/url]

daniel (2006-10-26) Here is my solution [level]jubises[/level]. It looks like we came up with slightly different solutions. I think I like SM's the most because it doesn't depend on timing.

Tiralmo (2006-10-26) Thinning the stream and delaying a few barrels results in a working solution of [level]xibecek[/level] which goes on to trap the dozer and fill half the screen.

Handi (2006-10-27) Here's my solution...  [level]xekyfat[/level] ... I just realised it was rougly the same thing as yours, Magi !

meeple (2006-10-27) hixeled

More complicated, but it actually counts the barrels.

sluutthefeared (2006-10-27) [quote author=meeple link=topic=34.msg171#msg171 date=1161960312]
hixeled

More complicated, but it actually counts the barrels.
[/quote]
That's really cool, I like the key and the duplicator/pipe/furnace to increment the counter. I've been using adders and subtracters to do (X+1)-X to get a 1 into the counter when a box passes.

MagiMaster (2006-10-27) If anyone's interested, here's an updated version using the new fixed blank tile (and slightly less time on the bulldozer).  [level]BIXUDYN[/level]  Most of the existing solutions will still work fine (probably all of them).

HIXELED and NYBEVUC are more like what I had in mind (even though I didn't work it out myself) since they didn't depend on timing to stop the barrels.  NYBEVUC might now work because of the closer bulldozer, but it shouldn't be hard to make it run faster.

MagiMaster's Simple Puzzles

MagiMaster (2006-10-27) Instead of creating a new thread for every new puzzle I make (especially when they're little ones) I'll just post most of my new levels here.

[b]Tiny 1:[/b] [level]XUXUBES[/level].  My solution [level]GIXYGIH[/level].  (Is there something like a spoiler tag that can be used for solutions?)
[b]Tiny 2:[/b] [level]MIRENUV[/level] (originally [level]FASOLEN[/level]).  My solution [level]ZURUHEX[/level].
[b]Tiny 3:[/b] [level]HYBIXEX[/level] (originally [level]DYTADAM[/level]).  My solution [level]VUSIFYV[/level].
[b]Tiny 4:[/b] [level]RITINEZ[/level].  My solution [level]LECODED[/level].
[b]Tiny 5:[/b] [level]FENORIV[/level].  My solution [level]DIMYDUH[/level].
[b]Tiny 6:[/b] [level]KECYNYG[/level].  My solution [level]TOVUNAD[/level].
[b]Tiny 7:[/b] [level]GAPUSIR[/level].  My solution [level]LADALIV[/level].
[b]Tiny 8:[/b] [level]GEBYFYR[/level].  My solution [level]LIHUHOC[/level].
[b]Tiny 9:[/b] [level]FUBIBYH[/level].  My solution [level]FEPECUR[/level].

[b]Passing Trains 1:[/b] [level]MAHYTOH[/level].  My solution [level]BAHYFOT[/level].  (BTW, this is based on the train shunting idea in the design discussion folder.)
[b]Passing Trains 2:[/b] [level]CELALAL[/level].  My solution [level]CUFAZYT[/level].
[b]Passing Trains 3:[/b] [level]PIDUGOS[/level].  My solution [level]GEGIBYG[/level].  (There are better ones below.)
[b]Passing Trains 4:[/b] [level]FYSOXIH[/level].  My solution [level]FYDOHAN[/level].
[b]Passing Trains 5:[/b] [level]DOMEDYG[/level].  My solution [level]PASUFUG[/level].
[b]Too Many Trains:[/b] [level]KYHEHAR[/level].  (This was just made as an experiment.)

[b]Counting Problem 1:[/b] [level]SIVOVON[/level].  My solution [level]CEHIBIT[/level].  (From [url=http://kevan.org/rubicon/forums/index.php?topic=18.0]here[/url].)
[b]Counting Problem 2:[/b] [level]CYLOMEZ[/level].  My solution [level]LONOHEV[/level].  (From [url=http://kevan.org/rubicon/forums/index.php?topic=34.0]here[/url].  Here's a slightly modified version: [level]BIXUDYN[/level].)
[b]Counting Problem 3:[/b] [level]NEKIBOZ[/level].  My solution [level]HYFENUT[/level].
[b]Counting Problem 4:[/b] [level]SEXUDUB[/level].  My solution [level]COTUNAT[/level].

[b]Decryption 1:[/b] [level]SISOGEM[/level].  My solution [level]PILOBYC[/level].
[b]Decryption 2:[/b] [level]FUKIXEP[/level].  My solution [level]KOXACOT[/level].
[b]Decryption 3:[/b] [level]MOZEXAD[/level].  My solution [level]RERUPUG[/level].
[b]Decryption 4:[/b] [level]CUDUZUC[/level].  My solution [level]HEPOFYP[/level].
[b]Decryption 5:[/b] [level]LYBABUV[/level].  My solution [level]DOTYTAV[/level].
[b]Decryption 6:[/b] [level]ZUNACIG[/level].  My solution [level]DUBERIC[/level].

[b]Catch 1:[/b] [level]SOGUFED[/level].  My solution [level]XEGUDUT[/level].
[b]Catch 2:[/b] [level]PIHINOM[/level].  My solution [level]CIHADEB[/level].

[b]Matching Problem 1:[/b] [level]TECYCYR[/level].  My solution [level]VYHUTIN[/level].
[b]Matching Problem 2:[/b] [level]XYMOGAH[/level].  My solution [level]LYBUXAB[/level].
[b]Matching Problem 3:[/b] [level]MYMOBOK[/level].  My solution [level]XOXEXYF[/level].
[b]Matching Problem 4a:[/b] [level]BUCYHIN[/level].  I haven't solved it yet.
[b]Matching Problem 4b:[/b] [level]XYZUTEM[/level].  I haven't solved it yet either.  (This is a slightly easier version of 4a.)

[b]Goldmine 1:[/b] [level]COPUVOD[/level].  My solution [level]BYCYSEV[/level].
[b]Goldmine 2:[/b] [level]TAKONIK[/level].  My solution [level]POSIPOB[/level].

[b]The Wall 1:[/b] [level]CUDUSAL[/level].  My solution [level]GABOBOH[/level].
[b]The Wall 2:[/b] [level]TYZAVAD[/level].  My solution [level]PEHOBYG[/level].
[b]The Wall 3:[/b] [level]SUCUDOB[/level].  My solution [level]BONYTIG[/level].
[b]The Wall 4:[/b] [level]BIDODYS[/level].  My solution [level]VOZUSUS[/level].

[b]Diabolical Machine 1:[/b] [level]TOHOGIR[/level].  No solution yet.

Here's Mr. K's puzzles posted in this thread:
[b]Trains:[/b] [level]NICITYZ[/level]
[b]6 Trains:[/b] [level]ZIPOXOH[/level]

And Lazyone's:
[b]Decypher:[/b] [level]XOCACAP[/level]

Also, 20eight managed to solve Too Many Trains: [level]RAGONYM[/level] (although not in the intended way :D)

Handi (2006-10-27) xuxubes is a really simple one. Here's a 2 min solution: [level]nebomid[/level]
It's interesting to do though. Nice idea, keep going  ;)

Aioua (2006-10-27) My solution to MAHYTOH... [url=http://kevan.org/rubicon/game.php?level=DOPESOH]dopesoh[/url]

Handi (2006-10-27) MAHYTOH: [level]mygunav[/level] (I tried some new tricks)

jf (2006-10-27) Nice levels. My solution to mahytoh: [level]jygyzat[/level]

sluutthefeared (2006-10-27) My solutions:
xuxubes - [level]nuvecek[/level]
mahytoh - [level]fekibyx[/level]

jf (2006-10-27) Very nice solution fekibyx -- I like how the one train stops at the cross-over to let the other train pass. Excellent.

Kevan (2006-10-27) Fun problems. My solutions are [level]jolavyr[/level] and [level]syzyboz[/level].

sluutthefeared (2006-10-27) Here's a slightly modified version of my previous solution to mahytoh - [level]jogonot[/level]

daniel (2006-10-27) Nice puzzles and nice solutions. This is how I solved them: [level]cybobal[/level], [level]hulukux[/level].

MagiMaster (2006-10-27) Here's another passing trains puzzle.  [level]CELALAL[/level]  (My solution [level]CUFAZYT[/level])

For the train puzzles, hard mode would be "don't use bulldozers or duplicators".  JOGONOT is a really cool solution for the first one.   ;D

Edit: Actually, here's a better (hard mode, and possibly minimal solution for CELALAL: [level]KUGIDEK[/level])

sluutthefeared (2006-10-27) [quote author=MagiMaster link=topic=35.msg201#msg201 date=1161989457]
Here's another passing trains puzzle.  [level]CELALAL[/level]  (My solution [level]CUFAZYT[/level])

For the train puzzles, hard mode would be "don't use bulldozers or duplicators".  JOGONOT is a really cool solution for the first one.  ;D
[/quote]
Here's a quick solution.
[level]jylumic[/level]
I don't really like it though, I'm going to try something closer to jogonot, where they don't trade off cargo.

Mr K (2006-10-28) Here's a simple solution to xuxubes using tanks: [level]jabicyz[/level]
Here's one without: [level]cegahug[/level]
Here's one for mahytoh: [level]gizogig[/level]

MagiMaster (2006-10-28) I'll add this one as well, even though I'm not entirely sure it's solvable.  [level]PIDUGOS[/level]  I'll post my solution if/when I find one.  ;)

zxo (2006-10-28) my solutions:

xuxubes:  [level]cydexus[/level] -- rather different; not quite as elegant as some of the others, even though I only move 2 blocks
mahytoh: [level]fygumof[/level] -- a bit different
celelal: [level]gamymor[/level] -- pretty similar to the ones already there

Mr K (2006-10-28) [quote author=MagiMaster link=topic=35.msg219#msg219 date=1162014868]
I'll add this one as well, even though I'm not entirely sure it's solvable.  [level]PIDUGOS[/level]  I'll post my solution if/when I find one.  ;)
[/quote]

Here's a solution: [level]tydoboc[/level]

jf (2006-10-28) This was a very interesting and tough challenge with your puzzle [level]PIDUGOS[/level]. Here is my solution: [level]hexicoh[/level] (inspired by the elegant technique in [level]jogonot[/level].) I wanted to avoid the drop chutes but I can't stay up all night.

Rene (2006-10-28)
Wow! That was a tough one [level]PIDUGOS[/level]. Very nice puzzle.

Here is my solution:
[level]cehuloz[/level]

Rene

20eight (2006-10-28) I'm new to the site, so my attempt at [level]PIDUGOS[/level] is nearly as graceful as the ones already posted; but here it is: [level]DIPIMYZ[/level]

Mr K (2006-10-28) [quote author=20eight link=topic=35.msg239#msg239 date=1162061249]
I'm new to the site, so my attempt at PIDUGOS is nearly as graceful as the ones already posted; but here it is: DIPIMYZ (sorry, I don't know how to do the hyperlink yet).
[/quote]

There's a button on the post page, above the smilies and to the left.

MagiMaster (2006-10-28) Phew. I finally finished my solution.  Talk about a Rube Goldberg machine.  [level]GEGIBYG[/level]  I had to use both copiers and extra dozers.  Oh well.  :D

Do you think it'd be possible to make one of these puzzles that couldn't be solved (other than for lack of space)?

Here's a new puzzle, Tiny 2: [level]FASOLEN[/level].  My solution is in the first post.

Lazyone (2006-10-28) My solution for fasolen is http://kevan.org/rubicon/game.php?level=zabomyd

Kevan (2006-10-28) Nice use of the locked blanks. My solution to fasolen: [level]debuzus[/level].

MagiMaster (2006-10-28) Thanks.  It's a little surprising that DEBUZUS doesn't get the crates backwards.  ;D

Handi (2006-10-28) yeah, [level]pidugos[/level] was definetely something (still, it was easier then the Clock of Doom by Lazyone, [level]zoxakin[/level], [url=http://kevan.org/rubicon/forums/index.php?topic=37.0]Click[/url] for the thread)

The main difficulty I had is that I thought it would be TOO easy, so I allowed too little space for the swapping of the top ones.
Here's my messy solution :

pidugos : [level]pybedyr[/level]

And here's for fasolen : [level]gedokob[/level]  ;D

Mr K (2006-10-28) [quote author=MagiMaster link=topic=35.msg241#msg241 date=1162064607]Do you think it'd be possible to make one of these puzzles that couldn't be solved (other than for lack of space)?[/quote]

Well, you run out of different crate symbols real fast. You having to start reusing crate symbols, which lets the builder choose different finishing locations than intended. So you need to leave it up to them to keep to the spirit intended. But if space isn't an issues, then you could make one of these with an infinite number of trains, and it'd still be solvable in the spirit intended. As long as there's enough room, it can be done.

Here's one with six trains: [level]zipoxoh[/level] The train stations are slightly altered in a way that don't change function, just allow for more space, just in case there's a space issue like you brought up. Notice that the two new stations are forced to use the same symbols, in reverse order.

Here's a solution keeping with the intended spirit of the puzzle: [level]fokehur[/level] Most of the original tractors either kept their freight or traded for new freight. Only the top two tractors were replaced. I don't know if I could've made them push freight into their stations.

I think an eight train level would be solvable. There's not enough room for ten train level.

MagiMaster (2006-10-29) I think you could make the train cargo something like 011 and 233 instead of 123 and 456.  It shouldn't invalidate any existing solutions, and shouldn't admit many significantly new ones either.  Then you'd have crates for 8 trains.  If you wanted to get technical, you could use certain sets of permutations to make even more trains.  For example, 012, 234, 035, 146, 567, etc.  (Anyone see the pattern?  You can get at least 10 groups like that.)  If you didn't care about reversing the trains, you could just use 000, 111, etc.

Just for as an experiment I made this one: [level]KYHEHAR[/level]

(BTW, I like your stations.  Much more compact than mine.)

One more thing, here's another Tiny puzzle I made earlier but didn't post (due to lag).  [level]DYTADAM[/level]

Nic (2006-10-29) DYTADAM brute-forced: [level]vovymel[/level]

There's [i]definitely[/i] a more elegant solution.

Mr K (2006-10-29) [quote author=Nic link=topic=35.msg271#msg271 date=1162102870]
DYTADAM brute-forced: [level]vovymel[/level]

There's [i]definitely[/i] a more elegant solution.
[/quote]
Try this: [level]gimyluv[/level] ;D

MagiMaster (2006-10-29) That certainly is an elegant solution.  My reponse to that was to make these: [level]MIRENUV[/level] and [level]HYBIXEX[/level].  ;D

jf (2006-10-29) Here is my solution to DYTADAM: [level]kebuneb[/level]. (This solution also works for HYBYXEX.)

daniel (2006-10-29) Here are my solutions:
Tiny 2 & Tiny 2b: [level]tirekox[/level].
Tiny 3: [level]cykicos[/level].
Tiny 3b: [level]bumybyz[/level]

MagiMaster (2006-10-29) Here's two new Passing Train puzzles.  They're a little different that the others.  [level]FYSOXIH[/level] and [level]DOMEDYG[/level].

Lazyone (2006-10-29) My solutions are http://kevan.org/rubicon/game.php?level=rekohot

and http://kevan.org/rubicon/game.php?level=rogadom


Nice levels Magi

daniel (2006-10-29) Here's my solution to Passing Trains 5: [level]vylobad[/level].

20eight (2006-10-30) my solution to [level]fysoxih[/level]:

[level]rugoxyt[/level]

Mr K (2006-10-30) You're gonna hate me Magimaster: [level]fovohub[/level]  :) (you should force two more spots blank)
Solutions to tinies: [level]lonafad[/level], [level]pubonyh[/level]

Try this tiny: [level]bovuzat[/level]
and this trains: [level]nicityz[/level]

Mr K (2006-10-30) Here's a different delayed trains: [level]hidudud[/level] I wanted to greatly increase the difference time between the different gates opening, so I slowed down the RNG.

20eight (2006-10-30) my solution to[b] passing trains 5[/b]:  [level]giteden[/level]

MagiMaster (2006-10-30) Yeah.  There should be two more forced blanks in that level then.   :D  (And [level]BOVUZAT[/level] and [level]NICITYZ[/level] are pretty cool.)

Unfortunately, [level]HIDUDUD[/level] still causes the trains to leave at about the same time fairly often.  It's due to the distribution used.  Both trains leave at the first 0, which is a geometric distribution.  Looking up the mean and variance, the trains will, on average, leave on the 16th barrel and something like 2/3 of the trains will leave withing the first 32 barrels.  To make them less likely to leave near each other, a two digit counter with random initial digits would work better.  (That'd be a uniform distribution.  On average they'd leave after 128 barrels and 2/3 within +/-73 of that.  [Not exactly, but close enough.])

jf (2006-10-30) Here is my solution to Passing Trains 4: [level]hanuzax[/level]. I keep the trains intact with their original boxcars, in order, for the duration of the trips, and track switching is controlled by train position, completely independent of departure time. Enjoy!

Lazyone (2006-10-30) the solution for nicityz   [level]kubybix[/level]

Mr K (2006-10-30) I solved the trains in the middle here: [level]dagovys[/level] I even made all four train cross paths at the exact same spot.

[quote author=MagiMaster link=topic=35.msg317#msg317 date=1162191167]
Yeah.  There should be two more forced blanks in that level then.  :D  (And [level]BOVUZAT[/level] and [level]NICITYZ[/level] are pretty cool.)

Unfortunately, [level]HIDUHUD[/level] still causes the trains to leave at about the same time fairly often.  It's due to the distribution used.  Both trains leave at the first 0, which is a geometric distribution.  Looking up the mean and variance, the trains will, on average, leave on the 16th barrel and something like 2/3 of the trains will leave withing the first 32 barrels.  To make them less likely to leave near each other, a two digit counter with random initial digits would work better.  (That'd be a uniform distribution.  On average they'd leave after 128 barrels and 2/3 within +/-73 of that.  [Not exactly, but close enough.])
[/quote]

Yeah, of course the randomness of the barrels are isn't changing. The time between each was changed. If you are generating one every turn, you're average gate opening is going to be at the 16th turn, with a majority being between the 8th and the 24th turn. Your average difference in openings will be around 16 (24 - 8)turns.

But slow down the rate of barrels to say, one every five turns, then your average opening wil be on the 80th turn (still 16 barrels) with a majority being between the 40th turn and the 120th turn. Your average difference in openings will now be 80 turns (120 - 40). That's 64 more turns of action generally possible (on average) than the other way.

If that doesn't convince you try the opposite direction. speed up the RNG to 16 barrels a turn. Most of the time, the gates will open the exact same turn. you won't have any difference at all. The speed of the RNG matters.

It should be obvious from just trying it, too. With the slowed down RNG with a flat track between trains (like here: [level]nakenib[/level]), most of the time only one train even makes it out the gate, because the other train has already come the whole distance across. With the speedy RNG, that hardly ever happens. The difference in time between openings is much smaller.

No, I haven't changed how often the number zero is generated. I just stretched out the time between each zero (the the number of barrels between hasn't changed, and doesn't need too).

A two digit RNG isn't necessary. You adjust the tractor path length , the number of barrels dropped per tractor circuit, and the base barrel that you are measuring against. Watch the difference gate openings in this example: [level]vagunib[/level] Each train must race to cross the finish line (four screen lengths away) before the other train even starts. And one train usually does win. Try this marathon with a speedy RNG, and the trains will meet in the middle most of the time, losing before getting half a screen length.

MagiMaster (2006-10-30) Yeah.  I know that slowing down the barrels does make the average time between trains greater.  All I'm saying is that for the number of barrels generated, a uniform distribution has a better average difference.  (And you usually don't have to wait so long for the first train to leave.)  Here's my example: [level]BEGUSYT[/level]

Also, here's a new Tiny puzzle.  [level]RITINEZ[/level]

daniel (2006-10-30) [level]kyfodih[/level] is my take on Tiny 4.

MagiMaster (2006-10-30) Here's one more Tiny puzzle.  (I need to make more Counting puzzles now.  ;D)  [level]FENORIV[/level]

jnz (2006-10-30) My solution to RITINEZ: [level]diduhok[/level]

FL4WL3SS (2006-10-30) FENORIV: [level]lyxybyc[/level]

This one was fun, nice design!

-FL4WL3SS

daniel (2006-10-30) I first made a solution to FENORIV (Tiny 5) that used only one of the crates. Then I though that a solution that used all three crates was more in the spirit of the puzzle. This is what I ended up with: [level]xiriked[/level]. (I think it's a bit bizarre that a dozer can drive on top of another moving dozer).

SM (2006-10-30) FENORIV:


[url]http://kevan.org/rubicon/game.php?level=labugud[/url]

FL4WL3SS (2006-10-30) You know what else is a bit odd about dozers? Check this out

[level]vyxygil[/level]

Find it interesting that when a dozer is pushing a barrel another dozer can ride on top of the barrel!  ???

-FL4WL3SS

MagiMaster (2006-10-31) New Counting puzzle.  (Not a great one, but still.)  [level]NEKIBOZ[/level]

jnz (2006-10-31) My solution to NEKIBOZ: [level]guzuroh[/level]

daniel (2006-10-31) Here is my Counting Problem 3 (NEKIBOZ) solution: [level]bohizyt[/level].
I must say that guzuroh looks so cool!

FL4WL3SS (2006-10-31) My solution to NEKIBOZ

[level]kavepod[/level]

-FL4WL3SS

zxo (2006-11-01) solutions to Simple 4 and 5

[level]pydofud[/level]
[level]ragireb[/level]

Mr K (2006-11-01) I just remember that there's no need to use forced blanks to stop someone from put a prop in front of a key. The sand box has the parts to make keys start extended.

Here's my solution to nekiboz: [level]pefepyc[/level]

jf (2006-11-01) I finally finished my solution to "6 Trains" [level]ZIPOXOH[/level] posted by Mr K in this thread. You could mention that puzzle at the top of this thread, grouped alongside the other "Passing Trains" puzzles, which, by the way, was a great idea for a puzzle theme!

I set out to solve 6 Trains with these goals: (1) original boxcars arrive at destination, (2) while maintaining their starting order along the entire path, and (3) with no added dozers.

Enjoy: [level]hitafim[/level]

PS. This particular puzzle ate my brain at a time when I needed some distraction, but I will not be attempting Too Many Trains!

Mr K (2006-11-01) Wow jf. I'm going to have to study that solution you made for 6 trains. It's full of so many tricks and ideas.

FL4WL3SS (2006-11-01) Wow, yeah I agree with Mr. K, thats impressive jf. I'm gonna have to take a look at that further. Good work!

-FL4WL3SS

20eight (2006-11-01) my tiny 5: [level]buromon[/level]

MagiMaster (2006-11-01) Here's a new one: [level]SOGUFED[/level]

(Also, I collected all of the puzzles from other people posted in here.  [I found 3 from Mr. K.]  I added them to the first post.)

jnz (2006-11-02) My solution to SOGUFED: [level]midugip[/level]

FL4WL3SS (2006-11-02) My solution to SOGUFED

[level]puxegeg[/level]

-FL4WL3SS

FL4WL3SS (2006-11-02) Ha, jnz, thats a great solution! I like it a lot, totally simple, but pretty sharp.

-FL4WL3SS

Lazyone (2006-11-02) Nice level here is my solution [level]nimizeb[/level]

Blargh (2006-11-02) my solution to sogufed: [level]kybedum[/level]

MagiMaster (2006-11-02) Here's Tiny 6: [level]KECYNYG[/level]   ;D

Edit: I just saw [level]KYBEDUM[/level].  All dozers is a very cool way to solve that one.  ;D

Lazyone (2006-11-02) Nice solution Blargh and here i was making it all complicated.

Here is my solution to tiny 6 [level]jamiceg[/level]

daniel (2006-11-02) Here's my solution to Catch: [level]hidaveg[/level]. Done prior to looking at other solutions as always.

jnz (2006-11-02) My solution to Tiny 6 (KECYNYG): [level]fovacyh[/level]

zxo (2006-11-02) Tiny 6 solution: [level]xenykah[/level]

I had one for Catch too, but I accidentally closed the window before I copied the puzzle name.  Besides, it wasn't as cool compared to some of the others (nice work, guys!)

Mr K (2006-11-02) Here's my Catch solution: [level]gynabeg[/level]

(The tiny level I created is totally not solvable. There's no need to put it on the first post.

Hand-E-Food (2006-11-03) Lots of fun!  My solutions:

[b]Passing Trains 1:[/b] [level]MAHYTOH[/level]: [level]ziloxyb[/level]
[b]Passing Trains 2:[/b] [level]CELALAL[/level]: [level]bedupog[/level]
[b]Passing Trains 3:[/b] [level]PIDUGOS[/level]: [level]zahefoh[/level]
[b]Passing Trains 4:[/b] [level]FYSOXIH[/level]: [level]sibonis[/level]
[b]Passing Trains 5:[/b] [level]DOMEDYG[/level]: [level]buvosud[/level]
[b]Too Many Trains:[/b] [level]KYHEHAR[/level]

[b]Counting Problem 1:[/b] [level]SIVOVON[/level]: [level]rekydiv[/level]
[b]Counting Problem 2:[/b] [level]CYLOMEZ[/level]: [level]zekyrid[/level]
[b]Counting Problem 3:[/b] [level]NEKIBOZ[/level]: [level]befasuk[/level]

[b]Catch:[/b] [level]SOGUFED[/level]: [level]lybeniz[/level]

[b]Tiny:[/b] [level]BOVUZAT[/level]: Is it at all possible to get the "2" in place?
[b]Trains:[/b] [level]NICITYZ[/level]: [level]nizicap[/level]
[b]6 Trains:[/b] [level]ZIPOXOH[/level]: [level]dutigeh[/level]

MagiMaster (2006-11-03) [quote author=Mr K link=topic=35.msg453#msg453 date=1162498970]
The tiny level I created is totally not solvable. There's no need to put it on the first post.
[/quote]

I didn't really think it was, but I couldn't be sure.  I'll remove it from the list then.

jf (2006-11-05) My Tiny 6 solution: [level]kofelys[/level]

jf (2006-11-05) My solution to Catch [level]SOGUFED[/level]:  [level]gylygyn[/level]. *** SPOILER...?*** I'm using the horsie-ride and walking-on-fire tricks I've seen in other puzzle solutions.

MagiMaster (2006-11-06) Here's a new Tiny puzzle.  [level]GAPUSIR[/level]  (I need to find a new puzzle type.  :P)

Lazyone (2006-11-06) [level]Gudopoz[/level] was my solution for [level]gapusir[/level]

MagiMaster (2006-11-06) Wow.  That was fast.  Here's another one: [level]SEXUDUB[/level].  ;D

Lazyone (2006-11-07) [level]lorymug[/level] is my solution for [level]SEXUDUB[/level]

jnz (2006-11-07) Solution to Tiny 7 (GAPUSIR): [level]balumol[/level]
And for Counting Problem 4 (SEXUDUB): [level]xikerad[/level]

BirdOfAsh (2006-11-07) my solution to [level]sexudub[/level]: [level]sutufym[/level]

daniel (2006-11-08) [level]denetoz[/level]: Solution to Tiny 7 (gapusir)

MagiMaster (2006-11-08) Here's another Tiny puzzle...  (I've got to stop making these.  :P)  [level]GEBYFYR[/level]

Kevan (2006-11-08) These are great, I much prefer them to the massively constrained ones. My solution's at [level]piluxit[/level].

Lazyone (2006-11-09) My solution for [level]gebyfyr[/level]  is [level]Kedadob[/level]

MagiMaster (2006-11-09) [quote author=Kevan link=topic=35.msg634#msg634 date=1163030114]
These are great, I much prefer them to the massively constrained ones.
[/quote]

Thanks.  It's just that these are getting to be too similar to each other.  What I'm really trying to make is a Tiny puzzle that requires a very large machine to solve.  Oh well, maybe I can pull it off with the Counting Problem puzzles.

Also, I think I meant to put some forced blanks over the furnaces, but I checked both your solutions and it didn't really change anything, so I won't bother making another copy of the level.

Edit:  Here's a slightly different puzzle: [level]TECYCYR[/level]

jnz (2006-11-09) My solution for Tiny 8 (GEBYFYR): [level]vafymit[/level]

Lazyone (2006-11-09) for [level]TECYCYR[/level] its not pretty but it works ( old physics) [level]hopoxit[/level]

[level]babovog[/level] new Physics

Both fixed for the 1 problem thanks Daniel  :)

jf (2006-11-09) I just now found your solution VYHUTIN to TECYCYR -- so simple! Here is my solution which I had just finished: [level]badekud[/level]. My goal was to solve it without a single dozer. Voila.

Lazyone (2006-11-09) Very nice JF and  MagiMaster here mine is so over engineered once again  :)

daniel (2006-11-09) [quote author=Lazyone link=topic=35.msg645#msg645 date=1163070566]

for [level]TECYCYR[/level] its not pretty but it works ( old physics) [level]nohybuz[/level]

[level]musenic[/level] new Physics
[/quote]

Both solutions sometimes put a 1 instead of a 0 on the leftmost target. This happens if the 1:st, 2:nd and 4:th crate that comes out at the top are 1:s.

jf (2006-11-09) [quote author=Daniel Nilsson link=topic=35.msg650#msg650 date=1163090794]
[quote author=Lazyone link=topic=35.msg645#msg645 date=1163070566]

for [level]TECYCYR[/level] its not pretty but it works ( old physics) [level]nohybuz[/level]

[level]musenic[/level] new Physics
[/quote]

Both solutions sometimes put a 1 instead of a 0 on the leftmost target. This happens if the 1:st, 2:nd and 4:th crate that comes out at the top are 1:s.
[/quote]
You don't mean [level]badekud[/level] do you? I don't think it's possible. I loaded it up in the sandbox with 1, 1, !=1, 1 just to see, and it works fine. Logically it should not be possible, I think.

daniel (2006-11-09) No, I mean Lazyone's two solutions. Those in the post I quoted.

MagiMaster (2006-11-09) I've got a new one.  It's fairly easy, but I intend to make at least a couple similar ones that should be more difficult.  [level]SISOGEM[/level]

jf (2006-11-09) Oh, now I notice the links in the post.  :-[  -- SISOGEM looks cool... nice puzzles MagiMaster.

jnz (2006-11-09) My solution to Decryption (SISOGEM): [level]didalur[/level].  Since using no dozers seems to be the current "in thing", I thought I'd try it out.

adept (2006-11-09) my solution to decription :[level]bovusuf[/level]
I like dozers :)

BirdOfAsh (2006-11-10) My solution to [level]SISOGEM[/level]: [level]fohiteb[/level]

MagiMaster (2006-11-10) Well, here's Decryption 2.  It's still not as hard as I'd like it to be though.  [level]FUKIXEP[/level]

Lazyone (2006-11-10) for [level]FUKIXEP[/level] I came up with [level]gacehyk[/level]

jf (2006-11-10) SISOGEM just looks cool, starting up, so I had to try it, but when I saw jnz had posted a dozer-less solution I though, are you nuts? :)

Still, since I've been creating sans-dozer solutions lately I thought Ok it must be possible here too, and I worked out my solution [level]nebocub[/level].

Now I've finally opened jnz's solution and I like it! As hard as I struggle for a solution, there is always another one out there using yet a different approach.

Lazyone (2006-11-10) here is my no dozer solution [level]vukokyf[/level] to [level]SISOGEM[/level]

jf (2006-11-10) Excellent Lazyone! It's fascinating how much more there is to discover about solving these puzzles.

jnz (2006-11-11) I'm liking the other solutions to SISOGEM.  jf's for the nice way of splitting the stream of 8s and Lazyone's for the pure efficiency.  :)  An interesting puzzle.

MagiMaster (2006-11-11) Nice solutions everyone.  I'm glad you are enjoying my puzzles.  ;D  Here's a couple more decryption puzzles.  Number 4 is fairly difficult unless you know something about modular arithmetic.  I have one more idea for making these harder, but it'll take me a while to get it built (and make sure it's solvable ;)).

Decryption 3: [level]MOZEXAD[/level]
Decryption 4: [level]CUDUZUC[/level]

jnz (2006-11-12) My solution for Decryption 4 (CUDUZUC): [level]pufuxil[/level].  No dozers again.

MagiMaster (2006-11-12) Nice.  I don't think solving this next one without dozers will be so easy though.  [level]LYBABUV[/level]

After this though, I don't know how to make it more difficult.  Just about anything else would be more of the same.  Oh well, I might think of something eventually.

JumpRope (2006-11-12) Very nice puzzles. Thanks for sharing.

Catch: [level]SOGUFED[/level].  My solution [level]GACAGOF[/level].

MagiMaster (2006-11-13) Here's a new one I made: [level]ZUNACIG[/level].  (Although, if I was trying to keep these in order of difficulty, this would probably be 8 or 9.)  I haven't got around to solving it yet, but I did the math and it should be solvable (if there's enough room).

Edit: Ok.  I managed to solve it.  Has anyone else solved this or number 5?

jf (2006-11-13) When I read that jnz had solved CUDUZUC without dozers, the gauntlet was thrown (by me, at myself). I could not open the solution, and I had to return later, when I had enough time to survive through another excellent puzzle from MagiMaster. Only, when I returned, there was already LYBABUV waiting. Ok, so now what choice did I have, after all? My solution to LYBABUV, Decryption 5: [level]sydugab[/level], without dozers. A tough, tough puzzle. I plan on working through the earlier decryption puzzles as well. Nice job MagiMaster -- these are really tough.

MagiMaster (2006-11-13) :o  Wow.  That's impressive.  I didn't think there'd be room for a dozerless solution (although it looks smaller than mine now :)).

Edit: Here's a decryption puzzle by Lazyone: [level]LEMYVUB[/level] and my solution to it [level]HEDYRAF[/level].  Oh yeah, in the original level, one of the dozers is a turn too early.  It cuts off one of the copies of the solution crates.  I moved it up one square for my solution.

Edit (again): Here's a new Catch puzzle as well.  [level]PIHINOM[/level]

jnz (2006-11-13) Solution for Catch 2 (PIHINOM): [level]toxifos[/level].  I'd almost convinced myself that a dozerless solution was impossible.  ;D

MagiMaster (2006-11-14) ;D  Perhaps I'll try and make a (non-trivial) level that requires bulldozers to solve.  (How'd that work though...  ???)

Hand-E-Food (2006-11-14) I had fun with this one. :D

[b]Counting Problem 4:[/b] [level]SEXUDUB[/level]: [level]saduhez[/level]

MagiMaster (2006-11-14) I'm glad everyone's enjoying my puzzles.  :D  Here's a new Tiny one: [level]FUBIBYH[/level]

Lazyone (2006-11-14) here is my solution to  [level]FUBIBYH[/level] :[level]makirex[/level] and without dozers [level]xibozaz[/level]

BirdOfAsh (2006-11-15) My solution to [b]tiny 9[/b]: hohynyx

Shamil (2006-11-15) Lazyone's [b]Decypher[/b] [level]LEMYVUB[/level] is a nice try, but it's not solvable.

In fact, the last crate on the right is not copied down, but the one before is copied 2 times...

Lazyone (2006-11-15) [level]Xocacap[/level] is the fixed version. MagiMaster had made the adjustment to be able to solve it. This puzzle was at first a suggestion on how to make it a little harder. It was a modified version of his decypher 2 or 3 at the time. MagiMaster has since made the other levels alot more challanging  So give those a shot.

jf (2006-11-15) I actually prefer your dozer-based solution to LYBABUV because it just looks so orderly and clean compared to my dozer-less solution. I was only restricting my solutions lately to zero dozers as an experiment. That said, here is my solution to Decryption 6 [level]ZUNACIG[/level]: [level]haladyp[/level].

All I can say is, what a puzzle, this ZUNACIG! First, there is reverse-engineering the encryption itself. Then, there is figuring out what math to use, to reverse the encryption given the practical limitations of space. And then, there is the "coding" and "debugging" of the solution.

MagiMaster (2006-11-16) Knowing some details of modular arithmetic helps.  For example, -3*(5*x) = x (mod 16), so to reverse a multiply by 5 you can multiply by 3 then negate it.

Anyway, I'm impressed that you pulled it off again.  I guess something like this kinda implies that nearly any level that can be solved with dozers can be solved without.  (Except for getting into tight spaces I guess.)

jf (2006-11-16) Yes, the modular arithmetic is interesting, isn't it? You can choose to negate some operations, to handle them in a smaller space. For example, to add B * x, you can instead subtract 5 * x, which is what I do to divide by 3. At the risk of a *** SPOILER *** these are my equations to reverse the encryption:

e = ((d - 1) * 5) - 1 + ((i + 0) * 5) - (-1)
f = ((c + d - 1) * 5) - 1 + ((j + i) * 5) - e
g = ((b + c - 1) * 5) - 1 + ((k + j + i) * 5) - f
h = ((a + b - 1) * 5) - 1 + ((l + k + j + i) * 5) - g

It's not exactly the reverse if you write out the encryption and solve for e-h -- I adjusted it to make easy-to-implement patterns. At the risk of a bigger spoiler, I won't describe more here unless anybody is interested. This took the puzzle to another level -- *quite* an interesting challenge, it was.

Edit: I only now see that what I just wrote about 5 * x and divide by 3, is exactly what you wrote in the post above.  :)

MagiMaster (2006-11-16) Yeah.  I wrote it all out and solved it too, but I didn't really think of trying to make the equations easier to implement.  :D

I might make another decryption puzzle later, but for now here's a new Matching Problem: [level]XYMOGAH[/level]

jf (2006-11-16) And here is a solution for [level]XYMOGAH[/level]: Knitting Loom for Xymogah [level]pusabid[/level].

Hand-E-Food (2006-11-16) [b]Matching Problem 1:[/b] [level]TECYCYR[/level]: [level]furemuz[/level] – <pant>... <pant>... Finally! :P

MagiMaster (2006-11-17) ;D  Those are both very cool solutions.

Here's another Matching Problem, although, I'm not sure there's enough room to solve it.  [level]MYMOBOK[/level]

daniel (2006-11-21) Those matching and decryption puzzles are really cool and the solutions are amazing.  :o
I haven't even tried to solve them, would take me too long. I did solve Tiny 9 though: [level]gukevup[/level].

MagiMaster (2006-11-21) Unfortunately, I haven't managed to solve the newest matching problem yet (so I'm still not sure it's solvable.)  :)

20eight (2006-11-22) here are my solutions to the tiny's (don't know why it took me so long to get to these):

tiny 1  - [level]xuxubes[/level]:[level]dululed[/level]
tiny 2b - [level]minenuv[/level]:[level]zixytaz[/level]
tiny 3b - [level]hybixex[/level]:[level]horenis[/level]
tiny 4  - [level]ritinez[/level]:[level]gimosub[/level]
tiny 5  - [level]fenoriv[/level]:[level]buromon[/level] (previously posted)
tiny 6  - [level]kecynyg[/level]:[level]kivabyl[/level] ([level]zezerym[/level] was my attempt before I saw that the order was off)
tiny 7  - [level]gapusir[/level]:[level]vypamyt[/level]
tiny 8  - [level]gebyfyr[/level]:[level]ripyveg[/level]
tiny 9  - [level]fubibyh[/level]:[level]bihepam[/level]

20eight (2006-11-22) here are my solutions to the counting problems:

counting problem 1  - [level]sivovon[/level]:[level]jecokob[/level]
counting problem 2b- [level]bixudyn[/level]:[level]lihabig[/level]
counting problem 3  - [level]nekiboz[/level]:[level]fomykef[/level]
counting problem 4  - [level]sexudub[/level]:[level]givoxic[/level]

20eight (2006-11-23) decryption 1 - [level]sisogem[/level]:[level]guvuzyn[/level]
decryption 2 - [level]fukixep[/level]:[level]kogebed[/level]
decryption 3 - [level]mozexad[/level]:[level]nykepux[/level]

for the others, I'm hitting a wall on the division part.  I'm giving up (for now).

20eight (2006-11-23) catch 1 - [level]sogufed[/level]:[level]bepigec[/level]
catch 2 - [level]pihinom[/level]:[level]bigukum[/level] (jnz's solution, [level]toxifos[/level], is brilliant)

20eight (2006-11-23) matching problem 1 - [level]tecycyr[/level]:[level]myhabyb[/level] (I checked this several times replacing the ? with an F and it worked every time, but it still looks like dumb luck to me)
matching problem 2 - [level]xymogah[/level]:[level]mixuteb[/level] (you can probably tell that I looked at the other solutions to #1 before moving on to #2)

MagiMaster (2006-11-23) Wow.  That's a lot of solutions.  :)  I like [level]MIXUTEB[/level] (just dumping a bunch of 1s over it).

20eight (2006-11-24) passing trains 1 - [level]mahytoh[/level]:[level]xecocys[/level]
passing trains 2 - [level]celalal[/level]:[level]dyveniz[/level]
passing trains 3 - [level]pidugos[/level]:[level]dipimyz[/level] (previously posted)
passing trains 4 - [level]fysoxih[/level]:[level]rugoxyt[/level] (previously posted)
passing trains 5 - [level]domedyg[/level]:[level]giteden[/level] (previously posted)
too many trains - [level]kyhehar[/level]:[level]ragonym[/level] (I know this is kinda lame; I just wanted to find some way to do it)

trains - [level]nicityz[/level]:[level]kahixam[/level]
6 trains - [level]zipoxoh[/level]:[level]hividyz[/level]

MagiMaster (2006-11-24) Even if it's not quite the intended solution, you're still the only one to solve Too Many Trains so far.  ;D

Rene (2006-11-24) [quote author=MagiMaster link=topic=35.msg880#msg880 date=1163735259]

Here's another Matching Problem, although, I'm not sure there's enough room to solve it.  [level]MYMOBOK[/level]
[/quote]

You were right, it was a lot of trouble fitting everything in. I was one or two spaces short all the time. But I managed to fit it in at the end:
[level]votumot[/level]

Great puzzle!

Rene

MagiMaster (2006-11-25) :o  Wow, that's impressive.  I still haven't solved that one yet, but at least I know it's solvable now.  (I was about to change the 0 barrels pushing out the random barrels to a dozer, but I guess I'll leave it this way now.)

Rene (2006-11-28)
Here is another solution to [level]mymobok[/level]: [level]jemitir[/level]
Now there is more space to spare

MagiMaster (2006-11-28) Very nice.  I thought it might be possible to do something along those lines, but I haven't been able to work it out myself yet.  (I've been kinda busy lately.  I probably won't be able to get back to this for a few weeks.  :()

zxo (2006-11-29) Here's some that I finally got around to solving:

Tiny 7: [level]vumekek[/level]
Tiny 8: [level]gysovuz[/level]
Tiny 9: [level]bixolyg[/level]
decrypt 1: [level]befegel[/level]

zxo (2006-11-29) Solution to Catch 2 (in my usual patchwork style): [level]fegehis[/level]

jboymicro (2006-12-31) Solution to p trains 2: [level]rydegul[/level]

Magilvia (2006-12-31) Here's a 29 ticks solution for HYBIXEX:[url=http://kevan.org/rubicon/game.php?level=dyvusok]dyvusok[/url]
I'm working on all of your puzzles but I'll post only intresting solutions  :)

jboymicro (2007-01-01) Catch: [level]gicovog[/level]

MagiMaster (2007-01-11) Nice solutions everyone.  :D

Unfortunately, I've been out of touch for a while (Chirstmas break) so I haven't made (or solved) any new puzzles in a while.  Maybe soon I can spend some time here again.  :)

Edit: I finally managed to solve Matching 3 myself.  [level]XOXEXYF[/level]  It came out fairly similar to Rene's first solution, but oh well. :)

MagiMaster (2007-01-14) Since I finally solved Matching Problem 3, I made a new one.  Here's Matching Problem 4: [level]BUCYHIN[/level]  Warning: It's likely even harder.  I haven't solved it yet.

Edit: Err... I have no idea how to solve this at the moment.  I'm not sure if there's enough room overall or enough room around the gates, combined with the fact that it's not straight-forward knowing when to get everything started.

Another edit: Here's another puzzle, Goldmine: [level]COPUVOD[/level]

Rene (2007-01-15) Mmmm, you could have left a little bit more space to the right side of the matchers. I played around with various potential solutions, but they all needed 2-3 spaces more on the right side. In the end, I found one that didn't:

    Solution to Matching Problem 4 [level]bucyhin[/level]: [level]fizyvyd[/level]

Also this solution would have been helped with a couple of spaces more on the right. About half the equipment is there to compensate for that lack of space.
You have plenty of time to figure out how it works, a full run takes about 20 minutes.

MagiMaster (2007-01-15) That's impressive.  Solved in 10803 ticks.  I did spend some time tweaking with the position of the gates and matchers, but I figured that a little more space on the left would be more helpful.  Also, I thought that making sure each crate only appeared once would make things somewhat easier, but it looks like just using 16 random crates would have been easier (since it'd free up lots of space).  I may add that one as a new puzzle later.  (I don't think I'll call that one a matching problem though.)

Also, I made another new puzzle, Goldmine 2: [level]TAKONIK[/level].  I think I underrated it when I saved it to the Warehouse though.  (I saved it as Puzzle-Medium.  After solving it, I think it should be rated Hard.)

Bucky (2007-01-15) [quote author=Rene link=topic=35.msg1659#msg1659 date=1168820491]
Mmmm, you could have left a little bit more space to the right side of the matchers.

[/quote]

I agree.

MagiMaster (2007-01-15) Hmm... Should I make a second version with everything shifted over about 2 spaces, or not?  It is solvable as it is, but I didn't really want it to be insanely hard.

jnz (2007-01-15) For Goldmine (COPUVOD): [level]vezohuh[/level]
For Goldmine 2 (TAKONIK): [level]fymekul[/level].  I thought there wasn't going to be enough space to lift everything using this method but I decided to try anyway. 

Rene (2007-01-15) [quote author=MagiMaster link=topic=35.msg1664#msg1664 date=1168836113]
Hmm... Should I make a second version with everything shifted over about 2 spaces, or not?  It is solvable as it is, but I didn't really want it to be insanely hard.
[/quote]

If you shift things over, you will just create a shortage of space on the left side. You could create more space on the right by e.g. moving the counter below the randomizer, instead of side-by-side. That would give more variation in solutions, I would think. It would would maybe also open up for a solution that is faster (that is, is not matching one target at a time).

MagiMaster (2007-01-15) Well, here's a more spacious version then: [level]XYZUTEM[/level]

jf (2007-01-16) For Goldmine 2 ([level]takonik[/level]): [level]pogylem[/level].

Crouch (2007-01-16) Hello everybody, I just found Rubicon yesterday and after the normal levels I had some fun with Lazyone's 'Decypher'.
My solution isn't a very elegant one, but it does the job:

Decypher ([url=http://kevan.org/rubicon/game.php?level=XOCACAP]xocacap[/url]) - [url=http://kevan.org/rubicon/game.php?level=xeriboz]solution[/url]

jnz (2007-01-16) [quote author=Crouch link=topic=35.msg1680#msg1680 date=1168977168]
Hello everybody, I just found Rubicon yesterday and after the normal levels I had some fun with Lazyone's 'Decypher'.
My solution isn't a very elegant one, but it does the job:

Decypher ([url=http://kevan.org/rubicon/game.php?level=XOCACAP]xocacap[/url]) - [url=http://kevan.org/rubicon/game.php?level=xeriboz]solution[/url]
[/quote]

That's a pretty hard puzzle to tackle right out of the gate.  Well done.  If you study some of the other solutions you'll start learning some tricks/idioms that will save you some space and let you get that elegance you are looking for.

Also you might want to know that there's an easier way to link a level.  Just use the crate icon (with the question mark) in the toolbar and the 7 letter code for the level.

Rene (2007-01-17) My solution to Goldmine 2 is to labourously move all the sand through a carefully tuned sieve that leaves the gold grains untouched: [level]nutynyb[/level]

Crouch (2007-01-18) [quote author=jnz link=topic=35.msg1687#msg1687 date=1168987244]Also you might want to know that there's an easier way to link a level.  Just use the crate icon (with the question mark) in the toolbar and the 7 letter code for the level.
[/quote]
Thanks for the hint, I overlooked it when I posted.
And I'm certainly going to study some other solutions. There are some pretty nice ones out there.

MagiMaster (2007-02-01) Here's a new puzzle for yall.  The Wall: [level]CUDUSAL[/level]  I've got a couple of ideas for more difficult versions, but it might be a few days before I can work on them.  (Plus I still need to solve my last two puzzles.  :P)

Rene (2007-02-01)
My solution to The Wall ([level]cudusal[/level]): [level]rizafec[/level]  (12 ticks)

jnz (2007-02-01) My solution for The Wall (cudusal): [level]gavevyg[/level] (10 ticks).  Who can beat that?

I suspect we'll be seeing another version shortly that has a gate on top of the question mark crate.

jf (2007-02-01) The Wall in 8 ticks: [level]zyzyxuf[/level].

Edit: My solution looks very close to Rene's -- just a different direction. I'm waiting for the 6-tick solution now.  :)

Rene (2007-02-01)
The wall in 6 ticks: [level]zilucov[/level]  ;D

SM (2007-02-01) Solution to [level]CUDUSAL[/level]

"Another Brick in the Wall" : [level]SUBOREV[/level]

Tried to solve it within the spirit of the puzzle...


...we don't need no education....

jf (2007-02-01) Also in the spirit of the puzzle: [level]poburom[/level]. Fun puzzle!

Kevan (2007-02-01) Enjoyed that one a lot, in a maddening sort of way. I got as far as [level]byxasad[/level] before realising that there wouldn't be room for machinery to solve for zero. I'm a sucker for state-based signalling, rather than precision timers...

Bucky (2007-02-01) here's mine for Cudusal: [level]buzisak[/level] EDIT: 5 ticks

SM (2007-02-01) Kevan:

[spoiler]Could you add another key based 1 crate producer to the bottom line and one extra dozor to the top (so F would release 2 dozors)?  Then set a machine up top to detect a 0 crate releasing a single dozor only - so that when it gets the the bottom it basically adds 15 1 crates together getting to zero?

May not be enough space.  I love the design though and the use of keys.[/spoiler]


i.e. [level]VEPADAH[/level]

jnz (2007-02-02) In the spirit solution for The Wall (CUDUSAL): [level]nozecin[/level].  Runs in 21 + 2(F-?) ticks.

MagiMaster (2007-02-02) Nice solutions. ;D  Since there are so many good solutions for it, I won't make fix that, but I did make a new one.  [level]TYZAVAD[/level]  I'll add my solution to the first post once I get it worked out.  :)

Edit: Alright, got it. :D

jf (2007-02-02) My solution for The Wall 2: [level]dygexos[/level].

Gameman (2007-02-02) xuxubes:xunecof

Rene (2007-02-02) Another brick in The Wall 2 ([level]tyzavad[/level]): [level]kolycuf[/level]

[i]....we don't need no thoughts control....[/i]

EDIT: MagiMaster - I looked at your solution for The Wall 2 ([level]NENULID[/level]). That's an inventive solution! Unfortunately, it failed the second time I ran it: with crates F-0.

MagiMaster (2007-02-03) Ugh.  I see what happened.  Not too hard to fix though. :)  I'll put my new solution in the first post.

20eight (2007-02-03) the wall - [level]cudusal[/level]:[level]fyxobig[/level]

I'm glad to see that I wasn't the only one who ignored the spirit of the puzzle.

I especially liked jnz's solution, [level]poburom[/level].

MagiMaster (2007-02-07) I'm glad to see everyone enjoying my puzzles again.  ;D

Here's another one, The Wall 3: [level]SUCUDOB[/level]

jf (2007-02-07) Keep those puzzles coming!  :)

My solution for The Wall 3 ([level]SUCUBOB[/level]): [level]pehemiv[/level].

Gameman (2007-02-07) [level]cexedud[level/] to the wall

jnz (2007-02-07) My solution for The Wall 3 (SUCUDOB): [level]cusugis[/level]

lopsidation (2007-02-07) Solution to wall 1: [level]kocebit[/level] (without looking at the others)
Nice puzzle, the "0" exeption was hard to implement.

SM (2007-02-08) Solution to the Wall 3:


[level]dagelax[/level]

adept (2007-02-08) my solution to wall [level]xuduheh[/level]

and wall 2 [level]rocodus[/level]

MagiMaster (2007-02-08) Here's another Wall puzzle, since everyone's having so much fun  ;D
The Wall 4: [level]CODEFEB[/level]

jnz (2007-02-08) I The Wall 4 is one crate short of puzzle...

MagiMaster (2007-02-09) Doh!  :P ([level]BIDODYS[/level])

jnz (2007-02-09) My solution to The Wall 4 (BIDODYS): [level]sinavup[/level].  More precision timing.

jackmott (2007-02-12) I'm rather fond of this solution I came up with for Tiny6:

[level]budacok[/level]

I've not seen the 'stack o barrels' method for doing a switch quickly across a long distance before, though im sure its been done.

Rene (2007-02-13) Here is my solution to The Wall 3 ([level]sucudob[/level]): [level]hesitaf[/level]

I made it some time ago, but noticed just now that I did not post it.

[i].... no dark sarcasm in the classroom ....[/i]

And The Wall 4 ([level]bidodys[/level]): [level]bitugyf[/level]

[i].... teachers leave those kids alone![/i]

MagiMaster (2007-02-16) Here's another Counting Problem, but didn't someone else already do one like this?  ???  [level]GOGYBIX[/level]

Rene (2007-02-16) [quote author=MagiMaster link=topic=35.msg2078#msg2078 date=1171649469]
Here's another Counting Problem, but didn't someone else already do one like this?  ???  [level]GOGYBIX[/level]
[/quote]

Hand-E-Food's Trineray Arithmetic ([level]dubynod[/level]) is very similar. That was a brilliant puzzle back then, and I very much enjoyed doing the solution. It is so much the same, that I decided to copy your puzzle into my solution to Trineray Arithmetic, instead of the other way around:[level]dygyfeg[/level]

jnz (2007-02-17) My solution for Counting Problem 5 (GOGYBIX): [level]kukyfig[/level].  Since I never solved Hand-E-Food's, this was new to me.  I went with a table lookup.  Rene's arithmetic method is interesting and I'm going to have to study it further to see how it works.

MagiMaster (2007-02-17) Doh.  That's too similar.  I don't think the number of crates at the top can be reduced.  The values can be changed (1,4,7 and 1,3,7 both will work) but the solutions will still be fairly similar.  Hmm... I'll have to think about this for a while.  (I probably won't add this to my main list though.)

Edit: How does [level]TOHOGIR[/level] look.  (It's not archived yet.)

adept (2007-02-22) my solution to wall 4 [level]vefegut[/level]

MagiMaster (2007-02-24) Well, I added this one as Diabolical Machine 1 (even though I don't think it's that diabolical)  [level]TOHOGIR[/level]
Let me know if this is too similar to an existing puzzle though.

error1 (2007-04-29) wall 1 the hard way [level]piderat[/level]

jf (2007-04-30) [quote author=MagiMaster link=topic=35.msg2204#msg2204 date=1172293711]
Well, I added this one as Diabolical Machine 1 (even though I don't think it's that diabolical)  [level]TOHOGIR[/level]
Let me know if this is too similar to an existing puzzle though.
[/quote]

For Diabolical Machine 1: [level]sesybyg[/level]. I found this puzzle to be quite a challenge, due in part to the lack of copiers.

MagiMaster (2007-05-27) Nice solution jf.  (Sorry for the long delay.  I haven't been keeping up with this forum in a while.)  I guess it might be somewhat diabolical after all.

Unfortunately, I don't have any new ideas and I have other stuff to work on, so it'll probably be a while before I make any new puzzles.

curly (2012-02-11) [level]nopylax[/level] is a complicated solution to Catch ([level]sogufed[/level]) from a newbie who thought that the furnace ate EVERYTHING not just crates.

ais523 (2012-03-10) For Diabolical Machine 1 (togohir): [level]dotovid[/levle] The main problem for me wasn't copiers, but space; perhaps I shouldn't have tried to cram everything over the left-hand side. (What do you think of the method I use to divert the barrel into the left-hand input of the machine at the end? That was borne out of necessity rather than an attempt to show off; I don't think I've done anything like it before.)

Rene (2012-03-11) Apparently I missed this one the first time around. So here it is.

For Diabolical Machine ([level]tohogir[/level]): [level]puvyfal[/level]

Lazyone's puzzles

Lazyone (2006-10-27) Here are a couple of new puzzles. Tell me what you think

**Please note that some of the puzzles are in my beta mode. Changes may be made later to actually make the puzzle easier or even solveable. I try to solve the puzzles first for the most part but sometimes i do not. And other times i make changes to very the degree of skill level required or to compensate for my stupidity and making it too easy or not solveable **  ;D

[level]bacades[/level], [level]zudybuh[/level], [level]lumerab[/level]

lumerab's modified version [level]balolep[/level]

Clock. [level]zoxakin[/level] ( Harder level )

Some random levels

[level]hurobef[/level]

[level]hubozek[/level]

A nice simple one [level]levytig[/level]

I decided to make my own evil train one [level]kugopaf[/level]

Two puzzles one easy and one a little harder (maybe not)

A nice simple puzzle [level]hudurat[/level] that has gone to the girls [level]vudifit[/level].

Has anyone tried making a maze out of just gates? Here is an easy example [level]mibafyf[/level]

Another easy puzzle [level]zymufog[/level]

Maze 1  [level]pacidap[/level] spoiler [level]zagatyg[/level]

Maze 2 [level]xipakyf[/level]

Math 3 [level]Nebelyb[/level]

Another easy level [level]Vydaves[/level] slightly modified [level]syryvel[/level]

Shift 1 Easy Version [level]Dutifed[/level]

          Medium version [level]Jaxopek[/level]

          Harder Version [level]konipod[/level]

Shift 2 [level]kypuhyr[/level]

Shift 3 [level]Gecared[/level]

Shift 4 [level]Gimigid[/level]

Shift 5 [level]dylybuc[/level]

Shift 5 Medium Version [level]Kepyzal[/level]

Shift 6 [level]xazynux[/level]

Shift 7 [level]Jirapax[/level]

Shift 8 [level]higutav[/level]

Shift 9 [level]Zoragas[/level]

Hot 1 [level]Juteguz[/level]

TfGuy44 (2006-10-27) I'm still working on the first two. They're good.

But that third one, lumerab, has a fatal flaw in it's design. Check it out: [level]maxekig[/level]

Kevan (2006-10-27) That's actually a fatal flaw in the game design; target matchers are only supposed to trigger for crates. I think it only breaks one existing user level design, if I change this, so I'll make the fix now.

daniel (2006-10-27) Here are my solutions:
[level]nosefoh[/level] - Trial and error to find the right timing.
[level]rocypix[/level] - Not the way you intended to produce the right numbers I guess.
[level]penyfar[/level] - Why make it harder than it needs to be.
Edit: more solutions:
[level]gutadud[/level] - Ignores the intended random target string.
[level]lomynat[/level] - Very fast, I don't think it can be done faster.

sluutthefeared (2006-10-27) I made this solution to lumerab before you made the one without copiers. [level]nemibox[/level]
Suppose I'll try again without copying.

Lazyone (2006-10-27) I must say this is a very good game Kevan good job.

Handi (2006-10-27) Here's what I got for the first puzzle: [level]xaniceg[/level] (Simplified Version) (I've cut some useless pipes)

Messier version [level]gagagud[/level] (Original Version)

MagiMaster (2006-10-27) Here's my solution to [level]HUROBEF[/level]: [level]SOLAZUC[/level]

Handi (2006-10-28) Nice Levels !
Really liked balolep !  :)

My answers:

bacades : [level]xaniceg[/level]
zudibuh : [level]giguzoh[/level]
balolep : [level]xovytyh[/level]


By the way,

[quote]But that third one, lumerab, has a fatal flaw in it's design. Check it out: maxekig[/quote]

No good to put barrels, the light doesn't turn green.

Lazyone (2006-10-28) Do you guys want more levels?

Handi (2006-10-28) Man, I've just finished the one with the clock. ([level]zoxakin[/level])

It's a real killer, it took me hours to do... and I had to "cheat" a little bit (otherwise it's seriously IMPOSSIBLE).

So, here I proudly post my answer, which I baptized "Clock of Doom" : [level]gecaryp[/level]  8)

Just take a look at it and you'll understand why I've put this name ;D

Btw, good job Lazyone ! And nice game, Kevan !

Handi (2006-10-28) hurobef, zomydyb are easy:

hurobef : [level]nimazoh[/level]
zomydyb : [level]rifogas[/level]

EDIT: And, yes, we want more levels!

zxo (2006-10-28) answer to zomydyb: [level]sazicuh[/level]

fairly simple, really.

EDIT: Handi's is cleverer

TfGuy44 (2006-10-28) [quote author=Handi link=topic=37.msg213#msg213 date=1162004026]
By the way,

[quote]But that third one, lumerab, has a fatal flaw in it's design. Check it out: maxekig[/quote]

No good to put barrels, the light doesn't turn green.
[/quote]

They used to light up with barrels.
The game engine has since been updated because of this!  :P

Lazyone (2006-10-28) Here are a couple of my solutions

For [level]bacades[/level] =[level]huduxim[/level]

For [level]Zudybuh[/level] = [level]pilical[/level]

For [level]Lumerab[/level] or [level]balolep[/level] = [level]xebucom[/level]

Lazyone (2006-10-29) Anybody want to take a crack at this one  [level]zoxakin[/level] while trying to keep within the spirit of the level?

Mr K (2006-10-31) Here's a couple solutions for the clock face: [level]zaguror[/level] They're mostly the same, I was just trying to multi-purpose some different parts.

(There's a level link button right above the smilies, btw, so you can link to your levels simply)

Edited to say: hmm, my second solution seems to be missing. I'll see if I can find it in my browser history tomorrow.

Here it is: [level]jufibex[/level]

Lazyone (2006-10-31) Here should be a nice easy level.

[level]vapuvor[/level]

Mr K (2006-10-31) vapuvor solved: [level]xabihih[/level]

Lazyone (2006-11-01) My solution to [level]kugopaf[/level]  is [level]hibobuc[/level] there has to be an easier way and keeping with the spirit of the level

BirdOfAsh (2006-11-01) my solution to [b]vapuvor[/b]:

[level]pibyzum[/level]

FL4WL3SS (2006-11-02) I couldn't figure out how to get that work at all. Thats a good solution Bird. I had extracted the 4 and 5 just as you did and gotten the 1's, but i just couldn't direct them correctly.

-FL4WL3SS

Lazyone (2006-11-02) A nice simple puzzle [level]hudurat[/level].



MagiMaster (2006-11-02) Here's my solution to [level]HUDURAT[/level]: [level]XOBIDOG[/level]

Lazyone (2006-11-07) Has anyone tried making a maze out of just gates? Here is an easy example [level]mibafyf[/level]

Another easy puzzle [level]zymufog[/level]

Maze 1 [level]pacidap[/level] spoiler [level]zagatyg[/level]

Otto (2006-11-07) [quote author=Lazyone link=topic=37.msg589#msg589 date=1162886411]
Has anyone tried making a maze out of just gates? Here is an easy example [level]mibafyf[/level][/quote]
Solution: [level]dutorer[/level]

[quote author=Lazyone link=topic=37.msg589#msg589 date=1162886411]Another easy puzzle [level]zymufog[/level][/quote]
Solution: [level]cyzomis[/level]

jnz (2006-11-07) Solution to example (mibafyf): [level]bavuxyh[/level]
Solution to easy puzzle (zymufog): [level]desapip[/level]
Both work in either physics model.

FL4WL3SS (2006-11-07) Solution to ZYMUFOG

[level]perinud[/level]

-FL4WL3SS

Lazyone (2006-11-07) here is maze 2 [level]xipakyf[/level] hopefully i didnt forget something to make it super easy.  my solution [level]ferogun[/level]

Otto (2006-11-08) [quote author=Lazyone link=topic=37.msg610#msg610 date=1162938164]
here is maze 2 [level]xipakyf[/level] hopefully i didnt forget something to make it super easy
[/quote]
Solution: [level]vakigid[/level]

SM (2006-11-08) Solution to Xipakyf

[level]pilugih[/level]

zxo (2006-11-08) My solution to HUDURAT: [level]rybobeh[/level]

Lazyone (2006-11-09) Another nice easy level [level]ginalyd[/level]

jnz (2006-11-09) My solution to math (ginalyd): [level]falizag[/level]

MagiMaster (2006-11-09) Here's mine: [level]NYVUDOV[/level]

Handi (2006-11-09) Hello,
I'm back on the forum (much less actively though).
Here's my solution to ginalyd: [level]bomozib[/level]

Lazyone (2006-11-09) Math 2 [level]gukiniv[/level]

jnz (2006-11-09) My solution to Math 2 (gukiniv): [level]bebizod[/level]

Handi (2006-11-09) Handi's Math2 Solution: [level]sixygot[/level]

Lazyone (2006-11-10) Here is Math 3 [level]Nebelyb[/level]

Another easy level [level]Vydaves[/level]

MagiMaster (2006-11-10) Here's my easy solution: [level]JUXIPAZ[/level]

daniel (2006-11-10) Solution to easy: [level]xazodec[/level]

Lazyone (2006-11-10) [level]syryvel[/level] a slightly modified version of [level]Vydaves[/level]


[level]Nudevyt[/level] real easy puzzle but i thought it could have it uses in other levels. Solution [level]neridun[/level]

Handi (2006-11-11) My solution to easy is as everyone else's so I won't post it.
I made a little modification to Lazyone's level, so here's  [b]easy version 2[/b] : [level]bepihix[/level] .  And here's my solution: [level]dakibub[/level]

My solution to math 3 : [level]sidocev[/level] 
[i]P.S: In math 3, I've found a new (I think it's new) way to regulate the total amount of crates that pass on a conveyor. Mine is made only for 5's (or any crate below), but it could be adjusted to include every crate.[/i]

Lazyone (2006-11-11) Nice solution for math 3 Handi

For [level]syryvel[/level] my solution was [level]Sutylem[/level]

Handi (2006-11-11) Oops!.. I think you removed too much blocked spaces in your update of easy...: [level]syryvel[/level] : [level]zulebeh[/level]

Lazyone (2006-11-11) DOH you are correct Handi here is the version 1.3 [level]zevagax[/level].

cprah (2006-11-11) My solution to [level]levytig[/level] (chip on shoulder)

[level]zedaxuz[/level]

My solution to [level]zevagax[/level]

[level]sibekod[/level]

Lazyone (2006-11-11) another easy one [level]Kohogen[/level]

cprah (2006-11-11) My solution to [level]kohogen[/level]

[level]kutixid[/level]

jnz (2006-11-11) My solution for Easy (Kohogen): [level]kovydek[/level]

Lazyone (2006-11-11) Easy 7 [level]Dutifed[/level]

Medium version [level]Jaxopek[/level]

Harder Version [level]konipod[/level] I messed up and put a target instead of a winch on the bottom OOPS.

Mr K (2006-11-11) Here's math 3: [level]nubyfif[/level]

MagiMaster (2006-11-11) Here's my Easy 7 solution: [level]RUHOBOB[/level]

jnz (2006-11-11) My solution for Extract medium version (Jaxopek): [level]vodenat[/level].
I'm completely stumped on the Harder version.

Handi (2006-11-12) Solution to [level]kohogen[/level]: [level]gufabac[/level]

Easy Extraction: [level]nogafyp[/level]
Medium Extraction: [level]gekurub[/level]
Hadr Extraction: [i]Doesn't seem possible to me[/i]. 
--> Hey Lazyone... Because you have put too much "blocked spaces" on the other level doesn't mean you should compensate by putting less on this one!  :P

Lazyone (2006-11-12) harder version is fixed [level]konipod[/level] and it isnt that hard really. I put the wrong thing there.

I really blame MagiMaster for it. If you get the chance check out his decypher levels.
will fry the brain a little bit.

MagiMaster (2006-11-12) Hey.  Don't blame me...  (By the way, there's a fifth one now.   ;D)
Edit: Oh wait.  Is it the fifth one you're talking about?

Here's my solution: [level]MUMOKUG[/level]

20eight (2006-11-12) maze 1 - [level]pacidap[/level]:[level]bugybig[/level]
maze 2 - [level]xipakyf[/level]:[level]mugycyr[/level]
math 3 - [level]nebelyb[/level]:[level]biredap[/level]

jnz (2006-11-12) My solution for konipod: [level]gogilok[/level] (no dozers)

Lazyone (2006-11-12) here is Shift 2 [level]kypuhyr[/level]
and Shift 3 [level]Gecared[/level]

jnz (2006-11-12) My solution to Shift 3 (Gecared): [level]bukibon[/level].  I think I cheated a bit on the right.  ;)

Handi (2006-11-13) My solution to [level]konipod[/level]: [level]cenasod[/level]

Lazyone (2006-11-13) here is Shift 4 [level]Gimigid[/level]

Handi (2006-11-14) Here's my solution to Shift 3: [level]dyvycud[/level]

Lazyone (2006-11-14) Here is shift 5 [level]dylybuc[/level]

Handi (2006-11-14) Ok, looks like I am late by one shift again... heres my shift 4 solution: [level]vytumub[/level]. Nice level btw :)!

Nic (2006-11-14) Shift 5 - [level]dylybuc[/level]:[level]pigyhul[/level]

SM (2006-11-14) Shift 5 solution

[level]detysad[/level]

jnz (2006-11-14) My solutions for Shift 5 (I couldn't decide which way to do it, so you get 2 versions :)):
Left to right: [level]sykezub[/level]
Right to left: [level]lodigyb[/level]

Lazyone (2006-11-14) Shift 6 [level]xazynux[/level]

SM (2006-11-14) Solution to Shift 6... ([level]Xazynux[/level])


[level]mypebed[/level]

The hardest part of this was figuring out what boxes were ending up where...

Lazyone (2006-11-14) Shift 7 [level]Jirapax[/level]

20eight (2006-11-14) Shift 1a - [level]dutifed[/level]:[level]rufapeb[/level]
Shift 1b - [level]jaxopek[/level]:[level]losifep[/level] (I like jnz's better)
Shift 2  - [level]kypuhyr[/level]:[level]kidybih[/level]
Shift 3  - [level]gecared[/level]:[level]vihubeb[/level]

Lazyone (2006-11-15) Shift 5 Medium Version [level]Kepyzal[/level]

Shift 8 [level]higutav[/level]

Shift 9 [level]Zoragas[/level]

20eight (2006-11-15) Shift 5 - [level]dylybuc[/level]:[level]fanynig[/level] (I like SM's mirroring technique)
Shift 6 - [level]xazynux[/level]:[level]ruhadub[/level]

Lazyone (2006-11-15) Hot 1 [level]Juteguz[/level]

Shamil (2006-11-15) My solution of "timing" [level]zudybuh[/level] : [level]xycyxeg[/level]

jnz (2006-11-15) My solution for Hot 1 (Juteguz): [level]vexobys[/level].
Hey Lazyone, no fair editing to retroactively make impossible puzzles solvable.  ;)

Handi (2006-11-15) Another alternative for Hot 1 (juteguz) :  [level]nybosam[/level]

Btw, I quite agree with jnz  ;D. Still an interesting puzzle

Lazyone (2006-11-15) Who me? Make a unsolveable level then modify  it. Never!  ;) That is what i get for making a level when i am half asleep.


Hot 2 [level]Hebilab[/level]

Lazyone (2006-11-16) A nice easy puzzle [level]Digifek[/level]

jnz (2006-11-16) The first version of Hot 2 that I saw, I thought was unsolvable.  Then I saw another version ([level]zurylas[/level]) and I came up with a solution for it: [level]tiderab[/level], which is basically a way to combine the C-crate copier and the 1-crate copier into a D-crate generator which then feeds the guts of my Hot 1 solution (but now clocked at 1/12 instead of 1/4 rate).  Now I see you've created yet another version ([level]Hebilab[/level]).  I think my solution should work there too with minor modifications.  I should get extra credit for solving the version that you gave up on.  ;)

MagiMaster (2006-11-16) Here's my solution for Keypad: [level]TEKYDOP[/level]

Lazyone (2006-11-18) Keypad 2 [level]taxiviv[/level]

Lazyone (2006-11-18) A nice easy one

Hot 3 [level]Xehahib[/level]

my solution [level]nudahed[/level]

jnz (2006-11-18) My solution for Hot 3 (Xehahib): [level]bizugup[/level].  You're right; that was easy.

MagiMaster (2006-11-19) Here's my, somewhat odd, solution: [level]FUNYPOB[/level]

Edit: Just noticed that it's the same as Lazyone's.  :D

daniel (2006-11-23) And here is my very similar solution: [level]zaboben[/level]

Lazyone (2006-11-23) Keypad 2 [level]taxiviv[/level]  is  still needs a solution if anyone wants to.

Bucky (2006-11-23) taxiviv:[level]sufizem[/level]? (variation on generic solver)

EDIT:[level]hinihol[/level] is the same except that I removed some unneeded elements.

lopsidation (2007-02-08) Okay, my easy(vydaves) solution is completely different from everyone else's:[level]bupifen[/level]

New tile: Fixed Blank Space

TfGuy44 (2006-10-27) When someone designs a puzzle level, any tiles they place must stay fixed for the person solving it.

There needs to be a way for the designer to stop the solver from placing anything but blank space in some square.

This could probably be done with a new tile that denotes a fixed blank space.

This could stop the problem of the solver "blocking" something the designer didn't want blocked, like the timer bulldozer in Insanity's solution ([level]meledih[/level]) to (the newest version of) Borogove's puzzle, [level]lizapav[/level].

Any thoughts?

Kevan (2006-10-27) Borogove suggested this as well. My first thought was that a clever designer could get around this with collapsing barrels - the timer bulldozer could have run through a maze of furnaces that start off clogged with them, and they'd all disappear immediately. But blocking off smaller things (like the end of that dozer's route) seems fiddly or even impossible, and the complexity will just make levels ugly or difficult to design, or both.

So there's a new tile, bolted a bit clumsily onto the interface (I was going to quietly replace one of the existing ones, but they've all now been used in existing levels somewhere). It's a grey cross that just turns into empty space when a level starts running. Have fun.

TfGuy44 (2006-10-27) Aww, I here I was thinking I had an original idea.  :P

Either way, *perfect* implementation of the new tile. It's great. Thanks. ;D

Hand-E-Food (2006-11-06) One other thing I've noticed is in game mode, you can remove any existing tile that you have available to use.  ie. If there are dozers in a level, the player can remove the dozers.  If dozers happen to be anti-ed, the player cannot remove them.

EDIT: Pardon me.  I just saw the new posts on this.

CYDAZOL - find the fun solution

borogove (2006-10-27) There may well be a number of ways of solving this level, but I have one particular solution in mind - it'd be interesting to see who can find it.  The intended solution uses: one of one type of piece, two of another, and thirty-one of third type.

[level]CYDAZOL[/level]

Borogove

Lazyone (2006-10-27) my solution is [level]sinesyt[/level]

nice level

FL4WL3SS (2006-10-27) That was fun...[level]fogyruc[/level]

-FL4WL3SS

jf (2006-10-27) That was tough! Very nice visual layout, and excellent puzzle. I found a solution using fewer pieces than the challenge: one of one type of piece, two of another type of piece, and only twenty-six of a third type. By coincidence, the level is solved at the last possible moment. SPOILER [level]rybageb[/level]

sluutthefeared (2006-10-27) Not the solution you wanted, but this is what I came up with. [level]fefyzym[/level]
I assume you intended the conveyor belts and gates to be used but I couldn't see how.

Travholt (2006-10-27) How about two of one type and 32 girders and left ramps (23 and 9, respectively)? [level]cehafep[/level]

borogove (2006-10-27) Wow - some very cool solutions there!  I had been tempted to design the level so that only one piece type was available to use.  I'm so glad I left it open for other solutions!

The piece that I had 31 of in my solution is... the door key.  Any takers?

Rene (2006-10-28) [quote author=borogove link=topic=39.msg172#msg172 date=1161962694]
There may well be a number of ways of solving this level, but I have one particular solution in mind - it'd be interesting to see who can find it.  The intended solution uses: one of one type of piece, two of another, and thirty-one of third type.

[level]CYDAZOL[/level]

Borogove
[/quote]

Minimal solution to CYDAZOL, only 8 pieces used. Takes a while to finish, though  ;D

[level]cokybif[/level]

Nice level design!

Rene

Tiralmo (2006-10-29) [level]lotivuk[/level] is a solution which uses 2 of one type of piece (Turn Signals) 1 of another (Girder) and only 11 door keys.

dacodemasta (2008-04-17) :P 7 peices: 2 turn signals, 2 downward winches, 3 door keys: [level]peferic[/level] :P

Handi's Puzzles

Handi (2006-10-27) Hello !
Here are my puzzles.
Usually, I will also post my answer, but some time later to prevent the temptation of doing a little "peek" when stuck.  :)

[b][color=Blue]Cubicle[/color][/b] : [level]lyxotur[/level] .  Solution:  [level]relunox[/level]
[b][color=Blue]Splitted Beta[/color][/b] : [level]nuzufyt[/level] .  Solution:  Look in the thread, I've lost mine
[b][color=Blue]Count It Well[/color][/b] : [level]xysecyg[/level] .  Solution: [level]necidev[/level]
[b][color=Blue]Sacrifice[/color][/b] : [level]fynabab[/level] .  Solution: [level]xepynik[/level]
[b][color=Blue]Vicious Circle 1[/color][/b] : [level]noxupec[/level] .  Solution: [level]kypihur[/level]
[b][color=Blue]Stuck[/color][/b] : [level]dinuxaz[/level] .  Solution: [level]segyges[/level]
[b][color=Blue]Dozer Sync[/color][/b] : [level]vutixud[/level] .  Solution: [level]pesefuz[/level]
[b][color=Blue]Triplex[/color][/b] : [level]nozanap[/level] .  Solution: [level]miveriz[/level] (by jnz)
[b][color=Blue]Octuplex[/color][/b] : [level]xokyvib[/level] .  Solution: [level]zusuvod[/level] (by jnz)
[b][color=Blue]Distribute[/color][/b] : [level]motezys[/level] .

Enjoy !

sluutthefeared (2006-10-27) Here's my attempt. [level]gosebys[/level]

Kevan (2006-10-27) [level]fegepod[/level], using a boring timer - I think Sluut's use of the main crate stream is nicer.

I enjoyed the initial double-take impossibility of getting two crates off of a tiny shelf.

Handi (2006-10-27) Very nice solutions, guys!
First, me too I thought about the timer, but i then realised I don't need it : [level]relunox[/level]

Travholt (2006-10-27) [level]honobus[/level] -- this was fun!

[b]Edit:[/b] Didn't look at the other until after making my own -- funny how they've all basically the same (well, except for Kevan's "boring timer"... ;)). But I guess that's because of the perilously placed dozer.

[b]Edit2:[/b] I kinda like the timing of mine, though ... :)

MagiMaster (2006-10-27) I haven't look at the other solutions yet, but here's mine: [level]FIZENYR[/level]   ;D

Edit: Ok... I looked at the solutions now.  So we all used the adder/barrel/key to stop the dozer?  Is there any other way?

Prox (2006-10-27) Here's my solution: [level]zelomyf[/level]

The toughest part was figuring out how to handle the dozer.  Once I hit on the adder and key solution, it was pretty easy.

sluutthefeared (2006-10-27) [quote author=Travholt link=topic=40.msg192#msg192 date=1161982645]
[b]Edit2:[/b] I kinda like the timing of mine, though ... :)
[/quote]
I should have used 2 wenches on mine so the bottom wouldn't have to fill up before the dozer can go.

jf (2006-10-28) This was a good, difficult puzzle. I really enjoyed this one. Here is my solution: [level]vynureg[/level]

Handi (2006-10-28) Thank you

If you want a really challenging puzzle, do Lazyone's [level]zoxakin[/level], or check this thread:
[url=http://kevan.org/rubicon/forums/index.php?topic=37.0]http://kevan.org/rubicon/forums/index.php?topic=37.0[/url]

daniel (2006-10-28) Did this before looking at the posted solutions: [level]dudobyg[/level]. It's very similar to the others but I'm posting it anyway.

FL4WL3SS (2006-10-28) I didn't look at any of the other solutions, they're all basically the same, but here's my solution.

[level]kyborux[/level]

-FL4WL3SS

Handi (2006-10-28) All solutions are basically the same because of some unavoidable things :

1 - The Dozer Gate, using Door Key and Packer
2 - The original crate pickup, using the Packer.
3 - The Copier (unless you have another way to start with one crate and make two!)

jf (2006-10-28) Nice layout on the kyborux solution. That's a nice touch, having the gate close back up.

Also, I like the minimalist style of the dudobyg solution. Very nice.

Lazyone (2006-10-28) http://kevan.org/rubicon/game.php?level=lygitag is my solution for the cubicle

Travholt (2006-10-28) After seeing all the other and similar solutions, I went back and looked at my own and realized it could be simplified quite a bit.

[level]gicypis[/level] is as simple as I can get it, I think.

Handi (2006-10-29) Ok, I added another puzzle in the style of Cubicle. Here's [b]Splitted[/b] : [level]xigozax[/level]

All my new puzzles will be added in the first post

Have Fun!

EDIT: Sorry, I just realised Splitted had an unwanted shortcut, so here's [b][color=Green]Splitted Beta[/color][/b] : [level]nuzufyt[/level]

jnz (2006-10-29) My solution for Splitted Beta: [level]byzulys[/level].

MagiMaster (2006-10-29) Here's my solution to Splitted Beta: [level]HICEBAN[/level]  :D

jf (2006-10-29) For Splitted Beta, I had the idea of simplifying the top sort. My solution: [level]jedanal[/level]

daniel (2006-10-29) Here is how I solved Splitted Beta: [level]dyzunyx[/level]

Handi (2006-10-29) Ok guys, here's my original solution to Splitted Beta : (EDIT) Actually, I lost it  :-\    Mr. K, thanx for mentioning it.
like for Cubicle, all solutions are about the same.

Mr K (2006-10-30) [quote author=Handi link=topic=40.msg290#msg290 date=1162142523]
Ok guys, here's my original solution to Splitted Beta : [level]gosimic[/level]
like for Cubicle, all solutions are about the same.
[/quote]

Uh, that goes to a booched six trains, not to splitted beta

Hand-E-Food (2006-10-31) My answer to cubical was pretty much the same as other peoples.

My answer for [b]Splitter Beta[/b]: [level]nucebus[/level].  If you leave it long enough the winch will eventually be blocked.
And as it turns out, it's pretty much the same as everyone elses.  :)

Handi (2006-11-09) [quote]Uh, that goes to a booched six trains, not to splitted beta[/quote]

My bad, you're absolutely right. I kinda "fixed" the problem.


Hand-e-food, I'm glad my name inspired you

Handi (2006-11-10) Ok, here's my third puzzle, [b][color=Teal]Count It Well[/color][/b] : [level]xysecyg[/level]

Hand-E-Food (2006-11-10) [quote author=Handi link=topic=40.msg643#msg643 date=1163041894]Hand-e-food, I'm glad my name inspired you[/quote]
Hehe... I've been using this name since 1997.

Handi (2006-11-10) [quote]Hehe... I've been using this name since 1997.[/quote]
Lol, the coincidence is quite funny!
Especially, if you look on a level I did before you came on the forum: [level]ropalys[/level] (Look at the top-right corner  ;D)

(Don't take it wrong, though. I believe you)

Hand-E-Food (2006-11-10) [quote author=Handi link=topic=40.msg670#msg670 date=1163119476]Lol, the coincidence is quite funny!
Especially, if you look on a level I did before you came on the forum: [level]ropalys[/level] (Look at the top-right corner  ;D)

(Don't take it wrong, though. I believe you)[/quote]
I like it! :D

Lazyone (2006-11-10) I hate when I am blinded by things hidden in plain sight. VERY nice Handi!

my solution to [level]xysecyg[/level] is [level]gisoxop[/level]

Handi (2006-11-10) Good job Lazyone
Here's my solution for [color=Teal]Count It Well[/color], [level]xysecyg[/level]  :  [level]necidev[/level]

Handi (2006-11-12) [b][color=Brown]Sacrifice[/color][/b] : [level]fynabab[/level]

Lazyone (2006-11-12) [level]xohodak[/level] was my solution for sacrafice

jnz (2006-11-12) My solution for Sacrifice (fynabab): [level]xehegys[/level].  Seems I picked the same 4 values to get out of the sacrifice box as Lazyone.  I wonder if there are any other possibilities.

Handi (2006-11-13) I don't think there are any other solutions. You have 4 crates and forcingly they are (should be) all different. You need 2 crates that will be combined to match the 3rd and the 4th must be a zero in order to extract the '1'. When you make the zero (with double 6), you are forced to take the 4. And to make another 4, you need an E and an A.
66-4-A-E is an inevitable combination... unless you can proof the opposite  :). Actually, I would have prefered if several different solutions would be possible, but that's just how the things sorted out...

Handi (2006-11-14) [b][color=Maroon]Vicious Circle 1[/color][/b] : [level]noxupec[/level] .  Solution: [level]kypihur[/level]

Lazyone (2006-11-14) My solution to  [level]noxupec[/level] is [level]Kosyveg[/level]. Great level!

Handi (2006-11-15) Thank you Lazyone!
Good job. Though I prefer my 2-digit timer hehe ;D
[level]kypihur[/level]

Handi (2006-11-15) [b][color=Blue]Stuck[/color][/b] : [level]dinuxaz[/level] .  Solution: [level]segyges[/level] [color=Red][i]
Not so obvious when no dozer...

Lazyone (2006-11-15) [level]Gilalyd[/level] is what i came up with for [level]dinuxaz[/level]

Edit: I cleaned it up a bit just for Handi [level]Vodobyv[/level]

jnz (2006-11-15) My solution for Stuck (dinuxaz): [level]notypih[/level].  Lazyone's is pretty neat for getting the job done with no unpackers.

Handi (2006-11-15) wow, good job guys. Looks like mine was way too complicated!

Handi (2006-11-15) An easy puzzle:
[b][color=Blue]Dozer Sync[/color][/b] : [level]vutixud[/level] .  Solution: [level]pesefuz[/level]

Lazyone (2006-11-15) [level]Dumyduf[/level] is what i came up with for [level]vutixud[/level]

Hand-E-Food (2006-11-16) Dozer Sync: [level]vutixud[/level]: [level]noxihuf[/level]
Stuck: [level]dinuxaz[/level]: [level]laxudys[/level]
Sacrifice: [level]fynabab[/level]: [level]lunalis[/level] - I ended up using different values from the above solutions.  Strangely, I didn't even consider those numbers.
Vicious Circle 1: [level]noxupec[/level]: [level]gyseger[/level] - That was a lot of fun!

jnz (2006-11-16) My solution for Dozer Sync (vutixud): [level]xyredik[/level]

jf (2006-11-16) My solution for Stuck [level]dinuxaz[/level] is [level]maxapub[/level]. Nice puzzle.

Handi (2006-11-19) [color=Red][i][b]NEW:[/b][/i][/color] 
[b][color=Blue]Triplex[/color][/b] : [level]nozanap[/level] . (Still in beta version -- I'm not sure if there's enough space to solve it...  ::) )

Hand-E-Food (2006-11-19) I'm two-thirds of the way there...

Triplex: [level]nozanap[/level]: [level]zukytax[/level]

jnz (2006-11-19) Seems there is enough space to solve Triplex: [level]miveriz[/level]

Handi (2006-11-20) Good Job jnz! Actually, you have won the opportunity to have your solution posted in the first thread! (I hope you don't mind)

jnz (2006-11-20) [quote author=Handi link=topic=40.msg926#msg926 date=1163984522]
Good Job jnz! Actually, you have won the opportunity to have your solution posted in the first thread! (I hope you don't mind)
[/quote]

Thanks!  No, I don't mind at all.  In fact, it is flattering.  :)

Handi (2006-11-21) [color=Red][i][b]NEW:[/b][/i][/color] 
[b][color=Blue]Octuplex[/color][/b] : [level]gopadax[/level] . This one is a little bit harder.
If you don't like this one, try this: [level]xokyvib[/level]

Lazyone (2006-11-21) Solution to [level]gopadax[/level] IS [level]ridegov[/level]

20eight (2006-11-21) cubicle - [level]lyxotur[/level]:[level]nagebat[/level]

SM (2006-11-21) Cubicle:
[level]Cafupep[/level] uses old physics

New physics is similar  [level]sirupeb[/level]

Handi (2006-11-21) [b]Real [color=Blue]Octuplex[/color][/b] : [level]xokyvib[/level] .

jnz (2006-11-22) My solution to Octuplex (xokyvib): [level]zusuvod[/level]

Handi (2006-11-22) Nice use of mirroring jnz :)

Handi (2006-11-22) btw, jnz, I'm going to put your solution once again... looks like I prefer creating puzzles more then solving them

Handi (2006-11-22) [b][color=Blue]Distribute[/color][/b] : [level]motezys[/level] .

Hand-E-Food (2006-11-22) That was good, though I have resorted to pinching previos ideas. :)

Octuplex: [level]xokyvib[/level]: [level]bukeneg[/level]

Lazyone (2006-11-22) for [level]motezys[/level] : [level]Padypiz[/level]

daniel (2006-11-29) Stuck: [level]nunukyb[/level]
Dozer Sync: [level]colynah[/level]

jf (2006-12-08) For Triplex [level]nozanap[/level], my solution [level]zonymul[/level]. (No dozers were harmed in the making of this solution.)

Handi (2006-12-08) Really nice triplex jf!
And no dozers harmed, congratulations!.. I think however that the massive employement of F barrels in underwage and almost slavery conditions, and confinement of more then twenty of these individuals in a triplex, could bring them to revolt and cause you serious troubles...  :D

jf (2006-12-08) I was a little kinder to the F's in my solution to Octuplex: [level]fugirur[/level].  :)

Handi (2006-12-09) Yeah, the F's are golden happy in this one... but what about the grey ghetto, huh???  ;D

adept (2006-12-09) Distribute:[level]motezys[/level] : [level]hepagyd[/level]

After looking at Lazyone's solution, I feel like my life has been way too complex.

Handi (2006-12-12) I'm actually surprised you managed to do it without synchronised dozers!

jf (2006-12-27) For Sacrifice [level]fynabab[/level], [level]faramoc[/level].

Rene (2006-12-28)
I am having a relaxed day, solving Rubicon's puzzles while listening to the radio. Dutch radio 2 is playing the Top 2000, the most popular 2000 songs of all times in Holland. Every song is played completely, the top 2000 continues around the clock until New Year, ending at mid-night with the number one. Right now, number 933 is playing, John Lennon with Jealous Guy, followed by Mecano with Hijo de la Luna. Reportedly, 55% of all Dutch people listen to the Top 2000 (9 million people). If you want to listen to great music as well, go to [url]http://top2000.radio2.nl/2006/page/textpage/luister%20live#[/url] and click on the dog.

Here are my solutions for some of Handi's puzzles:

Cubicle ([level]lyxotur[/level]): [level]kecafem[/level]
Splitted Beta ([level]nuzufyt[/level]): [level]pumyxug[/level]
Count It Well ([level]xysecyg[/level]): [level]lipihyb[/level]
Sacrafice ([level]fynabab[/level]): [level]zuzyryz[/level]
Vicious Circle1 ([level]noxupec[/level]): [level]nodugub[/level]
Stuck ([level]dinuxaz[/level]): [level]dixupyx[/level]
Dozer Sync ([level]vutixud[/level]): [level]gugupab[/level]
Distribute ([level]motezys[/level]): [level]bogukum[/level]


jboymicro (2007-01-01) Solution to Cubicle: [level]zerenur[/level]

These are some really good puzzles.

digitalrift (2007-01-05) [level]dinuxaz[/level]: [level]fuzogef[/level]
[level]lyxotur[/level]: [level]zysanin[/level]

I'm not good enough yet to do the others having just started playing this an hour ago.... :)

20eight (2007-01-15) distribute - [level]motezys[/level]:[level]bikenob[/level]

hatkirby (2007-07-25) Here's my answers!

Cubicle - [level]gofynok[/level]

Decimal counter

Rene (2006-10-27)
Here is a full speed decimal block counter. It is modular, so the count can go up to as many digits as you want.

[url]http://kevan.org/rubicon/game.php?level=zexydas[/url]

On the lower conveyer, you can even add small digits (0-6), but at slightly less than full speed

[b]Design challenge:[/b] create a decimal adder that adds up all digits (0-9). Full speed would be nice.

Rene.

sluutthefeared (2006-10-27) Here's a quick one.
[level]disynym[/level]

It's least significant digit first. I could probably reverse it but I'm lazy.
The first counter can't reset from 9 to 0 fast enough so it resets to 2 to account for the lost blocks. If the stream were going to be intermittent I would have to do it a bit different.

DUGOCUN- Simple letter/number sorter

Languidiir (2006-10-28) I made an extremely simple letter and number sorter. Because all letters are higher than the possible number choices, the letters are seperated from the numbers. Useless, but fun.

Abcde360 (2007-02-24) Enter in the level thing,([level]DUGOCUN[/level]) next time

Abcde360 (2007-02-24) That thing is kinda cool, Anyone could do it, but i like how fast and effective you made it go.

Feature suggestions

Mr K (2006-10-28) I know that you are already thinking about a pause and step increment buttons. Just didn't want to leave that out. Here are some others:

Left click could be assignable, just like right click, instead of empty space. Or middle click, since it just does the same as left click. Just highlight the secondary selection with a different color than left click' is.

A mirror image copy. The copy feature is very usefule, but many levels being made are mostly symetrical, and it'd be nice to be able to use the copy feature to duplicate the other side of the board.

Profiles could have the option of displaying levels we created. To keep profiles from becoming unwieldy, there could be a limit of ten or so. This handy for showing other our levels, but also useful for giving us a place to store our levels. Maybe two spots: public levels, and private levels (that we are still working on, or whatever reason).

And ukelele is spelled uk[u]u[/u]lele

Mr K (2006-10-29) Why were my design suggestions moved from the design forum? And why were they put in the tech support section, where only people who have tech problems will read it? ???

Kevan (2006-10-29) You're making suggestions for the interface, it didn't seem relevant to "General discussion of designing levels and machines". Everyone else has been posting their interface suggestions to Support.

TULUFYN : Basic Compact Timer

Handi (2006-10-28)
[i]Old, Quick Packers:
Here's basically a 2-hexadigits timer that allows you to make a Dozer wait for up to 256 turns.

It can easily be upgraded to 4000+ turns, by adding another 1-hexadigit, but my point was to make it as compact as possible for a realistic amount of turns... I mean, who would want to wait 4000 turns ?!

There's absolutely nothing new over here, I just brought together two usefull techniques (Incrementer & Dozer Gate) and added some examples of settings to make it wait a given amount of turns.[level]TULUFYN[/level][/i]


New, Slow Packers:
The Exact calculation of turns is a little bit harder with slow packers, but it's about 2 times slower, so the max is about 500 turns, which is perfect for any common use.
Here it is : [level]BUPAKUC[/level]

impossible

FL4WL3SS (2006-10-28) I don't know if this one can be solved...

...I can't solve it and it's my puzzle  :P

[level]gekixin[/level]

-FL4WL3SS

Kevan (2006-10-28) Nearest I could get was getting a 2 to the matcher - [level]fivyrex[/level]. It's all a bit too near to the right edge of the screen, I think - there's not enough room to do much addition or subtraction, and there's no way to move crates further to the left when we don't even have any barrels.

Eh. Not much incentive to carry on working on the problem, if the setter didn't have a solution in mind, to be honest.

sluutthefeared (2006-10-29) I've almost got it. Managed to get it up to 8. I'm thinking there might be a way to get a 1 from the top into there somehow.
[level]dygagub[/level]

I agree with Kevan though. With no apparent use for the level design it's just not very fun to work with.

Mr K (2006-10-29) An even number added to an even number will always result in an even number.
An even number subtracted from an even number will always result in an even number.

The target is odd.

The puzzle is impossible without another odd crate that can be used.

sluutthefeared (2006-10-29) But the puzzle starts with a 1. If there were room I could route a 1 down from the top to add to the 8.

Nic (2006-10-29) Close attempt, foiled by order of movement. (Okay, fine, so it was an unfortunate infinite loop)
[level]cudefep[/level]

Cheated attempt, one tube removed.
[level]magybek[/level]

FL4WL3SS (2006-10-29) I'll give you credit for that one, good job Nic.

And isn't that part of the fun of this game, to come up with puzzles that are challenging? Just because I didn't have a solution shouldn't mean it isn't fun, I mean, its fun to try something out for a couple hours on my own and then see what everyone else can come up with. Just my opinion.

Frankly, I stay away from some of the puzzles because they either aren't challenging enough or they only require one solution and no thought process.

-FL4WL3SS

sluutthefeared (2006-10-29) Found  a way without cheating.
[level]bubodul[/level]

Mr K (2006-10-29) Got it! [level]tyhapoz[/level]

On preview: dam!

FL4WL3SS (2006-10-30) GOOD WORK, mr. k and sluut!!

I came so close, that took a lot of trial and error and I didn't get it.

-FL4WL3SS

Nic's Puzzles

Nic (2006-10-29) [level]besofub[/level] -- The puzzle is rather simple: extracting the "2" box.

This one started as a doodle with just the two boxes, the funnels toward the goal, and a big empty area in the middle.
That didn't turn out to be possible, and so, there were a few... changes.
All the elements of the doodle were then deleted to become a puzzle, but it still left signs of its existence.
I bet I missed some sort of trivial solution to this....

[level]vuhunoc[/level] - Original doodle and solution.

---

[level]rebekog[/level] -- Quarters -- Just rotate!

Another one which started as a doodle.

[level]nodyxub[/level] -- Original doodle and solution.  Bottom right quarter is a bit tricky.
[level]monegyn[/level] -- Much simpler solution.

---

[level]kybexig[/level] -- Roomy -- Short level, nothing tricky.

Might be a bit overloaded with X's.

[level]gigupol[/level] -- Solution.

---

[level]gonybum[/level] -- Bit For Bit -- Wouldn't a differentiator be nice?

A trifle easy since the solution was implied in the puzzle.

[level]mesasav[/level] -- Solution.

---

[level]lonibeg[/level] -- Uncertainty -- Wait, what?

Read up on the ruleset again!

[level]rumusir[/level] -- Solution.

---

[level]gicenip[/level] -- Back to Basics -- Zero complications.

Just one crate and a few targets, no restrictions.

[level]digofiv[/level] -- Solution.

---

[level]jydolus[/level] -- Indirect Method -- Circumnavigation, nothing more.

One crate, a section of wall, three targets... and plenty of locking.

[level]vezirot[/level] -- Solution, brute-forced.  I'd like to see a nicer solution.

sluutthefeared (2006-10-29) [level]fatekyh[/level]

Nic (2006-10-29) [level]rihahav[/level]

One more restriction, but I'm probably still missing something obvious.
Original solution still valid.

Handi (2006-10-29) [level]xucumav[/level] works too

Mr K (2006-10-29) Here's a solution to the first easy version: [level]gilybyb[/level]

Here's a solution to the newer version: [level]rudutuk[/level]

I think the second version is more fun, because it isn't as easy.

Lazyone (2006-10-29) [level]habuhyt[/level] is my solution

daniel (2006-10-29) [level]ligosym[/level]
I did my solution after reading only the initial post, so I didn't know about the harder version. My solution is very similar to sluutthefeared's but I created it before looking at his.

Nic (2006-11-06) New puzzle!

[level]rebekog[/level] -- Quarters

Solution at topic post.

SM (2006-11-06) Solution to Quarters!

[level]tuhybik[/level]

Fun puzzle.  Thanks!

Lazyone (2006-11-06) Quarters solution [level]tylecix[/level]

20eight (2006-11-06) [level]besofub[/level]:[level]gevaput[/level]
[level]rebekog[/level]:[level]takaduf[/level]
[level]rihahav[/level]:[level]patesag[/level] (I think this one's pretty cool)

FL4WL3SS (2006-11-06) My solution to BESOFUB

[level]debagom[/level]

-FL4WL3SS

FL4WL3SS (2006-11-06) My solution to REBEKOB

[level]didabur[/level]

-FL4WL3SS

Hand-E-Food (2006-11-10) My solutions:

Conversation: [level]besofub[/level]: [level]hevegel[/level]  That was a real challenge.  I just saw the new version.  Replacing the replicator with a winch satisfies that puzzle.
Quarters: [level]rebekog[/level]: [level]nisadix[/level]

Nic (2006-11-10) New puzzle again.

[level]kybexig[/level] -- Roomy

Solution at topic post.

Lazyone (2006-11-10) [level]zudadaf[/level] was my solution to roomy

Hand-E-Food (2006-11-11) That one was fun! :D

Roomy: [level]kybexig[/level]: [level]hypygep[/level]

Nic (2006-11-12) Two new puzzles!

[level]gonybum[/level] -- Bit For Bit
[level]lonibeg[/level] -- Uncertainty

Solutions at topic post, as usual.

Handi (2006-11-12) [level]lonibeg[/level] : [level]zagebav[/level] ???  ;)
Interesting one

Lazyone (2006-11-12) [level]sexamef[/level] was my solution to [level]lonibeg[/level] took me abit to figure out the top target

daniel (2006-11-12) [level]sozogip[/level]: Solution to Uncertainty.
I had a go at solving Bit For Bit but couldn't get the timing right. It seemed to work most of the time but failed now and then.

Hand-E-Food (2006-11-13) Uncertainty: [level]lonibeg[/level]: [level]feryfum[/level]  That was a very ingenious puzzle design!

Nic (2006-11-18) Two more.

[level]gicenip[/level] -- Back to Basics
[level]jydolus[/level] -- Indirect Method

Solutions be at first post.

Lazyone (2006-11-18) for [level]gicenip[/level] i came up with [level]rubigyg[/level]

MagiMaster (2006-11-19) Here's my Basic solution: [level]MOZYPIK[/level]

jnz (2006-11-19) Solutions for
Back to Basics (gicenip): [level]lohadel[/level]
Indirect Method (jydolus): [level]hozecyz[/level]

20eight (2006-11-21) Back to Basics - [level]gicenip[/level]:[level]sovigyz[/level]
Indirect Method - [level]jydolus[/level]:[level]xebubyk[/level]

SM (2006-11-21) Back to Basics: [level]Gicenip[/level] Solution

Blunt Force Trauma:
[level]Rubobim[/level]

daniel (2006-11-23) I'm in an artistic mode tonight so my solutions have a fair bit of decoration.
Back To Basics: [level]zehyleb[/level]
Indirect Method: [level]gedezab[/level]

Hand-E-Food (2006-11-30) Back to Basics: [level]gicenip[/level]: I had an answer, but I lost the level code.
Indirect Method: [level]jydolus[/level]: [level]juvenut[/level]

jf (2006-12-01) Jydolus using ants: [level]rodakab[/level]

For Gicenip, [level]dulagul[/level], only, now having seen your digofiv, I like that solution much better.

CrimsonTurkey (2006-12-16) To the first one, not very elegant but: http://kevan.org/rubicon/game.php?level=codimim

jf (2006-12-26) I finally made it to these puzzles:
Conversation [level]besofub[/level]: [level]nimydih[/level]. No copiers.
Quarters [level]rebekog[/level]: [level]riveryg[/level]. No dozers.
Roomy [level]kebexig[/level]: [level]soribar[/level]. No doors or trapdoors.
(I didn't set out to avoid copiers, dozers, or trapdoors -- I just happened to not use them.)

gert7 (2006-12-29) I like your puzzle quarters.
Here is my solution: remamup

20eight (2007-01-10) uncertainty - [level]lonibeg[/level]:[level]jetobym[/level]

Crouch (2007-01-18) I think I got the fastest solution possible for 'Quarters' ([level]rebekog[/level]): [level]vuhovas[/level], 14 ticks.
Very nice puzzle.

Edit: Just got 'Uncertainty' ([level]lonibeg[/level]) in 33 ticks: [level]pihifer[/level]. Nice concept, by the way.
And 'Back to basics' ([level]gicenip[/level]) in 9 ticks: [level]nafusar[/level]

Prox's levels

Prox (2006-10-29) I made some levels:

Cross the Streams: [level]jimikyr[/level]
Times Three: [level]benofab[/level]
Random Blocks: [level]siputor[/level]
Adding by Subtracting: [level]hyzoroc[/level]

My solutions:
Cross the Sreams: [level]paryxet[/level]
Timse Three: [level]gohukyd[/level]
Random Blocks: [level]xodykav[/level] - [level]daxevad[/level] (doesn't account for zero)
Adding by Subtracting: [level]suvupad[/level]

Lazyone (2006-10-29) My cross the steam solution [level]jygosim[/level]

My Times three solution [level]syfumyt[/level]

My random blocks solution [level]povosic[/level]

jf (2006-10-29) Here is a Cross the Streams solution which maintains the crossed streams indefinitely, albeit with some bandwith sacrificied to the furnaces ;) [level]dydabib[/level]

daniel (2006-10-29) My cross the streams solution: [level]lunuryd[/level]
and times three: [level]komakax[/level]

denied (2006-10-29) You guys really worked hard at 'cross the streams'.  Here's my [url=http://kevan.org/rubicon/game.php?level=xoguham]simple solution[/url].

SM (2006-10-29) crossing the streams:

[url=http://kevan.org/rubicon/game.php?level=mihamom]http://kevan.org/rubicon/game.php?level=mihamom[/url]

20eight (2006-10-29) my solution to cross the streams:

[url]http://kevan.org/rubicon/game.php?level=gygegan[/url]

20eight (2006-10-29)
and times three (nice puzzle):

[url]http://kevan.org/rubicon/game.php?level=taganyr[/url]

FL4WL3SS (2006-10-30) Stream [level]lirolaf[/level]

-FL4WL3SS

FL4WL3SS (2006-10-30) Three [level]bavamyt[/level]

-FL4WL3SS

Nic (2006-10-30) Cross-stream: [level]kanynad[/level], maximally minimalist approach.  There might be a more efficient solution.

Prox (2006-10-30) I made a new puzzle: [level]siputor[/level] with solution [level]daxevad[/level]

daniel (2006-10-30) My solution to Random Blocks with a bit of extra decoration: [level]podutyg[/level].
By the way, your solution fails for a zero crate, Prox.  ;)

SM (2006-10-30) solution to Random Blocks


[url]http://kevan.org/rubicon/game.php?level=pyduhad[/url]

FL4WL3SS (2006-10-30) Here's my solution to your latest SIPUTOR

[level]cubyzap[/level]

-FL4WL3SS

FL4WL3SS (2006-10-30) Prox, I love your solution to SIPUTOR, thats very impressive!

-FL4WL3SS

Tiralmo (2006-10-30) I believe that [level]GUVAFUM[/level] is the quickest possible way to solve SIPUTOR.

Prox (2006-10-30) Thanks, FL4WL3SS.  I liked it, even though it didn't account for zero.  Here's one that can: [level]xodykav[/level]

Prox (2006-11-01) Got another new one

Adding by Subracting:[level]hyzoroc[/level]
Solution: [level]suvupad[/level]

MagiMaster (2006-11-01) Here's my solution for [level]HYZOROC[/level]: [level]VYREGIG[/level]

Hand-E-Food (2006-11-17) I'm enjoying these! :D

Cross the Streams: [level]jimikyr[/level]: [level]henapop[/level]
Times Three: [level]benofab[/level]: [level]loravez[/level]
Random Blocks: [level]siputor[/level]: [level]hagafut[/level] – Sure there's an easier way, but this keeps with the spirit of things. :)
Adding by Subtracting: [level]hyzoroc[/level]: [level]zudenob[/level]

SM (2006-11-17) Solution to Times Three:

[level]vilukar[/level]

90 degree trap door

Lazyone (2006-10-29) Great Game!!

What about making a trap door that is 90 degrees out of phase instead of 180?

Also a gate that is 90 degrees out  or stay with the 180 degrees but make it so you can use the gate on its side as well?

Hand-E-Food (2006-11-06) On top of this, how about an inverted gate.  The gate is closed unless you place an object next to it.

Nic (2006-11-06) I had that inverted gate idea for a little while, but after thinking about it, it felt flawed :P

The gate would oscillate between closing and opening by itself, defeating its purpose...
The best way to do it (for me) is probably to make it directional either by input (if N/W/S/E is blocked, other directions are unblocked) or by output (if any one of WSE/NSE/NWE/NWS is blocked, N/W/S/E, respectively, is unblocked).  Other ways to do this are plenty and possible.
That'd be four new objects either way (unless you confine it to the horizontal or something), but it'd be very useful.  I wants my antikey.

For the 90-degree door...  A mini-animation to show.
[code]
|      W  W  W        W      W  W  W
| GK  GK  GKW GKW  -->  KW WKW WK  WKW  KW  etc, inaccurate due to parallel processing as opposed to serial processing of tiles
|              W        W  W  W      W[/code]
Where W is key-wall, G is a conveniently placed magical debug girder.
Note that if the key is activated at any moment, the activated wall would go round and round...

Using exceptions (not activated by own wall) would work well though, as long as you use a special key-wall just for this key.

drama, sequences, visability

happycloud (2006-10-30) Hi! great game! I´ve wasted days already!!

Although I also like efficient, fast and economic machines I hereby also state the beauty in machines that solves problems in separate sequences if possible using the same parts for many tasks and slow enough so you can see it.

I made a single digit decimal multiplicator sadly with reversed order of digits so far.

Can someone help me do it with right order of the digits? but most urgently: separate the calculation of the barrels until the last barrel generation is done?

][/url]http://kevan.org/rubicon/game.php?level=gifotof[code]   [/code]

happycloud (2006-10-30) little mistake on that one. the third number in the result falls down...

but now: [level]caxocib[/level]

zxo's puzzles

zxo (2006-10-30) I've got that creative itch -- expect a few puzzles to show up on this thread.

Simple one: [level]dabules[/level] (My Answer: [level]dunixin[/level]) [color=Blue]*sigh* can't read my own writing[/color]

I'm not sure if there's an elegant way to solve this one: [level]pocetyv[/level]. 
Updated version: [level]numopuk[/level] -- moved the 5 further up and corrected the position of the 4.  I can't see POCETYV being solvable (feel free to prove me wrong), but my solution to NUMOPUK is [level]soxagar[/level].

EDIT: [level]dodufyd[/level]: number manipulation
more to come...

jnz (2006-10-30) Simple solution to dabules: [level]zuranak[/level]

And for dodufyd: [level]mobisil[/level]

zxo (2006-10-30) OK, it looks like the 5 in POCETYV might be too far down to solve the puzzle.  Here's an edited version: [level]numopuk[/level]

MagiMaster (2006-10-30) Here's mine for [level]DODUFYD[/level]: [level]ZABUKUP[/level]

zxo (2006-10-30) [quote author=jnz link=topic=52.msg312#msg312 date=1162183073]
Simple solution to dabules: [level]zuranak[/level]

And for dodufyd: [level]mobisil[/level]
[/quote]

Nicely done on dodufyd!  I figured there would be a solution like that, but I spent all my time working on soxagar tonight.  I'll come back to it later, but it'll be hard to top!

jnz (2006-10-30) [quote author=zxo link=topic=52.msg319#msg319 date=1162192386]
Nicely done on dodufyd!  I figured there would be a solution like that, but I spent all my time working on soxagar tonight.  I'll come back to it later, but it'll be hard to top!
[/quote]

Allow me to raise the bar a bit further on dodufyd: [level]camyzov[/level]

FL4WL3SS (2006-10-30) Extraction [level]zimymif[/level]

Quite a simple solution, I suppose.

-FL4WL3SS

Prox (2006-10-30) I found a solution to pocetyv.  It's probably not quite what you were looking for, though: [level]batolol[/level]

20eight (2006-10-30) my solution to [level]dodufyd[/level]:  [level]dovybyg[/level]

jf (2006-10-30) Another take on DABULES: [level]nuzugon[/level]

SM (2006-10-30) solution to dabules

[url]http://kevan.org/rubicon/game.php?level=tugydiv[/url]

Tiralmo (2006-10-30) Quick solutions to dabules and dodofyd:

for dabules: [level]poxesig[/level]
for dodofyd: [level]butuvuf[/level]

Hand-E-Food (2006-11-01) I had a lot of fun with these! My solutions:

[level]dabules[/level]: [level]fubiduf[/level]
[level]numopuk[/level]: [level]rupovid[/level] This answer is a bit of a cop out. ;)
[level]dodufyd[/level]: [level]bidorem[/level]

adept (2006-11-09) first try at sharing a solution- not my best one- but it works

[level]dodufyd[/level] : [level]bazakod[/level]

jf (2006-11-09) My solution for dodufyd: [level]hyxizyb[/level] that does not use dozers.

[i]Oops... I'm sure that was the name, but it can't be found. Do you have any way of searching the warehouse it you can't remember the entire name -- it's got to be one character I missed -- "Solution to dodufyd" hyxif??.[/i]

Update: Thanks Kevan, I corrected the link above (was hyxifyd). I think the "fyd" in dodufyd confused me--I was trying to remember the name to post without writing it down.

Kevan (2006-11-09) It was [level]hyxizyb[/level], checking the directory manually. I'll have a go at a sorted-by-user warehouse listing at some point.

Handi (2006-11-11) Easy and Nice extraction. [level]dabules[/level] : [level]sumumol[/level]
Easy and works with both packers: [level]dodufyd[/level] : [level]tisulyf[/level]

LilFaery (2006-11-12) Incredibly slow, inelegant solution to pocetyv: [level]dybyxyv[/level]
Just for kicks, I felt like razing the entire stack.

Lazyone (2006-11-13) My solution to [level]dodufyd[/level]  is [level]gedynuk[/level]

I thought I had posted these before but I guess not.

[level]dabules[/level] = [level]bukahyh[/level]

dacodemasta (2008-04-10) my fun complex solution to dabules: [level]godaduc[/level]
just cause im bored :P

Werbad (2008-04-10) 4 ticks for [level]dabules[/level]: [level]bugezyb[/level]

Dirdle (2008-04-10) For [level]dabules[/level], [level]fisezik[/level].
For [level]dodufyd[/level], [level]nolycuk[/level].
Neither solution is particularly spectacular.

jf (2008-04-10) [quote author=Werbad link=topic=52.msg3626#msg3626 date=1207824042]
4 ticks for [level]dabules[/level]: [level]bugezyb[/level]
[/quote]

Thanks Werbad, that was a nice challenge! I also found a 4-tick solution for [level]dabules[/level]: [level]hibexib[/level].

Werbad (2008-04-10) 3 ticks for [level]dabules[/level]: [level]vebahuh[/level]

immibis (2008-04-28) For dodufyd: [level]fybiket[/level]

jaspertje1 (2012-09-26) for [level]numopuk[/level]: [level]basoken[/level]
for [level]dodufyd[/level]: [level]rilubug[/level]

Daniel Nilsson's puzzles

daniel (2006-10-30) I'll do as everybody else and make one thread for my puzzles.

[b]DEADBEEF[/b] ([level]pylekyl[/level]): A two part puzzle; figuring out the right sequence and grabbing the crates for it. I have no solution for it myself yet, but it's solvable.

[b]Key Communication 1[/b] ([level]regecyg[/level]): Solution [level]xocapyb[/level]
[b]Key Communication 2[/b] ([level]zenegus[/level]): Solution [level]cusudum[/level]
[b]Key Communication 3[/b] ([level]jocemav[/level]): Solution [level]kutegyg[/level]

Prox (2006-10-31) Solved it: [level]myhofif[/level]

This one was a fun one.

daniel (2006-11-02) Here are three new puzzles. They have all the same basic idea but the higher numbered are supposed to be harder (they are at least not easier) than the lower numbered.
[level]regecyg[/level]: Key Communication 1
[level]zenegus[/level]: Key Communication 2
[level]jocemav[/level]: Key Communication 3
I have solutions but I will wait a bit before posting them.

jnz (2006-11-02) Solution to Key Communication 1 (regecyg): [level]disegyb[/level]
Solution to Key Communication 3 (jocemav): [level]pimafib[/level]

MagiMaster (2006-11-02) Here's my solution to #1: [level]FOKUFUB[/level]
Here's my solution to #2: [level]FODOPUG[/level]  (It should also work for #3.)

Djonn (2006-11-02) My solution to #3: [level]mipyseg[/level]
Timing is quite delicate, I first tried a full speed one ([level]gahisop[/level]), but it doesn't work for values >C.
This one is half speed and works for all values, with a little hack for E & F.

Prox (2006-11-02) Here's my solution to the first one: [level]zyxihet[/level]

20eight (2006-11-03) DeadBeef is a great puzzle, Daniel.  Here's my solution:[level]dobarox[/level]

Djonn (2006-11-03) By the way my solution to DEADBEEF: [level]dekuhud[/level] (note to self, double check when noting the save game names).

daniel (2006-11-04) I have updated the top post with my solutions to the Key Communication puzzles.

jf (2006-11-05) Here is my solution to Key Communication 3: [level]hoxefug[/level]. I used brute force, especially in handling the 0 case. I like your own solution much better.

FL4WL3SS' Puzzazzles

FL4WL3SS (2006-10-30) I like creating these puzzles so I figured I might as well start a FL4WL3SS thread

EDIT: I will just post all new one's in this post

[level]conyton[/level] solution: [level]docigeh[/level]
[level]zibumek[/level] solution: [level]pigobin[/level]
Here's the latest: [level]tuvicup[/level] solution: coming soon!

-FL4WL3SS

MagiMaster (2006-10-31) Here's my solution to CONYTON: [level]FIDUBOB[/level]

Prox (2006-10-31) Here's my solution to conyton: [level]cysozyd[/level]

Mr K (2006-10-31) Here's my conyton solution: [level]bazutag[/level]It started much more complex, but I kept coming up with new things I could do. I had other stacked dozer tricks, but these were my favorites.

FL4WL3SS (2006-10-31) Here's my solution to CONYTON

[level]docigeh[/level]

-FL4WL3SS

Mr K (2006-10-31) Finally figuredd out to do this the way i wanted to: [level]rivikaz[/level]

FL4WL3SS (2006-10-31) Nice and efficient Mr. K!

-FL4WL3SS

20eight (2006-11-01) Mr K's get the prize, but here's my solution to [level]conyton[/level]:  [level]labuhan[/level]

SM (2006-11-01) My solution for zibumek

[level]BUGYMAX[/level]

FL4WL3SS (2006-11-01) I like the efficiency of that SM!

I need to learn more tricks, my solutions are so boring

-FL4WL3SS

Prox (2006-11-01) My solution to the second one: [level]bagehyb[/level]

MagiMaster (2006-11-01) Here's my DOA solution: [level]XYBOMOB[/level]

Blargh (2006-11-02) solution for the second one: [level]xevaguc[/level]

FL4WL3SS (2006-11-06) Another puzzle: [level]tuvicup[/level]

I'll also post up top with solution to come.

-FL4WL3SS

jnz (2006-11-06) My solution to DOA (zibumek): [level]rapovyl[/level].  Requires the fast copiers.  :)
gates of hell (tuvicup): [level]mucirek[/level]

SM (2006-11-06) Solution to Tuvicup

[level]ryfukul[/level]

Lazyone (2006-11-06) my solution is [level]desabat[/level]

SM (2006-11-07) Wow.  Nice work Lazyone.  Very efficient.

Hand-E-Food (2006-11-08) My solution to Dead on Arrival: [level]zibumek[/level]: [level]dipukim[/level]

HIBADIG: Memory-Registers

ginkgo (2006-10-31) This is a 16-Position Read-only memory-bank:

[level]hibadig[/level]

You input lookup-adresses and get a copy of the block in the corresponding position.

The machine is quite large. Maybe there are still ways to get it smaller.

I'm curious, if it's possible to make rewriteable Memory in Rubicon. At least a few memory-cells. Anyone in for a challenge?  ;D

Otto (2006-11-04) [level]gocypyg[/level]

This is my first attempt at read/write memory. However, it has a bug which I can't figure out without more sleep. :)

Anything dropped into the space below the yellow striped column causes a read. It'll spit out a copy of the existing value.

Anything dropped into the space below the gray checkered column will cause a write. Unfortunately, causing a write also causes a read as well.

I have another idea that may work... but.. later. :)

ginkgo (2006-11-05) This is my design for a single RAM-Cell:

[level]nudebok[/level]

It is slower than ROM(not a big surprise to me) , and you have to remember, that all read-operations have to be finished, before you can change the content in the cell.

Now, I only have to find a way, to stack several copies of these and feed them the correct operations..  ???

Djonn (2006-11-06) This is my attempt at a RAM cell [level]cinazyg[/level] (in crosses). Anything on the left triggers a read, anything on the right overwrites the cell value. max speed for read/write is one every other cycle. If a read and a write are executed in the same cycle, the new value is read. These cells should be easy enough to stack, but I don't know how to feed them the correct operations either.
[i]note: for the demonstration one read is triggered every other cycle (stripped), and one write every four cycles (checkered).[/i]

Update: if you use the new physics model (type 'P' after loading an old level, see [url=http://kevan.org/rubicon/forums/index.php?topic=70.15]should packers be slowed down[/url]), when you read and write at the same cycle, you get the old value. This is however very easy to tweak by removing one pipe from the "read" entry if you prefer the other behaviour.

Otto (2006-11-07) [quote author=Djonn link=topic=56.msg553#msg553 date=1162812393]
This is my attempt at a RAM cell [level]cinazyg[/level] (in crosses). Anything on the left triggers a read, anything on the right overwrites the cell value. max speed for read/write is one every other cycle. If a read and a write are executed in the same cycle, the new value is read. These cells should be easy enough to stack, but I don't know how to feed them the correct operations either.
[i]note: for the demonstration one read is triggered every other cycle (stripped), and one write every four cycles (checkered).[/i]

Update: if you use the new physics model (type 'P' after loading an old level, see [url=http://kevan.org/rubicon/forums/index.php?topic=70.15]should packers be slowed down[/url]), when you read and write at the same cycle, you get the old value. This is however very easy to tweak by removing one pipe from the "read" entry if you prefer the other behaviour.
[/quote]
Wow. I really like that design. I never considered copying into a furnace before. Good job!

ginkgo (2006-11-07) Yes, your version is awesome, Djonn.

I guess I tried to hard, to modify my existing ROM cells.

Djonn (2006-11-07) OK, here is my attempt at stacked RAM registers: [level]caranym[/level], unfortunately, I didn't find a way to have a two crates code, so everything is muxed in 1 crate, which means 4 binary registers (could do ternary, kinda easier actually but, this is neater). The two msb code the register index, the 3rd bit is 0 for read and 1 for write, and the lsb is the value for the write.

The input is on the left (from top to bottom: value, read/write, index), in the middle is the muxer, top right is demuxer, bottom right are the actual registers (the soon-to-be-burned crates give their index), and the output.

If anybody finds a way to use a two-crates code, that would be much much nicer (e.g. up to 8 16-valued registers with 1 crate for register index and read/write, and 1 for the value).

[i]Note: the new version: [level]caranym[/level] has a neater (and more compact) demuxer than the previous one ([level]pysizeb[/level]).[/i]

Gameman (2007-01-08) Here's mine:nedukix[move][/move[] [u][/u]And then there was one...

Counting Machine

Hand-E-Food (2006-10-31) Hello peoples.

[b]Challenge:[/b] Create a counting machine.  The input is between 1 and 15 random-numbered crates, and the output is a single crate with the number of crates inputed.

[b]Puzzle:[/b] Now, turning my solution, [url=http://kevan.org/rubicon/game.php?level=rugixuf]RUGIXUF[/url], into a puzzle, can you count out a random number of crates. The puzzle has two inputs and one output.
Right: This output gives you how many crates to count.
Middle: Drop crates in here to count them, regardless of their number.
Left: Any cargo dropped in here will lock the middle input, and calculate the result.

[b]Solution:[/b] My first solution, [url=http://kevan.org/rubicon/game.php?level=fidurip]FIDURIP[/url], can solve for all values except F.

Counting Machine

Hand-E-Food (2006-10-31) Hello peoples.

I have also posted this puzzle as a challenge in the Open Design.

[b]Puzzle:[/b] In this puzzle, [url=http://kevan.org/rubicon/game.php?level=rugixuf]RUGIXUF[/url], you must put the correct number of crates into the counting machine and then give confirmation.  There are two inputs and one output:
Right: This output gives you how many crates to count.
Middle: Drop crates in here to count them, regardless of their number.
Left: Any cargo dropped in here will lock the middle input, and calculate the result.

[b]Solution:[/b] My first solution, [url=http://kevan.org/rubicon/game.php?level=fidurip]FIDURIP[/url], can solve for all values except F.

Mr K (2006-10-31) You built a lock into your the middle input, but you never took advantage of it. Here's a solution that solves for all values, and will keep trying to add to the middle input, so that lock must get engaged in time. [level]recucum[/level]

Rene (2007-01-01)
I revisited an oldy that I did not solve yet. Here is my solution:

    [level]zufimig[/level]

I am quite proud of how small the solution is  :)

immibis (2008-04-30) [level]luculom[/level]

The ultimate Rubicon challange...

daniel (2006-10-31) ...create a [url=http://en.wikipedia.org/wiki/Universal_Turing_machine]Universal Turing Machine[/url]!

Building such a machine would prove that Rubicon is [url=http://en.wikipedia.org/wiki/Turing_completeness]Turing complete[/url] and therefore able to compute any computable function.
The limited space of Rubicon is a problem though, in addition to probably being to small for the state machine,  the storage tape should be infinite. But let's assume that Rubicon was extended to an arbitrary large space. This can be simulated by building the machine in parts. So what parts are needed?
A [url=http://en.wikipedia.org/wiki/Turing_machine]Turing machine[/url] consists of:
[list]
[li]The tape: An infinite line of memory cells that can be read and written. It can be moved left/right to change the current cell.[/li]
[li]The state machine: Given the current state and the symbol from the current tape cell it moves to a new state, writes a new symbol to the cell and moves the tape left or right.[/li]
[/list]
According to Wikipedia the smallest known universal Turing machine has 2-states and 5-symbols. So if Rubicon can simulate that it is Turing complete.

daniel (2006-10-31) The state machine can be represented by a read only random access memory. It needs 10 words of memory (5 symbols * 2 states), each word needs to contain a new state, a new symbol and a move instruction. This can easily fit in two hex-digits. This means that two copies of ginkgo's memory registers in [level]hibadig[/level] will do nicely.

daniel (2006-10-31) The tape should be able to store one of 5 symbols in each cell (i.e. one hex-digit is more than enough). There should be a way to get the symbol stored in the current cell and a way to replace it. There must be functions for moving the whole tape left and right. The design must be infinitely extendable in both directions and all inputs and outputs must be on the same side.
Any takers?

I made a first attempt in [level]daletyc[/level]. I ran out of space and it's time to sleep. The tape is stored on the slopes in the middle. The inputs are marked with hazard signs. The crate input is for new symbols to store and the barrel input signals the direction of movement: 1 = left, 0 = right. The output is destroyed by the central furnace because I had no room to get it out of there. The timing is very delicate.

Nic (2006-11-01) You don't have to specifically emulate the Universal Turing Machine (though it would be nice) to prove that Rubicon is Turing-complete...

Try something simpler if the Turing thing gets untestable (That is, if there's no way to properly test it in the space you can use in the applet).  Just a recommendation.

And you do realize it's much easier to emulate Rule 110 Cellular Automaton directly than emulating the 2-state 5-color turing machine that in turn emulates the automaton, right?  ;)

daniel (2006-11-01) Yes, I am aware that there are easier way to prove Turing completeness than building a Turing machine. But ever since I saw a [url=http://rendell-attic.org/gol/tm.htm]Conway's game of life Turing machine[/url] I have a certain fondness of them.
Given the partial implementation of the tape I think I could implement the whole Turing machine given a larger grid.

Antisign boundary bug

jnz (2006-10-31) If you place an antisign next to an item that is in the uppermost row or leftmost column then that item doesn't get disallowed in game mode.  See [level]NEKIBOZ[/level] for instance.  The upward copier is still available.

Mr K (2006-10-31) I was just coming to report the same problem.

Kevan (2006-11-04) Thanks, this is now fixed.

SM's puzzles

SM (2006-10-31) Ok, after trying to beat lazyone's Kugopaf ([url]http://kevan.org/rubicon/game.php?level=kugopaf[/url]) puzzle for the past two days, I gave up and modified it a bit into a new puzzle that I know is doable.

Puzzles:

"V is for Victory":  [level]SOZOKAR[/level]

"Castles": [level]PIBADYG[/level]

"Randoms": [level]COKYTUL[/level]

"Timing Belt":  [level]DOZEBON[/level]

"Push and Shove": [level]CIGIMYV[/level]

"Fire Fighter": [level]DEBIPIV[/level]

"Hanging Sword of Destiny": [level]RIGIDED[/level]

"Iran's Chernobyl": [level]PYGUVUD[/level]

"Precious Cargo": [level]FULEDUM[/level]

"Too Much Information": [level]BUGULUB[/level]

"Click II": [level]XAGYGYD[/level]

"Click III": [level]MEDORIR[/level]

FL4WL3SS (2006-11-01) Just an FYI SM, there is a crate icon (has a ? on it) above the emoticons in the reply screen. If you hit that it will give you [level][/level] in the edit box, put the name of your puzzle between these and it will become a direct link. I suppose you could type it in too if you were so inclined, but hitting the button is rather simple, I suppose.

-FL4WL3SS

SM (2006-11-01) Thanks FL4WL3SS

20eight (2006-11-01) a solution to [level]pibadyg[/level]: [level]pilymyv[/level]

FL4WL3SS (2006-11-01) PIBADYG:

[level]hetetox[/level]

-FL4WL3SS

Lazyone (2006-11-01) I fixed my mistake on [level]hylodik[/level] so here is my solution to the victory puzzle [level]ruzekyg[/level] and  here is my solution for [level]Kugopaf[/level] - [level]hibobuc[/level].

Thanks Fl4WL3SS

FL4WL3SS (2006-11-01) Lazyone, the 7 never makes it in on hylodik. Just need to move the gate and put a conveyor. Not that it really matters, you solved the puzzle, just lettin ya know for perfectionists sake.

-FL4WL3SS

Hand-E-Food (2006-11-02) I have a solution for Castles: [level]PIBADYG[/level]: [level]rykosyf[/level]

Now to work out the rest...

SM (2006-11-02) Hand-E-Food:

Nice, fast solution!

Here's what I came up with for Castles:  [level]DIXEFAX[/level]

SM (2006-11-30) New Puzzle:


[level]DOZEBON[/level]

and solution:

[level]gegesed[/level]

jnz (2006-11-30) My solution for Timing Belt (DOZEBON): [level]fobygeg[/level]

SM (2006-11-30)

New Puzzle: "Push and Shove"

[level]CIGIMYV[/level]

jnz (2006-11-30) My solution for Push and Shove (CIGIMYV): [level]berumeg[/level].  No dozers, so not really in the spirit of the level.  It gets there eventually, you just have to wait a while.

jf (2006-12-01) My solution to Push and Shove CIGIMYV: [level]biganyg[/level]

My solution to Castles PIBADYG: [level]kyrakup[/level]

sluutthefeared (2006-12-01) My solutions
CIGIMYV: [level]DUVOTIL[/level]
PIBADYG: [level]GUMEXIF[/level]

SM (2006-12-02) NEW LEVEL!

A fire's broken out in an old part of the city.  Five people are trying to make it out of different fire escapes before the doors are sealed shut.  You're just one fire fighter with barely any time, can you save them all? 

Fire Fighter:
[level]debipiv[/level]

jnz (2006-12-02) My solution for Fire Fighter (vygoduz): [level]kalumug[/level]
Edit: should work for the fixed debipiv version too

jf (2006-12-02) My solution for Fire Fighter (debipiv): [level]vedinun[/level]

SM (2006-12-04) NEW PUZZLE

The  "Hanging Sword of Destiny"

[level]rigided[/level]

UPDATE: Thanks to Bucky's suggestion, I've locked a few squares...


Bucky (2006-12-04) hevuxyf:[level]besatic[/level]
I suggest locking a certain square...

Hand-E-Food (2006-12-05) Fire Fighter: [level]debipiv[/level]: [level]cefuhap[/level]

Hanging Sword of Destiny: [level]zolodyv[/level]: [level]mikirel[/level] – I'm seeing a small problem of getting the crate up the shaft of the sword.  I took the liberty of changing that in my solution.  Unless there is another way?

Rene (2006-12-05) My solution to [level]zolodyv[/level]: [level]pahabyk[/level]

I had the same problem as Hand-E-Food, and changed the puzzle in the same way

EDIT: simplyfied solution: [level]jutonob[/level]

sluutthefeared (2006-12-05) Here's my somewhat strange solution to [level]zolodyv[/level]: [level]pygufyp[/level]

jnz (2006-12-05) My solution for Hanging Sword of Destiny (rigided): [level]futynuf[/level] (no dozers)
I recycled some ideas from my Lock Box 5 solution.

sluutthefeared (2006-12-05) Excellent solution jnz.

I should have put more thought into mine, checking for a difference of 1 is great, don't have to wait for that damn E and F to fall in most cases.

jf (2006-12-06) Hanging Sword of Destiny is a very fun puzzle because of the excellent graphic layout. Too bad you can't include a soundtrack with a puzzle. My solution (with lots of dozers in the place of knights on horseback) is [level]xudodur[/level].

Rene (2006-12-07)
My solution for Fire Fighter ([level]debipiv[/level]): [level]bysabin[/level]

Mmmm, I wonder if this is called cheating?

SM (2006-12-07) Rene-

I wouldn't call it cheating- I'd call it ingenious!

Nice use of doorkeys!

SM (2007-01-23) Can you protect your precious cargo while traversing the four chambers of doom?

"Precious Cargo": [level]Fuledum[/level]

jnz (2007-01-23) For Precious Cargo (Fuledum): [level]vevuhun[/level].  We don't want to trust a dozer with something so valuable, now do we?

jf (2007-01-24) Cool solution, jnz. I especially like the defusing of the trap on the top left, and the "pistol" device on the top right. Very elegant design. I sort of just brute-forced my way through: [level]jygamed[/level].

SM (2007-01-24) Is there such a thing as too [i]much[/i] information?

"Too Much Information": [level]BUGULUB[/level]

(I haven't solved this yet - if it is unsolveable, I will move it to the impossible levels thread)


jf (2007-01-25) I found that it was just enough information: [level]ryvipoc[/level].  :)

jnz (2007-01-25) For Too Much Information (BUGULUB): [level]kakiled[/level].  Its like Lock Box 5 ([level]vagigid[/level])

Rene (2007-01-26)
Unlike jnz's, my dozer for Precious Cargo is very trustworthy, and is glued to the cargo all the way, even guarding it with his life at the end! It only looses it once on the way, only to turn around quickly and pick it up again:
   
    [level]dusolas[/level]

Rene (2007-01-26) Too Much Information is very much like your own puzzle Hanging Sword of Destiny, only a lot simpler. I borrowed a technique from jnz's solution to that one:

    Solution to Too Much Information: [level]guzuluf[/level]

EDIT: .... and, not surprisingly, came up with almost the same solution as jnz.

SM (2007-01-27) [quote author=jf link=topic=62.msg1773#msg1773 date=1169706073]
*** NEW PUZZLE ***

I'm not exactly sure what this thing is, but you are supposed to click the switch... at the opportune moment. Here it is, a new Medium (?) level puzzle: Click [level]mytahun[/level].

[/quote]

Ok, you've clicked.

But can you Click Too?

"Click II": [level]xagygyd[/level]

Edit:

O.k.... it's not that hard I guess: [level]Noxybog[/level]

Rene (2007-01-27)
Click II is not so hard indeed: [level]gavexap[/level]

jf (2007-01-27) I see we all three have the same idea for Click II: [level]gobidyg[/level].

SM (2007-01-28) Click II was much easier than I anticipated.  But, like any good horror movie, good puzzles come in threes...  i think this embodies what I wanted to achieve in Click II...


Click III... this time, it's for keeps: [level]MEDORIR[/level]

jnz (2007-01-28) My solution for Click III (MEDORIR): [level]zugakyv[/level].
Edit: jf, try an F crate.  :P

jf (2007-01-28) Ouch... the sequel is scarier. Here is my (fixed) solution: [level]puxusic[/level]. Carry a stopwatch!

Rene (2007-01-28)
Here is Click III unclicked: [level]bedokik[/level]

I looked at Kevan's click counter for this one, and noticed very short times sometimes, like 19 clicks. It turns out that the click counter stops when the puzzle is solved the first time, even if it unsolves itself afterwards.

20eight (2007-02-01) push and shove - [level]cigimyv[/level]:[level]bakubun[/level]
fire fighter - [level]debipiv[/level]:[level]dymobyl[/level]

jf's Puzzles

jf (2006-10-31) I'm keeping this top post up-to-date with a list of all of the puzzles, which you will find introduced each on its own below in the postings of the thread.

THE PUZZLES:

(The most up-to-date listing can be found here: [url]http://www.stardrifter.org/rubisearch/?title=&designer=jf&type=puzzle&difficulty=[/url])

Jack O' Lantern    [level]kirufyd[/level]
Cleanroom    [level]ximacad[/level]
Calibrate    [level]pygegid[/level]
Trap    [level]mogedug[/level]
Pillbox    [level]tyxefov[/level]
Pillbox 2    [level]lasegug[/level]
Insomnia    [level]bedebyc[/level]
Son of Pillbox    [level]podynax[/level]
Timberline    [level]levesof[/level]
Speakeasy    [level]rozirav[/level]
Factory    [level]mosimid[/level]
Imposter    [level]bovyhon[/level]
Bar    [level]tuhukef[/level]
Coffee Table    [level]tacydyz[/level]
Subterranean    [level]gysozom[/level]
Beacon    [level]bobydox[/level]
Vault    [level]sehokyg[/level]
Cistern    [level]dyxycoh[/level]
Driving School    [level]nisaxur[/level]
Click    [level]mytahun[/level]
Queen Sacrifice    [level]sasixic[/level]
Eagle Feather    [level]kelynoc[/level]
Glass Floor Homage    [level]bahives[/level]
Solitaire    [level]fypymor[/level]
Permafrost    [level]tunimes[/level]
Summer Camp    [level]gokuxyp[/level]
Scout    [level]nudahug[/level]
Curse of the Pharaohs    [level]netikyg[/level]
Shoelaces    [level]jeguhid[/level]
Chiclet    [level]jaducyb[/level]
Seismometer    [level]cuparav[/level]
Seismometer II    [level]gukogup[/level]
Cooking School    [level]getyfut[/level]
Odd Crates    [level]syvyhis[/level]
Prediction    [level]deharov[/level]
Oracle of Delphi    [level]nylylos[/level]
Glass Floor Counterfeit    [level]hezifil[/level]
Rings of Saturn    [level]kaxotax[/level]
Foxhole    [level]bebodym[/level]
Foxhole II    [level]gazysup[/level]
Foxhole III    [level]zufixom[/level]
Well    [level]dutubas[/level]
Valet Parking    [level]tasebyg[/level]
Cryptogram    [level]pagigeb[/level]
Unaware Remix    [level]bibotac[/level]
Analogy Remix    [level]hygovud[/level]
Awesome Remix    [level]tudifeg[/level]
Oregano Remix    [level]colocor[/level]
Abseil    [level]mohotan[/level]
Rocket    [level]kodugyh[/level]
Spinning Wheel    [level]byduhel[/level]
Stopwatch Lite    [level]gocomog[/level]
Stopwatch    [level]xulymal[/level]
Smart Card    [level]vynutig[/level]
Stovepipe    [level]jybaryg[/level]
Card Trick    [level]fibuxip[/level]
Bell    [level]xagizod[/level]
Caveat Emptor    [level]vitexus[/level]
Panic    [level]dokigum[/level]
Panic II    [level]rihyfam[/level]
Mousetrap    [level]delogon[/level]
Skeleton Key    [level]pyhahod[/level]
Crisscross    [level]dygafux[/level]
Hockey Stick    [level]sibatok[/level]
Son of Hockey Stick    [level]sahafip[/level]
Cleanroom NP    [level]fevubom[/level]
Card Trick    [level]zymynon[/level]
Passing Trains Remix    [level]xumeted[/level]
Passing Trains Remix MI6    [level]ruguvix[/level]
Burst Transmission    [level]dulunor[/level]
Recycling Center    [level]kycycib[/level]
Moonbeam    [level]pybohab[/level]
Moonbeam II    [level]zobymus[/level]
End Point Anomaly    [level]rolygid[/level]
Snare    [level]jikygoh[/level]
Snare II [level]fimunys[/level]
Pinprick [level]gynizap[/level]
Sour Grapes [level]jogyxyn[/level]
Tatara [level]gixihyd[/level]
Son of Tatara [level]hirudaz[/level]
Late Night [level]gudopog[/level]
Effect Box [level]mekinop[/level]
Ice Box [level]garipod[/level]
Tell Me [level]gusymyf[/level]
Enigma [level]nenikyk[/level]
Enigma II [level]bokycub[/level]
La Chanteuse [level]nodolur[/level]
Ring Ring [level]hanicim[/level]
Ring Ring Ring [level]kezirin[/level]

Also in here:
Insomnia2, by Rene    [level]gekypyb[/level]

^.+game.php.level={.......}......................{[^<]+}.+$

SM (2006-10-31) Fun puzzle!

here's my solution

[url]http://kevan.org/rubicon/game.php?level=Fomidis[/url]

P.S.  How do you do a hyperlink that is just the name of the file?

Lazyone (2006-10-31) [level]duvuram[/level] is my solution

jnz (2006-10-31) [quote author=SM link=topic=62.msg374#msg374 date=1162331416]
P.S.  How do you do a hyperlink that is just the name of the file?
[/quote]

There's an icon in the toolbar (the question mark crate) that will turn the name of a level into a link to that level.

daniel (2006-10-31) My solution: [level]cymudug[/level]

Hand-E-Food (2006-11-01) That was a challenge.  You took away my pipes!  [level]nupitox[/level]

jf (2006-11-01) Those are great solutions, much different and more elegant than my original solution: [level]vugygup[/level]. Now I'm back to the drawing board for a second creation.

FL4WL3SS (2006-11-01) Here is my solution to KIRUFYD

[level]samityb[/level]

-FL4WL3SS

20eight (2006-11-01) cool solution, JF.  Here's mine (a lot like Lazyone): [level]besexol[/level]

jf (2006-11-04) Here is my second puzzle. I have been working for some time on a solution, and hit a dead end. But, I do have a solution for the left side, and since Daniel Nilsson's Key Communication puzzles have solutions (I have not had a chance to try those yet and have not actually seen any solutions), I am posting this before working out the entire solution myself. I'll be working on it after trying the Key Communication puzzles first.

Cleanroom [level]ximacad[/level]

Solution to left side: ponid -- oops I seem to have left two letters out of the level name ;)

jf (2006-11-05) Cleanroom is solved! I just could not put it down. Yesterday I was driving behind a green-recycle dump truck on a small residential street. Looking at this big green square moving ahead of me, with diagonal pattern of flashing lights, all I could think of is Rubicon. Should I thank you or curse you for this great game?  :)

I would really like to hear of any attempts to solve Cleanroom -- IMHO it's a tough cookie. I created the puzzle first, with a general idea of how to solve it, debugged it a bit, and then, I went forward and attempted a solution. Some of the mechanisms just manage to squeeze into the available space, but I did not retrofit the puzzle to fit the solution.

Here is my solution, which took very hard work to find: [level]harocod[/level]

Lazyone (2006-11-05) VERY NICE!  i must say that is impressive in my opinion

jnz (2006-11-05) Space is really at a premium in Cleanroom: [level]zynetam[/level]

jf (2006-11-05) Wow, jnz, very cool. You've made some very interesting tricks work in such a confined environment. Very nice, I should say, excellent.

20eight (2006-11-07) Holy cow, cleanroom took me like seven hours.  Oddly enough, the right side was harder for me to work out (probably because my brain was fried by the time I finished the left side).

[level]cizegog[/level]

Awesome, awesome puzzle, JF.  Of the one's that I've completed, it was the most challeging/intriguing.  Cool solutions - both you and JNZ.

jf (2006-11-08) Very nice, 20eight. It took me a while to see all the intricate mechanisms on the right side -- there is a lot going on there, compacted into a very tight space. Also, your and jnz's solutions look so clean and ordered on the left. And I like to hear that it was tough, as my own solution came only at the end of an extremely grueling trek!

jf (2006-11-17) I have a new level ready: Calibrate [level]pygegid[/level]. I have no solution yet (I haven't time to start on one) so I have no idea of the difficulty. You have been warned.  :)

UPDATE: "Fixed" version of Calibrate: [level]memaxix[/level] cf. post below

NEW UPDATE: Disregard memaxix!

Lazyone (2006-11-17) [b]Dont look if you want to solve it yourself first [/b]

I normally dont post partial solution but I am stuck on the easier part now and am having a total brain fart (for the last couple of hours) here is what i have so far [level]didutug[/level]. Any sugestions?

Will not solve for 0 yet.

jf (2006-11-18) I fixed what IMHO is a bug in Calibrate. The random barrel at the top was a little too random. It's meant to start the sequence at an unknown position, and it also starts the whole machine off at an unknown tick relative to the start. When the solution crate is zero, this means 16 possible phases to account for, which IMHO is too difficult to synchronize to. So, if you can solve the original for 0, for all possible tick offsets from 0 to 15, then I would be impressed. The fix in [level]memaxix[/level] is to always start the machine rolling at the same phase, relative to the start.

So, try this newer version first: Calibrate [level]memaxix[/level]

If somebody solves the first version [level]pygegid[/level] then I will retract the fix and call them two different puzzles!

EDIT: I retract memamix. Calibrate stands as [level]pygegid[/level] (cf. below).

Lazyone (2006-11-18) Then I should get bonus points for solving it with the random barrel [level]Jugobic[/level] ;)

Takes forever


Edit:  I had to Fix an error when the random barrel and random crate are equal it would throw off the solution.

Btw very nice puzzle had me stumped and confused as you see from the earlier post :)

jf (2006-11-18) Cool! I've already gone back to the original to see if I can work it out first. I just can't simplify my own puzzle because I'm having trouble with it, can I? :) I'm close to a solution if I can just work out this tricky timing issue. I'm impressed you got it with the random start time!

Lazyone (2006-11-18) Sure you can adjust your own puzzle just put it a note on the first post saying everything is in beta till a solution is found, Like i did LOL

jf (2006-11-18) Well here it is, my solution to Calibrate [level]pygegid[/level] -- the original, more difficult (with the random starting tick of the machine): [level]xidenel[/level].

Lazyone, you either provoked or inspired me to find the solution to the original Calibrate. :) I solved the timing issue by moving the barrels upwards past the input signal, rather than dropping them down from above, and the spaces in-between the upward pipes allows the movement to spring back into "phase" when the output signal goes blank. Also, I discard the leading edge of the initial conversion, which has a little "switch bounce" to it.

Excellent solution by the way. I'm too bleary-eyed at this point to understand exactly how it works, but it is impressive.

Edit: Bug fixed when random barrel is D and gold crate is F (was jugodez)

jf (2006-12-01) I have a new puzzle: Trap [level]mogedug[/level].

Has anybody else tried Cleanroom or Calibrate?

SM (2006-12-02) TRAP Rules! ([level]MOGEDUG[/level])


Solution:
[level]BYTINIG[/level]

Bucky (2006-12-02) Solution to Trap: [level]julicis[/level].  SM's solution is much cleaner.

BTW, Cleanroom was what gave me the idea for my Ternary Queries puzzle. (limited access to information and a cramped space to deal with it)

sluutthefeared (2006-12-02) Here's my solution to calibrate (pygegid version): [level]jyvenom[/level]

jf (2006-12-02) Those are three cool solutions! My solution to Trap is [level]xuhefud[/level]. sluutthefeared, you should archive jyvenom in the warehouse -- very cool how that works.

sluutthefeared (2006-12-02) Thanks, glad you like it. I suppose I might archive it, but I kind of want to go back and change it.
I don't like the use of the timer for the 0 case, instead I want to check for a carry on my counter then signal that 0 is the answer that way. But I was getting tired and I wasn't quite sure how I would fit that in at the time.

Here's a quick solution to trap: [level]gagyfyc[/level]

jnz (2006-12-02) My solution for Trap (mogedug): [level]tesezyd[/level].  I feel it could use a bit more polish but I'm tired.  :)

Handi (2006-12-03) Here's my sol to Trap: [level]vagitod[/level]

jf (2006-12-03) While working on Ternary Queries I came up with a switching device to direct dozers, and that lead to this new, compact puzzle: Pillbox [level]tyxefov[/level].

Rene (2006-12-03)
Very nice puzzle Pillbox [level]tyxefov[/level]

Here is my solution:
[level]cabacyb[/level]

Rene (2006-12-03)
And here is my solution to Trap ([level]mogedug[/level]): [level]rekirom[/level]

jnz (2006-12-03) My solution for Pillbox (tyxefov): [level]kozazep[/level]

sluutthefeared (2006-12-04) Just finished my solution to cleanroom. [level]gypecys[/level]

I really enjoyed the puzzle, very clever.
The left side was surprisingly easy, but I had some trouble with the right. I first tried to add up the numbers into a single barrel then choose a crate from the stream, but I realized that wouldn't work with 0. I then tried to retro fit my solution to add up 0, 1, 2, 4 and 8 crates but had some trouble with the dozers the way I was doing it. I finally discovered the simplicity of letting a falling dozer land on the doors from the keys to determine which numbers to add.

EDIT: Just saw jnz's solution. Wish I had thought to count down from F to get the final crate instead of counting up. I wouldn't have had to redo the right side to take care of the 0 case then.

jf (2006-12-04) I see three more cool solutions to Pillbox and Cleanroom. Rene's cabacyb uses the same idea to detect the value, but is much more finessed than my own now-seems-over-engineered solution [level]zufolid[/level]. And I also used a falling dozer in Cleanroom to land on the doors to collect 1, 2, 4, and 8, but sluutthefeared's solution is so much more elegant. Very nice.

Also, I like the timing of the dozers in rekirom, and I'm still figuring out how kozazep works.

Edit: Ok, I see how kozazep works, and how cabacyb is so much simpler than zufolid. I had tried to throw off the timing at the start by using the ? barrel to begin in a random spot in the sequence, but only now do I see that the ? resolves to zero on the first addition, which was not the intention. But, the puzzle stands as-is and the solutions are excellent (and cabacyb is still much simpler, just look at the left side compared to zufolid). I've fixed the "bug" in Pillbox 2...

jf (2006-12-04) Ok, you've warmed up on Pillbox, so now it's time to work out Pillbox 2 [level]lasegug[/level].  :)

Rene (2006-12-04)
Thanks for the praise for [level]cabacyb[/level]. I liked the solution as well. At the first try, I did not have the dozer cycle in sync with the time between '1's, and that gave all kinds of spurious errors on the right side. Syncing the dozer cycle with the '1's took some thinking, because of the odd number of cycles. The special handling of 0 is a bit of a hack, but I could not come up with something better.

[quote author=jf link=topic=62.msg1065#msg1065 date=1165199428]
Ok, you've warmed up on Pillbox, so now it's time to work out Pillbox 2 [level]lasegug[/level].  :)
[/quote]

Well, because I did not notice that the cycle starts at '0' for the original Pillbox, [level]cabacyb[/level] does not rely on it, and also works for Pillbox 2. The counter takes two full cycles at the maximum to properly sync with the gate, and therefore can produce 2 incorrect crates (for 'F'). However, these crates drop away when the solution is pushed in.

jf (2006-12-04) Yes I see that now. I handled the sync problem just by duplicating the machinery to match the timing, but your dozer matches it perfectly. And only now do I clearly see the flushing of the initial values -- very clever.

jf (2006-12-05) While working on Ternary Queries (still) I came up with an idea for a puzzle, and here it is: Insomnia [level]bedebyc[/level]. Re: the name -- you've been warned. I have finished my solution, and now I can sleep!

Rene (2006-12-05)
Insomnia - As we are used from you, a very clever puzzle. Well done, JF!

Here is my solution for [level]bedebyc[/level]: [level]byrahov[/level]

jf (2006-12-05) Rene, excellent solution! You've refined it to the minimal principle. I was so bent on finding a certain kind of solution that I didn't think of that which now is clear upon viewing byrahov. Here is my solution: [level]movibir[/level].

jf (2006-12-05) sluutthefeared and Rene, could you please save your solutions gypecys and byrahov in the warehouse so they are not lost? Thx!

jnz (2006-12-05) [s]My cure for Insomnia (bedebyc): [level]jagebor[/level].[/s]
Rene's is much cleaner.  :)

Edit: whoops, accidentally cheated by using copiers.  Got to be more careful editing while in Sandbox mode.
Edit: [level]dabohur[/level] should be according to the rules, but it is even uglier now.

Rene (2006-12-05) [quote author=jf link=topic=62.msg1100#msg1100 date=1165353480]
sluutthefeared and Rene, could you please save your solutions gypecys and byrahov in the warehouse so they are not lost? Thx!
[/quote]

Done!

jnz (2006-12-06) Finally got a solution for Pillbox 2 (lasegug): [level]besimob[/level] (no dozers)
I borrowed Rene's trick of reading the door key state with a packer.  The restartable counter (with the two gates) in [level]cabacyb[/level] is ingenious.  I couldn't get a working restartable counter for mine so I had to make do with a continuous one instead.

Rene (2006-12-07)
I was intrigued by JF's Insomnia, so I have taken it, and made it a bit more difficult by removing the '1' crate. All credits go to JF of course.

    Insomnia2: [level]gekypyb[/level]

I have no solution yet, although I have an idea how it could be solved.

Handi (2006-12-07) I haven't still tried Insomnia 2, but here's my solution to Insomnia 1, which is slightly different and more complicated then others:
  Insomnia1 (bedebyc) Solution: [level]godimil[/level]

EDIT: Seems it's my lucky day... Insomnia2 was super easy to solve by modifying a little bit my solution to Insomnia1  :).
  Insomnia2 (gekypyb) Solution: [level]ketonez[/level]

jf (2006-12-07) I've just stopped by to drop off a new one: Son of Pillbox [level]podynax[/level].

I think I can re-work my Insomnia solution for Insomnia 2 because I found replacement numbers with similar properties to those I am using for Insomnia (I won't go further at the risk of a spoiler here).

Rene (2006-12-07)
I finally took the time to do Cleanroom ([level]ximacad[/level]). What an amazing puzzle!
Here is my solution:
    [level]masisit[/level]

I only borrowed the idea of the falling dozer from the other solutions, and worked out the rest on my own.

jnz (2006-12-07) Solution for Son of Pillbox (podynax): [level]cabepek[/level].
Uses 1 dozer because I don't think you can get to the matcher without one.

jf (2006-12-08) Wow, masisit is superb!

I have not looked at cabepek yet as I have not had a chance to try to solve the puzzle myself first. I'm interested in seeing how you read the "output" as I actually slowed the machine down (by rolling the return 0 over the top to the left) until I could reliably read the gate movement, so I wonder what you used. I'll wait though until I've made my own attempt.

Handi (2006-12-08) Allright, I have used a lot of previously employed tricks, so actually there really isn't anything new in this solution lol:
  Pilbox Son Solution: [level]vytotis[/level]

sluutthefeared (2006-12-08) Solution to son of pillbox.
[level]pykohir[/level]

EDIT: Looks like the counting mechanism is the same as jnz's.

Rene (2006-12-08)
Son of Pillbox was not so hard. Just an adaptation of my solution to Pillbox ([level]cabacyb[/level]).
Here it is: [level]mixizup[/level]

jf (2006-12-08) And here is my Son of Pillbox solution: [level]xibabyd[/level]. And then I get to go see what others came up with.

Rene (2006-12-10) Here is all my solutions to the puzzles. Only Jack O'Lantarn and Calibrate are not posted before.

Jack O'Lantarn ([level]kirufyd[/level]):  [level]duxizet[/level]
Calibrate ([level]pygegid[/level]):  [level]zobyzyv[/level]
Cleanroom ([level]ximacad[/level]):    [level]masisit[/level]
Pillbox ([level]tyxefov[/level]):  [level]cabacyb[/level]
Pillbox 2 ([level]lasegug[/level]):  [level]cabacyb[/level]
Son of Pillbox ([level]podynax[/level]):  [level]mixizup[/level]
Insomnia ([level]bedebyc[/level]):  [level]byrahov[/level]
Trap ([level]mogedug[/level]):  [level]rekirom[/level]
Timberline ([level]levesof[/level]): [level]xavefam[/level]

jf (2006-12-10) Rene, I just saw your new thread (Rene'sPuzzles) and the puzzles look very interesting. I have a new puzzle to share: Timberline [level]levesof[/level].

Rene (2006-12-11) [quote author=jf link=topic=62.msg1152#msg1152 date=1165777407]
Rene, I just saw your new thread (Rene'sPuzzles) and the puzzles look very interesting. I have a new puzzle to share: Timberline [level]levesof[/level].
[/quote]

This must have been the hardest puzzle that I have solved so far  :-\ In fact, I had the same puzzle idea after I created Glass Floor, but I thought it would be impossible to solve. After you posted it, I just couldn't stop trying.  I would love to see whether your solution is similar!

Read on for solution design description and solution; stop reading if you want to try yourself!
[hr]
The initial solution idea was simple enough: push in a test barrel from the left to the right depth, if it ends up to the right of the original value, it is too large. Sample the position of the test barrel by showering '0's over it. Suck up the result string. If the test value is in the rightmost prefix, it is too large.
The hard thing was how to handle the varying size of the prefix to examine. Once I came on the idea to use the same method as sucking up the test string (blocking a variable number of pipes with barrels), I knew I was on the right track.
Then I needed to solve the oscilating problem (a test barrel with a value between two adjacent original values). The '0' shower was too fast, causing the test barrel not to be sucked up sometimes. I gave the top dozer a second task in also removing the '0' shower seed barrels, and with careful tuning of the dozer cycles, that worked out fine.
The only problem left, was initialization. That turned out more difficult than I thought, but in the end I could recreate it in such a way that everything is initialized with the same value.

    Solution to Timberline ([level]levesof[/level]): [level]xavefam[/level]

I wonder if it is possible to do the same puzzle with more crates, I originally thought of using 8 crates. The current solution can go a couple of crates more, especially if you find a way for the bottom dozer to not go all the way out to the left. But it's limit is probably around 6 crates.
But with more crates it also gets slower, and it already takes about 9 minutes to solve  ;)

jf (2006-12-11) Very nice solution. I have not finished testing, but here is my solution so far: [level]bybavub[/level]. I like your design much better. I started with a simple idea for the solution, but as you will see, the implementation is a bit chaotic. If I had time, and not seen your post, I would have tried coming up with a different design, but I've had this puzzle eating up too much of my subconscious this weekend.

jnz (2006-12-12) My solution for Timberline (levesof): [level]buvocem[/level].  I had some timing problems but I hope I have them fixed now.  I had to start from scratch twice on this one.  On one attempt I did try something like Rene's push-from-the-left strategy, but I couldn't solve the oscillating crate problem.  So I just started throwing more dozers at the problem until I got something that worked.

jf (2006-12-13) After seeing Bucky's peaceful Silent Aquarium, I was inspired to create a new puzzle: Speakeasy [level]rozirav[/level]. I have not attempted a solution, but I think it should be possible, despite the lack of room.

cf. [url]http://kevan.org/rubicon/forums/index.php?topic=68.from1165976171;topicseen#msg1187[/url]

Edit: I added the missing F crate (was fehuguz).

SM (2006-12-13) At the risk of missing something obvious, I'm not sure that his solvable... unless I'm missing how to extract the 6 crate from the left side of the puzzle?

jf (2006-12-13) [quote author=SM link=topic=62.msg1190#msg1190 date=1166020492]
At the risk of missing something obvious, I'm not sure that his solvable... unless I'm missing how to extract the 6 crate from the left side of the puzzle?

[/quote]

Oops -- I forgot the F crate. It's fixed now: [level]rozirav[/level]

Edit again: SM fixed the puzzle: [level]vusysys[/level]

SM (2006-12-13) [level]xusixib[/level]

But I feel like I'm missing something b/c this solution requires nothing of the vast majority of the puzzle.

Edit:

Haven't tested this, but my initial thought is that a ? crate would utilize the full puzzle

[i]See[/i] [level]vusysys[/level]

jf (2006-12-13) Exactly -- my mistake. It should be a ? -- that is what comes from testing in the sandbox! I'll keep the puzzle as you fixed it, if you don't mind. Maybe I should try to solve it, too. I also have this new one that I have not attempted yet, which uses some of the pieces in a different arrangement: Factory [level]mosimid[/level].

Edit: Bug fixed (was rygavam.)

Edit again: puzzle [b]retracted[/b]. cf. below.

Hand-E-Food (2006-12-14) That was a great puzzle!  I'm glad I made time for it.

Trap: [level]mogedug[/level]: [level]zidetiv[/level]

Bucky (2006-12-14) Was Factory supposed to be hard? solution: [level]vyfacic[/level]. (not archived)  The first dozer isn't necessery; I just forgot to remove it.

In fact, the second set of barrels (the 1s) isn't necessery either, but it speeds up the solution.

jf (2006-12-14) Ouch. I should not be posting puzzles when I am pressed for time.  :( Factory is supposed to be hard -- but I left a bug in the current version -- I neglected to protect the shipping dock sufficiently. Let me just fix that... Ok, now try [level]mosimid[/level].

Edit: BTW I'm not 100% sure it's solvable without the Copiers and such little space, but I'm going to try.

Edit again: I don't think Factory is a good puzzle, as I've found another flaw. The idea was, whatever input you put in, if it matches the solution crate, then that is what comes back out, and if not, then any other random value except the solution comes out. But I missed a (now obvious) flaw -- when I put in a non-solution value, it's possible that the same non-solution value is selected from the random pool, giving an apparent match. Besides the trouble of deciding on whether or not there is a match, without the use of copiers, this possibility of a false match makes it too difficult to solve, IMHO.

Speakeasy should not suffer from the same problem, but I'm not sure that is solvable in the space available either, unless you hack a vunerability in the puzzle, which I will try when I have time.

EDIT: I've solved Factory. cf. below, or top of thread.

Bucky (2006-12-14) [quote author=jf link=topic=62.msg1198#msg1198 date=1166083605]
Edit: BTW I'm not 100% sure it's solvable without the Copiers and such little space, but I'm going to try.
[/quote]

how about [level]himyvyf[/level]?

[quote]Besides the trouble of deciding on whether or not there is a match, without the use of copiers, this possibility of a false match makes it too difficult to solve, IMHO.[/quote]

Why did you ban copiers in the first place?



[quote]Ouch. I should not be posting puzzles when I am pressed for time.  :( Factory is supposed to be hard -- but I left a bug in the current version.
[/quote]

EDIT:Whoever's in charge of security at that factory should be fired.

jf (2006-12-14) Your mission: capture the imposter. Discretion should be used, as not to attract attention. Therefore, your resources are limited. [level]bovyhon[/level]

Hand-E-Food (2006-12-15) Using far more steel than necessary, the imposter is located and extracted using a process of "elimination."

[i]Nooooo!!!  As I was typing this post there was a power failure.  The solution is saved in the warehouse, but only Kevan above will ever know where.[/i]

[i]... And Hand-E-Food descended from the mountain with a steel tablet.  Etched on this tablet was the word of Kevan: and the word was "[level]geruvak[/level]".[/i]


Imposter: [level]bovyhon[/level]: [level]geruvak[/level]

jf (2006-12-16) Very nice. I've also captured an imposter: [level]dikyxax[/level]

jf (2006-12-21) Here is a new puzzle: Bar [level]tuhukef[/level].

jnz (2006-12-21) My solution for Bar (tuhukef): [level]cabukul[/level].  Sneaky.  :)

jf (2006-12-21) Very nice. My solution is [level]budusat[/level].

Bucky (2006-12-22) Bar done easy:[level]fysykop[/level](unarchived)

adept (2006-12-22) My finished bar [level]tidunyp[/level]

sluutthefeared (2006-12-23) Here's my solution to bar.
[level]dyzolos[/level]

jf (2006-12-27) New puzzle: Coffee Table [level]tacydyz[/level]

adept (2006-12-27) here is a solution to coffee table [level]doximem[/level].  Neat puzzle.  Made me think though several possiblities before seeing a solution.

jf (2006-12-27) Here is my solution: [level]kibyhud[/level]. Doximem is a clean design -- very nice. I thought of trying a similar pattern, but I was already completing my "switch" solution.

Rene (2006-12-27)
Here is my solution to coffee table ([level]tacydyz[/level]): [level]gixydek[/level]

jnz (2006-12-27) My solution for Coffee Table (tacydyz): [level]dizycip[/level].  Is this cheating?

jf (2006-12-27) Ha! I'll be more careful next time.  :)

And Rene, finesse, is all I can say.

Bucky (2006-12-27) My speed solution to Coffee Table:[level]dedidev[/level] (jnz posted while I was working on this)

jf (2006-12-27) Yet another cool solution. Is anybody else working on Glass Floor Vengeance? (Rene's Puzzles thread).

Rene (2006-12-29)
As far as I know, I am the first to solve Speak Easy ([level]vusysys[/level]). Here is my solution:

    [level]sukomox[/level]

The principle was not too hard. It took some time to get everything working correctly, though.

jf (2006-12-29) Nicely done, Rene, elegant and succinct. I opened the solution even though I have not started on Speak Easy myself. Originally, I planned on something similar to what you have, although I didn't think of hashing the pair. It's interesting to see what others do with the same puzzles, as it illuminates blind spots I have in designing solutions to my own puzzles. I plan to strike at a weakness in the puzzle itself, which I half-heartedly tried to eliminate, but in the end, left in place, as an avenue for those who find it.

Rene (2006-12-30)
To be frank, it took me some time understanding what your machinery exactly did. Then I think you had another solution in mind, because you went through some trouble to generate a pair of values, and to make sure that the valid pair is removed from the random set. Both of these complications are not used in my solution.

I wonder about the flaw you mention though. I tried to find a flaw in the machine as well, but I could not find anything. You cannot get to the crate that needs to be matched, and you cannot overload it either - the dozer at the input regulates the pace. You can block the output dozer for some time, but I cannot see what good that does.....

jboymicro (2007-01-01) Jack-o-lantern: [level]caluvic[/level]

jf (2007-01-02) [quote author=jboymicro link=topic=62.msg1382#msg1382 date=1167667539]
Jack-o-lantern: [level]caluvic[/level]
[/quote]

You're putting too many 0's there -- they are switching off the 1 crate, which unsolves the puzzle. You have to keep the 1 in place.

jf (2007-01-02) [quote author=Rene link=topic=62.msg1327#msg1327 date=1167497921]

To be frank, it took me some time understanding what your machinery exactly did. Then I think you had another solution in mind, because you went through some trouble to generate a pair of values, and to make sure that the valid pair is removed from the random set. Both of these complications are not used in my solution.

I wonder about the flaw you mention though. I tried to find a flaw in the machine as well, but I could not find anything. You cannot get to the crate that needs to be matched, and you cannot overload it either - the dozer at the input regulates the pace. You can block the output dozer for some time, but I cannot see what good that does.....

[/quote]

It was fun to create such a puzzle that could pull out a unique pair and keep it aside, but it turns out that it's not necessary, as your solution shows. It was meant to prevent a simple compare, and since I already had *the* solution in mind while creating the puzzle, I did not bother to think of other possible solutions. Your design may hit false positives, but it simply auto-corrects over time.

The flaw I tried to eliminate was the difference in timing of the output of the correct pair vs. any other random pair. I finally spent a little time attempting a solution which would just watch for a time difference in the output, completely ignoring the values, only to find that, apparently, I did manage to eliminate the time difference after all.

Rene (2007-01-02) [quote author=jf link=topic=62.msg1429#msg1429 date=1167779477]
The flaw I tried to eliminate was the difference in timing of the output of the correct pair vs. any other random pair. I finally spent a little time attempting a solution which would just watch for a time difference in the output, completely ignoring the values, only to find that, apparently, I did manage to eliminate the time difference after all.
[/quote]

Dumb, dumb, dumb. I actually noticed a minute time difference between the barrels before, and did not think much of it. Here is a solution that explores the time difference (notice the "faulty" suction device in the top right corner)  8)

    [level]junufel[/level]

jf (2007-01-02) [quote author=Rene link=topic=62.msg1432#msg1432 date=1167781242]
[quote author=jf link=topic=62.msg1429#msg1429 date=1167779477]
The flaw I tried to eliminate was the difference in timing of the output of the correct pair vs. any other random pair. I finally spent a little time attempting a solution which would just watch for a time difference in the output, completely ignoring the values, only to find that, apparently, I did manage to eliminate the time difference after all.
[/quote]

Dumb, dumb, dumb. I actually noticed a minute time difference between the barrels before, and did not think much of it. Here is a solution that explores the time difference (notice the "faulty" suction device in the top right corner)  8)

    [level]junufel[/level]
[/quote]

That's interesting, because I couldn't get a difference, but it's my stupid mistake of having a 2-space dozer pulling the values out at the top, which of course could nullify any slight difference. And when I remember having a difference (in tests, in the sandbox), and finally deciding to leave it in there, I was much more careful in measuring it. I kept saying to myself, "I know there is a difference" yet did not see one in action this morning -- but that's because I was looking at the dozer as part of the puzzle!%!$@!

Let me go back to my attempt from this morning and see where I made my mistake...

Edit: Ok, I see the problem. Measuring the output in the sandbox, I used dozers as timers, and there I gave up keeping them synchronized. But apparently, the remaining difference is not enough to throw off the output, if you use the 2-space dozer draw off the top, or, a "conventional" furnace draw. Your "faulty" mechanism does, however, seem to be sensitive enough to Rubicon timing to notice a difference. In that case, it's a very important device to know about!

jf (2007-01-03) New puzzle: Operating beneath the earth's surface, your mobility may be restricted. Good luck.

Subterranean [level]gysozom[/level].

Rene (2007-01-03) [quote author=jf link=topic=62.msg1433#msg1433 date=1167781653]
Edit: Ok, I see the problem. Measuring the output in the sandbox, I used dozers as timers, and there I gave up keeping them synchronized. But apparently, the remaining difference is not enough to throw off the output, if you use the 2-space dozer draw off the top, or, a "conventional" furnace draw. Your "faulty" mechanism does, however, seem to be sensitive enough to Rubicon timing to notice a difference. In that case, it's a very important device to know about!
[/quote]

I experimented a bit with it, and came up with a new furnace draw that draws barrels at full speed. See my post in Showcase.

Rene (2007-01-03)
Cool puzzle, Subterranean. I got to re-use my sequential comparator from Trinary Arithmetic ([level]judidul[/level]), and some of the Glass Floor knowledge:

    Solution to Subterranean ([level]gysozom[/level]): [level]bakeboz[/level]



jf (2007-01-03) Rene, excellent work. You do have a knack for refining and clarifying the problem to a clear, concise solution. I'll have to spend more time studying your solutions. Once I've found an expedient mechanism, I'm a little impatient to come back and look for the simple answer, which you can see in the difference in how we draw up the batch of solution crates.

Also, I was a little hesitant to open up the solution for fear it would affect my work on Glass Floor Vengeance. Well, it certainly has given me some ideas to work with. The problem with Glass Floor Vengeance is not how to find the value over a short amount of glass -- it's how to find it in a short amount of time. I really like this "sequential comparator" device.

Interestingly, I also based my approach on my own previous solution to Trinary Arithmetic ([level]lucehis[/level]). That wasn't the intention -- I came up with this puzzle with no idea of a solution. If I had spent a little more time studying your [level]judidul[/level], I could have saved a lot of screen real estate.  :)

My solution to Subterranean: [level]vicyxan[/level].

Rene (2007-01-03)
Well -- thanks for the praise. I think it is because I am lazy; I don't want to spend the time to figure out all tricky problems with complex solutions...

Your way to deliver the pattern to the door keys is pretty cool. At first, I did not see a way to deliver the pattern, I thought the keys were not spaced apart enough. In fact, I already started on a time-based solution (which was turning out quite clumsy because of the missing high numbers). It was not until I thought of Bucky's solution to Glass Floor that I turned to binary again.
You spread the keys out quite nicely. Also, the cyclic pattern solution and the binary switch for the keys is something to be re-used.

If you want a tip for Glass Floor Vengeance, then read on.


[hr]

The trick to Glass Floor Vengeance is to make a contraption that ends up with a different arrangement of barrels for each possible value of the crate. It does not really matter what arrangement it is, as long as it is different for each crate. As soon as you have such a contraption, you're almost there. Don't worry about how to decypher the arrangement, you can do that at your leasure in different machinery.

You've been working on it, so you already know that you need to drop new barrels in front of the moving crate. That means you need something faster than the crate. Packer and un-packers are faster, and your best friend here (that's why the crate moves from left to right). But gates are also fast. In fact, a stack of gates works instantaneously - luckily Kevan missed those when he changed the physics model.

SM (2007-01-03) solution to coffee table: [level]tacydyz[/level]

[level]nibuman[/level]

It's probably overly complicated compared to other solutions, but I haven't checked them yet.

On an unrelated note, it's good to be back after the X-mas break, there's a lot of puzzles I have to catch up on!  I (mistakenly?) showed my girlfriend this game in an attempt to explain to her what I do all day, after she heard me swearing while trying to solve an earlier puzzle.  I think she kind of got it, but didn't really care to and now just refers to it as "playing squares"...

jnz (2007-01-04) [quote author=Rene link=topic=62.msg1447#msg1447 date=1167842349]
Solution to Subterranean ([level]gysozom[/level]): [level]bakeboz[/level]
[/quote]

The 3 and 4 barrels fall down in the wrong order thus getting the wrong result when the target is 4.  This just happened to come up for me the first time I ran it.

[quote author=Rene link=topic=62.msg1454#msg1454 date=1167862371]
In fact, I already started on a time-based solution (which was turning out quite clumsy because of the missing high numbers).
[/quote]

Aha, that was my strategy: [level]rezyten[/level].  It is a bit awkward because of the lack of space (especially the dozer that gets threaded through the machinery at the end).

jf (2007-01-04) I've solved Factory [level]mosimid[/level]: [level]nabunas[/level]. After seeing how Rene handled Speakeasy, I decided it was probably not so complicated after all. As you will see, it's basically a brute force solution. The only exotic piece of machinery is the second dozer down, up in the alcove, which pushes across the traffic of the tube. I did put in fancy dozer draws, just to make it more "machine like".

For the last two solutions posted here, I would like to say that nibuman is very nice. I like the simplicity, and the re-use of the single dozer. Rezyten is also quite impressive -- I didn't think a timing solution was feasible (but I did not set out to prevent one). It uses quite a clever reconstruction of missing crates.

Rene (2007-01-04) [quote author=jnz link=topic=62.msg1462#msg1462 date=1167876008]
The 3 and 4 barrels fall down in the wrong order thus getting the wrong result when the target is 4.  This just happened to come up for me the first time I ran it.

[/quote]

And so they did. That's of course easily fixed: [level]xuxygyb[/level]

Your solution is quite amazing, you came up with a surprising approach to generate the high numbers. I still have not figured out how it exactly works....

20eight (2007-01-04) coffee table - [level]tacydyz[/level]:[level]bikykoc[/level]

I think I cheated in liberating a second dozer (looking through the posts, I see that jnz and bucky had the same idea)

20eight (2007-01-05) subterranean - [level]gysosom[/level]:[level]gorifed[/level]

Rene (2007-01-05)
Very interesting horizontal form of the sequential comparator you have there, 20eight  :o. That is worthy of re-use! (there is some unnecessary stuff in there, though)

jf (2007-01-06) I have to agree re: gorifed -- very interesting. Also, the entire elaborate contraption is fun to watch, isn't it? Very nice solution.

sluutthefeared (2007-01-06) Solution to Subterranean: [level]pepidif[/level]

jf (2007-01-08) I like that solution, sluutthefeared -- clean and sharp design.

Bucky's Oscillate started me thinking about an oscillating '?'. Between that and glass floors and Italian traffic, what little time I have for Rubicon these days is stretched pretty thin, yet I managed to come up with a new puzzle and a solution to it.

NEW PUZZLE: Beacon [level]bobydox[/level].

The beacon is broken and needs to be repaired. Can you fix the signal?

Rene (2007-01-08)
Here is my solution to Beacon ([level]bobydox[/level]): [level]dacovid[/level]

It turned out to be a bit of an ugly duckling, because I had to block everything at the end at the right time.

jf (2007-01-09) I like that clever mechanism on the left side of dacovid, Rene. My solution runs much slower -- not only due to the left-side mechanism which is inherently slower, but also since I ended up using a timer to close things down. I started with an idea to detect closure on the left, but became impatient and switched to the timer. Voila, my solution to Beacon: [level]xeredyf[/level].

jnz (2007-01-10) My solution for Beacon (bobydox): [level]goguvib[/level].  Rene's use of the winch is very elegant.

jf (2007-01-12) NEW PUZZLE: Get your locksmith tools ready, and open the Vault: [level]sehokyg[/level].

I saved this as Puzzle (Hard) because IMHO, for newer players, this is a hard level. For the seasoned player, it could be considered Medium. What is the correct appellation?

Edit: Security flaw fixed.

jnz (2007-01-12) I snuck into the Vault and made off with two high-value crates: [level]mapalon[/level]

jf (2007-01-12) Oops! Well done! That was an unintended flaw -- the security officer in charge has been fired. The new system is in place: Vault: [level]sehokyg[/level].

SM (2007-01-12) Solution to the new high-security vault...

[level]molodig[/level]

jnz (2007-01-12) I've had to abandon my stealth approach and stage a daring daylight robbery where I escape with all the crates: [level]dilyxim[/level]
Edit: I was afraid my getaway was taking too long.  Here's a faster version: [level]catikod[/level]

jf (2007-01-12) I like those bold daylight solutions. Here is my midnight solution: [level]xivygac[/level].

Rene (2007-01-12) Here is my daylight "clean the bank out" approach: [level]porumul[/level]

EDIT: I like your catikod approach, jnz. I like the efficiency of the robbery team, and the fact that the dozer actually runs out with the money.

jf (2007-01-12) SM, jnz, and Rene, you've come up with three unique, creative solutions to pulling up a stack of crates. It's a lot of fun to see different solutions to the same puzzle, especially a puzzle I put together myself.

I've usually got a general plan for a solution already in mind when I think up a puzzle. I wanted to see if I could bring the crate in, and take it out again. But I didn't set out to prevent any other kind of solution (although, I wanted to limit the solution to one of the original crates in the stack), and it's so interesting to see the innovation in these other solutions.

jf (2007-01-13) NEW PUZZLE: Dress warm, grab a flashlight, and prepare yourself for a long day. Climb down into the Cistern: [level]dyxycoh[/level]. Some pieces have fallen into the standing water at the bottom, and may not be usable. Good luck.

Rene (2007-01-13) You didn't say how long we had to travel in the Cistern, and how much climbing gear would be required.... And it didn't help that the motorized vehicles broke down either.... Exhausted and frozen, but we managed to get out:

    Solution to Cistern ([level]dyxycoh[/level]): [level]bogepix[/level]

jf (2007-01-13) Bravo Rene! Well done.

My idea was, could I make a puzzle where you had to choose a direction, and then stick with it. I took away copies and packer/unpackers only because I wanted the original crate to come back, and also, the one crate from either the left or right -- although not having those objects to work with makes crawling around in the cistern a little more work, doesn't it? :)

I was looking at the winches, and yes, now I would not be able to get all the crates into the middle (the "daylight" design), but I thought, well, it's possible to... <snip> (cf. bogepix -- but, SPOILER!). And I thought, well, that would be nice to see, but I'm going to stick to my plan.

So, I am very happy to see your solution. I especially enjoy the pristine condition of the central reservoir, and the dextrous juggling of the crates.

And here, then, finally, is the alternate path -- but I must warn you, this one gets a little muddy: [level]betexik[/level].

Bucky (2007-01-13) Vault: [level]dakihom[/level].
I accomplished the theft under the pretense of removing some silver I had cached inside in advance.

jf (2007-01-13) Bucky, nice solution! It made me think of Ocean's Eleven (why, I do not know), and that I have not seen Twelve yet. And I guess there is no difficulty in lifting up a block of solution crates anymore, given the abundance of techniques cropping up lately.  :)

Bucky (2007-01-13) [quote author=jf link=topic=62.msg1634#msg1634 date=1168720080]
It made me think of Ocean's Eleven (why, I do not know), and that I have not seen Twelve yet.
[/quote]

Which two dozers aren't you counting?  I use 13.  (one go-to dozer, 9 on the cyclic removal team, one to remove the bottom crate at the start and two in the timed-release mechanism)

adept (2007-01-13) my vault solution- probably nothing new- I haven't looked at the other solutions yet.

[level]dabuhyf[/level]

sluutthefeared (2007-01-14) Here's my solution to Cistern: [level]dimisyn[/level]

EDIT: Interesting mechanism to determine odd or even jf.
The entire machine looks complex, fun to watch.

Rene (2007-01-14)
Very nice solution to Cistern, sluutthefeared, I especially like the even/odd selector. The thought to use a copy of the crate only occurred to me after I made my solution. You could say I was cleverly misled by JF's use of two winches.
And looking at both yours and JF's designs, I should have spend more time on how to get the crates up, instead of how to deal with them afterwards. You both have very good solutions for that.

jnz (2007-01-16) Well I've finally managed to complete my solution to Cistern (dyxycoh): [level]cyfycen[/level].  I really struggled with lifting the crates.  Ended up going a bit brute force with it, especially on the left side.  Now to study the other solutions.

jf (2007-01-18) Very nice solutions to Cistern from sluutthefeared and jnz. The thought to use a copy of the crate occurred to *me* only after viewing sluutthefeared's solution :). I put the pairs of winches in just because I already had an idea of how I would solve the puzzle, but I can see how you could cleverly mislead puzzle solvers by leaving "hints" in place. Interestingly, I left the stacks predisposed to pick up in ascending value on the left, and descending value on the right, and in that case it *was* a "hint", at solving each side differently, but only one other solution (sluutthefeared's) uses that order, which shows that hints can be completely ignored with no ill effect. These are all very clever solutions -- quite enjoyable to find, and compare to my original idea.

jf (2007-01-19) NEW PUZZLE: Get a pair of leather gloves, some comfortable sunglasses, and pack yourself a light lunch. You're off to a fun day at Driving School: [level]nisaxur[/level]. Enjoy!

Rene (2007-01-19)
Driving school indeed  :D  Here are my exams:

    [level]rybunud[/level]

jf (2007-01-20) Excellent driving, Rene. That's a clever, clean design. Even with your pause at the traffic signal (a nice touch visually) your overall track time is better than mine. Here are my lap times (spoiler warning: read "my solution"): [level]moninil[/level].

jnz (2007-01-22) Well it took me a while but I think I finally passed my driving test: [level]babibal[/level].
One thing I notice we all have in common is (spoiler)[color=#E1E1E1]starting with a barrel to block the door key so we can get from the left to the right[/color].  How hard would it be if that spot were locked?

jf (2007-01-22) That is a cool solution, jnz, with some dramatic twists and turns for that 1 crate!

Edit: I tried putting in spoiler text, but the tags didn't work. So, for now, all I will say is that this spot cannot be locked, or else, the puzzle is not solvable. As your 1 moves into place at the end, try that left-to-right and you'll see what I mean -- a physics asymmetricity, if there is such a word.

jnz (2007-01-23) [quote author=jf link=topic=62.msg1749#msg1749 date=1169503049]
That is a cool solution, jnz, with some dramatic twists and turns for that 1 crate!

Edit: I tried putting in spoiler text, but the tags didn't work. So, for now, all I will say is that this spot cannot be locked, or else, the puzzle is not solvable. As your 1 moves into place at the end, try that left-to-right and you'll see what I mean -- a physics asymmetricity, if there is such a word.
[/quote]

I did the spoiler text by manually setting the foreground color to be the same as the background.  I hope there is a better way that I am just unaware of.

I see now what you mean.  You can go only one direction with that trick.

jf (2007-01-25) *** NEW PUZZLE ***

I'm not exactly sure what this thing is, but you are supposed to click the switch... at the opportune moment. Here it is, a new Medium (?) level puzzle: Click [level]mytahun[/level].

SM (2007-01-25) Solution to Click:

[level]JUDAGUM[/level]

Had to create an exception for a F crate, so I would rate this a "Hard"

[EDIT]
JNZ:  Great solution, I like your different approach to detecting the far right gate trigger.

jnz (2007-01-25) My solution for Click (mytahun): [level]natufux[/level].  I think I could have made the machine a bit smaller if you had counted down with F crates instead of up with 1s.

jf (2007-01-25) Counting up with 1's makes it a little more interesting, because it becomes more straight-forward to drop a reversed deck onto the gate, which in turn makes things a little more complicated when carrying the signal across. Here is my solution (here you can see what I mean by "reversed deck" -- or, is this a "forward deck"?): [level]cibitoc[/level].

Interestingly, due to some preconception as puzzle-maker of this puzzle, I am pushing one barrel up to position instead of setting it at the start -- strange.

Edit: I optimized it a bit: [level]dosikyz[/level].

Rene (2007-01-26)
My solution to Click ([level]mytahun[/level]): [level]typogus[/level]

jf (2007-01-27) *** NEW PUZZLE ***

Sometimes, you have to improvise: Queen Sacrifice [level]sasixic[/level].

Rene (2007-01-27)
My solution to Queen Sacrifice ([level]sasixic[/level]): [level]gykizov[/level]

It is a bit messing around, but it works

jf (2007-01-27) That makes three interesting solutions to Click (SM, jnz, and Rene), and now, already, a solution to Queen Sacrifice! I especially like the action to handle 0, which I won't describe here, for fear of a spoiler.

Here is my solution to Queen Sacrifice ([level]sasixic[/level]): [level]bobakur[/level].

jf (2007-01-28) *** NEW PUZZLE ***

Here is a new Medium level puzzle: Eagle Feather [level]kelynoc[/level].

jnz (2007-01-28) My solution for Eagle Feather (kelynoc): [level]hufivas[/level].  You had to put the matcher all the way at the bottom of the screen, didn't you.  :)

Rene (2007-01-28) I brought in a **[color=#F7F3F7]sorter[/color]** for Eagle Feather. That is a bit of an overkill, but hey, when do you get to use it otherwise?

    Solution to Eagle Feather ([level]kelynoc[/level]): [level]cygibip[/level]

Interesting dozer timer in your solution to Queen Sacrifice, JF!

Gameman (2007-01-28) [level]pogigam[/level] is to j.o.l.

SM (2007-01-28) Solution to Eagle Feather

[level]duzaxam[/level]

jf (2007-01-29) My solution to Eagle Feather is [level]bipabyg[/level].

I like SM's stylish solution.

Rene, I like the application of the ****** (spoiler text). [level]cyqibip[/level] has a minor flaw that should be simple to fix: it's possible with the right mix in the funnel for a second crate to get pushed over with the 'F' at the start, which could either cause it to fall early to the right (harmless), or to the left, which blocks the solution crate.

Gameman, nice work on J.O.L.

adept (2007-01-29) my solution to queen sacrifice [level]zagahub[/level]

Rene- very slick solution to the 0 problem.  That is what gave me the most difficulty.

jf (2007-01-29) [b]NEW PUZZLE
[/b]

If you have not tried Rene's Glass Floor series, I highly recommend it. I enjoyed the puzzles so much, in fact, that I offer Glass Floor Homage: [level]bahives[/level]. Now, get over to Rene's thread and start working on those puzzles.  :)

adept (2007-01-30) solution to Eagle Feather- [level]ladoneg[/level].  harder than it first seemed.

SM (2007-01-30) Solution to [level]Bahives[/level]

[level]LYGYREB[/level]

Spoiler

**** [color=#E1E1E1] I used both the right and the left to demonstrate that ? - ? = 0 and ? + ? = 0 ... bizarre no doubt.  [/color] ****

jnz (2007-01-30) My solution for Queen Sacrifice (sasixic): [level]guluxeh[/level].  This machine isn't as complicated as I thought it'd be.

jf (2007-01-31) [b]NEW PUZZLE[/b]

Game of cards anybody? Solitaire: [level]fypymor[/level].

jf (2007-01-31) [b]ANOTHER NEW PUZZLE[/b]

You will need to dress warm up in the far north, and I suggest bringing an extra thermos full of hot coffee or hot tea. Your assignment: Permafrost [level]tunimes[/level].

Edit: Bug fix (was tokicex).

jnz (2007-01-31) Solitaire is trickier than it first looks.  I don't yet have a plan for that one that I have any hope of fitting in the available space.
Permafrost is easy when you have an icebreaker: [level]lybatuh[/level]

jf (2007-01-31) [quote author=jnz link=topic=62.msg1845#msg1845 date=1170260371]
Solitaire is trickier than it first looks.  I don't yet have a plan for that one that I have any hope of fitting in the available space.
Permafrost is easy when you have an icebreaker: [level]lybatuh[/level]
[/quote]

You had unusually warm weather.  :) I've fixed the puzzle: [level]tunimes[/level].

SM (2007-01-31) Permafrost Defrosted

[level]Bazubog[/level]

Although I wonder if the spaces around the crate shouldn't be blocked off...

20eight (2007-01-31) permafrost - [level]tunimes[/level]:[level]vipyfel[/level]

it takes incredibly long to work in more extreme cases (closer to 0 or f).
[i]
edit: actually, I just realized this won't work in case zero. I'll have to come back to it later.[/i] 

cool puzzle, jf.

jnz (2007-01-31) My solution for the fixed Permafrost (tunimes): [level]dizyfab[/level].  It is cold out there, especially for 0 crates.

jf (2007-01-31) [quote author=jnz link=topic=62.msg1849#msg1849 date=1170267293]
My solution for the fixed Permafrost (tunimes): [level]dizyfab[/level].  It is cold out there, especially for 0 crates.

[/quote]

Cool solution jnz -- elegant handling of the 0 crate. In the sparse layout, I can hear the howl of the wolf on the cold wind. My solution is a little more mechanized: [level]kyvuniz[/level]. I was so happy to discover how to climb across the icy pipes without slipping, that I didn't think of preserving the natural environment better.

20eight (2007-01-31) permafrost - [level]tunimes[/level]:[level]simadar[/level] (fixed version of my previously posted [level]vipyfel[/level])

nice solutions, jnz and jf.

jf, is the mechanism on the right side of [level]kyvuniz[/level] doing anything? at first I figured that it was for the f-case;  but it doesn't seem like it's necessary.  just curious.

Rene (2007-01-31)
Solitair is quite a tough puzzle. It reminds of Insomnia, but the same trick cannot be directly applied here. I managed to re-use some knowledge anyway:

    Solution to Solitair ([level]fypymor[/level]): [level]subapoc[/level]

Rene (2007-01-31)
Permafrost is a nice puzzle. You can see the water flowing underneath the ice. The poor little crate is trapped between two layers of ice, and is desperately trying to get away. I put up some drilling installations that will hopefully free it from its cold prison:

    Solution to Permafrost ([level]tunimes[/level]): [level]deryrob[/level]

jf (2007-02-01) Very interesting solutions to Permafrost, 20eight and Rene. I especially like the simplicity of deryrob.

The extra mechanism on the right side of kyvuniz is just for show, it's not really needed, as well as the far left, which is overkill to handle the 0 case. I originally had another core sample running, but I reduced it to just four. I just thought it was neat to have the dozer skipping over the icy pipes.

Rene, nice solution to Solitaire. Your idea in the bottom left didn't occur to me, even though I rely on a similar device (spoiler) [spoiler]as the timer in the puzzle itself[/spoiler]. Also, (spoiler) [spoiler]I am using the algorithm from your solution to Insomnia [/spoiler] in my solution to Solitaire: [level]honusid[/level]. There is not a lot of space to work in, yet just enough. And I like the fireplace solution to prevent overflow -- neat device. I rely instead on (spoiler) [spoiler]the fairly even distribution of all values[/spoiler].

jf (2007-02-01) I went hiking back up to Timberline [level]levesof[/level] to fix my previous, broken solution. I ended up rewriting from scratch, taking advantage of the two ticks needed for a gate to kick off the crate, which solves the oscillation problem. I arrived at this simplified solution: [level]gikaril[/level].

adept (2007-02-01) permafrost solution [level]hetahad[/level]

SM (2007-02-01) JF:

Your timberline solution is clean, and really enjoyable to watch.  So often solutions are so complex and fast that you hardly have time to appreciate them.  Well done.

Rene (2007-02-01)
My solution to permafrost had a fault in it - when the left and right side reached a result at roughly the same time, it would fail. For that, and because I liked the puzzle so much, I went back and fixed that fault. While I was at it, I also simplified it some: [level]bocuvit[/level]

Hey, did you see the new spoiler facility Kevan put in? It is
[spoiler]pretty cool![/spoiler]

Rene (2007-02-01)
My construction company needed lots of heavy equipement and scaffolding in order to fetch the crate for Glass Floor Homage ([level]bahives[/level]): [level]bakugov[/level]

jf (2007-02-01) [quote author=Rene link=topic=62.msg1869#msg1869 date=1170361166]

My construction company needed lots of heavy equipement and scaffolding in order to fetch the crate for Glass Floor Homage ([level]bahives[/level]): [level]bakugov[/level]
[/quote]

That is so cool.  :D

I solved Glass Floor Homage by staying as far away from the glass plates as possible: [level]balabap[/level].

Gameman (2007-02-02) [level]lepyhut[/level]to bahives[spoiler]since i didnt have gates, i used the power of minusers and furnaces!!!!!!!!!!![/spoiler]

jf (2007-02-08) [b]New Puzzle[/b]

Are those timing intensive puzzles making you dizzy? Are you counting ticks in your sleep? Why then, what you need is a holiday at the Summer Camp: [level]gokuxyp[/level].

jnz (2007-02-09) My trip to Summer Camp (gokuxyp): [level]besegit[/level].  Not that pretty, but it works.

jf (2007-02-09) [b]NEW PUZZLE[/b]

I hope that you've come back from Summer Camp well rested. I'm sorry for the short notice, but a rescue situation has developed in the mountains, and your skills are needed to help guide the stranded crates back to safety. It will not be easy! Your objective: Scout [level]nudahug[/level].

(Here is my Summer Camp solution, but be warned it could be considered a bit of a spoiler for Scout: [level]bimogov[/level]. Although, [spoiler]it will only help you once you have negotiated the climb back with the survivors.[/spoiler])

Bucky (2007-02-10) [quote author=jf link=topic=62.msg2017#msg2017 date=1171056024]
[spoiler]it will only help you once you have negotiated the climb back with the survivors.[/spoiler]
[/quote]

[spoiler]negotiating the climb back[/spoiler] is the easy part; [spoiler]One well-placed girder and a delayed dozer will do the trick.[/spoiler]

jf (2007-02-11) [quote author=Bucky link=topic=62.msg2025#msg2025 date=1171086611]
[quote author=jf link=topic=62.msg2017#msg2017 date=1171056024]
[spoiler]it will only help you once you have negotiated the climb back with the survivors.[/spoiler]
[/quote]

[spoiler]negotiating the climb back[/spoiler] is the easy part; [spoiler]One well-placed girder and a delayed dozer will do the trick.[/spoiler]
[/quote]

Do you mean for the obsolete xuralid, or the current, fixed [level]nudahug[/level]? I had forgotten the X's in the first one.

Rene (2007-02-11)
Here is my Summercamp vacation: [level]sicohom[/level]

jf (2007-02-15) [b]NEW PUZZLE[/b]

Has anybody been working on Scout?

There has been a flurry of activity over in 20eight's thread of excellent puzzles, which I have not had a chance to get to, as I have been spending all of my Rubicon time working on my next puzzle, which I've finally solved.

And so, I would like to offer you an excursion to Ancient Egypt, with a warning: this will be extremely difficult. Muster up your courage and your strength, as this next puzzle will not be solved in one sitting. Beware, the Curse of the Pharaohs: [level]netikyg[/level].

jf (2007-02-17) It's been a week since I put up the puzzle Scout [level]nudahug[/level], and no solutions have been posted yet.

If you want to give it a try before looking at my solution, but are stuck, here are some hints: 1) [spoiler]use the barrels from left to right to detect when it is safe to cross back -- you need at most 15 barrels, and some kind of dozer cycle that will increase/decrease by some number of ticks, so that after 16 trips, all multiples of 16 ticks were attempted[/spoiler], 2) [spoiler]the rest of the barrels are there to make it easier to carry the crates back, one for one[/spoiler], and 3) [spoiler]you will probably need to improvise some kind of timing device on the left, in order to solve, once you have the crates at hand -- it is possible to create a timer without having any barrels[/spoiler].

Here is my solution to Scout: [level]dyzacox[/level].

For Curse of the Pharaohs, I have a solution, but it's not saved in the warehouse yet.  :)

Rene (2007-02-17) Scout is a well-designed puzzle with an original concept. It is also very very tough. I had to pull all the tricks in the book to solve this one.

    Solution to Scout ([level]nudahug[/level]): [level]daceson[/level]

EDIT: JF - I looked at your solution. I am surprised how much simpler your right side is. I did not know that you can [spoiler]run a dozer underneath a turn sign[/spoiler]. Also, your timer is really cool!

Rene (2007-02-18)
The Pharaos have long gone, and their curses have lost their power. At least, I was able to avoid the curse and get the treasure.

    For the Curse of the Pharaos ([level]netikyg[/level]): [level]cuvikad[/level]

The Curse is an interesting puzzle. It looks not too hard at first glance. Then, after careful analysis, it seems totally impossible. Then, after more thought, the solution dawns on you, and a hard puzzle remains.

Bucky (2007-02-18) [quote author=Rene link=topic=62.msg2115#msg2115 date=1171811425]

    For the Curse of the Pharaos ([level]netikyg[/level]): [level]cuvikad[/level]

[/quote]

Hey, Where'd those 0-barrels come from!?

Rene (2007-02-18) [quote author=Bucky link=topic=62.msg2126#msg2126 date=1171840109]
[quote author=Rene link=topic=62.msg2115#msg2115 date=1171811425]

    For the Curse of the Pharaos ([level]netikyg[/level]): [level]cuvikad[/level]

[/quote]

Hey, Where'd those 0-barrels come from!?
[/quote]

Darn  :-[.

Let's say they are provided by the good God trying to help out to exorsize the curse  :D

Here is a version without divine intervention, and with stalactites :D [level]xydotov[/level]

jf (2007-02-19) [quote author=Rene link=topic=62.msg2091#msg2091 date=1171725977]
Scout is a well-designed puzzle with an original concept. It is also very very tough. I had to pull all the tricks in the book to solve this one.

    Solution to Scout ([level]nudahug[/level]): [level]daceson[/level]

EDIT: JF - I looked at your solution. I am surprised how much simpler your right side is. I did not know that you can [spoiler]run a dozer underneath a turn sign[/spoiler]. Also, your timer is really cool!

[/quote]

Very nice solution, Rene. I like how you handled the left side [spoiler]without requiring a timer[/spoiler] -- it didn't even occur to me to [spoiler]manufacture a different valued barrel[/spoiler], which you are free to do as the right side [spoiler]does not require a 1-for-1 exchange for each of the crates[/spoiler].

jf (2007-02-19) [quote author=Rene link=topic=62.msg2130#msg2130 date=1171842143]
[quote author=Bucky link=topic=62.msg2126#msg2126 date=1171840109]
[quote author=Rene link=topic=62.msg2115#msg2115 date=1171811425]

    For the Curse of the Pharaos ([level]netikyg[/level]): [level]cuvikad[/level]

[/quote]

Hey, Where'd those 0-barrels come from!?
[/quote]

Darn  :-[.

Let's say they are provided by the good God trying to help out to exorsize the curse  :D

Here is a version without divine intervention, and with stalactites :D [level]xydotov[/level]
[/quote]

Oh my, I [spoiler]left a bug in the puzzle![/spoiler] The [spoiler]unprotected barrel[/spoiler] was an unintentional, asthetic oversight. Excellent improvisation, Rene!  :D If you would like another tough puzzle, try your hand at the updated Curse of the Pharaohs...

Is that fair, for me to strengthen the puzzle only after you've solved it?  ;) -- well, this was the original intent of the puzzle. It does seem impossible, doesn't it? Even after you've figured it out, it will still seem impossible to implement.


EDIT: I've decided that the puzzle stands as is: [level]netikyg[/level]. Don't look at nutihyd unless you don't mind a bit of a spoiler, as the edits to that compared to netikyg will give away the secret passage that Rene uncovered by way of the heiroglyphics.

Rene (2007-02-19) [quote author=jf link=topic=62.msg2137#msg2137 date=1171908968]
If you would like another tough puzzle, try your hand at the updated Curse of the Pharaohs...

Is that fair, for me to strengthen the puzzle only after you've solved it?  ;) -- well, this was the original intent of the puzzle: Curse of the Pharaohs [level]nutihyd[/level]. It does seem impossible, doesn't it? Even after you've figured it out, it will still seem impossible to implement.

[/quote]

It's kind of unfair, given the time I already spend on solving the puzzle, to be thrown back to the "impossible" stage. It's a tough puzzle even with the thing I exploited.  :-\

Anyway, I had a look at [level]nutihyd[/level], and I figured out a way to do it. In theory. So it is not "impossible" anymore. But without any barrels to use, it will extremely hard to implement. I will give it a try when I find the time (unfortunately that is not now).

jf (2007-02-19) [quote author=Rene link=topic=62.msg2139#msg2139 date=1171914443]
[quote author=jf link=topic=62.msg2137#msg2137 date=1171908968]
If you would like another tough puzzle, try your hand at the updated Curse of the Pharaohs...

Is that fair, for me to strengthen the puzzle only after you've solved it?  ;) -- well, this was the original intent of the puzzle: Curse of the Pharaohs [level]nutihyd[/level]. It does seem impossible, doesn't it? Even after you've figured it out, it will still seem impossible to implement.

[/quote]

It's kind of unfair, given the time I already spend on solving the puzzle, to be thrown back to the "impossible" stage. It's a tough puzzle even with the thing I exploited.  :-\

Anyway, I had a look at [level]nutihyd[/level], and I figured out a way to do it. In theory. So it is not "impossible" anymore. But without any barrels to use, it will extremely hard to implement. I will give it a try when I find the time (unfortunately that is not now).

[/quote]

I have to agree, it's unfair. I had trouble deciding between re-issuing a "fixed" version, or just naming it "v2". You did manage to find and exploit a resource in your solution, which I do not wish to detract from. I had looked specifically at that spot, after I saved the level the warehouse, and decided, "Well, nobody is going to exploit that anyway -- how could they? And if they do, more power to them." It seems I changed my mind about that this morning. Sorry about that!

jf (2007-02-19) Here is my solution to Curse of the Pharaohs (netikyg): [level]tysorid[/level].

It's very difficult working without barrels to help control movement, on top of the question of the puzzle of the crates. Once I had the idea for the puzzle, I fixed the layout, leaving more room at the top to help in movement. Once the layout was set, I was still not sure it was mechanically solvable without barrels. I worked out the sequence in the sandbox, one leg at a time, and after I was calculating the value correctly, I went back and figured out the initialization, which then meant reworking the sequence a bit to accomodate changes in structure.

Rene found a secret passage [spoiler]described in the heiroglyphics[/spoiler], in his solution xydotov. The puzzle is solvable either way. Unfortunately, you won't know whether or not you've taken the passage without looking at xydotov first.  :)

In the end, the curse was lifted.

Rene (2007-02-23)
And here is my solution to [level]nutihyd[/level]: [level]dusyzar[/level]

No devine barrels, no hieroglyphs, no help from anything but a set of dozers. No stalactites either  ;)
It was easier than I thought, actually.

jf (2007-02-26) Nice work, Rene. That's some quick shuffling of crates there, almost like a three-card monte. I'll have to come back later and follow the sequence carefully, as it's too complicated for me to follow in just one minute of viewing.

jf (2007-04-19) NEW PUZZLE: Can you tie these together? Shoelaces: [level]jeguhid[/level].

Hyenas Here (2007-04-20) [quote author=jf link=topic=62.msg2525#msg2525 date=1177025815]
NEW PUZZLE: Can you tie these together? Shoelaces: [level]jeguhid[/level].
[/quote]

If I had more time I'd do a better job: [level]jyfimup[/level]

As an interesting fact, I taught myself how to tie my shoelaces, so i don't know about the bunny in the hole or whatever.

jf (2007-04-20) Yikes, I neglected to disable the copiers! Nice solution -- for extra credit, can you solve Shoelaces without using copiers?

(Trivia: some percentage of people tie their shoelaces with granny knots instead of square knots, resulting in loose shoelaces. Try googling "granny square knot shoelace".)

Bucky (2007-04-20) Shoelaces:[level]coxazed[/level]
EDIT: No copiers:[level]dorucok[/level]  [spoiler]Same solution, but replaced the copiers with piles of barrels.[/spoiler]

geej66 (2007-04-20) Shoelace ([level]jeguhid[/level]) solution with only a couple of bulldozers... just to be different: [level]gybefil[/level]

jf (2007-04-21) Hyenas Here and geej66 came up with interesting solutions to Shoelaces that I had not thought of. My solution was along the lines of Bucky's, of which I think coxazed looks neat visually. My solution is: [level]suzuhyh[/level].

NEW PUZZLE: Here is a new easy one: Chiclet [level]jaducyb[/level].

digitalrift (2007-04-21) Chiclet - [level]gizatod[/level]

Bucky (2007-04-21) Chiclet:[level]sarybiz[/level]

digitalrift (2007-04-22) Ah- nice.  Didn't think of that trick.

error1 (2007-04-25) Chiclet [level]mubunev[/level]

jf (2007-04-26) My solution to Chiclet: [level]xakigan[/level].

NEW PUZZLE

You are needed in the field to adjust a Seismometer: [level]cuparav[/level]. The equipment is already very sensitive, so you are not to add any more gates. Good luck.

EDIT: Fixed due to exploit (cf. below, was [level]ditedal[/level].)

adept (2007-04-26) Chiclet [level]cifydaf[/level]

jf (2007-04-26) [quote author=adept link=topic=62.msg2541#msg2541 date=1177597360]
Chiclet [level]cifydaf[/level]
[/quote]

Oops -- cifydaf fails for 0 or 1.

error1 (2007-04-27) I don't think this is what you meant
seismometer ([level]jyzetet[/level])

edit- didn't work for twos
seismometer solution vr. 2 ([level]hebeked[/level])

jf (2007-04-27) [quote author=error1 link=topic=62.msg2546#msg2546 date=1177633730]
I don't think this is what you meant
seismometer ([level]jyzetet[/level])

edit- didn't work for twos
seismometer solution vr. 2 ([level]hebeked[/level])
[/quote]

Nice solution! But, I have to fix the puzzle. The new version is [level]cuparav[/level].

geej66 (2007-04-27) Seismometer ([level]cuparav[/level]) solution - [level]ryxunec[/level]

As always, very clumsy, not at all elegant...

jf (2007-04-27) [quote author=geej66 link=topic=62.msg2549#msg2549 date=1177693874]
Seismometer ([level]cuparav[/level]) solution - [level]ryxunec[/level]

As always, very clumsy, not at all elegant...
[/quote]

Nice job -- your solution is [spoiler]independent of the phase of the stream[/spoiler], which I didn't consider. I've modified the puzzle to make a sequel (below) which [spoiler]starts the phase randomly to prevent a time-based solution[/spoiler].

My solution to Seismometer ([level]cuparav[/level]): [level]gepaged[/level].

NEW PUZZLE
Seismometer II [level]gukogup[/level]

error1 (2007-04-28) the solution was not time based[spoiler] its zero based[/spoiler]
([level]gukogup[/level]) [level]hexynyr[/level]

jf (2007-04-28) [quote author=error1 link=topic=62.msg2553#msg2553 date=1177727570]
the solution was not time based[spoiler] its zero based[/spoiler]
([level]gukogup[/level]) [level]hexynyr[/level]
[/quote]

Yes, I thought of the sequel after seeing your solution, which also works for the sequel. -- that's what I meant. I like your second solution too, especially the finale.

Timbo (2007-04-28) I have a timebased solution
([level]gukogup[/level])[level]kobuden[/level]

geej66 (2007-04-30) Very cool solution Timbo.

Here's another Seismometer II ([level]gukogup[/level]) solution: [s]fezegok[/s]  [level]xazylaz[/level]

This is more like what I had originally hoped to do - [spoiler]trigger the finale when the barrel reached zero instead of using a timer system[/spoiler]

Hopefully the bug was fixed

Timbo (2007-04-30) Thanks,
[level]fezegok[/level] has a Problem, if the random Crate is a 0.
The 0 Crate you try to deliver isn't copied in the upper right corner.

jf (2007-05-02) Excellent solutions to Seismometer II, Timbo and geej66.

NEW PUZZLE

Pack up your cookbooks and your measuring spoons -- you're off to Cooking School: [level]getyfut[/level]. Ingredients are limited, so plan carefully.

jf (2007-05-05) I hope, when you open up Cooking School, that you are thinking that it's just not possible. Is anybody working on it? If not, I'll go ahead and post my solution next week.

I thought of the puzzle a while back, and only recently solved it, at which time I posted the puzzle here. That freed up some Rubicon time to finish off some other puzzles. There are still a few tough ones in Bucky's thread that I'll get to as I find time.

Rene (2007-05-05) Back from a long absence from Rubicon.

My solution to Seismometer [level]cuparav[/level]: [level]loboded[/level]

Should work for Seismometer II as well.

Rene (2007-05-05) For Cooking School ([level]getyfut[/level]): [level]jyxokug[/level]

It's a variant on my solution ([level]dygyfeg[/level]) to Magimasters Counting Problem ([level]GOGYBIX[/level]), which is again very similar to Hand-E-Food's Trinary Arithmetic ([level]dubynod[/level]).
[spoiler]The sequential comparator is making overtime[/spoiler]

I can see "Cooking School for Pharaos" already coming  :D

Timbo (2007-05-06) My solution for Cooking School ([level]getyfut[/level]): [level]pizugad[/level]
I had the problem with my solution becoming to big, but now it fits exacly in the map

jf (2007-05-08) Great solutions, Timbo and Rene.

My solution to Cooking School is [level]vafidil[/level]. It's interesting that even with the restriction of no copiers, that we came up with three very different designs.

jf (2007-05-10) NEW PUZZLE

Here is a new, easier puzzle: Prediction [level]deharov[/level]. I don't think seasoned Rubicon players will have any trouble with this one.

Edit: Fixed (was cyxymob)

Bucky (2007-05-11) [quote author=jf link=topic=62.msg2594#msg2594 date=1178827937]

Here is a new, easier puzzle: Prediction [level]cyxymob[/level]. I don't think seasoned Rubicon players will have any trouble with this one.
[/quote]

I believe it to be impossible.

jf (2007-05-11) NEW PUZZLE

Here is one more: With Odd Crates [level]syvyhis[/level], even the even crates are solvable.

jf (2007-05-11) [quote author=Bucky link=topic=62.msg2597#msg2597 date=1178844664]
[quote author=jf link=topic=62.msg2594#msg2594 date=1178827937]

Here is a new, easier puzzle: Prediction [level]cyxymob[/level]. I don't think seasoned Rubicon players will have any trouble with this one.
[/quote]

I believe it to be impossible.
[/quote]

Oops -- I posted the puzzle before actually completing the solution. Here is the corrected puzzle: [level]deharov[/level].

Timbo (2007-05-11) For With Odd Crates([level]syvyhis[/level]) [level]hydexoh[/level]
I have used Rene's solution for Cooking School ([level]getyfut[/level]): [level]jyxokug[/level]

Timbo (2007-05-11) For Prediction([level]cyxymob[/level]): [level]danesid[/level]

jf (2007-05-15) Very interesting solutions, Timbo. That's a neat twist in danesid.

My solution for Prediction [level]deharov[/level]: [level]vatiros[/level]

And for Odd Crates [level]syvyhis[/level]: [level]sugahev[/level]

jf (2007-05-16) NEW PUZZLE

The Pythia will answer only one question, but you may ask it more than once. Good luck then, on your visit to the Oracle of Delphi [level]nylylos[/level].

error1 (2007-05-17) Oracle of Delphi solution =  [level]hecineb[/level]

jf (2007-05-17) [quote author=error1 link=topic=62.msg2620#msg2620 date=1179367020]
Oracle of Delphi solution =  [level]hecineb[/level]
[/quote]

That is a cool solution. [spoiler]And, I was hoping someone would solve it using the oracle in two distinct loops.[/spoiler]

My solution to Oracle of Delphi: [level]hysolym[/level]

jf (2007-06-01) N e W  P u Z z L e S

I have two new puzzles: Glass Floor Counterfeit [level]hezifil[/level] and Rings of Saturn [level]kaxotax[/level]. The first puzzle gives you flexibility to solve the problem as you see fit, and the second puzzle imposes harsh restrictions.

Enjoy!

Timbo (2007-06-02) I used a few hours and made following solution for Rings of Saturn ([level]kaxotax[/level]) [level]rafohov[/level]

jf (2007-06-05) [quote author=Timbo link=topic=62.msg2648#msg2648 date=1180796971]
I used a few hours and made following solution for Rings of Saturn ([level]kaxotax[/level]) [level]rafohov[/level]
[/quote]

Excellent solution -- very interesting initialization. My solution to Rings of Saturn uses a different approach: [level]duliguv[/level], which is basically the same as my solution to Glass Floor Counterfeit: [level]hevizaz[/level]. I found that I could not limit the puzzle enough to force an "intended solution", and as you've shown, it is still possible to implement a [spoiler]glass floor solution -- I was hoping somebody would attempt it.[/spoiler]

Rene (2007-06-09) For Glass Floor Counterfeit ([level]hezifil[/level]): [level]kalizeg[/level]

It's completely copied from my solution to Glass Floor Fluid ([level]nokilam[/level]), so if you still want to solve that one, then don't look at my solution

And for Rings of Saturn ([level]kaxotax[/level]): [level]jypogeg[/level]

Rene (2007-06-09)
For Prediction ([level]cyxymob[/level]), I used a straight-forward [spoiler]lookup table[/spoiler]: [level]vigehar[/level]

Timbo's solution ([level]danesid[/level]) is quite original

Rene (2007-06-09)
For Oracle of Delphi ([level]nylylos[/level]): [level]mivubar[/level]


jf (2007-06-20) [quote author=Rene link=topic=62.msg2663#msg2663 date=1181393187]
For Oracle of Delphi ([level]nylylos[/level]): [level]mivubar[/level]
[/quote]

Cool solution, Rene. I had initially planned on exploiting the same pattern. You found a very cool way to solve that.

jf (2007-06-20) NEW PUZZLES

Here is a set of new puzzles:

Foxhole [level]bebodym[/level]
Foxhole II [level]gazysup[/level]
Foxhole III [level]zufixom[/level]

Timbo (2007-06-20) For Foxhole III ([level]zufixome[/level]): [level]gogabim[/level]

geej66 (2007-06-22) For Foxhole - [level]homuvib[/level]

For Foxhole II - [level]kudyduc[/level]

Rene (2007-06-24) For Foxhole ([level]bebodym[/level]): [level]verycab[/level]
For Foxhole II ([level]gazysup[/level]): [level]hubudik[/level]
And Foxhole III ([level]zufixom[/level]): [level]dazezeh[/level]

jf (2007-06-28) NeW PuZzLe: Well [level]dutubas[/level]

Water may be drawn from the well using buckets, raised mechanically or by hand. Please be careful, as the ground may be slippery and the well is not covered.

jnz (2007-06-28) For Well ([level]dutubas[/level]): [level]zadykim[/level]

I'm a bit out of practice but luckily I only needed two of the handholds.

jf (2007-06-29) Nice solution, jnz. I didn't think of using [spoiler]a time-based approach[/spoiler]. My solution to Well: [level]kunadik[/level]

My Foxhole solutions:
Foxhole: [level]cuvonud[/level]
Foxhole II: [level]dybucyv[/level]
Foxhole III: [level]putybap[/level]

And here is a *N*E*W* *P*U*Z*Z*L*E* -- Dress sharp and stay alert as you try your hand at Valet Parking: [level]tasebyg[/level]

Timbo (2007-06-29) Your Foxhole III solution doesn't solve the Problem, if the random crate is an E.
And here my solution for Valet Parking: ([level]tasebyg[/level]) [level]suhigyl[/level]. I first thought that problem has a difficult solution and I am surprised I found this simple one.

jf (2007-06-29) [quote author=Timbo link=topic=62.msg2700#msg2700 date=1183114576]
Your Foxhole III solution doesn't solve the Problem, if the random crate is an E.
[/quote]

Looking at that problem, it occurred to me that Foxhole III can be solved using the formula of an earlier puzzle. That puzzle is [spoiler]Insomnia[/spoiler], for which this new solution could be a spoiler. One added difficulty is [spoiler]culling out the 4 crate[/spoiler]. Here is my new solution to Foxhole III: [level]hugudox[/level].

For Valet Parking, I had exactly the same idea as Timbo: [level]migonob[/level].

Rene (2007-06-29) For Well ([level]dutubas[/level]): [level]sydohot[/level]  --  Nice puzzle.

And for Valet Parking ([level]tasebyg[/level]): [level]tagacob[/level]  -- same idea as Timbo and JF, slightly different solution

jf (2007-07-03) [quote author=Rene link=topic=62.msg2702#msg2702 date=1183149341]
For Well ([level]dutubas[/level]): [level]sydohot[/level]  --  Nice puzzle.
[/quote]

Elegant solution.

Here is a *N*E*W* *P*U*Z*Z*L*E*: Sharpen your pencils, get a clean pad of paper, and pour yourself a fresh cup of coffee -- it's time to solve the Cryptogram: [level]pagigeb[/level].

Rene (2007-07-04) [quote author=jf link=topic=62.msg2707#msg2707 date=1183492182]
Here is a *N*E*W* *P*U*Z*Z*L*E*: Sharpen your pencils, get a clean pad of paper, and pour yourself a fresh cup of coffee -- it's time to solve the Cryptogram: [level]pagigeb[/level].
[/quote]

Oofff !! That is a tough one! Did you solve it yourself yet?
You could have left a '1' crate around to make it a bit easier....

Rene (2007-07-04) [quote author=Rene link=topic=62.msg2708#msg2708 date=1183533798]

Oofff !! That is a tough one! Did you solve it yourself yet?
You could have left a '1' crate around to make it a bit easier....

[/quote]

I managed to solve it after all, and even without a '1' crate

For Cryptogram ([level]pagigeb[/level]): [level]pabizap[/level]

jf (2007-07-05) Yes, I solved Cryptogram before posting the puzzle. Both creating and solving this one were tough. I use the same general design as [level]pabizap[/level].

For Cryptogram: [level]tisomid[/level]

Bucky (2007-07-06) Valet Parking:[level]supiber[/level].  The lack of dozers for "0" really  simplified my final solution.

jf (2007-07-13) Here's a new twist on an old puzzle. Do you remember level 3 ([level]unaware[/level]) of the original levels? Here is that one again, updated with some, shall we say, "restrictions": [level]bibotac[/level].

EDIT: And here is one more: old level 7 ([level]analogy[/level]) made a little bit harder: [level]hygovud[/level].

geej66 (2007-07-15) Analogy Remix ([level]hygovud[/level]) Solution - [level]civicyk[/level]

Unaware Remix ([level]bibotac[/level]) Solution - [level]gidefac[/level]

Very cool idea jf.  I thought about doing something similar with the original levels but I couldn't come up with anything that was a challenge. 

jf (2007-07-17) Here are a few more remixes:

Oregano Remix: [level]colocor[/level]
Awesome Remix: [level]tudifeg[/level]

Here are my solutions to Analogy Remix: [level]dobimav[/level] and Unaware Remix: [level]kabegag[/level].

Bucky (2007-07-17) Oregano remix: [level]begadad[/level] *yawn*
Awesome remix: [level]locodel[/level] (Also easy - I only used four types of pieces.)
Unaware remix:[level]fisokax[/level] (slightly harder)

My favorite part of any of these solutions is the interaction in Unaware between the dozer coming down the conveyer belt and the 4-barrel.

jf (2007-07-17) [quote author=Bucky link=topic=62.msg2715#msg2715 date=1184646576]
Unaware remix:[level]fisokax[/level] (slightly harder)
[/quote]

What was the level name, Bucky? fisokax is not found.

Rene (2007-07-18) Nice twists on the old puzzles. Here are my solutions:

Unaware ([level]bibotac[/level]): [level]nycunus[/level]
Oregano ([level]colocor[/level]): [level]fanuzud[/level]
Awesome ([level]tudifeg[/level]): [level]livyrub[/level]
Analogy ([level]hygovud[/level]): [level]tiryhuv[/level]

TTTPPP (2007-07-20) I think this is the simplest solution to Oregano remix (and probably to Oregano too)

Oregano remix ([level]colocor[/level]): [level]zadezod[/level]

jf (2007-07-20) Here is a new puzzle: Abseil [level]mohotan[/level].

This should be a challenge for even the most experienced Rubicon player. It is solvable.

Bucky (2007-07-21) Abseil seems easy enough.  Abseil([level]mohotan[/level]):[level]kovypat[/level]

Rene (2007-07-22) Interesting puzzle, Abseil, makes you think about certain elements of Rubicon again...

For Abseil ([level]mohotan[/level]): [level]dodotom[/level]

Very funny device there in Bucky's solution  :D

jf (2007-07-23) I had some fun with Abseil: [level]gudezep[/level]

jf (2007-07-24) New Puzzle:

You have received new orders from Mission Control. You are to embark immediately.

Prior to liftoff, however, the external boosters must be balanced.

Good luck.

Rocket: [level]kodugyh[/level]

sly (2007-07-24) That sure was a fun one. :)

Ready for Launch: [level]bygogag[/level]

jf (2007-07-24) Nice solution, sly. Your solution is much more straightforward than mine.

My solution to Rocket: [level]sizypon[/level]. (The extra pieces that look like a structural crossbeam were not added for aesthetics -- it seems that I sometimes leave extra pieces around by mistake in my solutions. But they do add a sort of launching pad look in this case.)

Rene (2007-07-24) For Rocket ([level]kodugyh[/level]): [level]tumumud[/level]

Essentially the same as Sly and JF's solutions, but I found a way to draw the pipe without a large stock of barrels  ;)

geej66 (2007-07-24) My Rocket solution is similar, but different.  For starters the 2's go on the left and the 1's go on the right.

For [level]kodugyh[/level]: [level]pugomac[/level]

TTTPPP (2007-07-25) I've done two more solutions

Analogy Remix ([level]hygovud[/level]): [level]tosykum[/level]
Rocket ([level]kodugyh[/level]): [level]zelihoz[/level]

They were good fun - the first time I saw Rocket I didn't think it was possible.

Edit - My Rocket's pretty similar to Rene's, but quite a bit less neat!

jf (2007-07-26) Those are cool solutions all.

Hear Ye!

I have a new puzzle to dispatch to the lands today. It seems that the king is looking for somebody who can turn straw into gold. Try your hand at the Spinning Wheel [level]byduhel[/level].

PS. The smaller and faster, the better. And try to avoid using dozers, as they were not yet invented.

Rene (2007-07-26) If it pleases Your Majesty, we would like to present to You our most distinguished invention, we call the "Madaget". Your Royal Highness will be delighted to hear that we made our invention as compact as possible, in order not to waste any of the Kingdoms resources, yet maintaining a high gold conversion speed. As for the reference to this concept called "dozer", we are sure that Your Highness will be pleased to hear that we do not care for foreign technology in our inventions.
We are happy to see that, after the initial zero-fund challenge, Your Majesty saw it fit to distribute a few coins as starting funds, in order jump-start the development of Madaget. Although we would have been equally willing and capable to steel the initial funds from Your Majesty's treasure chest if that would have been necessary.

Your's Truly,
Madaget development Team

For the Spinning Wheel ([level]byduhel[/level]): [level]madaget[/level]


jf (2007-07-26) Bravo, Rene! I am certain that the Royal Court will be very much impressed with your invention.

My own invention [level]fitadan[/level] follows the same general principle, but is certainly not as refined. I was going to spend some relaxing time trimming it down, but then I had to open up your solution immediately to see what you came up with, and so that's that  :) . With hindsight I can see the blind spot in my work: [spoiler]Starting with a single F to initialize, I expected to use only one copier, and so I needed the ramp to pull more copies, requiring height from the bottom conveyor, requiring a more elaborate feed of F's, requiring the second gate, which requires the cleanup, which requires the furnace draw to make a copy of the solution, to drive the cleanup. But, as your solution shows, all of the extra hardware is not necessary. I need to have more patience when optimizing my solutions.[/spoiler]

jnz (2007-07-26) For Rocket ([level]kodugyh[/level]): [level]lymizek[/level]
For Spinning Wheel ([level]byduhel[/level]): [level]tezevac[/level].  The delay loop ends up taking all the space.  I see the other solutions are asynchronous, which is much more elegant.

geej66 (2007-07-26) As always, not as elegant as everyone elses:

Spinning Wheel ([level]byduhel[/level]): [level]girikys[/level]

jf (2007-07-27) NEW PUZZLE

"What is this thing? I mean, it serves no useful purpose for there to be a bunch of chompy, crushy things in the middle of a hallway." -- Gwen DeMarco

Enjoy your shift in the Machine Shop: [level]haxyvyd[/level].

Rene (2007-07-27)
For Machine Shop ([level]haxyvyd[/level]): [level]jimymir[/level]

That was hard. I've become too reliant on barrels I guess.

jnz (2007-07-27) For Machine Shop ([level]haxyvyd[/level]): [level]jahimes[/level].  The "kissing dozers" are a nice touch in Rene's solution.

jf (2007-07-28) My solution to Machine Shop: [level]gysinuf[/level]. Rene's solution is fun to watch, and jnz's solution too with the visual juggling of the crates.

Here is a new puzzle, with two choices of difficulty:

Put on some running shoes, stretch your legs, and hit the track. You've just got to try out your brand new Stopwatch: [level]xulymal[/level].

Also available as Stopwatch Lite: [level]gocomog[/level].

jnz (2007-07-30) For Stopwatch ([level]xulymal[/level]): [level]cuvabuk[/level].  It is intentionally a bit odd.

geej66 (2007-07-30) Oh man, jnz just beat me to it.

Stopwatch ([level]xulymal[/level]): [level]kinatab[/level]

At least we have completely different solutions

jf (2007-07-30) Cool solutions, jnz and geej66.

My solution for Stopwatch ([level]xulymal[/level]): [level]kamitab[/level].

For Stopwatch Lite ([level]gocomog[/level]), I tried something else: [level]tumuced[/level].

Rene (2007-07-31) For Stopwatch ([level]xulymal[/level]): [level]jadivir[/level]

That's a cleverly designed full speed counter in that stopwatch, JF  :o

For Stopwatch Lite ([level]gocomog[/level]): [level]gicyhol[/level]  - much simpler

jf (2007-08-01) Rene, that's a very neat trick in [level]jadivir[/level]! I also like the elevator lift at the end.

Here is a new puzzle inspired by Rene's Feed the Monster:

You'll be able to buy all the dog food you could ever need, if you can just enable this little Smart Card [level]vynutig[/level]. Any coin can be used to snap off that little break-away tab on the corner, which you'll need to render the PIN number. (Oh yes, one more thing: watch out for the security devices.)

Rene (2007-08-02)
For Smartcard ([level]dekikit[/level]): [level]nagebah[/level]

That was some good puzzling, as I did not want to use a template copier.

jf (2007-08-08) [quote author=Rene link=topic=62.msg2933#msg2933 date=1186089542]

For Smartcard ([level]dekikit[/level]): [level]nagebah[/level]

That was some good puzzling, as I did not want to use a template copier.
[/quote]

Very nice. I used a madaget template copier ;) on the output of a recursive translation loop: [level]tulobek[/level].

Rene (2007-08-08) [quote author=jf link=topic=62.msg3005#msg3005 date=1186548215]

Very nice. I used a madaget template copier ;) on the output of a recursive translation loop: [level]tulobek[/level].
[/quote]

Good Lord, well done! How do you come up with these things?
But I now finally understand how your solution to Feed the Monster III worked. [spoiler]You let the machinery calculate the correct values recursively, starting with the target value, working backwards.[/spoiler]

jf (2007-08-20) --N-e-W---P-u-Z-z-L-E--

I recommend a hat, overalls, gloves and long sleeves as it might be a bit sooty when you venture into the Stovepipe: [level]jybaryg[/level].

sly (2007-08-21) Good puzzle! I applaud.

for [level]jybarig[/level] : [level]vudohig[/level]

jnz (2007-08-21) For Stovepipe ([level]jybaryg[/level]): [level]ludobyb[/level].

Rene (2007-08-25)
Nice puzzle indeed. It has this "Base Level feel" to it.

For Stove Piipe ([level]jybaryg[/level]): [level]toxylim[/level]

jf (2007-11-09) New puzzle: Bell [level]xagizod[/level].

Bucky (2007-11-09) Stovepipe(jybaryg):[level]giminaf[/level]

jnz (2007-11-09) For Bell ([level]xagizod[/level]): [level]sobabep[/level].  Well, it works sometimes.  Perhaps I should have used a 3 digit counter instead.  Is there a trick to do this deterministically?

Bucky (2007-11-09) It is not possible to solve deterministically... except with my patented impossible problem solver ([level]vofipix[/level])

jf (2007-11-09) [quote author=Bucky link=topic=62.msg3259#msg3259 date=1194643532]
It is not possible to solve deterministically... except with my patented impossible problem solver ([level]vofipix[/level])
[/quote]

That is pretty neat.

[quote author=jnz link=topic=62.msg3258#msg3258 date=1194641391]
For Bell ([level]xagizod[/level]): [level]sobabep[/level].  Well, it works sometimes.  Perhaps I should have used a 3 digit counter instead.  Is there a trick to do this deterministically?
[/quote]

I think a 3 digit counter is pretty safe. For Bell: [level]sidegeg[/level].

Also, I forgot to post my solution to Stovepipe: [level]lanidec[/level].

Timbo (2007-11-10) For stovepipe ([level]jybaryg[/level]): [level]lahegov[/level]
With 69 ticks the fastest solution I could find.

For bell([level]xagizod[/level]): [level]ligogez[/level]
I didn't bothered to initialize the machine with crates. I simply convert the barrel in a crate at the end.

Gameman (2007-11-10) 300th reply!!! yay

Rene (2007-11-11)
My 2-digit solution for Belll ([level]xagizod[/level]): [level]xagizod[/level]

jf (2007-12-27) [quote author=Rene link=topic=62.msg3270#msg3270 date=1194814022]

My 2-digit solution for Belll ([level]xagizod[/level]): [level]xagizod[/level]
[/quote]

That should be [level]bifobon[/level], I think, for those interested.


-N-e-w---P-u-z-z-l-e-

A painting masterpiece has been purchased abroad and is being delivered to the museum today. However, a conspiracy is afoot to switch a counterfeit for the original. Three crates will arrive in the afternoon and you must determine which of the three paintings is authentic.

Caveat Emptor: [level]vitexus[/level]

Enjoy!

jf (2007-12-28) Here are two more new puzzles:

Panic: [level]dokigum[/level]

Panic II: [level]rihyfam[/level]

Rene (2007-12-30)
For Caveat Emptor ([level]vitexus[/level]): [level]gatekin[/level]

My Museum experts manage to produce the original without knowing the correct crate.

Rene (2007-12-31) For Panic ([level]dokigum[/level]): [level]zydagal[/level]

That was unexpectedly difficult. Nice puzzle.

For Panic II ([level]rihyfam[/level]): [level]tudipit[/level]

Panic II was easier. I actually had this solution already for Panic I, before I discovered that the order was wrong.

Timbo (2008-01-04) Why fit the random crate, when you can change it?
For Panik ([level]dokigum[/level]): [level]nibefeg[/level]
For Panik II([level]rihyfam[/level]): [level]rybafuk[/level]
The solutions are different in only one Barrel.

jf (2008-01-04) My experts also find the correct painting without opening the packages: [level]tyzivos[/level] for Caveat Emptor.

For Panic: [level]surodel[/level]
And for Panic II: [level]vamogub[/level]

Clever solutions, Rene and Timbo. I find it so interesting to see the different ways to solve these puzzles I've created, that didn't occur to me when I posted them, that is somehow different than with other puzzles.

jf (2008-01-06) ..n..e..w...p..u..z..z..l..e..

Try to get the cheese without getting caught: Mousetrap [level]delogon[/level].

Rene (2008-01-07)
Smart mice!

For Mousetrap ([level]delogon[/level]): [level]nycidod[/level]

jf (2008-01-09) More mice for Mousetrap ([level]delogon[/level]): [level]degatef[/level].

% $ # N E W * P U Z Z L E @ ! ^

Down in the cellar, in a dark corner in the back, you find an old, lost Skeleton Key: [level]pyhahod[/level]. Can you get it to work?

Rene (2008-01-11)
For Skeleton Key ([level]pyhahod[/level]): [level]kopyhof[/level]

Original puzzle. I thought it was going to be easy until I noticed that you cannot use gates.

jnz (2008-01-18) For Mousetrap ([level]delogon[/level]): [level]sorypyb[/level]
For Skeleton Key ([level]pyhahod[/level]): [level]famecuv[/level]

Bucky (2008-01-19) Mousetrap(delogon):[level]tecupun[/level]

jf (2008-01-26) I forgot to post my solution to Skeleton Key ([level]pyhahod[/level]): [level]dubyzux[/level].

jf (2008-03-11) New puzzle:

Crisscross [level]dygafux[/level]

jnz (2008-03-11) For Crisscross ([level]dygafux[/level]): [level]vypugun[/level]

Werbad (2008-03-13) For Crisscross ([level]dygafux[/level]): [level]rubibos[/level]

jf (2008-03-13) Nice work jnz and Werbad. My solution for Crisscross: [level]dolyben[/level]

>>> N E W  P U Z Z L E S <<<

Here is a new puzzle: Hockey Stick ([level]sibatok[/level])

And one more: Son of Hockey Stick ([level]sahafip[/level])

Werbad (2008-03-14) For Hockey Stick ([level]sibatok[/level]): [level]kogyfig[/level]
[spoiler]Only uses one key so it should work for Son of Hockey Stick as well.
It has some minor miscalculations and timing problems, so the table at the bottom is unnecessarily large...[/spoiler]

Timbo (2008-03-14) My solution to Son of Hockey Stick ([level]sahafip[/level]): [level]kozugob[/level] (worst case 113 ticks, but I am sure faster is possible)

Werbads solution doesn't work, when the random barrels are (from top to bottom) 0, F, F

Edit: [s][level]xabozud[/level][/s] [level]fyzisaf[/level] worst case 111 ticks

Werbad (2008-03-14) Have to adjust the timing it seems... Might make a cleaner solution later.

Edit:
Made a new cleaner solution to Son of Hockey Stick: [level]cyroluv[/level]
It still looks messy though...
Cannot find [level]xabozud[/level]...

jf (2008-03-14) Werbad, Timbo, excellent solutions! I really like the austere simplicity of kozugob.

My solutions are for Hockey Stick, the rough: [level]duginyd[/level], and for Son of Hockey Stick, the refined: [level]pagilyf[/level].

Werbad (2008-03-16) Have been playing around with Timbo's [level]fyzisaf[/level] and gained 7 ticks: [level]kokalup[/level]

Timbo (2008-03-16) Gained some more ticks: [level]gerovov[/level] Worst case 82 ticks

jnz (2008-03-25) For Son of Hockey Stick ([level]sahafip[/level]): [level]ribureh[/level] (no copiers)

jf (2008-03-26) [quote author=jnz link=topic=62.msg3549#msg3549 date=1206473163]
For Son of Hockey Stick ([level]sahafip[/level]): [level]ribureh[/level] (no copiers)
[/quote]

That is a cool solution.

immibis (2008-04-12) For Son of Hockey Stick: [s][level]magobog[/level][/s] [level]bidaril[/level]
Edit: From looking at other people's solutions it seems I probably have the most complex one for this puzzle. What it does is:
[spoiler]
1. Puts a sequence of crates on the gates and produces another sequence of crates based on the direction they go in.
2. Adds all but the first two of this sequence.
3. Times 2n+y ticks, where n is the result of the previous step and y is some unknown number, before triggering the door key.
4. The door key's activation blocks a stream of barrels which allows a dozer to move and grab a barrel, adding 7 so it is equal to the result of step 2.
5. Uses it in a bargrapher-like lookup table for the combination of crates which produced this result.
6. Uses the result of step 6 as the input into a template copier-like device.
[/spoiler]

jf (2008-04-16) I've dusted off the old puzzle Cleanroom ([level]ximacad[/level]) and saved it using new physics as Cleanroom NP ([level]fevubom[/level]). I've wanted to solve that puzzle using new physics for a long time now, and here is my solution: [level]pagifam[/level].

Werbad (2008-04-16) For Cleanroom NP ([level]fevubom[/level]): [level]galarep[/level]

jf (2008-04-16) [quote author=Werbad link=topic=62.msg3647#msg3647 date=1208345209]
For Cleanroom NP ([level]fevubom[/level]): [level]galarep[/level]
[/quote]

That's a cool solution.

I found an old unsolvable puzzle that I never posted, and made it solvable, so here is a new puzzle:

Card Trick [level]zymynon[/level]

jnz (2008-04-16) For Cleanroom NP ([level]fevubom[/level]): [level]docydul[/level].  This wasn't as hard the second time around.  :)

Werbad (2008-04-16) For Card Trick ([level]zymynon[/level]): [level]ficotox[/level]

jf (2008-04-17) [quote author=Werbad link=topic=62.msg3650#msg3650 date=1208378873]
For Card Trick ([level]zymynon[/level]): [level]ficotox[/level]
[/quote]

That is so cool. I wanted to create something like that, [spoiler]but I happened upon this simpler solution[/spoiler]...

For Card Trick: [level]bulahuv[/level]

jnz (2008-04-17) For Card Trick ([level]zymynon[/level]): [level]hofetod[/level]

Rene (2008-04-19)
For Card Trick ([level]zymynon[/level]): [level]sokilet[/level]

jf (2008-04-29) Nice work jnz and Rene. And it's good to see your solutions to some recent puzzles, Rene, for example for Surfing.

Here is a remix of an old puzzle by Mr K: http://kevan.org/rubicon/forums/index.php/topic,63.msg422.html#msg422 (which was inspired by earlier puzzles by MagiMaster):

Passing Trains Remix: [level]xumeted[/level]

I hope this will be a good challenge.

Rene (2008-04-29)
For Passing Trains Remix ([level]xumeted[/level]): [level]xydesag[/level]

This brings back nostalgic memories... ::)

jf (2008-04-29) [quote author=Rene link=topic=62.msg3728#msg3728 date=1209497434]

For Passing Trains Remix ([level]xumeted[/level]): [level]xydesag[/level]

This brings back nostalgic memories... ::)
[/quote]

Well done! You really have a knack for reducing a puzzle to its fundamentals and solving expeditiously. I wonder how I can make this more of a challenge for you. ;)

To steer you towards an "intended solution", here is a variation: Passing Trains Remix MI6 [level]ruguvix[/level].

Rene (2008-04-30) [quote author=jf link=topic=62.msg3731#msg3731 date=1209508814]
To steer you towards an "intended solution", here is a variation: Passing Trains Remix MI6 [level]ruguvix[/level].
[/quote]

... I was already afraid you wanted to cross the middle trains as well.
OK, with a carefully timed train schedule, here is

For Passing Trains Remix MI6 ([level]ruguvix[/level]): [level]tymucat[/level]

jnz (2008-04-30) For Passing Trains Remix ([level]xumeted[/level]): [level]foribek[/level]

jf (2008-05-02) Excellent, Rene. I was happy to see your solution because I was intending to attempt such a design. I was sure it could be done but just didn't have the time yet to start on it. You'll see my solution solves in reverse -- bottom-to-top vs. top-to-bottom.

And very nice work jnz. Of course, I expect you are already at the drawing board for the MI6  ;)

My solution for Passing Trains Remix, which will also work for MI6: [level]pytekih[/level], adapted from my original solution for Passing Trains.

jnz (2008-05-04) [quote author=jf link=topic=62.msg3756#msg3756 date=1209709638]
And very nice work jnz. Of course, I expect you are already at the drawing board for the MI6  ;)

My solution for Passing Trains Remix, which will also work for MI6: [level]pytekih[/level], adapted from my original solution for Passing Trains.
[/quote]
I was working on MI6 but then I got frustrated and peeked at Rene's solution.  :)

The "clapping" mechanism in the middle is very interesting.  I couldn't predict what it would do just by looking at it.

immibis (2008-05-08) For Trap: [level]zogucab[/level]. Very fun puzzle, jf.
For Shoelaces: [level]tylokol[/level]
For Foxhole: [level]vemoryg[/level]
For Analogy Remix: [level]joludun[/level]

immibis (2008-05-10) For Stovepipe: [level]lozizyl[/level]. I notice you forgot to put this one on the front page.
For Eagle Feather: [level]pifuzez[/level]

Edit: For Spinning Wheel: [level]tubaben[/level], and with no ticks to spare for 0's.
Edit #2: For Cleanroom NP: [level]fodicid[/level], forgot to post it before.
Edit #3: For Machine Shop: [level]derebyd[/level]

Edit #4:
For Coffee Table: [level]fidugiz[/level]
For Vault: [level]lifapis[/level]
For Click: [level]nogoger[/level] for all but F
For Chiclet: [level]focezer[/level]

jf (2008-05-14) That is some nice work, immibis.

For Click (nogoger), one way you can handle the F is to [spoiler]add an extra dozer slowly making it's way down to generate an F, which would always arrive behind the other dozer for any other value.[/spoiler]

jnz (2008-05-14) [quote author=immibis link=topic=62.msg3811#msg3811 date=1210397088]
For Vault: [level]lifapis[/level]
[/quote]

This is broken for 1 but looks easily fixable.  You didn't seem to have this problem the first time you solved this level: [level]gufizym[/level]

immibis (2008-05-15) Wait, I solved Vault before?
And yes, the solution is easily fixable, replacing the ramp next to the down pipe with a girder.
If you look at my solution for Spinning Wheel you will see it uses a dozer though as I didn't read the intro before solving it.

jnz (2008-05-15) [quote author=immibis link=topic=62.msg3829#msg3829 date=1210825212]
Wait, I solved Vault before?
[/quote]

According to the warehouse search your previous solution was from 5 months ago:
[url]http://www.stardrifter.org/rubisearch/?title=vault&designer=immibis[/url]
And we all know the warehouse search tool is infallible.  ;)

Twee (2008-11-11) Here's mine for "Bar"([level]tuhukef[/level]): [level]filokiv[/level]
I struggled with some pretty crazy ideas for [spoiler]dumping in barrels and then trying to sort them from crates at the bottom (which method I see Adept actually managed to make work) [/spoiler] before finally realizing I could [spoiler]put a ramp at the top[/spoiler].

Bucky's solution is essentially the same approach as mine, although very slightly slower.

jf (2009-01-04) New puzzle: Burst Transmission [level]dulunor[/level]

Werbad (2009-01-04) For Burst Transmission ([level]dulunor[/level]): [level]cecymof[/level]

Reading the gates was a bit tricky. It turned out way simpler than I'd imagined though.

Rene (2009-01-04)
For Burst Transmission ([level]dulunor[/level]): [level]ximorym[/level]

Funny little puzzle.

jf (2009-01-05) Nice work. That makes three different ways to solve including my solution: [level]dubisyx[/level]

Werbad's solution is really the cat's meow. Very nice.

jf (2009-01-09) New Puzzle

Would you like to help out at the Recycling Center ([level]kycycib[/level])? There is a sorting station and a matching station. Resources are constrained, so be careful around the furnaces.

I hope this is a tough one.  ;)

FYI: [url]http://www.storyofstuff.com/[/url]

Rene (2009-01-10)
For Recycling Center ([level]kycycib[/level]): [level]juzokov[/level]

It was quite tough to get the timing right, and to have everything synced properly. Recycling is a delicate balance :D

Cool site with Annie Leonard, by the way. But she forgets to mention the bio-chemists who create new organisms (genetically modified bacteria and yeasts) on an industrial scale nowadays. These also need recycling...

Werbad (2009-01-10) I started out with the same mechanic as Rene, but I couldn't find any good way of replacing the lost crates, so I made a timing based solution instead: [level]givyryt[/level]
It uses a different setup of the cycler I used in my uneven multiplication solution.

jf (2009-01-26) Nice solutions. I forgot to post my solution to Recycling Center: [level]dogefim[/level].

jf (2009-01-31) Here is a new puzzle:

Moonbeam [level]pybohab[/level]

jnz (2009-02-01) For Moonbeam ([level]pybohab[/level]): [level]cenapos[/level]

jf (2009-02-01) [quote author=jnz link=topic=62.msg4205#msg4205 date=1233458235]
For Moonbeam ([level]pybohab[/level]): [level]cenapos[/level]
[/quote]

Well done -- I didn't think of that! Here is another:

Moonbeam II: [level]zobymus[/level]

Bucky (2009-02-01) Moonbeam 2([level]zobymus[/level]):[level]xobeved[/level]

jnz (2009-02-01) For Moonbeam II ([level]zobymus[/level]): [level]jiguteg[/level]

Werbad (2009-02-01) For Moonbeam ([level]pybohab[/level]): [level]corodob[/level]
For Moonbeam II ([level]zobymus[/level]): [level]romiguz[/level]

Rene (2009-02-01) For Moonbeam ([level]pybohab[/level]): [level]ramekat[/level]
For Moonbeam II ([level]zobymus[/level]): [level]muburys[/level]

Did you really intend to classify this as "hard"?

Edit: I like Bucky's solution to Moonbeam II. If at first you don't succeed: persist!  :D

jf (2009-02-01) [quote author=Rene link=topic=62.msg4211#msg4211 date=1233505869]
Did you really intend to classify this as "hard"?
[/quote]

For this seasoned group of solvers it was a walk in the park, wasn't it? My solution is [level]tolufid[/level], but I like jnz's the best.

I've finally taken the time to solve an old puzzle, Insomnia2 [level]gekypyb[/level] by Rene, which is a modification to my puzzle Insomnia [level]bedebyc[/level]. It has a good meta-puzzle to solve with the missing 1 crate. My solution: [level]dyxagyp[/level].

immibis (2009-02-02) [level]jidatyf[/level] for both Moonbeams.

Twee (2009-04-03) Here's mine for "cooking school" ([level]getyfut[/level]) :[level]zipaveg[/level].  I've heard that "it's never too late to go back to school".
Edit: Here's a simplified version that solves "odd crates" ([level]syvyhis[/level]) : [level]kikifap[/level]

Twee (2009-04-06) Here's mine for "burst transmission" ([level]dulunor[/level]) : [level]midydat[/level]. It's insanely complicated, took me forever to make, and is good for a laugh when compared to Werbad's [level]cecymof[/level].  ;)

jf (2009-04-21) [quote author=Twee link=topic=62.msg4224#msg4224 date=1238771841]
Here's mine for "cooking school" ([level]getyfut[/level]) :[level]zipaveg[/level].  I've heard that "it's never too late to go back to school".
Edit: Here's a simplified version that solves "odd crates" ([level]syvyhis[/level]) : [level]kikifap[/level]
[/quote]

Nicely done. My Cooking School solution was very complicated. I like your clean design. [spoiler]The selector switch is a good idea[/spoiler].

jf (2009-12-14) =+= New Puzzle =+=

I haven't had much time for Rubicon these days. However, an interesting report came across my desk recently. The weight of the heavier crates seems to be throwing off the measuring equipment. Can you please take a look at it, and tell me if you can solve the End Point Anomaly [level]rolygid[/level].

Werbad (2009-12-14) For End Point Anomaly ([level]rolygid[/level]): [level]nomipog[/level]
[spoiler]I didn't realize at first that E and F crates didn't work with my original setup, so I had to extend it with a work-around reading the final doorkey as well.[/spoiler]

Rene (2009-12-16)
For End Point Anomaly ([level]rolygid[/level]): [level]bavinab[/level]
An original puzzle.
I took a different approach than Werbad. [spoiler]But I also use the last gate to detect the E and F special cases[/spoiler]

jf (2009-12-19) My solution for End Point Anomaly ([level]rolygid[/level]): [level]haxidop[/level].

jf (2009-12-21) Here is another new puzzle:

To successfully deliver the crate, you must avoid the Snare [level]jikygoh[/level].

jnz (2009-12-22) For Snare ([level]jikygoh[/level]): [level]kudugyz[/level]  Too tired to verify it works in all cases.  Please tell me if you find a failure.

jf (2009-12-22) [quote author=jnz link=topic=62.msg4518#msg4518 date=1261464226]
For Snare ([level]jikygoh[/level]): [level]kudugyz[/level]  Too tired to verify it works in all cases.  Please tell me if you find a failure.
[/quote]

I found a failure in the snare! Hopefullly, this one is a little bit harder, but I don't think it will give you much trouble: Snare II [level]fimunys[/level].

Werbad (2009-12-22) For Snare II ([level]fimunys[/level]): [level]kyxopal[/level]

Rene (2009-12-27)
For Snare II ([level]fimunys[/level]): [level]luligex[/level]

jnz (2010-01-05) [quote author=jf link=topic=62.msg4519#msg4519 date=1261475274]
I found a failure in the snare! Hopefullly, this one is a little bit harder, but I don't think it will give you much trouble: Snare II [level]fimunys[/level].
[/quote]

I knew it was too good to be true!
For Snare II ([level]fimunys[/level]): [level]sakesal[/level]

jf (2010-01-06) Here are my solutions: for Snare: [level]nagyfud[/level], and for Snare II: [level]bybohad[/level].

jf (2010-01-06) > > > New Puzzle < < <

I have a new puzzle for you all. Be careful though, as this one may be a bit thorny. Wear garden gloves to avoid the Pinprick [level]gynizap[/level].

Werbad (2010-01-07) For Pinprick ([level]gynizap[/level]): [level]gonaber[/level]

Rene (2010-01-08)
For Pinprick ([level]gynizap[/level]): [level]kyseput[/level]


jf (2010-01-09) Nice work. Neither of you had any trouble at all with the little gotchas of this puzzle.

My solution for Pinprick ([level]gynizap[/level]): [level]bobygum[/level].

Rene (2010-01-09) [quote author=jf link=topic=62.msg4542#msg4542 date=1263018296]
Nice work. Neither of you had any trouble at all with the little gotchas of this puzzle.

My solution for Pinprick ([level]gynizap[/level]): [level]bobygum[/level].
[/quote]

Well.... I had some prickly moments anyhow. I have special cases for 0, F, and 1, and [spoiler]at first, I did not realize that you cannot push the pin back without influencing the read-out. So I had to add the bottom stuff to wait for the start of a run.[/spoiler]

I like the one-time-counters in your solution; that may be useful in others as well.

jf (2010-04-11) * * * NEW PUZZLE * * *

The crop needs harvesting, and you have been asked to lend a hand. The grower wants only a specific variety picked, and also asks that you watch out for the Sour Grapes [level]jogyxyn[/level].

jnz (2010-04-11) For Sour Grapes ([level]jogyxyn[/level]): [level]lolagah[/level]

Werbad (2010-04-11) For Sour Grapes ([level]jogyxyn[/level]): [level]kisurek[/level]

jf (2010-04-12) Those solutions make it look so easy!

I especially like jnz's solution. I first opened it up and just immediately ran it, and was a bit startled when [spoiler]my eye caught a 5 crate and then a 3 create fall onto the gate[/spoiler], as in, "How did that just happen?".

I like Werbad's [spoiler]turn-signal trick with the ramp[/spoiler]. I was also surprised there when I saw [spoiler]the dozer slide under it for the first time[/spoiler].

My solution to Sour Grapes: [level]hugegeg[/level]

Twee (2010-04-14) For "Sour Grapes"([level]jogyxyn[/level]): [level]demegal[/level]. I found this very challenging. I came up with several very complicated mechanisms which almost worked before hitting on this relatively simple one. I'm looking forward to seeing everyone else's solutions.

[i]Edit: compacted my machine a bit. (was [level]podyloh[/level])[/i]

jf (2010-04-15) Very nice! That is a simple, sharp solution.

jf (2010-05-08) >->-> New Puzzle <-<-<-

To solve this level, try separating the high-carbon steel from the low-carbon steel using this traditional Japanese Tatara: [level]gixihyd[/level].

colcolpicle (2010-05-08) [level]gixihyd[/level]: [level]sybyvab[/level]

jf (2010-05-08) [quote author=colcolpicle link=topic=62.msg4763#msg4763 date=1273349870]
[level]gixihyd[/level]: [level]sybyvab[/level]
[/quote]

Nicely done!

However, I forgot to mention that it is important to keep the structure beneath the tatara empty. Any accidental cooling could ruin the tamahagane: Son of Tatara [level]hirudaz[/level].

Werbad (2010-05-08) For Son of Tatara ([level]hirudaz[/level]): [level]xyxatun[/level]

Rene (2010-06-18) For (Son of) Tatara ([level]hirudaz[/level]): [level]danadil[/level]

jf (2011-05-02) I had forgotten to save my solution for (Son of) Tatara, so I have recreated the basic design from memory.

For Son of Tatara ([level]hirudaz[/level]): [level]gubysen[/level]

jf (2011-05-03) Here is a light, new puzzle. I don't think it will give any of you regulars any trouble.

I've come back to spend some quality rubicon time in the last few days, and I see that there are still plenty of tough puzzles left. I've lost many solutions-in-progress for Werbad's puzzles, so I have plenty to do over there starting from scratch. And, of course, Rene's [level]gohadis[/level] is waiting.

So grab a flashlight and a ladder. Tonight, after hours, you drop down into the basement and complete the repairs. Watch out for the loose wiring:

Late Night ([level]gudopog[/level])

Rene (2011-05-03) [quote author=jf link=topic=62.msg5127#msg5127 date=1304401122]
Here is a light, new puzzle. I don't think it will give any of you regulars any trouble.
[/quote]

Somehow I do have trouble with it. So much so, that I think it is not possible to solve if the target crate turns out to be even.

Werbad (2011-05-03) For Late Night ([level]gudopog[/level]): [level]depogim[/level]

jf (2011-05-04) [quote author=Rene link=topic=62.msg5129#msg5129 date=1304447869]
[quote author=jf link=topic=62.msg5127#msg5127 date=1304401122]
Here is a light, new puzzle. I don't think it will give any of you regulars any trouble.
[/quote]

Somehow I do have trouble with it. So much so, that I think it is not possible to solve if the target crate turns out to be even.

[/quote]

It is solvable. [spoiler]Don't fall for my deliberate trick of putting lots of sparkly, distracting parts on it.  ;) [/spoiler]

For Late Night ([level]gudopog[/level]): [level]buzebon[/level] which uses a completely different design than Werbad's solution.

Rene (2011-05-04) [quote author=jf link=topic=62.msg5132#msg5132 date=1304468005]
It is solvable. [spoiler]Don't fall for my deliberate trick of putting lots of sparkly, distracting parts on it.  ;) [/spoiler]
[/quote]

Aha. Of course. How could I be so blind :-[
Here is my solution: [level]rucixyb[/level]

colcolpicle (2011-05-09) For Late Night: [level]fababag[/level]

I haven't looked yet, but mine seems a bit cluttered.

jf (2012-01-26) Here is a new puzzle:

Effect Box ([level]mekinop[/level])

Werbad (2012-01-30) For Effect Box ([level]mekinop[/level]): [level]typapek[/level]

jf (2012-01-30) [quote author=Werbad link=topic=62.msg5186#msg5186 date=1327910496]
For Effect Box ([level]mekinop[/level]): [level]typapek[/level]
[/quote]

Nice solution. My solution to Effect Box ([level]mekinop[/level]): [level]catedyb[/level]

jf (2012-01-30) Here is another new puzzle. I hope this is a tough one:  :)

Put on some warm work clothes and see if you can unfreeze the Ice Box [level]garipod[/level].

Werbad (2012-01-31) For Ice Box ([level]garipod[/level]): [level]dataxax[/level]
That I got the timing right for the top dozer was purely coincidental.

jf (2012-01-31) [quote author=Werbad link=topic=62.msg5190#msg5190 date=1327992438]
For Ice Box ([level]garipod[/level]): [level]dataxax[/level]
That I got the timing right for the top dozer was purely coincidental.
[/quote]

That is a cool solution -- that didn't even occur to me. I had started with a particular solution in mind, and then designed a puzzle that would need it.  :)

Here is my solution to Ice Box: [level]bunodyd[/level]

Rene (2012-02-02) For Effect Box ([level]mekinop[/level]): [level]defalab[/level]
For Ice Box ([level]garipod[/level]): [level]dupubyv[/level]

jnz (2012-02-11) For Effect Box ([level]mekinop[/level]): [level]vesasag[/level]
For Ice Box ([level]garipod[/level]): [level]canutof[/level]
(both without dozers)

jf (2012-02-26) +++ New Puzzle +++

This should not be too difficult for you active puzzlers: Tell Me [level]gusymyf[/level]

jf (2012-02-26) ~~~* Another new puzzle:

I've found an odd device in the back of the workroom: Enigma [level]nenikyk[/level]

Excuse me, I see that this piece attaches here: Enigma II [level]bokycub[/level]

Werbad (2012-02-26) For Tell Me ([level]gusymyf[/level]): [level]zukupuf[/level]

Why do I get the feeling this wasn't what you intended:
For Enigma ([level]nenikyk[/level]): [level]debemob[/level]

Edit:
For Enigma II ([level]bokycub[/level]): [level]mifocol[/level]

jf (2012-02-27) [quote author=Werbad link=topic=62.msg5257#msg5257 date=1330300519]
For Enigma II ([level]bokycub[/level]): [level]mifocol[/level]
[/quote]

Nice. Better than mine, I think. For both Enigmas: [level]foceged[/level]

For Tell Me: [level]vedesyc[/level]

I have made a new extremely difficult puzzle, but I'm not sure it's possible to solve yet.

curly (2012-02-27) For Enigma ([level]nenikyk[/level]) : [level]vahevem[/level]
For Enigma II ([level]bokycub[/level]) : [level]zypivut[/level]

[spoiler]Both 5 ticks[/spoiler]

jnz (2012-02-27) For Enigma II ([level]bokycub[/level]): [level]kicihid[/level]

curly (2012-02-27) For Tell Me ([level]gusymyf[/level]) : [level]xozabib[/level]

82 ticks

Werbad (2012-02-27) For Tell Me ([level]gusymyf[/level]): [level]jalupol[/level] (74 ticks)

Edit:
67: [level]madesac[/level]
65: [level]munorar[/level]
63: [level]gimexyb[/level]

Rene (2012-02-28)
For Tell me ([level]gusymyf[/level]): [level]rynuxeb[/level]
For Enigma II ([level]bokycub[/level]): [level]dykafuz[/level] (5 ticks) - works for Enigma as well

jf (2012-02-29) [quote author=curly link=topic=62.msg5261#msg5261 date=1330321515]
For Tell Me ([level]gusymyf[/level]) : [level]xozabib[/level]

82 ticks
[/quote]

Nice work. You are learning the tricks pretty fast.

jf (2012-02-29) :-:-:-:-:-: New Puzzle

Well, well, well. Pretty easy puzzles there, huh? Now I'll give you the real puzzle. I hope this one gives you all as much trouble as it gave me.  ;)

Come one and all. Listen to her lovely voice. Direct from the City of Light, I present to you the beautiful, the one and only, La Chanteuse: [level]nodolur[/level]

Werbad (2012-02-29) I'm going to assume that there is a way to deterministically solve it, without resorting to a statistical solution. Still have no clue how one would do that tho, this one's gonna take a while to figure out.

Werbad (2012-02-29) That was a tough one. Great puzzle!
For La Chanteuse ([level]nodolur[/level]): [level]punigev[/level]

It took me quite a while to figure out a way to do this, and if it wasn't for [spoiler]the F crate already on the matcher[/spoiler] I might've still been sitting here trying to figure it out.

The solution I came up with was basically:
[spoiler]I take a random crate and generate a sequence of 16 crates using this and dropping it on the matcher, if I get a sequence of crates greater than the target value followed by a sequence of lower crates the first lower value will be the target value, assuming the crate picked was an F.

There are some false flags which are handled by taking the potential target, subtracting the random crate and checking if that value is greater than the target. If the random crate was an F the resulting crate will be Target+1, which will be greater in all cases but F, for which it's already solved. If the crate was anything other than F the result will be 0, which obviously won't ever be greater than the target.

If no false flag was triggered I deliver the crate to the matcher, twice to lock it in place since I don't halt the system.[/spoiler]

jf (2012-02-29) [quote author=Werbad link=topic=62.msg5271#msg5271 date=1330510286]
That was a tough one. Great puzzle!
For La Chanteuse ([level]nodolur[/level]): [level]punigev[/level]
[/quote]

Great work, Werbad! It's one thing to figure out how it can be solved, and another thing to build the moving parts to do it.

My solution works differently:

[spoiler]I depend on a sequence of crates starting at 1 and counting up, instead of starting at F and counting down, and I only use a sequence of 15.[/spoiler]

[spoiler]The first crate is duplicated, which is harmless. The sequence I am hoping for then is 1, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. Note that there is no zero crate. I drop these onto the matcher and divide the result into left crates, L, and right crates R.[/spoiler]

[spoiler]If the output is (a series of) L, followed by (a series of) R, then it must have started with a 1 crate, and the last of the L series is the target value.[/spoiler]

[spoiler]If the output is L, followed by R, followed by at least one more L, then it could not have started with a 1 crate.[/spoiler]

[spoiler]If the output is only L, and no R crates at all, then the results are inconclusive. It could be 0, 8, 0, 8, ... dropping on a 9, for example, or 4, 8, C, 0, 4, 8, ... dropping on a C. Or, the target crate is F.[/spoiler]

[spoiler]If the output is only R, and no L crates at all, then the target crate must be 0. Odd starting crates will drop sixteen non-zero values.[/spoiler]

[spoiler]If the output is R, followed by at least one L, then it did not start with a 1 crate.[/spoiler]

[spoiler]After coming up with this plan, the hard part was making a machine that would do this. It looks for either a sequence of L followed by a sequence of R, capturing the last L, or for 16 R values. Of course, in the case of a target F, it won't find either and remains solved from the start.[/spoiler]

For La Chanteuse ([level]nodolur[/level]): [level]dakocar[/level]

Rene (2012-03-01) For La Chanteuse ([level]nodolur[/level]): [level]gosapur[/level]

Interesting puzzle. As Werbad, it took me a while to find an algorithm that works as well. I was trying to figure out faster ways to solve it ([spoiler]trying to reliably fabricate a 1 crate[/spoiler]), but could not get them to complete for all values. Once I hit on this slower algorithm, the solution was actually not that hard.
EDIT: I actually use the same algorithm as Werbad, but different solution

jf (2012-03-01) [quote author=Rene link=topic=62.msg5276#msg5276 date=1330583446]
For La Chanteuse ([level]nodolur[/level]): [level]gosapur[/level]
[/quote]

That's an elegant design, Rene. I haven't worked out exactly how the trap works -- I'm guessing that [spoiler]the timing is such that a crate lands on the left platform under the double ++ only on the correct output stream[/spoiler], but haven't verified that detail yet.

I also forgot to comment on your Ice Box solution [level]dupubyv[/level], which also has that clean aesthetic.

Rene (2012-03-01) [quote author=jf link=topic=62.msg5278#msg5278 date=1330624708]
[quote author=Rene link=topic=62.msg5276#msg5276 date=1330583446]
For La Chanteuse ([level]nodolur[/level]): [level]gosapur[/level]
[/quote]

That's an elegant design, Rene. I haven't worked out exactly how the trap works -- I'm guessing that [spoiler]the timing is such that a crate lands on the left platform under the double ++ only on the correct output stream[/spoiler], but haven't verified that detail yet.

I also forgot to comment on your Ice Box solution [level]dupubyv[/level], which also has that clean aesthetic.
[/quote]

Thanks. The trap on the bottom right does all the matching work. [spoiler]The left dozer selects L crates and converts them into their original value, the right dozer selects R crates. The trap retains the first L crate. It holds it under the door key, if and only if it has been preceeded by at least one R crate, and is not followed by another R create. Otherwise, it pops up into the door key, and bocks the mechanism. That is, it recognizes the sequence: one or more R crates, followed by only L crates; exactly the sequence generated by an F initial crate.[/spoiler]

jf (2012-04-29) *NEW PUZZLE*

There was a slip of paper taped to it with [spoiler]"1 7 6 0"[/spoiler] written on it. Other than that, I don't have anything more to tell you: Ring Ring! [level]hanicim[/level]

Werbad (2012-04-29) For Ring Ring! ([level]hanicim[/level]): [level]haculil[/level]

jf (2012-04-29) [quote author=Werbad link=topic=62.msg5380#msg5380 date=1335698395]
For Ring Ring! ([level]hanicim[/level]): [level]haculil[/level]
[/quote]

Well done! I wasn't expecting this puzzle to be solved so fast.

Now let's see if you can find the solution in the dark:

Ring Ring Ring [level]kezirin[/level]

Werbad (2012-04-29) For Ring Ring Ring ([level]kezirin[/level]): [level]cypodab[/level]

Had to use a slightly slower approach there.
I think there might be a way to handle the [spoiler]F and 7 crates[/spoiler] that I ended up with in my other solution, but I didn't manage to find a solution without gates.

jf (2012-04-29) [quote author=Werbad link=topic=62.msg5382#msg5382 date=1335727543]
For Ring Ring Ring ([level]kezirin[/level]): [level]cypodab[/level]

Had to use a slightly slower approach there.
I think there might be a way to handle the [spoiler]F and 7 crates[/spoiler] that I ended up with in my other solution, but I didn't manage to find a solution without gates.
[/quote]

Another nice solution -- I was thinking of an intended solution using [spoiler]modular exponents[/spoiler] and so I didn't even consider this possibility.

My solution to Ring Ring and Ring Ring Ring: [level]dazahar[/level]

[spoiler]I started with x^phi(16) = x^12 = 1 in Z*16, and found that already x^4 = (x^2)^2 = 1, and all odd x mod 16 are in Z*16.[/spoiler]

curly (2012-04-29) For Ring Ring ([level]hanicim[/level]) : [level]mubadyd[/level] [spoiler](didn't use your mechanism)[/spoiler]

For Ring Ring Ring ([level]kezirin[/level]) : [level]satubyd[/level] [spoiler](tries all odd numbers until it finds the one that goes through the mechanism quickly)[/spoiler]

jnz (2012-04-30) For Ring Ring ([level]hanicim[/level]) and Ring Ring Ring ([level]kezirin[/level]): [level]nosebab[/level]
I liked this puzzle.  I used trial-and-error instead of a theory-based approach.  Although I guess I was thinking that [spoiler]the machine calculates f(x) = x * (0 - x) and that would have to have a fixed-point (other than zero).  Clearly f(-1) = -1 no matter what modulus you use but I don't have any proof that some of the rest of the odd numbers wouldn't fall into a separate cycle[/spoiler].  Luckily things worked out pretty well.

Rene (2012-05-03) For Ring Ring ([level]hanicim[/level]) and Ring Ring Ring([level]kezirin[/level]): [level]ryzoror[/level]

No modulo arithmetic here - just trying all possibilities

humbugger (2012-11-15) For Foxhole III[/font] [level]zufixom[/level] : The Key to getting the Fox [level]dydopyc[/level]

I haven't looked for other solutions, so I don't know if it has been done this way before.  I just think that the control of the dozers is different than what I have seen before.

curly (2012-11-17) [quote author=humbugger link=topic=62.msg5508#msg5508 date=1353000321]
For Foxhole III[/font] [level]zufixom[/level] : The Key to getting the Fox [level]dydopyc[/level]

I haven't looked for other solutions, so I don't know if it has been done this way before.  I just think that the control of the dozers is different than what I have seen before.
[/quote]

I found that much harder than I expected.  My solution to [level]zufixom[/level] is [level]nasyhos[/level].  It uses a very different approach to the calculation from your one.  [spoiler]8 minus all the other crates equals the missing one.[/spoiler]

curly (2012-11-17) Actually [spoiler]from combining humbugger's calculation approach with my odd cycles[/spoiler], I've found a much simpler solution [level]myfopup[/level]

humbugger (2013-02-03) Having some fun with Coffee Table[level]tacydyz[/level] : [level]mogideb[/level]
Using a little different method for getting the crates in the right order.

humbugger (2013-02-03) I have looked at Cistern [(level]dyxycoh[/level)0 many times in the past but did not look at any solutions.

Today I took on the challenge to solve it with . ([level]vigimez[/level]).  I thought my solution was
pretty ugly until I looked at some of the others.  I don't think there is a pretty way to solve it.

jf (2013-02-04) [quote author=humbugger link=topic=62.msg5564#msg5564 date=1359933834]
Today I took on the challenge to solve it with . ([level]vigimez[/level]).  I thought my solution was
pretty ugly until I looked at some of the others.  I don't think there is a pretty way to solve it.
[/quote]

Did you mistype the level name? There is no level vigimez.

humbugger (2013-02-05) Sorry :(

For Cistern [level]dyxycoh[/level]
it should be [level]vaagimez[/level]

I did a copy and paste from the navigation field.  It has it with an I instead of an A. ???

I will try this after I post.

humbugger (2013-02-05) this time I mistyped it >:(
for Cistern my solution is  [level]vagimez[/level]

jf (2013-02-06) [quote author=humbugger link=topic=62.msg5569#msg5569 date=1360026544]
this time I mistyped it >:(
for Cistern my solution is  [level]vagimez[/level]
[/quote]

Nice solution. You make it look easy.

jf (2013-03-12) Here's a new puzzle, or rather, a re-mix of an old puzzle (the very first puzzle I posted on this forum):

Jack O' Lantern Remix [level]hisigat[/level]

curly (2013-03-13) For Jack O' Lantern Remix ([level]hisigat[/level]) : [level]zadokeh[/level]

jf (2013-03-13) [quote author=curly link=topic=62.msg5596#msg5596 date=1363155271]
For Jack O' Lantern Remix ([level]hisigat[/level]) : [level]zadokeh[/level]
[/quote]

Nicely done. I used the same idea but [spoiler]I didn't get it to stop at exactly four crates like that[/spoiler].

Rene (2013-03-15) For Jack O'Lantern Remix ([level]hisigat[/level]): [level]jehoviz[/level] - not really hard

humbugger (2013-10-03) I finally got around to solving Oracle of Delphi [level]nylylos[/level]
My solution is Oracle of Delphi - Discovered [level]nakuxyg[/level]

Humbugger

humbugger (2013-10-10) It's me again.

This time I have a solution to Cryptogram [level]pagigeb[/level] - Cryptogram Solved with Timing[level]gahotis[/level]
I think my method of timing the release of he crates is a little different than the other solutions that I have seen.  I'm
not really sure because I had a hard time following the the solutions.

Humbugger

Mr K puzzles

Mr K (2006-10-31) Here's my first: [level]kemumor[/level] The anti sign is failing to work properly, that other conveyor belt is supposed to be off limits, too. Kevan will fix that bug eventually I'm sure, so keep that in mind.

Derivatives of that level are:
[level]gibukeg[/level]
[level]gubadav[/level]

Other ones:

6 trains: [level]zipoxoh[/level]
4 centered trains: [level]nicityz[/level]
Lock box: [level]surehix[/level]
Lock box 3: [level]vudideh[/level]
Lock box 2: [level]lanubob[/level] (much harder than 3, so I'm putting it underneath)
Lock box 4: [level]zyviguh[/level]

daniel (2006-10-31) Here is my solution: [level]cigavag[/level]. It was much harder than it first looked like, a fun puzzle.

jnz (2006-11-01) My solution to kemumor: [level]zocadar[/level].  Not as fast as Daniel's though.

Hand-E-Food (2006-11-01) That was cool.  :)  [level]hapuded[/level]

Mr K (2006-11-01) Nice variety in solutions. I like the symmetry in hapided, and the efficiency in the other solutions.

Here's a different version: [level]gibukeg[/level]

20eight (2006-11-01) wow.  looks like I got a little carried away.  My first attempt was [level]cydyzed[/level].  But then for some reason I figured that ought to change the values on the crates and the result was the vastly over-engineered [level]cehudap[/level].  I can see now that it was much simpler than I thought.

20eight (2006-11-01) I can't say that it's mine, but (borrowing shamelessly from Daniel) here's a solution to [level]gibukeg[/level]:  [level]zyzozad[/level]

Mr K (2006-11-01) Holy crap 20eight! [level]cehuded[/level] is awesome. I love it. I really wanted to see a solution using a strategy like, but I didn't think anyone could/would.

[level]zyzozad[/level] is pretty much the exact solution I came up with, too, except barrels in stead of keys. I think that might be the only solution, but I hope not. It's a boring level when there's only one way to do it. Creativity is much funner.

20eight (2006-11-01) Thanks, Mr K.  I felt silly after I looked at the others; it's nice to know that overthinking is appreciated.

SM (2006-11-01)
My solution

[level]rafazof[/level]

Mr K (2006-11-01) I've been trying to design a level so that the player must continuously re-purpose the tractor for different parts of the whole level. I don't think I need to get rid of conveyor belts to do that though. Try this: [level]gubadav[/level]

jnz (2006-11-01) Heres my update of zocadar to solve gibukeg: [level]nepuvir[/level]

20eight (2006-11-01) my solution for [level]gubadav[/level]: [level]todybet[/level]

FL4WL3SS (2006-11-01) Apparently there is a flaw with the Anti-sign because I had the same problem. When you put them against the sides/top/bottom, they seem not to work properly. FYI for anyone else, just put a brick between the wall and the Anti-sign.

-FL4WL3SS

FL4WL3SS (2006-11-01) My simplistic solution to KEMUMOR

[level]radycix[/level]

-FL4WL3SS

FL4WL3SS (2006-11-01) I enjoyed both of these variations

My solutions to GUBADAV

[level]bukacaz[/level] *Edit: I inadvertantly replaced a winch with a girder, this one should be good.

-FL4WL3SS

Mr K (2006-11-01) I decided I should put my train levels in this thread. Even though the were inspired by MagiMaster's train, it derails his thread to put them in there.

6 trains: [level]zipoxoh[/level]
My solution: [level]fokehur[/level]
4 centered trains: [level]nicityz[/level]
My solution: [level]dagovys[/level]

Here's a brand new one:
Lock box: [level]surehix[/level]

Blargh (2006-11-02) i probably can't make a simpler solution to it, so i'll make a complicated one :-)

solution to kemumor: [level]digexym[/level]

jnz (2006-11-02) My solution to gubadav: [level]mefihif[/level].  As fast as I can get it.  :)

Hand-E-Food (2006-11-02) Those were very challenging puzzles!  My solutions:

6 trains: [level]zipoxoh[/level]: [level]dutigeh[/level]
4 centered trains: [level]nicityz[/level]: [level]nizicap[/level]

zxo (2006-11-03) I found a solution to Lock Box: [level]pukorur[/level]

This was a very challenging and fun level!

Mr K (2006-11-03) I've been sitting on my solution for lock box until someone else posted theirs. I don't think our solutions could be more different, zxo. Here's mine: [level]hyfatyg[/level]. Every solution I had failed on either F or 0, and when I'd fix for one it'd fail for the other.

Lazyone (2006-11-03) My solution to lock box [level]zedibis[/level] it takes forever!

FL4WL3SS (2006-11-03) Good solution Lazyone. I couldn't figure out how to do that one at all. I got stuck on trying to do it one way, that I couldn't figure out another method to try, I had put too much effort into one method.

I'm interested to see Mr. K's solution.

-FL4WL3SS

Lazyone (2006-11-03) Thanks FL4WL3SS

And here is yet another over engineered and long solution for lock box [level]xymaxen[/level]

Mr K (2006-11-03) Here's Lock box 2: [level]lanubob[/level]

Oops, that one's much harder than I realized or intended. I still know a way, but it's gonna take me a couple days, at least.

Here's one not quite so bad:

Lock box 3: [level]vudideh[/level]

Lazyone (2006-11-03) Here is what I have for lock box 2 so far [level]benaryh[/level] it still will not solve for 0 any sugestions?

[level]gyzydav[/level] should work but I ran out of time waiting for it to solve nothing like brute engineering eh?

Ok lets try this again [level]Pusifol[/level] should work for lock box 2

good catch Mr K

SM (2006-11-04) Took me all day- here's a solution to lockbox 2.

had to do a separate system just for when it had to solve for a 0 box- should work for every box possible now.


[level]JUKAKEM[/level]

Mr K (2006-11-04) Lazyone, gyzydav fails on 1. It does work on 0 most cases (I did have a run where i got five 0s before one 1)

SM, that's awesome. I've been not quite sure if there even was a solution for it. I kept changing my mind. None of my tactics have a chance of working yet.

jnz (2006-11-04) My solution for Lock box 2 (lanubob): [level]fupuhub[/level].

Special case to handle Fs.  And a small trick so I don't have to wait for an initial F to show up in the random stream.

zxo (2006-11-04) Well, it took a lot longer than I originally thought, but here is a solution to Lock Box 3: [level]zevobed[/level]

I had to make special cases for 0 and 1 crates in the lock box.

jf (2006-11-04) I'm re-posting my solution to 6 Trains (from MagiMaster's Simple Puzzles thread) here so that it stays with the puzzle's home.

Roller coaster solution for ZIPOXOH: [level]hitafim[/level]

Lazyone (2006-11-04) My solution for [level]Gubadav[/level] is [level]cobihet[/level]

jnz (2006-11-05) Solution for Lock box 3 (vudideh): [level]texilob[/level]

Mr K (2006-11-05) Here's my solution to Lock box 3: [level]gugevir[/level] I don't have a solution for 2, and am shocked that there are so many solutions for it.

Here's another Lock box [level]zyviguh[/level].

TfGuy44 (2006-11-05) I solved Lock Box 4 with just one new element... an up pipe.
Granted, I had to run it a few times until I got lucky...  ;)

jnz (2006-11-05) My solution for Lock Box 4 (zyviguh): [level]jydagyg[/level]

Mr K (2006-11-06) My solution for Lock Box 4 ([level]retados[/level]) turned out to be less complex than I was planning on building. I discovered I had already solved it while planning out my the last couple steps I thought I would need.

jf (2006-11-06) My solution for Lock box 2 (lanubob): [level]rykirif[/level]

It starts off slow as it's waiting for the first 1 from the random crate. Once it has that, it solves the puzzle in short order, using only a single dozer.

jf (2006-11-06) jnz, nice solution to Lock box 2. I like the simple, elegant trap at the end, and also the F crate generator.

Mr K (2006-11-07) jf, that's a cool one. I like it.

I've been working on a solution to this for a while:

Lock box 5: [level]vagigid[/level]

I'm not completely sure it's solvable, but I haven't been able to convince myself it's unsolvable, either. The upward copier maybe superfluous, I guess. I left it in there to give another source of crates, that isn't involved in the other process.

Lazyone (2006-11-07) [level]jutedyz[/level] was my solution to lock box 5

jnz (2006-11-07) Almost solution for Lock box 5 (vagigid): [level]bycuvar[/level] (occasionally selects an E when the target is an F)
Update: here's one that works always for all values (I think): [level]notilok[/level]

Lazyone (2006-11-07) My solution for lock box 4 [level]debogyf[/level]

jf (2006-11-08) My solution to Lock box 5 (vagigid) using no dozers: [level]gelopin[/level]

20eight (2006-11-21) Here's my solution to lockbox:

[level]surehix[/level]:[level]numoryg[/level]

Mine's not unlike Mr K's.  The hard part for me was accounting for both 0's and F's.

I like zxo's best.

Hand-E-Food (2006-11-22) Lock box 5: [level]vagigid[/level]: [level]pagixob[/level]

I can get this one.  It's the rest that are giving me trouble.

My suggestion(s)

BirdOfAsh (2006-11-01) I have all kinds of ideas for different types of the current objects but I dont have time to list them all right now so I will come back to do that...

-Just something i thought about earlier today--- why not make the object buttons in a "compressed" way? I mean it like this: a single button for conveyors, a single button for copiers, etc... but when you click the button a vertical bar pops up from the button and shows you the different forms of that type of object. This could be considered an update for the UI, but it would also allow more space on the bottom for more types of things to play with. And the way I would make it, the button itself would keep the last selected option for that object.

Fibonacci

Hand-E-Food (2006-11-01) Hello peoples,

While it's nothing particularly complex, this small machine demonstrates a point about the Fibonacci's infinate nature: [level]bihaxif[/level]

Enjoy!

Traffic Warden

Hand-E-Food (2006-11-03) [b]Traffic Warden:[/b] [level]dopilor[/level].  Can you direct a busy intersection of crates?  Get each stream of crates to the opposite side of the screen.  The puzzle is designed such that you need to move an infinate number of each crate without replicating or destroying any crates.  It's purely a timing exercise.

EDIT: I've modified the target areas.  With so many crates and targets, it was running very slowly.

Hand-E-Food (2006-11-03) Wow!  I wasn't sure if this was possible, but it is.  My solution: [level]kimeref[/level]

jnz (2006-11-03) My solution: [level]calidux[/level].  It seems like we had basically the same idea.  Limit each stream to 1/4 rate, mix two streams together, and then extract the one you want by timing the dozers.  The 3s are the hardest to get where they are going.  I had a solution that ran at 1/2 rate working for everything but the 3s.

SM (2006-11-03) Thank God I found a solution b/c I'm pretty sure I'm going to lose my job if I spend any more time today doing this.


Complicated solution- but I really wanted to use gates to get this one there.

The hardest part for mine was crossing the 7s and As and - I can't believe this worked, but if  you see how I did it, it's pretty cool...

[level]LUFYLOP[/level]

20eight (2006-11-05) Traffic Warden is an awesome puzzle, Hand-E.  I wasn't sure I would be able to pull it off. 

I tried timing the streams like the others, but I got frustrated so I decided to let the 3's and 7's go first and them cut them of to let the letters their turn.  It's not all that pretty; but it works, [level]ruraguc[/level].

Hand-E-Food (2006-11-06) I'm really glad you all enjoyed it!  Without realising it, I'd made the puzzle twice as hard by placing the inputs and outputs so close to the corners.  I reckon it just made it all the more fun. :)

Rene (2007-01-03)
I looked at this before and did not think I had much to add to the existing solutions. But then I had a neat idea and went with it all the way. Here is my solution:

    [level]lumydeb[/level]

The hardest part was to cross the A's and 3's. That was because it did not seem possible to draw two 4 tick streams through the same up-pipe without the use of a furnace draw (no copiers and furnaces allowed  :-\ ). But then I came up with the contraption in the top-right corner, and that works beautifully.

Budget problems

Bucky (2006-11-04) Try to solve this adding as few new pieces as possible:
mubazyl

Don't bother posting anything over 35.

Bucky (2006-11-04) My best solutions so far for each crate number are:
1:24 new components
2:25 new components
3:27 new components
4:25 new components

Lazyone (2006-11-05) For crate 1 in 22 new components [level]kovinud[/level]

For crate 2 in 24 new components [level]surygab[/level]

For crate 4 in 23 new components [level]vaveran[/level]

Bucky's puzzles

Bucky (2006-11-04) Light puzzles: These puzzles are relatively easy once you find the correct interaction between objects.
Save the Crate 1:[level]kibalid[/level] (modified; original:totobat)
Save the Crate 2:[level]piguben[/level]
Dozer Lift:[level]gadafyx[/level] (spoiler:jodidod)
Swimming Upstream: [level]kofegus[/level]
Magical Lunatic:[level]fasunod[/level]
Uncertainty [level]muhisit[/level]
Extractor: [level]jidaleb[/level] (spoiler: davutam)
Downward Dilemma: [level]ralasep[/level]
One-shot: [level]kehagim[/level]

Medium puzzles: These puzzles are neither light nor heavy for various reasons.
Two-in-one:[level]lebacik[/level]
Obstacle Cource: [level]febagyc[/level](spoiler redudev)(modified; original:[level]fefihor[/level])
Timing is important:[level]sufebeb[/level] (would be Light except that the solution is... odd)
Transcribe 3Pi: [level]ruxaziv[/level] (spoiler: tyvuzut)
Door Key Trap: [level]gohekoc[/level] (spoiler:kolimaz)
Even-Odd Partition Remix:[level]bedibug[/level]
Deadly Tower: [level]zynemev[/level]
Remainders:[level]kedebir[/level]
Crateless:[level]cobasef[/level].
Through the Dungeon:[level]nydadir[/level]

Heavy puzzles:These puzzles are meant to provide a challange even after you figure out the basic principles.
Even-Odd Partition(easy variation): [level]cubyfuh[/level]
Even-Odd Partition(medium variation) [level]sodices[/level]
Even-Odd Partition(hard variation) [level]tutusop[/level]
Ternary Queries: [level]zykidib[/level]
Two-Shot:[level]dakolip[/level]
Bucky's Copying Service: [level]duhovuz[/level]
Bucky's Copying Service Stingy: [level]radygul[/level]
Bucky's Adding Service:[level]hizamis[/level]
Remainders 2 - [level]hobodoz[/level]

Bucky (2006-11-04) Two in one: lebacik (the right side is quite a bit more difficult than the left side)

Lazyone (2006-11-04) for your levels  you can link the puzzles with the crate with the ? in it
so they are like this

[level]jidaleb[/level] = [level]gygykeb[/level]

[level]lebacik[/level] = [level]gaxikez[/level]

TfGuy44 (2006-11-04) [level]lebacik[/level]: [level]malyrez[/level]

MagiMaster (2006-11-04) Here's mine: [level]HUCARIM[/level]

Bucky (2006-11-04) How's this?
ruxaziv (spoiler tyvuzut)

Also, a series of small challenges which turn out to be harder in series than in parallel:
[level]fefihor[/level] (spoiler [level]redudev[/level])

Kevan (2006-11-04) My solutions...

Extractor: [level]lafynid[/level]
Double Trouble: [level]mevafof[/level]

(Are you Bucky from BlogNomic, by any chance?)

Bucky (2006-11-04) Yes, I am Bucky from Blognomic.

The right side of Double Trouble has a mistake where I forgot to lock the space between the blocks.  The corrected version shows up as part of the Obstacle Course.

Kevan (2006-11-04) Beating the Obstacle Course: [level]xokupyp[/level] - I enjoyed the repurposing of the main component a lot, in that one.

And hello; good to see you around.

Bucky (2006-11-04) 'doh, you're making me regret not locking the space below the pits (modified version, [level]febagyc[/level])

[level]totobat[/level]  - please note that the F crate at the top should be a barrel.

MagiMaster (2006-11-04) Here's my solution: [level]BEBAMEP[/level]

Kevan (2006-11-05) Not as neat as MagiMaster's: [level]luvupim[/level]

Bucky (2006-11-05) Here's another save-the-crate scenerio: [level]piguben[/level]  The large block of X's in the lower right corner is to prevent a cheap tractor-flooding tactic

Kevan (2006-11-05) My cheap solution to [level]piguben[/level]: [level]fugimev[/level]

Bucky (2006-11-05) Actually, that's literally exactly the same as the intended solution (as in, the one i did before posting it to make sure it was solvable)

however, [level]tycofur[/level] is even simpler.

Next save the crate: [level]ganodof[/level]
This is moving away a bit from the "save the crate" spirit because it's easy to save but hard to get at afterwards.

This one's a bit more difficult than the save the crate levels:
[level]gohekoc[/level](solution:[level]kolimaz[/level])

SM (2006-11-05) Save The Crate Ganodof solution:



[level]bypided[/level]

Lazyone (2006-11-05) [level]zyvydef[/level] was my soultion to save the crate 2

for [level]ganodof[/level]  = [level]teketot[/level]

for [level]totobat[/level] = [level]dazibov[/level]

jnz (2006-11-05) My solutions:
Obstacle Course 1 (fefihor / febagyc): [level]jonalyg[/level]
Rescue the doomed crate (totobat): [level]bulular[/level] (only 4 pieces used)
Save the doomed crate scene 2 (piguben): [level]xisoxeg[/level]
Crate rescue mission 3 (ganodof): [level]bupubom[/level]
Door Key Trap (gohekoc): [level]gikohys[/level]

MagiMaster (2006-11-05) Here's mine for [level]GANODOF[/level]: [level]BOHOZIG[/level]

Hand-E-Food (2006-11-06) I like the quick puzzles. :) My solutions:

Double Trouble: [level]lebacik[/level]: [level]dyhuxys[/level]
Extraction: [level]jidaleb[/level]: [level]moromil[/level]
Obstacle Course 1: [level]fefihor[/level]: [level]jedevul[/level]
Rescue the doomed crate: [level]totobat[/level]: [level]konubyt[/level]
Rescue the doomed crate scene 2: [level]piguben[/level]: [level]xulikax[/level]
Crate rescue mission 3: [level]ganodof[/level]: [level]pibuxod[/level]
Door Key Trap: [level]gohekoc[/level]: [level]venylar[/level]
Corridor Jam: [level]homaxut[/level]: [level]fuforur[/level]  This should work for Corridor Jam 2 as well.

FL4WL3SS (2006-11-06) My solution to lebacik

[level]xysaxom[/level]

-FL4WL3SS

20eight (2006-11-06) [level]jidaleb[/level]:[level]gomosyg[/level] (I still don't understand why this works; I just stumbled onto it)
[level]lebacik[/level]:[level]hadekuz[/level]
[level]fefihor[/level]:[level]cotykep[/level]
[level]febagyc[/level]:[level]vafifyr[/level]
[level]totobat[/level]:[level]dizahyf[/level]
[level]piguben[/level]:[level]gobedyd[/level] (I got really lucky here, I placed two dozers and it just happed to work)
[level]ganodof[/level]:[level]tevymis[/level]
[level]gohekoc[/level]:[level]gypugem[/level]

Bucky (2006-11-08) I'm sure this is solvable: [level]homaxut[/level]
I'm NOT sure if this similar one is solvable, although I have thought of something with timed dozers that may work. [level]gukasyd[/level]

This one is tricky but solvable [level]genonen[/level] or [level]pivepas[/level](spoiler: tavydar)
(The second bans copiers.  Not that they do much good in such a tight spot.)

Lazyone (2006-11-08) for [level]homaxut[/level] my solution was [level]venebaz[/level]

for [level]gukasyd[/level] my solution was the same thing [level]hovagup[/level]

for either [level]genonen[/level] or [level]pivepas[/level] this should work [level]gulalab[/level]

Bucky (2006-11-08) I'm warning you in advance, this one's solution is... odd...
[level]nypexip[/level]

daniel (2006-11-08) That was a fun one!  :D
I solved it, but I won't post the solution, it's all about timing!  ;)

Lazyone (2006-11-09) It took me a couple to releazie how to do it, but I got it as well ill also wait on posting the solution but you may want to say its an age old solution

Kevan (2006-11-09) For [level]homaxut[/level]: [level]siradec[/level] (which should work just as well for qukasyd, unless I'm missing something).

For genonen: [level]hixihyd[/level] - the extra restrictions of pivepas have stumped me, but I've enjoyed trying and failing to get two dozers to finish in synch.

Bucky (2006-11-09) Kevan,
[level]siradec[/level] fails to trigger the lower-left target matcher.

Have you found the solution to nypexip?

Lazyone (2006-11-10) for [level]nypexip[/level] my solution is xypymux

Bucky (2006-11-14) Feed a Dog Beef:[level]koluhyk[/level] 

Lazyone (2006-11-14) can [level]Koluhyk[/level] be solved bucky?

This is probably not the solution you were looking for [level]Ladepuf[/level] there is a piece in the way to solve the 4th to last target :(

Bucky (2006-11-14) Hmm... looks like it got corrupted somehow.  It should have been [level]rovodab[/level]

Lazyone (2006-11-14) [level]rovodab[/level] looks the same to me

Bucky (2006-11-14) [quote author=Lazyone link=topic=68.msg800#msg800 date=1163547299]
[level]rovodab[/level] looks the same to me
[/quote]

Do you know what the anomalous objects among the targets are?

and does [level]bogebac[/level]work?

Lazyone (2006-11-14) Glass dome is on the 4th to last and two other pieces that are not even in the sandbox in two other positions. the two mysterious piece go away when i hit play but not the glass dome.

[level]bogebac[/level] looks like Feed a Do? beef with a couple of girders in between the a and D, ? and B.

Here is the solution to [level]Bogebac[/level] : [level]Ducyzon[/level]

Bucky (2006-11-14) I've made a bug report

Bucky (2006-11-18) [level]gadafyx[/level]

jnz (2006-11-18) My solution for Dozer Lift (gadafyx): [level]cyvyxex[/level].  Easy as a triangularly-shaped piece of pie.  :)

Bucky (2006-11-18) Swimming Upstream: [level]kofegus[/level]

Lazyone (2006-11-18) My solution to swimming up stream [level]Hybunom[/level]

jnz (2006-11-18) My solution to Swimming Upstream (kofegus): [level]dogutud[/level].  I'm assuming you had something else in mind because of the forced blanks?

Bucky (2006-11-18) [level]dexekun[/level] - another Buckyism
EDIT: Looks like Nic got to this one first!

Lazyone (2006-11-18) [level]Pirodog[/level] is my solution for [level]dexekun[/level]

Bucky (2006-11-19) testing dozulal...

the "solution"  involves saving and reloading the level so that it gets corrupted.

MagiMaster (2006-11-19) Here's my Upstream solution: [level]GIMOGYS[/level]

Bucky (2006-11-19) This one's still in development:
[level]tyvumih[/level]

I could not find any way to set up the targets using random crates.

Hand-E-Food (2006-11-19) Dozer Lift: [level]gadafyx[/level]: [level]deryhox[/level]

Lazyone (2006-11-19) Even though it's still in development i needed to take a break from Handi's Triplex so here is what I did for [level]tyvumih[/level]

[level]kidisen[/level]

jnz (2006-11-19) For Comparison Sort Task v0 (tyvumih): [level]hecodup[/level].  It is a bit ... weird.  I wanted to use the existing pieces.

Bucky (2006-11-20) [quote author=jnz link=topic=68.msg922#msg922 date=1163980213]
For Comparison Sort Task v0 (tyvumih): [level]hecodup[/level].  It is a bit ... weird.  I wanted to use the existing pieces.
[/quote]

Actually, I had intended this to be the best solution (but since this is v0 I was too lazy to use some method of forcing you to do it this way)

Handi (2006-11-20) Looks like I was a bit lazy... but, hey why making a solution harder then it has to ?!
[level]cifigub[/level]

Bucky (2006-11-20) Yet another Save the Crate level:[level]rasoxoc[/level]

jnz (2006-11-20) My solution to Save the Crate 4 (rasoxoc): [level]ragenub[/level]

20eight (2006-11-21) Transcribe Pi three times - [level]ruxaziv[/level]:[level]pydokak[/level]
Swimming upstream - [level]kofegus[/level]:[level]disegyh[/level]

SM (2006-11-21) Swimming up stream solution:

[level]meginad[/level]

Excellent job!  This was fun, I like the idea of taking away the traditional ways of moving one way or the other- opens up a lot of ideas for new levels!

Bucky (2006-11-21) This one is somewhat more difficult than the others because there's no trick I know of that makes it trivial. [level]zykidib[/level]

I have not found a solution yet but I'm sure it exists.

Handi (2006-11-21) It's impossible only because of the randomity of the available crate. If the available crate is even and the required one is odd, you will never get an odd one using any calculations.
So instead of putting a random, I would put a "1".
For the rest, the puzzle looks really interresting and I already have a good idea how to solve it (with the "1"). I simply have to manage well the space.

Bucky (2006-11-21) [quote author=Handi link=topic=68.msg950#msg950 date=1164138802]
It's impossible only because of the randomity of the available crate. If the available crate is even and the required one is odd, you will never get an odd one using any calculations.
[/quote]
The easiest way around that would be to stick a copier under the random crate.

Handi (2006-11-21) man, it's true  :-X... I always forget this!

jnz (2006-11-22) My solution for Ternary Queries v3 (zykidib): [level]zydafid[/level].  Squeezing everything that close together was not easy.  :)

Hand-E-Food (2006-11-22) Swimming upstream: [level]kofegus[/level]: [level]pavanog[/level]

Bucky (2006-11-22) Update to Swimming Upstream:[level]zuxebyt[/level] (spoiler: dinodun, and there's a much quicker way that I'll leave as an exercise for the casual reader)

jnz (2006-11-23) My solution to Swimming Upstream v2 was almost identical to yours so I won't bother posting it.  I note that MagiMaster's solution for the original still works.

Bucky (2006-11-23) Test version of a puzzle: [level]gabygyp[/level]
Please tell me if someone else already used the same concept.  Also, suggestions for a neater trigger assembly for v1 would be appreciated.

EDIT: I would also like to force the player to solve for any value.  As it stands, just solving for a pair of, say, Fs or 0s works.

jnz (2006-11-24) My solution for Equality Test Task v0 (gabygyp): [level]zinytyz[/level].  Seems pretty easy to me.  :)

Bucky (2006-11-24) puzzle in development: [level]kitavev[/level]
Edit:new version:[level]dumivim[/level]

jnz (2006-11-24) [quote author=Bucky link=topic=68.msg992#msg992 date=1164406229]
puzzle in development: [level]kitavev[/level]
[/quote]
You seem to be using an older version of the applet from before the last "level corruption" fix which doesn't get along with the current server-side PHP script (try clearing your cache).  Your packers have gotten converted to barrels.  I've tried to fix it at [level]tomobov[/level].  If I did it right, I don't see where I'm supposed to get my 1 crate from...

SM (2006-11-28) Swimming upstream v.2.

[level]vyhivak[/level]

jnz (2006-11-28) Solution for dumivim: [level]gikitib[/level].  Seems to work in my tests.  I hope the timing is ok for the worst-case scenario.

Lazyone (2006-11-28) the first time i ran it it failed  the conveyor near the bottom would push off a create it would probably be a simple fix by just blocking the spot with a girder

jnz (2006-11-28) [quote author=Lazyone link=topic=68.msg1007#msg1007 date=1164742669]
the first time i ran it it failed  the conveyor near the bottom would push off a create it would probably be a simple fix by just blocking the spot with a girder
[/quote]
Whoops, you're right.  I was so worried about the case when the crates arrived late that I neglected the case where they arrive early.  With suggested fix applied: [level]kizuzuf[/level]

zxo (2006-11-29) A slightly different take on Upstream: [level]robunut[/level]

SM (2006-11-29) Soution to Uncertainty [level]muhisit[/level]

[level]xadyryl[/level]

Nothing new.

Hand-E-Food (2006-11-29) My solution to sorting crates:
Unnamed puzzle: [level]dumivim[/level]: [level]pymavex[/level]

And to matching the unknown:
Uncertainty: [level]muhisit[/level]: [level]fyhykyt[/level]

SM (2006-11-30) Can anyone get Uncertainty [level]muhisit [/level] in less than 14 ticks?

14 tick Uncertainty Solution:
[level]homames[/level]

jnz (2006-11-30) [quote author=SM link=topic=68.msg1016#msg1016 date=1164863861]
Can anyone get Uncertainty [level]muhisit[/level] in less than 14 ticks?
[/quote]

Uncertainty in 13: [level]dazaguc[/level]

SM (2006-11-30) well done!

Bucky (2006-12-01) Last night, a tornado struck warehouse 13A.  It destroyed most of the equipment and left the rest in a near-useless state.  The task is to salvage what you can and complete what's left of the puzzle. [level]xohydum[/level]

Also, we'll need to scavenge some crates from our waste heaps to make our next shipment: [level]xupedas[/level]

sluutthefeared (2006-12-01) I made a big mess of a solution to go with the big mess.
[level]XIZIDIH[/level]

SM (2006-12-01)

It's not the prettiest warehouse this side of the Mississippi, but it'll get the job done.

[level]SESOKAB[/level]

jf (2006-12-02) My solution to Extraction (jidaleb): [level]sylafac[/level]

And for Dozer Lift (gadafyx): [level]zebozuz[/level]

Handi (2006-12-02) Solution to crate sorting ([level]dumivim[/level]): [level]gigobud[/level]

Ok... seems that it's 98% the same thing as Hand-e-food's [level]pymavex[/level] lol. (minus the fancy decorations)

Rene (2006-12-03)
Here is another solution to Dozer Lift ([level]gadafyx[/level]):


[level]popehyb[/level]

Kind of neat, in my opinion


Bucky (2006-12-07) [level]fudimut[/level] is an update of an earllier puzzle.  This one should be possible to solve.

jnz (2006-12-07) My solution for Garbage Dump v1 (fudimut): [level]gudiseh[/level].  I was going for no dozers but I got lazy at the end.  Due to weird behavior of the applet, it only solves once.  If you want to see it again you have to reload the page.

jf (2006-12-07) I've finally completed a solution for Ternary Queries (zykidib): [level]byvurag[/level]. I kept running out of room, and then I realized that I needed to switch directions. That was a tough puzzle!

jnz (2006-12-07) [quote author=jf link=topic=68.msg1118#msg1118 date=1165490121]
I've finally completed a solution for Ternary Queries (zykidib): [level]byvurag[/level]. I kept running out of room, and then I realized that I needed to switch directions. That was a tough puzzle!
[/quote]

Nicely done!  Welcome to the club.  It is a quite exclusive one, as far as I know.  :)
I like the way you have the two dozers take turns.  And how you didn't need resort to using timers like I did to sync the top with the bottom.

I notice that you went with the low value on the left and high value on the right for the gates.  I started out doing that as well but then I switched half way through designing.  It was easier in my design to detect "left or right or neither" than "left or right or both".  But since you read the barrels that are stacked on top instead of the ones that actually got pushed off the gates you have no problem with that.

Glad all the hard work finally paid off for you.

jf (2006-12-08) Now that I finally get to look at zydafid, I like the way you handled it, by reading the barrels pushed off. A lot of the overhead I have is due to moving around so many barrels, which only makes it that much more cramped. Early revisions were a *lot* more cluttered -- I "re-factored" a bit, down to this solution once I had it working. The ending sequence was rushed out the door, but I was able to add the IMHO theatrical finish with the pair of dozers.  :)

Edit: Now that I look at my solution again, with fresh eyes, it doesn't seem like so much overhead. I think you would have had to see the earlier attempts.

Bucky (2006-12-08) Here's one which I think you will find fun: [level]cubyfuh[/level].  I have a much harder version which I won't post until someone solves this version (since part of hard hints at how to solve easy)

SM (2006-12-10) OK.

I spent all day working on this... and when I wasn't in front of the computer, I was doodling sketches on a piece of scrap paper.

I know you said [level]cubyfuh[/level] was easy... but i have to say I'm a little proud I'm the first to post a solution.

This puzzle was awesome and challenging.  Please don't post the harder version til after my final on Thursday!!

Solution to "Even Odd Partition easy v0"

[level]dizukup[/level]

Bucky (2006-12-10) [quote author=SM link=topic=68.msg1147#msg1147 date=1165728205]
I know you said [level]cubyfuh[/level] was easy... but i have to say I'm a little proud I'm the first to post a solution.

This puzzle was awesome and challenging.  Please don't post the harder version til after my final on Thursday!!
[/quote]

Easiness is relative.  This [i]is[/i] easy compared to the harder version, which I (a) have not been able to solve, despite the fact that I know how to solve it and (b) am not sure whether there is enough space to solve, though I think there is with clever use of certain structures.

Bucky (2006-12-11) This one's easier than the last one with the "easy" label attached.

Downward Dilemma: [level]ralasep[/level](spoiler:nagasem)

jnz (2006-12-11) My solution for Downward Dilemma (ralasep): [level]kizinen[/level]

jf (2006-12-12) My solution for cubyfuh is [level]gozedur[/level] -- that was tough.

jf (2006-12-12) And for Downward Dilemma (ralasep): [level]sidebep[/level]. The small hump that the dozer skips over is needed to offset the timing.

Edit: nagasem and kizinen are nice and simple! I overworked it a bit with brute force.

Handi (2006-12-12) Downward Dilemma (ralasep) Solution: [level]golafib[/level]
Nice little puzzle.

Bucky (2006-12-12) [quote author=SM link=topic=68.msg1147#msg1147 date=1165728205]

This puzzle was awesome and challenging.  Please don't post the harder version til after my final on Thursday!!

[/quote]

I'll put up two harder versions on Friday. (I found that swapping two crates in the target completely changed how to solve the puzzle).

Bucky (2006-12-13) Silent Aquarium:[level]mapomoh[/level]  - More Rubicon Art than a puzzle

Bucky (2006-12-16) As promised, two sequels to [level]cubyfuh[/level]:
"medium":[level]sodices[/level] - I have solved this one
"hard":[level]tutusop[/level] - I have not solved this level.  It is quite difficult, but not impossible, to do without copiers for use in timers.

And one original puzzle:
One-Shot: [level]kehagim[/level](spoiler:tomacin)(revised)

Lazyone (2006-12-16) [level]pidepig[/level] is impossible the way it sits. unless i am missing something

Rene (2006-12-16) Here is my solution to "medium". I am not sure whether you intentionally left a hole between the solution spaces (it is not there in the easy version), but that is what I used. All the same, it was still pretty tough!

    Solution to [level]tutusop[/level]: [level]gehyfes[/level]

SM (2006-12-16) From the looks of the spoiler- there's a 1 crate missing from the upper half of [level]pidepig[/level]

Rene (2006-12-16)
That was a nice little one. I took the liberty to add a '1' crate at a convenient spot

    Solution to One-Shot ([level]pidepig[/level]): [level]hidyhos[/level]

Bucky (2006-12-16) [quote author=Rene link=topic=68.msg1221#msg1221 date=1166303461]

    Solution to [level]tutusop[/level]: [level]gehyfes[/level]


[/quote]

Um, gehyfes uses the target from hard but the lack of partition from medium. When run with the correct crate order in the target, it fails.
(the correct order is 012-0FE, not 210-0FE)

jnz (2006-12-17) Solution for One-shot v2 (kehagim): [level]cidudus[/level].  Uses the Door Key instead of the Gate.  I don't think it is possible with the pipe or the copier.

Bucky (2006-12-17) [quote author=jnz link=topic=68.msg1227#msg1227 date=1166381222]
I don't think it is possible with the pipe or the copier.
[/quote]

The pipe mechanism is [level]vosyfud[/level].  There is no copier mechanism.

Hand-E-Food (2006-12-18) That was fun!

Downward Dilemma: [level]ralasep[/level]: [level]febahor[/level]

sluutthefeared (2006-12-18) Here's my solution to [level]ralasep[/level] - downward dilemma: [level]nahyces[/level]

jf (2006-12-18) My solution for One-shot v2 (kehagim) [level]bogamyk[/level].

Rene (2006-12-18) [quote][/quote]

Um, gehyfes uses the target from hard but the lack of partition from medium. When run with the correct crate order in the target, it fails.
(the correct order is 012-0FE, not 210-0FE)
[quote][/quote]

Oops, my mistake. That is what you get when you switch between puzzles too often. I guess it is back to the drawing board....

Handi (2006-12-19) Here's what I've got for One-Shot: [level]dygoveb[/level]. It uses the door.
The same principle would also work with both the gate and the pipe. Copier seems impossible.

adept (2006-12-19) Here's what I did for one shot [level]kadirit[/level]  I think I used all the passages for one purpose or another

jf (2006-12-22) Here is how I solved Door Key Trap, using just a few extra dozers: [level]nesubod[/level].

jnz (2006-12-22) I finally got a solution for Even Odd Partition easy v0 (cubyfuh): [level]cavihul[/level].

jf (2006-12-23) My solution for Even Odd Partition hard v0 [level]tutusop[/level]: [level]pidazic[/level]. That was a challenge.

jf (2006-12-26) For Transcribe Pi 3 times [level]ruxaziv[/level]: [level]bebofog[/level]

Bucky (2006-12-27) Another "Light" puzzle: [level]rukebor[/level]

jf (2006-12-27) For [level]rukebor[/level]: [level]zihotug[/level]

jnz (2006-12-27) Solution for Barrel Sweeping Task v0 (rukebor): [level]sufacav[/level] (no sweeping)

adept (2006-12-27) For barrel sweeping [level]pesadab[/level]

Rene (2006-12-27)
Solution to Barrel Sweeping ([level]rukebor[/level]): [level]gopitub[/level]
Not much sweeping, though. More lift out of the way.


Bucky (2007-01-01) I took an odd machine, saved it and reloaded it, manually deleted all the added components in the Sandbox, and then auto-filled the result with locked space.  Result:[level]facygog[/level]

Rene (2007-01-01) [quote author=Bucky link=topic=68.msg1373#msg1373 date=1167627408]
I took an odd machine, saved it and reloaded it, manually deleted all the added components in the Sandbox, and then auto-filled the result with locked space.  Result:[level]facygog[/level]
[/quote]

Ah, that is why the fill behaves weirdly sometimes! I re-tried your trick, and noted that you don't even have to delete the components manually. Just click the locked space icon, select everything in the Sandbox, press "DEL" and "F", and presto: the same result as you had. Probably a bug that Kevan should look into.

Neat idea for a puzzle, though.
Although I am not sure that [level]facygog[/level] is solvable.....

Bucky (2007-01-01) [quote author=Rene link=topic=68.msg1384#msg1384 date=1167669453]

Neat idea for a puzzle, though.
Although I am not sure that [level]facygog[/level] is solvable.....

[/quote]

It was working before I turned it to shadow; There are other solutions as well.

Rene (2007-01-02) [quote author=Bucky link=topic=68.msg1386#msg1386 date=1167674587]
It was working before I turned it to shadow; There are other solutions as well.
[/quote]

I see what happened now. The trick only leaves shadows for the components that can be placed in game mode (the blue-shaded ones). The components that can only be placed in sandbox mode are overwritten by the locked space. You probably had some of these in your original?

Bucky (2007-01-02) [quote author=Rene link=topic=68.msg1412#msg1412 date=1167740459]
[quote author=Bucky link=topic=68.msg1386#msg1386 date=1167674587]
It was working before I turned it to shadow; There are other solutions as well.
[/quote]

I see what happened now. The trick only leaves shadows for the components that can be placed in game mode (the blue-shaded ones). The components that can only be placed in sandbox mode are overwritten by the locked space. You probably had some of these in your original?

[/quote]

No, but I did accidently delete a critical component.  does [level]nobitig[/level] work better?

Rene (2007-01-02) [quote author=Bucky link=topic=68.msg1425#msg1425 date=1167774129]
No, but I did accidently delete a critical component.  does [level]nobitig[/level] work better?
[/quote]

Mmmm, not really. My problem is that I don't see a way to keep the crate above the target matcher, or to get it back up when it's below it. The only way to get it up again seems to be on the right side with a series of up-pipes, but then it needs to stay there; there is not enough space to remove it from the top-right corner.

20eight (2007-01-03) dozer lift - [level]gadafyx[/level]:[level]tuxural[/level]
uncertainty - [level]muhisit[/level]:[level]dotodyh[/level]
downward dilemma - [level]ralasep[/level]:[level]gisulox[/level]

Bucky (2007-01-04) Another easy puzzle: [level]byhekeg[/level]

SM (2007-01-04)

Solution to [level]Byhekeg[/level]: [level]vesegiz[/level]

sluutthefeared (2007-01-04) [level]byhekeg[/level] - Solution: [level]remerig[/level]

EDIT: Here's a 10 tick solution. [level]zopucil[/level]

jnz (2007-01-04) For Ambiguous (byhekeg): [level]folebid[/level]

Rene (2007-01-04)
Solution to Ambiguous ([level]byhekeg[/level]): [level]dudetyb[/level]

Bucky (2007-01-05) Oscillate:[level]zohalax[/level](spoiler:cudazis)

And a test puzzle:[level]pafulov[/level]

Rene (2007-01-05)
Funny puzzle, Oscillate. Here is my solution: [level]fobacad[/level]

jnz (2007-01-05) For Oscillate (zohalax): [level]fikycyl[/level]

sluutthefeared (2007-01-06) Solution to Oscillate: [level]ridesad[/level]

jf (2007-01-06) Yet another solution to Oscillate: [level]nufyfol[/level].

Edit: I like the Olympic high-platform dive at the end, in jnz's fikycyl.

jnz (2007-01-06) [quote author=jf link=topic=68.msg1509#msg1509 date=1168047068]
Yet another solution to Oscillate: [level]nufyfol[/level].

Edit: I like the Olympic high-platform dive at the end, in jnz's fikycyl.
[/quote]

Hey, thanks.  That's just where my solution crates happened to end up since I was avoiding using any dozers to push them around.

Unfortunately I have to repay your compliment with a complaint: nufyfol is broken if the left initial crate is 0.  I think I managed to find a fix by adding 6 pieces to your existing solution but I'll let you work on it before I post my suggestion.

jf (2007-01-06) This should work: [level]xerylul[/level].

Bucky (2007-01-08) Can you slip a messenger through the flux portals in the dungeons of Castle [level]robehuh[/level]?  Once through the portals, you will have limited space to complete your task.

Rene (2007-01-10) [quote author=Bucky link=topic=68.msg1542#msg1542 date=1168291435]
Can you slip a messenger through the flux portals in the dungeons of Castle [level]robehuh[/level]?  Once through the portals, you will have limited space to complete your task.
[/quote]
The flux portals are not the problem, but the "limited space" could be better rephrased as "an incredibly cramped amount of space with not even enough room to scratch your head".
I have been wondering about this puzzle for a couple of days now, and finally have to admit that I will not be able to solve it. In my view there is simply not enough space to get a crate through  ???. A strategically placed turn signal would make a world of difference  :-\

jf (2007-01-10) Are the flux portals really passable? I don't believe it's possible. Sit a dozer any direction in front of any of them, or drop something into the vertical passage -- those doors do not open not even for a fraction of a tick. What am I missing?

SM (2007-01-10) Yeah, JF, apparently my messenger is missing the flux capacitor b/c I can't get him even close to getting past the flux portals...

adept (2007-01-10) It is nice to see I am not the only one who has tried fruitlessly to breach the castle.  I was beginning to think thatBucky as a different set of pieces available to solve this puzzle.  Or else he is just torturing us.  It is a dungeon after all.

jnz (2007-01-10) [quote author=jf link=topic=68.msg1557#msg1557 date=1168461883]
Are the flux portals really passable? I don't believe it's possible. Sit a dozer any direction in front of any of them, or drop something into the vertical passage -- those doors do not open not even for a fraction of a tick. What am I missing?
[/quote]

They aren't "passable" in the normal sense but it is still possible to get information from left side to the right.  It requires a bit of lateral thinking.

I'm in the same boat as Rene.  I can't figure out how to get a crate to the matcher.  But I'm sure there is a way that I'm just not seeing, just like I initially couldn't see how to get past the gates.  I'm thinking it is probably similar to the mechanism needed to solve [level]nobitig[/level] but there are no (public) solutions to that one either.

jf (2007-01-10) [quote author=jnz link=topic=68.msg1560#msg1560 date=1168463169]
They aren't "passable" in the normal sense but it is still possible to get information from left side to the right.  It requires a bit of lateral thinking.
[/quote]
Ah ha! I see it now.

Bucky (2007-01-10) Try This: [level]nydadir[/level].

I did something dumb;  I made sure it was solvable first, then redecorated :p

jnz (2007-01-11) My solution for Through the Dungeon v2 (nydadir): [level]byrumos[/level].  The original version was driving me crazy.  :)

SM (2007-01-11) Solution to Through the Dungeon's v.2

[level]hoxerak[/level]

Me too JNZ.

jf (2007-01-11) Thanks for the tip on the flux portals, jnz. I could not see the forest for the trees. I've also managed an escape: [level]jafihap[/level].

Edit: Nice work, jnz. I like both the pipe-latch on the bottom right, and the dozer-latch on the top. I should be less impatient and look for these kinds of optimizations.

jnz (2007-01-11) [quote author=jf link=topic=68.msg1567#msg1567 date=1168477010]
Thanks for the tip on the flux portals, jnz. I could not see the forest for the trees. I've also managed an escape: [level]jafihap[/level].

Edit: Nice work, jnz. I like both the pipe-latch on the bottom right, and the dozer-latch on the top. I should be less impatient and look for these kinds of optimizations.
[/quote]

I was hoping that my hint was sufficiently vague as to not immediately reveal the answer.  Perhaps I said a bit too much since it didn't take you very long to figure it out.  I notice that SM's has a slight variation on the theme.

The dozer-latch was the closest that I had to a working answer for the original puzzle (the turn signal would have been embedded in the wall).  The pipe-latch just showed up spontaneously when I tried to build a door-key inverter and found that I could integrate the counter right into it.

jf (2007-01-11) [quote author=jnz link=topic=68.msg1568#msg1568 date=1168489622]
[I was hoping that my hint was sufficiently vague as to not immediately reveal the answer.  Perhaps I said a bit too much since it didn't take you very long to figure it out.  I notice that SM's has a slight variation on the theme.
[/quote]

I had given up on the puzzle when I could not figure out how to move the crate at the top, and was waiting patiently to see what developed on the thread. And then, I wasn't sure if Rene was really implying that the flux passage was possible. I remember that this particular subtlety was discussed on some other distant thread, so yes, you provoked me to take another look, which jogged my memory. But, no harm done.  :)

SM (2007-01-11) JNZ-

I saw your solution briefly last night right after I had posted mine, and I just had to comment, after spending a while to come up with the convoluted solution I posted, I'm still in a bit of awe at just how compact, efficient, and speedy your solution is.

Well done!

Rene (2007-01-11) [quote author=Bucky link=topic=68.msg1562#msg1562 date=1168470840]
Try This: [level]nydadir[/level].

I did something dumb;  I made sure it was solvable first, then redecorated :p
[/quote]

Ah, that is more like it. Room to scratch your head, and even to stand up and stretch!
Here is  my solution:

    Solution to Through the Dungeon: [level]pogabum[/level]

Bucky (2007-01-11) [quote author=jnz link=topic=68.msg1560#msg1560 date=1168463169]
I'm thinking it is probably similar to the mechanism needed to solve [level]nobitig[/level] but there are no (public) solutions to that one either.
[/quote]

Due to the stir it's been causing, I'm considering posting a partial spoiler that shows the positions of 5-7 critical pieces in the upper-right corner of one of the solutions to [level]nobitig[/level].  Should I?  Or should I wait for someone else to figure the device out? 

SM (2007-01-11) Wait.

Let us revisit it.

Rene (2007-01-11) [quote author=Bucky link=topic=68.msg1575#msg1575 date=1168543079]
[quote author=jnz link=topic=68.msg1560#msg1560 date=1168463169]
I'm thinking it is probably similar to the mechanism needed to solve [level]nobitig[/level] but there are no (public) solutions to that one either.
[/quote]

Due to the stir it's been causing, I'm considering posting a partial spoiler that shows the positions of 5-7 critical pieces in the upper-right corner of one of the solutions to [level]nobitig[/level].  Should I?  Or should I wait for someone else to figure the device out? 
[/quote]

If you are sure that there is not some space missing, then I would like to look at it again before you post a (partial) solution.

Meanwhile, here is finally my solution to one of your tough puzzles, Ternary Queries, which I was able to do while I was locked in the dungeon: [level]zoxicyb[/level]

jf (2007-01-11) [quote author=Bucky link=topic=68.msg1575#msg1575 date=1168543079]
[quote author=jnz link=topic=68.msg1560#msg1560 date=1168463169]
I'm thinking it is probably similar to the mechanism needed to solve [level]nobitig[/level] but there are no (public) solutions to that one either.
[/quote]

Due to the stir it's been causing, I'm considering posting a partial spoiler that shows the positions of 5-7 critical pieces in the upper-right corner of one of the solutions to [level]nobitig[/level].  Should I?  Or should I wait for someone else to figure the device out? 
[/quote]

Bucky, are you sure there is not just one missing space in nobitig? Can you look at this *** SPOILER *** [level]tifuvim[/level] and tell me if this is what you had in mind, or, that there is no missing space?

SM (2007-01-11) Here it is!  A solution to [level]nobitig[/level]

[level]lydyfox[/level]

jf (2007-01-11) Rene, very creative solution to Through the Dungeon. I especially like how the crate passes through the middle moat, without actually existing.

jf (2007-01-11) [quote author=SM link=topic=68.msg1581#msg1581 date=1168550213]
Here it is!  A solution to [level]nobitig[/level]

[level]lydyfox[/level]

[/quote]

SM, very nice! That answers my question, Bucky. I went ahead and looked because I was more interested in my blind spot than in solving the puzzle. I could not resist -- that, and I have a busy day and am impatient with little time to spend on Rubicon.  :(

jnz (2007-01-12) [quote author=SM link=topic=68.msg1572#msg1572 date=1168529389]
JNZ-

I saw your solution briefly last night right after I had posted mine, and I just had to comment, after spending a while to come up with the convoluted solution I posted, I'm still in a bit of awe at just how compact, efficient, and speedy your solution is.

Well done!
[/quote]

Wow, thanks a lot.  I guess I had a lot of time to optimize the bottom parts while I was getting nowhere on the top portion.  :)

Bucky (2007-01-12) SM: Nice; You seem to have skipped the leftmost part of the original machine.  However, it works much better if you replace selected up-pipes with door keys :p
Also, I have a new "light" puzzle.  Magical Lunatic:[level]fasunod[/level]  The solution to this one looks cool.

jf (2007-01-12) That is so cool!  :D For Magical Lunatic: [level]lahybid[/level].

Rene (2007-01-12)
Mmmm, that is a funny effect in Magical Lunatic: [level]fasunod[/level]

Bucky (2007-01-12) [quote author=Rene link=topic=68.msg1611#msg1611 date=1168628249]

Mmmm, that is a funny effect in Magical Lunatic: [level]fasunod[/level]
[/quote]

Yeah, if you swap the three furnaces in the middle with the three target matchers, the same solution doesn't work. Still, it's not often that you can trigger four target matchers with the same crate.

jnz (2007-01-12) My solution for Magical Lunatic (fasunod): [level]vudedyn[/level].  The old physics model is so strange to work with now.  Can anyone get faster than 13 ticks?

Rene: did you paste in the wrong level code?

Bucky (2007-01-12) [quote author=jnz link=topic=68.msg1614#msg1614 date=1168629773]
My solution for Magical Lunatic (fasunod): [level]vudedyn[/level].  The old physics model is so strange to work with now.  Can anyone get faster than 13 ticks?
[/quote]

[level]perugas[/level]

sluutthefeared (2007-01-12) Here's an 11 tick solution to fasunod: [level]navoger[/level]

Rene (2007-01-12) [quote author=jnz link=topic=68.msg1614#msg1614 date=1168629773]
My solution for Magical Lunatic (fasunod): [level]vudedyn[/level].  The old physics model is so strange to work with now.  Can anyone get faster than 13 ticks?

Rene: did you paste in the wrong level code?
[/quote]

I did indeed. But it does not matter much, the solution was essentially the same as jf's: [level]xudofag[/level]

Bucky (2007-01-13) Here's another one.  I have not solved it yet, but it should be possible:

Time-division Multiplexing:[level]difemoc[/level]

jnz (2007-01-13) My solution for Time-division Multiplexing (difemoc): [level]vegufex[/level]
I got lucky and pretty much stumbled into it.
You can actually make this work for up to 4 streams.

sluutthefeared (2007-01-13) Solution to Time-division multiplexing: [level]muxypyd[/level]

jf (2007-01-13) So, I went through the trouble of multiplexing by threes: [level]jarixos[/level]. It's clumsy looking compared to jnz's and sluutthefeared's, but I'll post it anyway. The furnaces take up the dropped frames -- reminds me of PAL vs. NTSC.

Rene (2007-01-13)
Here is my time-division multiplex: [level]syzafuz[/level]

Gameman (2007-01-16) [level]cyserut[/level] is basically the same as tycofur, but with no extra girders

Bucky (2007-01-16) Here is a version of Time-Division Multiplexing that doesn't solve itself automatically:
[level]dalyhob[/level]

sluutthefeared (2007-01-16) My solution to [level]dalyhob[/level] is nearly the same: [level]tumiguh[/level]

Rene (2007-01-16) Doesn't really make it harder, Bucky. It is merely a matter of tuning the bottom dozers to the top ones anyways:

    Solution to Time Division Multiplex 2: [level]bakobun[/level]

jnz (2007-01-16) For Time-Division Multiplexing v2 (dalyhob): [level]xamuvub[/level].  With the bottom dozers in phase.  This is almost the same as my solution to the original except with the removal of 3 up-pipe pieces and slight timing tweaks.

Bucky (2007-01-22) New-ish puzzle Shift 4:[level]gacaxof[/level] (salvaged from test puzzle)
Also, an old puzzle rediscovered using the search engine:[level]kicedod[/level]

MagiMaster (2007-01-23) Somehow this doesn't seem like what you had in mind [level]CODEXUP[/level] (unarchived), but the level as is is unsolvable (there's a matcher in the exclusion box in the corner).

Rene (2007-01-23)
Here is my solution to Shift 4 ([level]gacaxof[/level]): [level]libifer[/level]

I re-used the principle from my solution to Swift Cycle 6.

Bucky (2007-01-23) The original version of Shift4 was slightly easier than intended; there was a missing Target Matcher.
Here's v2:[level]gazegyx[/level]

jnz (2007-01-23) [quote author=Bucky link=topic=68.msg1756#msg1756 date=1169594810]
The original version of Shift4 was slightly easier than intended; there was a missing Target Matcher.
Here's v2:[level]gazegyx[/level]
[/quote]

Isn't that impossible?

Bucky (2007-01-24) [quote author=jnz link=topic=68.msg1759#msg1759 date=1169595205]
[quote author=Bucky link=topic=68.msg1756#msg1756 date=1169594810]
The original version of Shift4 was slightly easier than intended; there was a missing Target Matcher.
Here's v2:[level]gazegyx[/level]
[/quote]

Isn't that impossible?
[/quote]

I believe it to be possible;  Why wouldn't it be possible?

jnz (2007-01-24) [quote author=Bucky link=topic=68.msg1760#msg1760 date=1169603226]
I believe it to be possible;  Why wouldn't it be possible?
[/quote]

The ?-crate that starts on top of the copier doesn't decay until after it gets pushed off.

Bucky (2007-01-24) Fixed.
V3:[level]tipihim[/level]

jnz (2007-01-24) [quote author=Bucky link=topic=68.msg1762#msg1762 date=1169606955]
Fixed.
V3:[level]tipihim[/level]
[/quote]

You're not getting off that easily: [level]sydidug[/level]

jf (2007-01-24) Nicely done, jnz! Here is my solution to Shift 4 v3: [level]cumozeg[/level].

jf (2007-01-25) I've just repeated a few of the easy puzzles on this thread -- the "save the crate" puzzles. Those are really good puzzles, and are excellent tutorials for newer Rubicon players.

Also, has anybody else attempted the Even-Odd Partition(hard variation) [level]tutusop[/level]? Those looking for a really tough, tough puzzle, well there you go.

Bucky (2007-01-26) I tried to make Time-Division Multiplexing again, and this time I think it really did get harder.  [level]batedoc[/level]

jf (2007-01-26) I think it all comes down to timing -- in an unexpected way. I thought the solution would be more complicated, but I found this works for batedoc: [level]gogyvog[/level].

jnz (2007-01-26) My solution for Time-Division Multiplexing v3 (batedoc): [level]giralab[/level].  The bottom half is recycled; the top half is new.

Rene (2007-01-26) [quote author=jf link=topic=68.msg1775#msg1775 date=1169748141]
Also, has anybody else attempted the Even-Odd Partition(hard variation) [level]tutusop[/level]? Those looking for a really tough, tough puzzle, well there you go.
[/quote]

I am still planning to give it a go, but haven't found the time yet. In my first attempt I mixed up the hard and medium puzzles, and came up with a solution that solved neither of them  :-[

Bucky (2007-01-27) IT SEEMS That nobody has posted a solution to Medium either.

Bucky (2007-02-01) ...And a new Heavy puzzle, even though nobody's solved Medium yet.

Since you solved One-Shot, the transbarrier communications group has faced budget cuts;  The original three pathways have been reduced to two.  Also, due to an increase in demand, you will need to solve several crates instead of just one.  Fortunately, you have been provided with infinite communication in the downward direction.

Two-Shot:[level]dakolip[/level]

jf (2007-02-02) [quote author=Bucky link=topic=68.msg1799#msg1799 date=1169873337]
IT SEEMS That nobody has posted a solution to Medium either.
[/quote]

Here is my solution to Even Odd Partition (medium): [level]dadefuk[/level] -- but it's a SPOILER for the hard version ([level]tutusop[/level]), as I just reprogrammed my water clocks (from my previous solution [level]pidazic[/level]).

Bucky (2007-02-02) [quote author=jf link=topic=68.msg1881#msg1881 date=1170388211]
Here is my solution to Even Odd Partition (medium): [level]dadefuk[/level] -- but it's a SPOILER for the hard version ([level]tutusop[/level]), as I just reprogrammed my water clocks (from my previous solution [level]pidazic[/level]).
[/quote]

I really like the simplicity of your switching mechanism.
[spoiler]I think using a template copier misses half the point of the puzzle.  Granted, it's a very clever form of template copier, but it's rather overkill because (other spoiler).  Finally, I think that discarding the original 0 was a bad idea because it could have been pushed through to the other side to save some time, [/spoiler]

[spoiler]it counts up from 0 when counting down is quicker.[/spoiler](part of previous spoiler)

Also, I've done a new, easier Even-Odd Partition puzzle that actually works as apparently intended.  Even-Odd Partition Remix: [level]bedibug[/level].

jf (2007-02-02) Bucky, those are valid points. I re-used the hard solution because it was easier than figuring out a new solution. Most of the work in the original solution was the switching mechanism, especially the reset-swap sequence. The "water clocks" can be programmed for just about any sequence, given enough room for the water.

Rene (2007-02-02)
Here is my solution to Two Shot ([level]dakolip[/level]): [level]dytedom[/level]

[spoiler]The only way I could see, was to multiply the times for two of the crates.[/spoiler]

jf (2007-02-04) Here is my solution to Two-Shot ([level]dakolip[/level]): [level]lodygop[/level]. I came to the same conclusion as Rene, but I have a lot more machinery (much of which deals with initialization -- I wanted to solve in one pass, with crates, not barrels).

Bucky (2007-02-04) There is a way to solve Two-Shot without outright [spoiler]multiplication[/spoiler].  As a bonus challenge, solve it using the following communication scheme: [spoiler] Use copies of the third crate to trigger the gate (2 bits) and trigger each at an even or odd tick (2 bits).  [/spoiler]

Rene (2007-02-04) I finally took the time to put my teeth into Even-Odd Partition (hard). What a very tough puzzle!
Over the past weeks I have done some try-outs of different ideas, but nothing really stuck. Maybe because I did not have enough time, maybe because I was on the wrong track. But today I finally was able to push one idea through and solved it.

    Solution to Even-Odd Partition - hard ([level]tutusop[/level]): [level]nyfycab[/level]

[spoiler]I went for a programmable automata in the end, with a separate program for each side. The right side program just discards or sends back the first crate that comes out (the second crate is always send to the target matchers). The left side program decides among: send it to the right side (will add 2 to it), push it to the right side unchanged, or send it up to the target matchers.[/spoiler]

EDIT: and the solution for the medium. It is basically an adaptation of the hard one. I have made the right side more general - nicer, I think (would have worked for hard as well)

    Solution to Even-Odd Partition - medium ([level]sodices[/level]): [level]butikyp[/level]

[spoiler]The right side now programmatically selects the first crate or the second crate (or none) both for the target matchers and for back to the left[/spoiler]

EDIT: And finally, the easy variant. It was maybe the wrong way around: from hard to easy, but it saved the trouble finding specific solutions for medium and easy.

    Solution to Even-Odd Partition - easy ([level]cubyfuh[/level]): [level]nobytas[/level]

[spoiler]This was just reprogramming of the medium solution[/spoiler]

Rene (2007-02-05)
I finally got around to solving one of your oldies as well: Timing is important ([level]sufebeb[/level]). As you say, the solution is..... odd. Anybody who has found a solution, will know why I don't post it here....




Bucky (2007-02-05) [quote author=Rene link=topic=68.msg1934#msg1934 date=1170633783]
I finally got around to solving one of your oldies as well: Timing is important ([level]sufebeb[/level]). As you say, the solution is..... odd. Anybody who has found a solution, will know why I don't post it here....
[/quote]

Just out of curiosity, how long did it take you to solve it?

jf (2007-02-05) [quote author=Bucky link=topic=68.msg1917#msg1917 date=1170571913]
There is a way to solve Two-Shot without outright [spoiler]multiplication[/spoiler].  As a bonus challenge, solve it using the following communication scheme: [spoiler] Use copies of the third crate to trigger the gate (2 bits) and trigger each at an even or odd tick (2 bits).  [/spoiler]
[/quote]

Here is my solution for the bonus challenge: [level]biburet[/level]. If you've read Bucky's spoiler, then you know that I did not [spoiler]use multiplication[/spoiler] this time. It was quite a tight squeeze to get all the parts built. Ironically, sometimes the less space you have to work in, the more pieces you need to use. Very clever idea for the communication scheme, Bucky.

I did have to [spoiler]serialize the left crates to avoid a potential collision at the gates when sensing two of the bits.[/spoiler], which slows it down a bit, on top of the initialization overhead. It runs from 183 best-case to 244 worst-case ticks.

Edit: I was able to shave that down to 174-235 ticks, with a slight optimization in [level]gydabyt[/level] -- not that speed is the point to the solution.

Edit again: I just realized that I did not use Bucky's communication scheme, exactly. [spoiler]I did not use the downward copier. Once one of the winches has been used to get a value up, you are reduced to a single winch, giving only 1 bit of communication based on value.[/spoiler]

Rene (2007-02-05) [quote author=Bucky link=topic=68.msg1938#msg1938 date=1170648223]
[quote author=Rene link=topic=68.msg1934#msg1934 date=1170633783]
I finally got around to solving one of your oldies as well: Timing is important ([level]sufebeb[/level]). As you say, the solution is..... odd. Anybody who has found a solution, will know why I don't post it here....
[/quote]

Just out of curiosity, how long did it take you to solve it?
[/quote]

I have been looking at it before, but put it away as "unsolvable". At the last attempt, it took me about half an hour to solve it. You basically just need to get the "aha" idea. After that it took me just a small effort to get the timing right.
I think you could stare at it for days without seeing it, though.

Bucky (2007-02-06) New puzzle: Bucky's Copying Service ([level]duhovuz[/level])

The charge is one token per copy;  a money changing machine is on the left for those of you with the wrong type of token.

Rene (2007-02-06)
Bucky's Copying Service is a very original and well-constructed puzzle. It is pretty hard as well. I like the fact that you have only a couple of barrels and no way to create any new ones. That puts an end to the normal ritual burning of barrels, and makes you very careful with the few you have  :-X. I actually lost one in the coin changing machine at the end........ and I want it back  >:( !!!

    Solution to Bucky's Copying Service ([level]duhovuz[/level]): [level]duvuhyx[/level]

Bucky (2007-02-07) I decided that the original concept was too difficult so I made it easier by giving you an extra barrel.  However, in retrospect I think it was okay before.  I'll modify and repost it.

EDIT: Bucky's Copying Service Stingy: [level]radygul[/level]

[quote author=Rene link=topic=68.msg1965#msg1965 date=1170802634]
I actually lost one in the coin changing machine at the end........ and I want it back  >:( !!!
[/quote]

Here: [level]mebahak[/level]

Bucky (2007-02-07)
If you liked Bucky's Copy Service, here's another for you.  Warning:  The machine may eat crates if used improperly
Bucky's Adding Service:[level]liradat[/level].

This puzzle was quite difficult to produce;  It required coming up with a new, more compact Door Key Inverter, and the double-action switch barely worked after re-engineering it a few times.

Bucky (2007-02-10) Here's a puzzle that's both light and difficult.
Descent:[level]jazaruh[/level]

Rene (2007-02-11) [quote author=Bucky link=topic=68.msg1968#msg1968 date=1170815313]
I decided that the original concept was too difficult so I made it easier by giving you an extra barrel.  However, in retrospect I think it was okay before.  I'll modify and repost it.

EDIT: Bucky's Copying Service Stingy: [level]radygul[/level]

[quote author=Rene link=topic=68.msg1965#msg1965 date=1170802634]
I actually lost one in the coin changing machine at the end........ and I want it back  >:( !!!
[/quote]

Here: [level]mebahak[/level]
[/quote]

Thanks! I will need that one when solving [level]radygul[/level] !  ;)

You seem to have a talent in creating seamingly impossible puzzles, Bucky. Both Bucky's Adding Service ([level]liradat[/level]) and Descent ([level]jazaruh[/level]) don't seem to have a solution at first analysis. For [level]liradat[/level], I am pretty sure that you need to [spoiler]fool the machine in some way[/spoiler], but I don't see a way. Also I don't know what the vibrating 0 and the third door key are for.
For [level]jazaruh[/level], the hard part is probably [spoiler]getting the crate up again[/spoiler]. At least that part seems impossible in my eyes.... but then again, there are other Bucky puzzles that seemed impossible at first, but turned out to be possible.... on the other hand, I remember a Bucky puzzle that seamed impossible, and really was impossible....

Rene (2007-02-17) I finally managed to solve Bucky's Copying Service Stingy, and without having to use the crate I got back :D. At first, I didn't think that the original approach would work with Stingy as well, and tried out another approach. However, that led nowhere. So, after spending a lot of time on the alternative, I went back to the original and made that work after all:

    Solution to Bucky's Copying Service Stingy ([level]radygul[/level]): [level]cyrynih[/level]

And I lost another crate that got stuck in the machine  ;)

Bucky (2007-02-17) [quote author=Rene link=topic=68.msg2037#msg2037 date=1171237426]

You seem to have a talent in creating seamingly impossible puzzles, Bucky. Both Bucky's Adding Service ([level]liradat[/level]) and Descent ([level]jazaruh[/level]) don't seem to have a solution at first analysis. For [level]liradat[/level], I am pretty sure that you need to [spoiler]fool the machine in some way[/spoiler], but I don't see a way. Also I don't know what the vibrating 0 and the third door key are for.
[/quote]

Oops.  You're right, I accidentally complimented the "odd crate out".  try [level]hizamis[/level] instead of liradat

The machine does have a few parts that function as [spoiler]obfuscators[/spoiler].

Bucky (2007-02-22) I seem to have made a transcription error on Descent. Correct version is [level]lodogul[/level].  It might not make a difference in terms of solveability.

It should not have taken me this long to notice.

jf (2007-02-22) [quote author=Bucky link=topic=68.msg2175#msg2175 date=1172162383]
I seem to have made a transcription error on Descent. Correct version is [level]lodogul[/level].  It might not make a difference in terms of solveability.

It should not have taken me this long to notice.
[/quote]

What a difference a space makes. My solution to Descent v2: [level]tocyged[/level].

Rene (2007-02-22) That makes a difference indeed.

    For Descent ([level]lodogul[/level]): [level]dibopap[/level]

Pretty much the same as JF's solution

Bucky (2007-02-22) Descent 2.
Your mission, should you choose to accept it, is to climb down the chimney, deliver a present, then leave.  Fortunately, the fireplace is not lit.  [level]dikaned[/level](spoiler:[level]livodad[/level])

The spoiler also contains an interesting oscillator of a previously unknown type.

jnz (2007-02-22) For Descent v2 (lodogul): [level]xegadis[/level].  I couldn't solve the original.
And For Descent 2 (dikaned): [level]baperel[/level].  Are you allowed to cheat like that in the spoiler?  ;)

jf (2007-02-22) For Long Descent (dikaned): [level]nupepap[/level].

Bucky (2007-02-22) [quote author=jnz link=topic=68.msg2183#msg2183 date=1172178229] Are you allowed to cheat like that in the spoiler?  ;)
[/quote]

Oops.  It's nothing that couldn't be done with a stack of barrels, though.

Rene (2007-02-23)
For Long Descent ([level]dikaned[/level]): [level]zuvebyx[/level]

Bucky (2007-02-26) Composite: [level]dovulov[/level] (spoiler: [level]fugegul[/level]).  Another easier-than-it-looks puzzle.
Edit: Overflow problem in fugegul fixed in turodyv

Speaking of which, has anyone solved Bucky's Adding Service yet?

Rene (2007-02-26) For Composite: [level]pupeboz[/level]

Easy, once you see the trick.

BTW, [spoiler]did you intentionally leave an open space on top of the wall?[/spoiler]

I am working on Bucky's Adding Service. But it is not an easy one, and I will need to find some more time than 15 minutes during dinner....

jf (2007-02-26) Interesting -- some free space gave me the incentive to short-cut the solution, and I didn't even look for a solution such as pupeboz. Here is my solution for Composite: [level]regynyb[/level].

I will be working on Bucky's Adding Service, but I don't have any time at the moment. I'm lucky if I get to even check in on the forum these days to see what's new. I also see a lot of new puzzles in 20eight's thread that I have not even opened yet.

Rene (2007-03-02)
And finally I found a solution to Bucky's Adding Service ([level]hizamis[/level]): [level]tocivul[/level]

I have been returning to this now and then, everytime adding a small piece of the solution. It has been satisfying to see it grow over time. I have had an allmost working solution for some time now, just missing an ending. The ending was the hardest part, which I finally managed to crack tonight.
And I don't loose any money in the machine this time!  :D

Bucky (2007-03-03) I am impressed with your dozer coordination skills.  And the puzzle is not solvable if you lose a crate to the machine.  [spoiler]I put in a checksum crate to make sure you couldn't lose anything![/spoiler]

Bucky (2007-03-08) Now in the style of 20eight:
Displacement 1:[level]xukokyb[/level]
Displacement 2:[level]lyhebyg[/level]
Displacement 3:[level]myvebeg[/level]

Rene (2007-03-09)
For Displacement 1 ([level]xukokyb[/level]): [level]dozogyn[/level]

jf (2007-03-09) For Displacement 1 (xukokyb): [level]xedyvyg[/level]. I see that I had the same general idea as Rene.

Rene (2007-03-10) For Displacement 3 ([level]myvebeg[/level]): [level]hahylah[/level]

Displacement 2 still eludes me

EDIT: For Displacement 2 ([level]lyhebyg[/level]): [level]firivic[/level]

adept (2007-03-10) Rene great job on Displacement 2.  I tried ideas similar to yours but never got them to work. [spoiler]I never thought about slowing down the exit tube.[/spoiler]

Bucky (2007-03-13) It seems that nobody has solved Even-Odd Partition Remix([level]bedibug[/level]) yet.

jf (2007-03-13) For Displacement 3 ([level]myvebeg[/level]): [level]fugytav[/level]. Rene, keen solution in hahylah.

jf (2007-03-14) For Displacement 2 ([level]lyhebyg[/level]): [level]rogozad[/level]. I can't believe the label "Easy" on that puzzle. Once I saw that Rene had solved it, I knew it was possible, and I finally found a solution. [spoiler]The right side is far more affected by subtle timing than it may appear.[/spoiler] And now I would really like to see how Rene handled this one...

Edit: Very interesting -- Rene's approach ([level]firivic[/level]) is completely different. I had thought of [spoiler]propping up the 1 crates with dozers underneath[/spoiler], but with initial success [spoiler]using only barrels for the left column[/spoiler] I spent all my remaining time on the [spoiler]windshield wiper effect[/spoiler] and didn't follow up on alternative designs. For such a tough puzzle, here then are two completely different ways to solve it.

Rene (2007-03-14) That's a spectacular effect in [level]rogozad[/level]; this one definitely falls in the "fun with dozers" category ;) And I can see it's hard to get the timing right. [spoiler]You have to both make sure that all the dozers turn at the same time, and that they don't push into the stack of barrels at the left. [/spoiler]

Your solution for Displacement 3 ([level]fugytav[/level]) falls in the same category as well. I've never seen anybody use a stack of dozers as wall  :D

Bucky (2007-03-19) I don't know why nobody's done a puzzle like this before.

Sliding Glass Floor(easy):[level]duzycut[/level]
Sliding Glass Floor(medium):[level]xyzenef[/level]
Sliding Glass Floor(hard):[level]vodakok[/level] -May be impossible
Sliding Glass Floor(insane):[level]sybykut[/level] -Likely impossible

Bucky (2007-03-22) I'm considering posting all my puzzles from now on in 2Oeight's thread so that someone will actually look at them  ;)

Recent unsolved puzzles:
Even-Odd Partition Remix:[level]bedibug[/level]
Sliding Glass Floor(easy):[level]duzycut[/level]
Sliding Glass Floor(medium):[level]xyzenef[/level]
Sliding Glass Floor(hard):[level]vodakok[/level] -May be impossible
Sliding Glass Floor(insane):[level]sybykut[/level] -Likely impossible
Unnamed Puzzle:[level]jazocer[/level](spoiler:bodegok)

Recent puzzles solved only by Rene:
Bucky's Copying Service:[level]duhovuz[/level]
Bucky's Copying Service 2:[level]radygul[/level]
Bucky's Adding Service:[level]liradat[/level]

Rene (2007-03-23) [quote author=Bucky link=topic=68.msg2447#msg2447 date=1174600815]
I'm considering posting all my puzzles from now on in 2Oeight's thread so that someone will actually look at them  ;)
[/quote]

Or you might consider making your puzzles a little easier. Sliding Glass Floor (easy) is not really easy. It is probably at least medium/hard.
But you know me, I like a good challenge  ;), so I went for the insane version:

Solution to Sliding Glass Floor (insane) ([level]sybykut[/level]): [level]viligaf[/level]

The speed of the crates did not turn out to be the problem ([spoiler]in fact, they are going a bit too slow; I had to slow down the solution to keep up ;)[/spoiler]). The amount of free space above the glass floor was the real problem.

jf (2007-03-24) [quote author=Bucky link=topic=68.msg2447#msg2447 date=1174600815]
I'm considering posting all my puzzles from now on in 2Oeight's thread so that someone will actually look at them  ;)
[/quote]

I've started Bucky's Adding Service. [spoiler]The meta-puzzle, i.e., what to do with the crates, is easy -- driving them around with dozers is very difficult without barrels for control.[/spoiler] As I have time, I will keep working on this first, then go back to the Copying Service. [spoiler]But what I plan to do with the crates is not so easy with loose dozers![/spoiler]

For the Sliding Glass Floor puzzles, I was waiting until somebody else proved them solvable, before spending time on them.  ;) Now that Rene has solved the insane, I'll have a go at them. It's an interesting spin on the glass floor.

Bucky (2007-04-16) [quote author=Rene link=topic=68.msg2451#msg2451 date=1174689305]

Or you might consider making your puzzles a little easier.
[/quote]

Okay.  Here's an easier one.

Barrier:[level]xabulal[/level].  Can you do it with only the single dozer in the middle?

jf (2007-04-17) For Barrier ([level]xabulal[/level]): [level]mudadar[/level].

Bucky (2007-04-18) Braided Steel:[level]zucaful[/level](spoiler:[level]litipuv[/level]).

[spoiler]Actually, it's even simpler, as shown by [level]faxesub[/level][/spoiler]

digitalrift (2007-04-18) I got the even simpler [level]zixyhod[/level].

jf (2007-04-18) Braided Steel sans dozers  :) :[level]dafurax[/level]

Bucky (2007-05-10) Due to complaints that my puzzles are too hard, I've decided to make some simpler ones.  To solve these puzzles, you only need to move a crate one square.

Up:[level]vafisis[/level](spoiler:cicafov)
Down:[level]padyfep[/level](spoiler:tocubug)
Left:[level]tekyhop[/level](spoiler:cifisok)
Right:[level]dozevoh[/level](spoiler:nerunil)

Also, I'd note that Even-Odd Partition Remix is still unsolved...

jf (2007-05-10) [quote author=Bucky link=topic=68.msg2593#msg2593 date=1178823010]
Also, I'd note that Even-Odd Partition Remix is still unsolved...
[/quote]

For Even-Odd Partition Remix ([level]bedibug[/level]): [level]cibolok[/level]

error1 (2007-05-11) I like these, it gives me the idea to do a very compacted contraption that only needs one more device to make work
also you might want to make down harder
Up:[level]vafisis[/level]([level]genehen[/level])
Down:[level]padyfep[/level]([level]vypiboh[/level])
Left:[level]tekyhop[/level]([level]ranykec[/level])
Right:[level]dozevoh[/level]([level]mipozul[/level])

Timbo (2007-05-12) The fastest solutions possible:
Up([level]vafisis[/level])[level]myzelap[/level]  [s][level]fyhebuc[/level][/s]
Down([level]padyfep[/level])[level]ramucar[/level]
Left([level]tekyhop[/level])[level]difuren[/level]
Right([level]dozevoh[/level])[level]fudokyn[/level]

Rene (2007-05-12) [quote author=Timbo link=topic=68.msg2602#msg2602 date=1178949326]
The fastest solutions possible
[/quote]

You should not tempt me like that  ;)

Down ([level]padyfep[/level]): [level]tafevir[/level]  (3 ticks)

The others were the same as Timbo's.
Nice little brain teasers

digitalrift (2007-05-12) up: [level]myroxis[/level]
down: [level]hoxetyk[/level]
right: [level]bubuguk[/level]
left: [level]baxydix[/level]

Bucky (2007-05-12) Heh, it turns out that Down was missing a piece. 

Down:[level]dekovud[/level]

digitalrift (2007-05-12) Down v2: [level]hibezeh[/level]

edit: which is identical to Rene's solution, now that I look at it...  Haha.

dacodemasta (2007-05-14) Door Key Trap: my solution: vetymyx :)

Bucky (2007-05-23) Deadly Tower: [level]zynemev[/level]

I have not solved this one yet, but I'm quite sure it's possible.

jf (2007-05-23) For Deadly Tower: [level]leratul[/level].

Bucky (2007-06-08) Black Box:[level]ryvokir[/level](Spoiler:fynogod)

Timbo (2007-06-08) For Black Box ([level]ryvokir[/level]): [level]badydek[/level]

jf (2007-06-08) [quote author=Rene link=topic=68.msg2289#msg2289 date=1172876537]

And finally I found a solution to Bucky's Adding Service ([level]hizamis[/level]): [level]tocivul[/level]

I have been returning to this now and then, everytime adding a small piece of the solution. It has been satisfying to see it grow over time. I have had an allmost working solution for some time now, just missing an ending. The ending was the hardest part, which I finally managed to crack tonight.
And I don't loose any money in the machine this time!  :D
[/quote]

What an elegant design in Rene's tocivul, from the initial unfolding of the crates to the last lift of the checksum. I finally took a look at it, as I've completed my own solution to Bucky's Adding Service. This was a tough puzzle, and as with other "severe" puzzles I've worked on lately, timing was everything. Volia: [level]disoduf[/level].

jf (2007-06-08) For Black Box: [level]rypoxun[/level]

Rene (2007-06-09)
For Black Box ([level]ryvokir[/level]): [level]rimydav[/level]

Bucky (2007-06-14) Here's a modernized version of an old puzzle which nobody here has posted a solution to.

Corridor Jam 3:[level]kibatep[/level]

Timbo (2007-06-14) For Corridor Jam 3: [level]buvusyt[/level]

jf (2007-06-14) For Corridor Jam 3: [level]vasityr[/level]

Rene (2007-06-16)
For Corridor Jam 3 ([level]kibatep[/level]): [level]cigusyr[/level]

error1 (2007-06-16) Corridor Jam 3: [level]jivyvyg[/level]

Bucky (2007-07-17) This level should look familiar to the more experienced players.  I'm curious as to what you'll end up doing on it though. 
Déjà vu:[level]tutulyl[/level]

Rene (2007-07-17)
For Déjà vu: ([level]tutulyl[/level]): [level]gorogyf[/level]  - it's shooting from the hip solution, it can definitely be improved

That's a funny level... cannot remember exactly where I saw this one before...

Bucky (2007-07-17) Déjà vu solution:[level]dezuhyz[/level]. (21 ticks).  [spoiler]I gained 13 ticks from doing the top and bottom separately.[/spoiler]

Edit: [level]hyrelux[/level] (18 ticks).  [spoiler]This time the bottom half is the bottleneck.[/spoiler]

Edit2: [spoiler]panodab[/spoiler] (13 ticks)

jf (2007-07-17) For Déjà vu: (tutulyl): [level]xyredep[/level]. It solves in 14 ticks if I add downpipes to the left three crates, 1, 2 and 3, and in 13 ticks if the pipes extend all the way to the crates, leaving out winches.

Bucky (2007-07-17) I've modified jf's solution to run in 12: [level]zidygum[/level].

Timbo (2007-07-17) 4 ticks for Deja Vu: [level]xisuhin[/level]
And even 3:[level]rikodox[/level]

TTTPPP (2007-07-18) My solutions to some of Bucky's easier puzzles

Save the crate ([level]kibalid[/level]): [level]narudav[/level]
Save the crate 2 ([level]piguben[/level]): [level]tygozin[/level]
Dozer Lift ([level]gadafyx[/level]): [level]fefomol[/level]
Swimming upstream ([level]kofegus[/level]): [level]gukobub[/level]
Deja vu ([level]tutulyl[/level]): [level]samaviv[/level] (Nowhere near 3 ticks!)

jf (2007-07-19) I finally managed to crack a tough puzzle posted back in February. For Bucky's Copying Service Stingy ([level]radygul[/level]): [level]vadyxoh[/level].

I've just now looked at Rene's solution [level]cyrynih[/level] -- excellent! That's a subtle, clever use of dozer period.

Bucky (2007-07-21) Here's an unidentified device I dug out of my closet.  Its function is relatively simple, but the controls are rather awkward.
Gizmo:[level]jynaneh[/level]. 

Rene (2007-07-22)
Nice little one, Bucky.

For Gizmo ([level]jynaneh[/level]): [level]lakysed[/level]

jf (2007-07-23) For Gizmo ([level]jynaneh[/level]): [level]reretez[/level]

Bucky (2007-07-27) Remainders:[level]kedebir[/level]

EDIT:the original version was kodilyd, but I have since come up with a more compact algorithm.  If you feel like a challenge you can try it, but there's really no point in it.

Further edit:Kodilyd is not solvable in some cases without adding a "1" crate.

geej66 (2007-07-28) Solution to Remainders ([level]kedebir[/level]): [level]dacegix[/level]

Rene (2007-07-28)
For Remainders ([level]kedebir[/level]): [level]tuzecop[/level]

Funny puzzle.

Bucky (2007-07-28) Remainders 2 - [level]hobodoz[/level].  By selecting a different key-pair, I eliminated the nasty corner cases of the original.  However, the removal of those corner cases is another challenge by itself.

Rene (2007-07-29)
For Remainders v2 ([level]hobodoz[/level]): [level]gurybih[/level]

jf (2007-07-30) For Remainders ([level]kedebir[/level]): [level]kofabix[/level]. I haven't looked at Remainders 2 yet, but the corner case in the original was easy enough to accomodate.

adept (2007-07-31) remainders solution  [level]pomefeh[/level]

Bucky (2007-08-02) And now for a more novel form of puzzle.  In this one, you never touch a crate.  The inside is intentionally unlocked, but there's only one real use for meddling with its innards
Crateless:[level]cobasef[/level]. 

Rene (2007-08-03)
For Crateless ([level]cobasef[/level]): [level]hezanys[/level]

I am kind of proud of this solution. I first had an uglier and more complex solution with all kinds of nasty special cases. But then I thought that such an elegant puzzle deserved an elegant solution. I got a new idea and... presto!  :)

[spoiler]The solution works by testing against X+1 and X. There is 3 ticks between the two values, which means the X+1 always arrives at even ticks at the Half Furnace Draws, and X always at odd ticks. Careful tuning of the Half Furnace Draws makes sure that only X+1 on the left and X on the right trigger a new cycle. The others get burned. [/spoiler]

jnz (2007-08-04) For Crateless ([level]cobasef[/level]): [level]bonabug[/level].  I went with the brute-force solution.  Rene's is much more elegant.  And it runs much faster than mine as well.  :)

jf (2007-08-05) For Crateless ([level]cobasef[/level]), I started with a brute-force attempt: [level]zasinyg[/level]. But then I saw Rene's and jnz's comments, so I thought I would give it another try. Without yet opening Rene's spoiler, I nevertheless came to the same idea, that is, to use [spoiler]X and X+1[/spoiler]. Only, [spoiler]I was looking at the direction the two barrels went, not the timing, i.e. if they go different directions, it's a match[/spoiler]. That left one special case, and while focused on that problem, I thought of yet an entirely different design, and here it is: [level]kizemam[/level].

My solutions both have a lot of mechanization, which is fun to build. But jnz's brute-force is much more elegant then mine, and Rene's solution refines it down to the bare essential.

Bucky (2007-08-08) Corridor Jam 4:[level]colases[/level]

jnz (2007-08-08) For Corridor Jam 4 (colases): [level]mofydag[/level].  I didn't do any cycle counting but I let it run for a while and it didn't overflow and it doesn't seem to underflow so ...

Oh, and was there some reason you banned vertical girders?

Rene (2007-08-09)
For Corridor Jam 4 ([level]colases[/level]): [level]bovucuh[/level]

Can somebody please dig a second tunnel !!  ;)

[quote author=jnz link=topic=68.msg3014#msg3014 date=1186606346]
Oh, and was there some reason you banned vertical girders?
[/quote]

And did you have a purpose in mind for the gates at the tunnel entrances?

jf (2007-08-09) For Corridor Jam v4 ([level]colases[/level]): [level]dokotan[/level]. Rubicon needs a new piece: a dozer that can tunnel through walls.  ;)

Bucky (2007-09-16) New! Take care of all you adding and copying needs with one quick stop.  The prices are cheap and everything you need is conveniently located on the same aisle.  Welcome to Buckymart: [level]goxybut[/level].  (spoiler: [level]bidivaf[/level])

If you prefer, you can stop by the convenience store instead.  The prices are outrageous and it doesn't have the same selection, but at least it's located near the target matchers.  Bucky's Convenience store: [level]pyrozop[/level]  EDIT: Retracted because it's probably impossible.  I'll modify it once I figure out which/ how many barrels are needed.

jnz (2007-09-16) For Buckymart ([level]goxybut[/level]): [level]rigyboz[/level]
For Bucky's Convenience Store ([level]pyrozop[/level]): [level]hycupef[/level]

Bucky (2007-09-16) Yes, I knew you could use counterfeit money.  I didn't have time to correct it this morning.

Buckymart v3: [level]nasihaf[/level]

I also split the Convenience Store puzzles.  Both are now easier than the original.  The Expensive version is possible in theory, but the geometry of the level makes it quite tricky.  An extra barrel/crate really helps here.
Bucky's Convenience Store v2: [level]betehar[/level]
Bucky's Expensive Convenience Store: [level]sahamib[/level]


jnz (2007-09-16) For Buckymart v3 ([level]nasihaf[/level]): [level]hulimon[/level]
I'm completely stumped on the new Convenience Stores.  [spoiler]I can't figure out how to even generate crates other than {0,C,D,E,F} or {0,D,E,F} respectively[/spoiler]

Bucky (2007-09-16) [quote author=jnz link=topic=68.msg3193#msg3193 date=1189977542]
I'm completely stumped on the new Convenience Stores.  [spoiler]I can't figure out how to even generate crates other than {0,C,D,E,F} or {0,D,E,F} respectively[/spoiler]
[/quote]
Try [level]lumyxag[/level].

jnz (2007-09-17) Ok, I can do that one.  For [level]lumyxag[/level]: [level]bakegox[/level].

adept (2007-09-17) [quote author=jnz link=topic=68.msg3198#msg3198 date=1190051093]
Ok, I can do that one.  For [level]lumyxag[/level]: [level]bakegox[/level].
[/quote]

Very nice- I gave up trying to get more crates of the Convenience Store.  I hate it when I do that then peek and think- "Oh of course"

Rene (2007-09-17) For [level]lumyxag[/level]: [level]fuhygub[/level]

Nifty puzzle; at first glance I thought it was totally impossible.
By the way, what do you want me to do with the left-over barrel ?    ;D

For Buckymart v3 ([level]nasihaf[/level]): [level]tezusub[/level]

Bucky (2007-09-17) [quote author=Rene link=topic=68.msg3200#msg3200 date=1190057999]
By the way, what do you want me to do with the left-over barrel ?    ;D
[/quote]

Run the machine 1.5x faster.

adept (2007-09-18) I finally manage to make a purchase at Buckymart 3 [level]larelez[/level]

krisper (2007-09-18) Even though it was labeled easy, I am satisfied with my timing =) or something... w/e

Downward Dilemma ([level]ralasep[/level]):[level]razugep[/level]

jnz (2007-09-19) Seeing Downward Dilemma again, I remembered that I was forced to settle for a 1/4 rate solution ([level]kizinen[/level]) because a 1/2 rate solution eluded me.  Until now.

For Downward Dilemma ([level]ralasep[/level]): [level]givyxip[/level]

And welcome to krisper, without whom I wouldn't have been inspired to take up this old challenge again!

jf (2007-09-20) [quote author=jnz link=topic=68.msg3205#msg3205 date=1190238702]
Seeing Downward Dilemma again, I remembered that I was forced to settle for a 1/4 rate solution ([level]kizinen[/level]) because a 1/2 rate solution eluded me.  Until now.

For Downward Dilemma ([level]ralasep[/level]): [level]givyxip[/level]

And welcome to krisper, without whom I wouldn't have been inspired to take up this old challenge again!

[/quote]

I haven't had time lately to keep up with the newer puzzles, but I happened by the forum this morning and was inspired by jnz's level to try for a 1/2 solution myself, which was quite fun.

For Downward Dilemma ([level]ralasep[/level]): [level]xecibuc[/level]

jnz (2007-09-20) Nicely done, jf!  Whereas I tried to construct a 1/2 rate stream by [spoiler]combining two 1/4 rate streams[/spoiler] you did it by [spoiler]decimating a full rate stream[/spoiler] which is quite nice.  I do wonder about the seemingly "extra" parts you used.  Are they for show?

jf (2007-09-20) [quote author=jnz link=topic=68.msg3209#msg3209 date=1190313678]
Nicely done, jf!  Whereas I tried to construct a 1/2 rate stream by [spoiler]combining two 1/4 rate streams[/spoiler] you did it by [spoiler]decimating a full rate stream[/spoiler] which is quite nice.  I do wonder about the seemingly "extra" parts you used.  Are they for show?
[/quote]

Um, why yes, that's it. It wasn't that I was too hasty to save the level without first cleaning up some early experimentation.  :)  I had started with two devices and added a third, but now that you point it out, I see that I only need [spoiler]one of them[/spoiler]: [level]gyrusum[/level]

krisper (2007-09-20) Well thanks jnz for the Welcome, and you are welcome for the inspiration =)

Two-in-one (lebacik):lygugoh

Bucky (2007-09-30) ... And one more puzzle along the same theme as the last few.  This time, I operate a single machine that dispenses more than one product.

Bucky's Vending Machine: [level]ruzihed[/level]

sly (2007-09-30) I couldn't get it to work for 0, I'll leave that to someone else :)

for [level]rezihed[/level] : [level]xusoryb[/level]

jnz (2007-10-01) For Bucky's Vending Machine ([level]ruzihed[/level]): [level]masyfit[/level]

Rene (2007-10-01)
For Bucky's Vending Machine ([level]ruzihed[/level]): [level]vaxebir[/level]

jf (2007-10-02) For Bucky's Vending Machine v2 ([level]ruzihed[/level]): [level]bevydeb[/level]

Bucky (2007-10-05) [s]Copied from[/s] Based on a puzzle by Sly.

Easy Dyslexia: [level]fysyvag[/level]
Easier Dyslexia: [level]xelunop[/level]

sly (2007-10-14) Okay, that took me a week to solve and it only works half the time... little more than easy, I must say. I did enjoy it though. :)

Anyway,

for [level]fysyvag[/level] : [level]xutyzim[/level]

Rene (2007-11-16)
And here, after a long time, is a solution for Easy Dislexia ([level]fysyvag[/level]) that solves almost all cases.

    [level]josifok[/level]

Unfortunately there are still some cases that it doesn't handle (especial when the target crate is '8'), but you will probably need to contruct those by hand in order to make them appear.
I have some ideas for a true solution, may be I will do try that as well.

Timbo (2007-11-19) My solution for Easy Dislexia ([level]fysyvag[/level]): [level]caveguf[/level]
I only use 7 of the 9 random barrels.
I wrote a C/C++ to test all combinations for the random barrels, so I am sure that my machine solves the problem.

Bucky (2007-11-20) [quote author=Timbo link=topic=68.msg3290#msg3290 date=1195511349]
My solution for Easy Dislexia ([level]fysyvag[/level]): [level]caveguf[/level]
I only use 7 of the 9 random barrels.
I wrote a C/C++ to test all combinations for the random barrels, so I am sure that my machine solves the problem.
[/quote]

That solution should also work for the original Dyslexia with only a little adaptation.

Rene (2007-11-21) [quote author=Timbo link=topic=68.msg3290#msg3290 date=1195511349]
My solution for Easy Dislexia ([level]fysyvag[/level]): [level]caveguf[/level]
I only use 7 of the 9 random barrels.
I wrote a C/C++ to test all combinations for the random barrels, so I am sure that my machine solves the problem.
[/quote]

Very nice solution, Timbo! I never thought of [spoiler]subtracting the highest two values[/spoiler]; it must be my blind spot. And Bucky is right, this would solve the original puzzle as well. Two thumbs up!

Bucky (2007-12-06) Quick, easy puzzle time!  Five-spot: [level]cixifod[/level] (quick & sloppy spoiler: [level]zigunih[/level])

TTTPPP (2007-12-07) For Five-spot ([level]cixifod[/level]): [level]racutum[/level].

TTTPPP (2007-12-07) Bucky's 'sloppy' spoiler can be tweaked to be faster than my effort:
For Five-spot ([level]cixifod[/level]): [level]lysezum[/level].

jf (2007-12-07) For Five-Spot: [level]zufyluk[/level] quickly, and [level]vexubic[/level] with minimal waste.

Bucky (2007-12-12) [quote author=jf link=topic=68.msg3321#msg3321 date=1197052306]
For Five-Spot: [level]zufyluk[/level] quickly, and [level]vexubic[/level] with minimal waste.
[/quote]

A few modifications take your quick solution down to 13 ticks.  [level]/level]

jf (2007-12-14) [quote author=Bucky link=topic=68.msg3322#msg3322 date=1197447228]
[quote author=jf link=topic=68.msg3321#msg3321 date=1197052306]
For Five-Spot: [level]zufyluk[/level] quickly, and [level]vexubic[/level] with minimal waste.
[/quote]

A few modifications take your quick solution down to 13 ticks.  [level]/level]
[/quote]

Bucky, the level name is missing.

Here is Five-Spot in 12 ticks: [level]hysevab[/level]  ;)

Timbo (2007-12-14) For Five-Spot in 9 ticks: [level]zinuced[/level]
Somebody even faster?

Bucky (2007-12-15) It's like Crateless, but twice as fun.  Bring your own barrels.
Crateless 2:[level]jeliham[/level]

Rene (2007-12-15)
For Crateless 2 ([level]jeliham[/level]): [level]dehynut[/level]

I used the same principle as my solution to Crateless, just differently implemented

jf (2007-12-20) Nice solution, Rene.

For Crateless 2, I chose a simple compare: [level]tecoleh[/level]

Bucky (2008-01-19) Here's another one for you, Rene.

Circuit test:[level]menorid[/level]

jnz (2008-01-21) For Circuit Test ([level]menorid[/level]): [level]bavusyg[/level]
That was fun, kind of like an upside-down template copier.  Since it was "for Rene", I tried to create a Rene-like solution.  ;)  I'm not happy with the end though.

jf (2008-01-22) For Circuit Test ([level]menorid[/level]): [level]nuhozen[/level].

Rene (2008-01-25) [quote author=jnz link=topic=68.msg3358#msg3358 date=1200892843]
For Circuit Test ([level]menorid[/level]): [level]bavusyg[/level]
That was fun, kind of like an upside-down template copier.  Since it was "for Rene", I tried to create a Rene-like solution.  ;)  I'm not happy with the end though.
[/quote]

Well, I am not sure what a "Rene-like" solution looks like, but it may be something like this:

For Circuit Test ([level]menorid[/level]): [level]bugehif[/level]

And I have to say, there is some similarity with [level]bavusyg[/level]
I sure am honoured to have a puzzle created especially for me  8)

Bucky (2008-05-21) It's been a while, but I've got a new puzzle out.

Firewall:[level]gehexur[/level]

Werbad (2008-05-21) For Firewall ([level]gehexur[/level]): [level]dodetod[/level]

Rene (2008-05-21)
For Firewall ([level]gehexur[/level]): [level]nitonud[/level]

That was tough..... it can probably be done simpler but I did not see it  :(

Timbo (2008-05-23) For Firewall ([level]gehexur[/level]): [level]joryrer[/level]

jf (2008-05-24) For Firewall ([level]gehexur[/level]): [level]rynefuf[/level]

Finding room to position the solution crates was tough -- space is cramped in this puzzle, especially with the inconvenient furnaces. My design [spoiler]calculates both values from the top gate, by producing a burst of zero barrels. The start time of the stream gives the lower value, and the length of the stream gives the top value, with special handling for the 0 case[/spoiler].

immibis (2008-05-24) For Crateless 2: [level]gidyvig[/level]

Bucky (2008-05-24) [quote author=immibis link=topic=68.msg3857#msg3857 date=1211599929]
For Crateless 2: [level]gidyvig[/level]
[/quote]

Fails 15/16ths of the time because you trigger a new pair one time too many

immibis (2008-05-25) Oops.

Edit: Try [level]dogutix[/level]
Also:
For Save the Crate ([level]kibalid[/level]): [level]bepozyz[/level]
For Save the Crate 2 ([level]piguben[/level]): [level]bosivob[/level]
For Swimming Upstream: [level]robyvib[/level]
For Magical Lunatic: [level]viceraz[/level]. Very weird solution.
For Uncertainty: [level]bacolux[/level]
For Extraction: [level]havuxir[/level]
For Downward Dilemma: [level]gicuvus[/level]
For One-shot v2: [level]gydiliv[/level]
For Two-in-one: [level]xynazip[/level]

For Obstacle Course: [level]bybucib[/level]
For Transcribe 3pi: [level]sobydeb[/level]
For Door Key Trap: [level]dizozah[/level]

For Corridor Jam: [level]hydozul[/level]

Bucky (2008-08-09) Bucky's Sorting Service:[level]getofyn[/level].  This service is still in beta, so I'm not charging you for it yet.

Werbad (2008-08-10) For Bucky's Sorting Service ([level]getofyn[/level]): [level]fatibob[/level]
Interesting idea for a puzzle.

Edit:
About 1000 ticks faster solution: [level]fagytuv[/level]

[spoiler]You can actually sneak one of the crates past the final check. Adding a pipe to the left of the gate solves this problem.[/spoiler]

Rene (2008-08-16) For Bucky's Sorting Service ([level]getofyn[/level]): [level]dalibad[/level]

Fun puzzle.
In thought of the environment, I kept the number of destroyed barrels to a minimum  :D

EDIT: Werbad's (second) solution is quite a bit faster than mine... and he noticed that [spoiler]the value of the first crate does not matter[/spoiler]

Werbad (2008-08-16) With the current setup it is possible to solve the puzzle using only 16 checks. I'm having some problems setting it up though...

Edit:
For Bucky's Sorting Service ([level]getofyn[/level]): [level]dysyguc[/level]
It's slower than my earlier solution but I only use the sorter 16 times.
[spoiler]This is actually an extension of my earlier discovery. You can always sneak past a crate that is not bigger than the current crate under the gate, so as long as you always pick the highest value crate you can insert any other crate directly before it.[/spoiler]

And I just realized that the minimum should be 12 checks...

Edit2:
13 Checks: [level]dogebaf[/level]
[spoiler]The last check isn't really a check since it always have the same result, but I was too lazy to redesign the machine, so I took the easy route and added a 0 barrel at the end of the input.[/spoiler]

Just figured out a sorting method that only requires 20 checks without cheating... Good to know if you have to 'pay' for the checks in a later version...

Bucky (2008-08-25) Bucky's Sorting Service v2:[level]refurib[/level].
Don't get too excited; It's just a fixed version of [level]getofyn[/level].

jappie001 (2008-09-01) just finished [level]sufebeb[/level] ; timing is important.

what a weird way to complete a level. i wont post the solution.....for obvious reasons!

jappie001 (2008-09-02) My solution to transribe pi 3 times [level]davidap[/level]

Timbo (2008-09-06) For Bucky's Sorting Service v2 ([level]refurib[/level]): [level]perakak[/level]
Its based on [url]http://en.wikipedia.org/wiki/Odd-even_sort[/url]

Bucky (2008-11-20) New puzzle.  Medium difficulty.  No clue what to name it.

[level]dibirob[/level]

immibis (2008-11-20) Solved: [level]ludabip[/level]

Werbad (2008-11-20) Same basic idea as immibis [level]komigyk[/level]

Minimalist Solution: [level]xylyzyp[/level]

Twee (2008-11-21) I was wracking my brain trying to figure out how to solve [level]dibirob[/level] non-probabilisticly, and broke down and looked at Werbad's solution. I really wish I hadn't, as anything I come up with now would be pretty deriviative..probably.
Anyway, here's a solution to "Bucky's Vending Machine v2" ([level]ruzihed[/level]): [level]nifavom[/level]
I made it while suffering some insomnia, so I have a feeling that I may have over-complicated the problem. I'm pretty proud of the selective dozer-trap on the lower-right though. :)

immibis (2008-11-22) For Black Box ([level]ryvokir[/level]): [level]koguret[/level]
For Time-Divison Multiplexing: [level]sydorif[/level]
For Barrel Sweeping Task v0: [level]hezavot[/level]
For Big Mess v0 ([level]xohydum[/level]): [level]lugalif[/level]

Twee (2008-11-23) for "deadly tower"([level]zynemev[/level]): [level]cucehip[/level]

Edit: I ran the solution one more time after posting, and it failed. Here's a slower and more accurate version.

ddsdiur (2008-11-26) Transcribe Pi 3 Times: [level]getybel[/level]

Rene (2009-01-10)
For [level]dibirob[/level]: [level]xyterid[/level]

Bucky (2010-07-02) Your crate is scheduled for disposal.  Your only hope is a last minute intervention at the quality control booth.  Save the Crate 4 (Deluxe): [level]jasatim[/level]

Newt (2010-07-06) For Obstacle Course ([level]febagyc[/level]): [level]kydogod[/level]

Madball (2010-07-08) For Obstacle Course ([level]febagyc[/level]): [level]digulok[/level]

Rene (2010-07-09)
For Save the Crate 4 ([level]jasatim[/level]): [level]leroxad[/level]

A couple of peculiarities in the puzzle made it a lot more challenging than I originally thought. Very interesting puzzle.

Bucky (2010-07-22) Quick Dozer Lift: [level]cazabot[/level] (solution:[spoiler]will post later[/spoiler])

Werbad (2010-07-22) For Quick Dozer Lift ([level]cazabot[/level]): [level]cilobuz[/level]

jnz (2010-07-23) For Quick Dozer Lift ([level]cazabot[/level]): [level]pabireb[/level]

Bucky (2010-08-05) Divide by two is one of those unsolvable puzzles that comes up from time to time.  However, a couple of its cousins are solvable.
Divide by 3 and 5: [level]dygalup[/level]

Werbad (2010-08-05) For Divide by 3 and 5 ([level]dygalup[/level]): [level]xepocag[/level]

Rene (2010-08-12) For Divide by 3 and 5 ([level]dygalup[/level]): [level]bobugec[/level]
For Quick Dozer Lift ([level]cazabot[/level]): [level]radaded[/level] - interesting challenge

humbugger (2012-10-28) This is what I came up with for Downward Dilemma: ([level]ralasep[/level]) : Dilemma resolved [level]nukityb[/level]

I seems to be a little different from the other solutions.

b612 (2013-01-30) For Downward Dilemma [level]ralasep[/level] :[level]xegopeg[/level]

humbugger (2014-02-28) Finally decided to try these two.  Found that I was able to you the same principle for both.
Just had to change the matcher and stop methods slightly.

Crateless [level]cobasef[/level] : [level]godehig[/level]

Crateless 2 [level]jeliham[/level] : [level]mogygih[/level]

Humbugger

Update: Undeletable Starting Components

Kevan (2006-11-04) To prevent the ambiguity of whether a level designer intended certain bits of their level to be demolished, any usable components that appear in the starting level are now shaded blue, and can't be deleted.

(Hopefully this doesn't mess up any existing levels - I haven't noticed any having an intentional solution that involved deleting things. It does make solutions look a bit weird, when loaded in, but I can't think of a way to prevent that that doesn't make things more confusing elsewhere.)

daniel (2006-11-04) I have found something with this that might be considered a bug. I you for example load a custom puzzle, make a partial solution and save it to get back to finish it later, the parts you added will be blue when you load it again. I think only parts added while in sandbox mode should be marked blue not those added in game mode.

Kevan (2006-11-04) Sadly the blue-tint squares are calculated at runtime (being any tiles which are available to the user yet are already on the board), rather than being stored as part of the save-game file - it'd require a major overhaul of the save-game format if each square also needed a blue-tint flag. And I'm not sure how confusing it would make the existing interface if one mode created tinted tiles and others didn't - it'd certainly make for an annoying level if the designer intentionally (or accidentally) put in a few deletable girders.

BirdOfAsh (2006-11-04) I have a problem with this update: when you swap to sandbox mode, everything is still blue and cannot be changed/deleted. I like to load all of those neat "inventions" you find on the forums and mess around with their components to see how everything fits together, modify timers, etc. I cant do this now because they are all blue! I do know how much trouble you go through changing the game though, and thanks for making such a great game to waste all my precious time with!

Kevan (2006-11-04) Everything was actually still blue but deletable, so far as I can tell. But yes, not a good thing, this has now been fixed.

Mr K (2006-11-07) I like the intentions behind the idea, but I don't like the results. I solve everything on sandbox mode now, because the blue messes me up. Maybe if the blue could be turned on and off without having to switch to sandbox.

Edited to say: by turning off the blue, I don't mean making them deletable, I just would like to be able to have the colors normal while I solve. I'd still use the blue button to check what's originally there,. Right now, by switching to sandbox so that I can see while I solve, I can't switch back to game mode without everything turning blue. So I can't really use game mode at all.

Kevan (2006-11-07) What exactly do you mean by "messes you up"? Does the shade of blue look invisible or hideous on your screen, or something?

Mr K (2006-11-08) All the pieces are dark, like they are covered in fog of war. Even if they were lightened, instead of darkened, it'd still be distracting. It makes them all seem as if they are all one piece. I mean, that's the whole point, so that you can tell at a glance what is yours and what is part of the level, but having this view forced on all the time makes it a huge pain to work on. Now we can tell at a glance what is original and what's added, but now we can't tell at a glance what's a packer and what's an unpacker. All the original pieces are now faded together. It's not needed constantly on, and it's so distracting that I have to abandon game mode all together. I had thought it was a bug its so distracting. I uninstalled a bunch of browser extensions thinking a new one was causing some conflict with rubicon.

Kevan (2006-11-08) Are they a completely solid colour, or just too strongly faded? Perhaps the overlay function I'm using in Processing isn't supported in older versions of Java, or something. If it's a strong fade thing, though, it'd be good to see a screenshot so that I can tell whether it's any different to the way they look on my laptop screen.

Should Packers be slowed down?

Kevan (2006-11-04) It's niggling me that Packers and Unpackers are running a little too quickly. Due to an oversight in the original code, they combine their inputs [i]immediately[/i], rather than - as with other components - waiting until the click after the cargo has arrived in an input square (so that the cargo is actually visible for one click). This can make it quite hard to follow what's happening in a level with lots of adders, and it starts to get visibly ridiculous with machines like [level]jymoveg[/level].

It's trivial enough to change the code so that Packers wait for a click before combining their inputs - this will break loads of existing levels, though, and also render some bits of people's "toolboxes" obsolete. I can sort out something so that older levels can still be run the way they used to be (by looking at the timestamp of the save file, and alerting the user to the fact that it'll be running under the old physics model), but people are going to have to heavily rethink their usage of adders.

Should I make the change?

daniel (2006-11-04) I think it's a bad idea to change how any part work, it will break too many existing puzzles. In another thread you talked about implementing a way for the author of a puzzle to choose the laws of the world, that might be a good way of introducing this change.

Kevan (2006-11-04) That seems more confusing, if new levels are going to have to say "hello, this level uses slow packers" or "this one uses fast packers" each time, with players having to continually shift mindsets to be able to solve them. It'd be cleaner to just say that they'll all use slow packers from now on, with fast packers being a rare and heralded exception whenever a player loads in an old level (or old solution).

jf (2006-11-04) I vote to leave them as they are. There are other interesting differences in timing between components. For example, some components will take the input away before the furnace consumes it, such as copiers, and some won't, such as winches. Put a furnace right next to the input of a downward copier, and also of a downward winch and drop a barrel on them. You'll see the copier copies before the barrel is burned, but the winch stays perfectly still and misses the barrel. IMHO, that's fine, and I've come to depend on such subtle differences in behavior when constructing complicated sequences.

TfGuy44 (2006-11-04) Is there any way we can try out slow packers first?
I'd like to compare them with the fast packers before I decide.
Maybe even just seeing how jymoveg would run with slow packers would be enough.

BirdOfAsh (2006-11-04) I dont see why you couldnt change it, the game IS in beta still right? It WOULD mess up older levels, but that is part of playing beta versions of games, right? But here is MY suggestion: give us 2 different types of packers! Slow packer AND Fast packer!  ;D

Kevan (2006-11-04) I've put up a version of Rubicon that uses slow packers at [url]http://kevan.org/rubicon/beta/game.html[/url] - you can load in any existing level, and mess around in the sandbox as normal. I agree that the timing nuances don't really matter and people will get used to anything, but running them like this does make it a lot clearer to the viewer what's going on (and makes jymoveg a lot nicer to watch, even if it completely fails to do its job now).

Kevan (2006-11-04) And hm, it looks like copiers are also running too quickly, in the same way - it's certainly unintuitive that chains of copiers can cross furnaces in a way that pipes can't, and that pushing crates into copiers and pipes at the same time gives you a copied crate one click before a piped one. (Examples at [level]zagykav[/level].)

Bucky (2006-11-05) [quote author=Kevan link=topic=70.msg510#msg510 date=1162681298]
And hm, it looks like copiers are also running too quickly, in the same way - it's certainly unintuitive that chains of copiers can cross furnaces in a way that pipes can't, and that pushing crates into copiers and pipes at the same time gives you a copied crate one click before a piped one. (Examples at [level]zagykav[/level].)
[/quote]

Well, that's why one usually uses long pipes to bypass furnaces instead of a series of short ones.

jf (2006-11-05) It occurs to me that I take back my vote. I'm happy either way. It would be nice to keep existing, old solutions running, though, if possible, if you change them.

Bucky (2006-11-05) [quote author=Kevan link=topic=70.msg510#msg510 date=1162681298]
And hm, it looks like copiers are also running too quickly, in the same way.
[/quote]

[level]vakomid[/level]

Hand-E-Food (2006-11-06) I vote against the change.

One major difference will be how it handles moving cargo, for example: [level]gugofyv[/level].  When F and E are under the packer, it combines them on the next tick.  However, E and D will be on the inputs on the next tick, and on top of that F will be in the way of the output.  Will it be able to handle that properly?

Djonn (2006-11-06) Obviously the whole purpose of jymoveg was to take advantage of the fact that information could be communicated instantaneously using the packers. However, even if they are slowed down, they would still be twice as fast as dozers/coveyors (like keys), and certainly nicer to look at.
I think the only real downside to slowing them down is compatibility. If you can have a timestamp on the saved levels that triggers the use of fast packers (and warns the player this was created using an old version...), I would be happy to have them changed.
As for what Hand-E-Food said, I disagree, as simply putting a girder instead of a conveyor just below the packer fixes the result in the slowed down version.
[edit]Only half speed timers (or much more complicated ones) though, argh! Oh well...[/edit]

However, in the same idea, even if it is not as obvious as packers, the speed behaviour of components, in particular copiers, is not always consistent (people certainly know that and take advantage of it but still):[level]lakosol[/level]. Also, as jf said, I think furnaces should also always come last, or something.
In general, I think the order of precedence of components should be documented.

Also, why is it possible to move instantly vertically (with pipes) and not horizontally? As useful as it is useful for timing purposes, it seems quite unfair ;), maybe we could have horizontal pipes, or vertical girders.

Oh, and could it be possible to have a "play slow"/"step by step" option for debug/understanding what the hell is going on on other peoples machines?

bjrn (2006-11-06) Yeah, the pipes is something I've been thinking about. Not too sure about side-to-side pipes though, if you start doing that, why shouldn't everything be in all directions. Side-winches, packers and unpackers going left instead of right, left and right duplicators?

Djonn (2006-11-06) Yeah, you're probably right, as frustrating as it is, it's part of the fun to have to handle gravity and assymetrical components. But there is currently no way to go up at normal (or slower) speed, which would seem logical.

jf (2006-11-06) I agree--the asymmetrical nature or packers definitely adds to the fun of puzzle-solving. Left-to-right or right-to-left design is part of the challenge.

Kevan (2006-11-06) Okay, the new physics model is now live, and loading in any of the pre-existing levels should switch back automatically to the old physics model, and warn the user that this has happened. The two models are distinguishable by the fast packers and copiers being tinted green.

You can also toggle between the two models by pressing "P", which means that it's possible to ignore the new physics model and just keep using the old one, if anyone really wants to.

It looks okay from here, but let me know if you have any trouble getting your old levels to work, or your new levels to save properly. (And if anyone's got any prominently-linked levels that they know can be solved under the new physics model, and want me to tweak the save file so that they don't default to the old model, just let me know the level names.)

Mr K (2006-11-07) Though the poll is apparently closed, I like the idea of having the packers and unpackers operate at the slightly slower speed. It should take at least a turn, not zero turns. I disagree about the copiers. If is at a spot long enough to be destroyed by a furnace, it's there long enough to be copied once. I don't see why a barrel would trigger the furnace before the copier. All surrounding tools should be triggered at the same instance. I would make the assertion that the up-pipe is triggered along with the furnace and the copier, it's just that barrel is destroy by the time it leaves the pipe. The only thing that doesn't seem intuitive is that winches aren't activated in time. I would expect the winch to change position. a barrel lands on a spot with both a furnace and a winch next to it, I expect the winch to start to try to move the barrel, and the furnace to destroy the barrel before the winch actually moves anything, so that it's position is now reversed.

Since you made a toggle for the physics, I'm assuming that you did this to allow people who wanted to keep the old physics to keep it, and those who wanted to get the new physics to get it. But since you changed the physics of multiple kinds of objects, what about a toggle for each? I agree with your idea that packers needed their physics adjusted, and want to use the new physics for them. But I disagree with the idea that copiers needed their physics changed, and don't want to alter their physics. So I can't use the improved physics without taking on some bad physics at the same time.

When I load an old level, it gives my a warning about "packers, unpackers, and adders" physics changing. This should say copiers, not adders, correct?

It seems like the default is the old physics model, not the new one. When I start with a blank slate, I have to turn on the new physics by pressing P. Shouldn't the new physics be default? That is, unless you are still just trying them out.

Kevan (2006-11-07) The toggle was more to let people load in old levels and solve them with new physics - I'd be surprised if anyone hangs on to the old physics model for very long, really.

You're right about the wording of the warning; I've fixed this now.

And the new physics [i]is[/i] the default - if you open Rubicon and go straight to the sandbox, you'll get the non-green packers and copiers of the new physics model.

ESC key crash.

Hand-E-Food (2006-11-06) Hello,

While I realise the ESC key has no functionality in Rubicon, I have a bad habit of pressing it to remove the green box (from using the SHIFT key.)  After I press it, Rubicon and all of Internet Explorer 6 freezes.  I have to terminate the process before I can do anything else.

Kevan (2006-11-06) Odd, I didn't realise this carried over into exported applets. It's a Processing thing, and it's easy enough to disable - it's been fixed for v1.18.

Rule 110 Cellular Automaton

NuclearFusion (2006-11-06) I'm trying to do a completely visual implementation of the Rule 110 CA and I need a pattern matcher.
The smaller one I could do is in [level]JIFEPAN[/level].
Any ideas on how making it smaller?

colcolpicle (2009-10-20) Just add them all together first

[level]dulupin[/level]

Moving the dozer up

bjrn (2006-11-06) So, there are a few ways of getting a dozer to go up. Most people seem to be using the one block+winch thing. I was wondering what good alternatives there are, for instance if you can't use winches. I played around a little with it (very little), and with everything available it was easy to make one that took one space less space horizontally (but made up for that in vertical space) using a duplicator. Pipes and conveyors worked as well. Still, as I said, I haven't spent very much time on this, but I was curious if others have done more and come up with other neat solutions.

The two I mentioned (plus the block/winch one) is in [url=http://kevan.org/rubicon/game.php?level=gydazel]gydazel[/url]

jnz (2006-11-06) People have been calling these things "switchbacks", I think.  I know of one other variation, using two ramps back to back.  The nice thing is that it works even if the dozer is pushing cargo, if you leave enough space (although it does reverse the order).  Added at the top of yours: [level]bupetyb[/level]

Otto (2006-11-07) If you only need him to go up one time only, and don't have any switches or copiers or winches, or even upward pipes...  A lock will do as well. [level]sukyzob[/level]

Lazyone (2006-11-07) I liked your design Otto. I had never thought about using the gate till now. I did modify it a little bit so you can do repeated lifts if need be [level]Dozynav[/level] on second thought i used a UP tube to do this OOPS

Handi (2006-11-10) Very nice designs. Switch-back is definetevly very usefull. Here's another one -- a one time dozer remote (it uses 2 dozers). [level]pusopud[/level]

Otto (2006-11-12) [quote author=Lazyone link=topic=73.msg599#msg599 date=1162905123]
I liked your design Otto. I had never thought about using the gate till now. I did modify it a little bit so you can do repeated lifts if need be [level]Dozynav[/level] on second thought i used a UP tube to do this OOPS
[/quote]

You can do it with a downward copier though. [level]befiseg[/level]

Bucky (2006-11-16) You can even use another dozer! [level]sydolyg[/level]  The "zipper" on the far right seems the most practical way to move dozers up using other dozers.

bjrn (2006-11-20) Oh, the zipper is nice, very visually pleasing.

humbugger (2013-09-24) I have added a couple more to 'jnz' [level]bupetyb[/level]

[level]lopycat[/level].

Hopefully this is usefully to some one.

Humbugger

Pattern Matcher

NuclearFusion (2006-11-06) Matches an input against a preset pattern
[level]jifepan[/level]

Template copier

Bucky (2006-11-06) This is pretty close to a generic puzzle solver.  Its main fault is it works in base 10, not base 16.

[level]dadocyp[/level]

Directions:
1)put a base-10 template (in barrels) in the template area.  If the template is less than 6 barrels long, move the copy-up and up-pipe as appropriate.  If it is longer than 6 digits, you must slow down the top dozer as well.

2)Feed a steady stream of F-crates

3)Watch as it spits out crate copies of your original template

EDIT: [level]gigebib[/level] will handle letter crates as well, but it's much, much slower.

Otto (2006-11-07) Neat!

However, it completely glitches if you have an F in your template, because F's start going through the switch too fast and don't left shift the template in time.

Bucky (2006-11-20) [quote author=Otto link=topic=75.msg596#msg596 date=1162902855]
Neat!

However, it completely glitches if you have an F in your template, because F's start going through the switch too fast and don't left shift the template in time.

[/quote]

Fixed.  [level]gohutaz[/level] doesn't glitch like that.  As a bonus, it runs faster and can hold a longer template.  (to make it use an eve number of digits, make the top dozer's track one square longer and add a conveyer belt under the omitted digit of the template.

Rene (2007-07-23)
Here is a high speed version of the template copier that I derived some time ago: [level]bybyhez[/level]

Rene (2007-07-31)
And here are some more template copiers:

[level]lamevut[/level]

The top left can handle an arbitrary long template; the template is fed from the right, and the copies come out on the left. You have to make sure that the first digit of the template is present in the machine before you add the 'F' feed, though: when the machine is empty, it will not stop out of its own. The top right one is similar and differs only in the way the next digit is moved in; pick your own preference.

The bottom template copier I saw in a recent solution by JF ([level]jynysat[/level]), but I took the liberty to simplify it a bit. The great thing about that one is that it starts/stops out of its own. You can feed it individual digits and they will get copied into crates. If you let the outgoing digit trigger the next incoming one (like JF did in his solution), you have quite a powerful copier.

colcolpicle (2009-10-04) here's a template copier I made. [level]genizob[/level]  I believe that it is a bit faster for lower numbers than some of the other ones. it takes two steps per number of times it has to change it rather than three, but there is a slight delay and it is huge.

Rene (2009-11-07) [quote author=colcolpicle link=topic=75.msg4427#msg4427 date=1254658474]
here's a template copier I made. [level]genizob[/level]  I believe that it is a bit faster for lower numbers than some of the other ones. it takes two steps per number of times it has to change it rather than three, but there is a slight delay and it is huge.
[/quote]

Cool. That is pretty close to an ideal template copier!
Here are two copiers that use the same principle, but are more compact:
[level]jaratab[/level]

Shreyas (2013-09-21) Exceptional! Just that it would be great if you could stop the whole process after the thing is completed... good anyways..

Broken graphics

daniel (2006-11-07) This is most certainly a problem with my java plug-in (Blackdown) but I'm posting it here anyway in case there is something that can be fixed in Rubicon. The bottom of the Rubicon interface looks a bit like if it is loaded from a truncated image file (see attached screenshot). It's no big deal, I have got used to it, but it makes the description text down there hard to read. And, yes, before you ask I have cleared my cache, deleted my .java directory and the problem is still there.
Here is my software:
Gentoo Linux (x86 stable)
Firefox 1.5.0.7
Java(TM) Plug-in Blackdown-1.4.2-03

Kevan, don't waste your time trying to solve this, I'm posting it mostly FYI.

Edit: I just tested with SUN's Java(TM) Plug-in 1.5.0_08-b03 and the problem is not there, so it must be Blackdown that is borked.

Kevan (2006-11-07) Thanks, I'd heard a couple of mentions of this bug, but without many useful details. It's most likely a general issue with Processing's image loading, as I'm not doing anything particularly weird with the graphics - Rubicon was written in v0115, I think there's a newer version around these days, I'll try recompiling it in that, at some point.

daniel (2006-11-07) Ah, ok. So it may be a bug in Processing that gets triggered in Blackdown, or the other way around.

Lazyone (2006-11-07) I know this is not your solution. When I tried playing the game on other computers not releazing that I needed the latest java installed to play i got all messed up graphics is there a chance of including a link to the latest Java download, if you havent done this already. I have recomended the game to several friends that came across this problem a couple of weeks ago and they just gave up trying to play.

Kevan (2006-11-07) Good idea. Link added.

3 Digits Pattern Matcher II

NuclearFusion (2006-11-08) ::[level]XUTAGAH[/level]::
Matches a 3 digits input against a 3 digits preset pattern.
Now working under the new physics model.

*NEW* Improved Model: [level]FIMOKYB[/level]

Up pipe bug

Bucky (2006-11-08) (moved from Misc)
Apparently, an up-pipe cannot deliver crates to the top row of the screen. Copiers and winches do not have this problem.  (example: [level]vagumog[/level])

Kevan (2006-11-08) Fixed in v1.21.

Save Solution Command

Handi (2006-11-09) Hello Kevan,
My lazy ass was wondering if you could do a little in-game command. It's really just a shortcut, but on the other hand, it would be quite usefull and easy to make.

Let's say I am member [b]X[/b]. I have just solved the puzzle "bynapop" and I want to save and store it in the warehouse in order to put it in the forum.

The command would do the following:
1 - Save my game using name [b]Y[/b]
2 - Put it in the warehouse, using this data: 
      code: [b]Y[/b]
      title: [b]X[/b]'s bynapop Solution
      designer: [b]X[/b]

I know it's really optional, but still, don't you think it would be nice ?!  ;D

Hand-E-Food (2006-11-09) I'm confused.  How is that different to what we currently do?  That's exactly how I put my solutions in the forum.

Kevan (2006-11-09) I think Handi means that the [i]game applet[/i] would save your level as that, whenever you clicked "Save". It's possible, but would require a lot of interface kicking, particularly the name input (the existing text input functionality is pretty basic, in the applet). If I ever revamp the basic "Save" functionality, though, it'll be trivial enough to automatically include the original-puzzle filename, I'll keep it in mind.

Handi (2006-11-09) It's exactly what I was thinking of, Kevan.
Maybe if the applet would automatically retrieve cookies, it could directly get the name of the user...

Hand-E-Food (2006-11-10) I get it now.  It skips the warehouse form.

Forcing jar reload on new version

daniel (2006-11-09) Could you consider including the version number in the filename of the applet's jar-file. I'm asking this because the java plug-in caches the jar so I never get the updates. Changing the filename will force a reload every time there is a new version of Rubicon.
Closing and restarting the browser will get me the latest version but I very seldom close it because I often keep some tabs open for days. If there is another way to force a reload that would be OK too.

Bulldozer timers

Lazyone (2006-11-10) What have you came up with for extended lenght timers for the bull dozer? I was just doodling around and came up with [level]Neridun[/level]

Handi (2006-11-11) Lol, I like it!
You can simply use the incrementer/gate though, as here: [url]http://kevan.org/rubicon/forums/index.php?topic=44.0[/url]  ([level]BUPAKUC[/level])

Select The Best Rx

phentramadol2 (2006-11-10) Only for community kevan.org! HOT!

[i](spam links removed manually)[/i]

Mr K (2006-11-11) Well, I really wanted to try that level, and was disappointed when there was just spam in here. So...

Select The Best Rx: [level]jucybun[/level]

Lazyone (2006-11-11) solution [level]pytidaz[/level]  ;D and MR K i made a couple of new puzzles for you :)

Hand-E-Food (2006-11-11) Select The Best Rx: [level]jucybun[/level]: [level]vofyzuf[/level]

Bloody new physics.  You can't use conveyors to deliver crates to unpackers any more.  They push the second crate away before the unpacker triggers.

20eight (2006-11-11) [level]jucybun[/level]:[level]gydibev[/level]

bjrn (2006-11-20) [quote author=Hand-E-Food link=topic=85.msg703#msg703 date=1163237344]Bloody new physics.  You can't use conveyors to deliver crates to unpackers any more.  They push the second crate away before the unpacker triggers.[/quote]Well, you can, but you need to move the conveyor one step away and use a girder (or similar). For instance: [url=http://kevan.org/rubicon/game.php?level=fepoved]fepoved[/url]

Suggestions

jnz (2006-11-11) I've been collecting a few ideas for a while now, so here they are in no particular order:

[list]
[li]The Clear button puts you back to a completely blank slate.  This may be nice when you are designing a level and you decide to scrap what you've got.  But when solving an existing level it would be nice to have a way to clear only your pieces and start again (other than reloading the page).  So I propose that when in Game mode the Clear button only clears your pieces (leaving all the architecture and blue-locked pieces).  In Sandbox mode it can retain the current behavior.[/li]
[li]If you are in Game mode and you lay down some pieces and then click the Game button it blue-locks all your pieces.  I guess making the Game button not do anything if you are already in Game mode would fix this.[/li]
[li]In the toolbox the left conveyor is on the right and the right conveyor is on the left.  This drives me completely nuts.  :)  Although I suppose changing it now might confuse everybody else, at least for a while.  The dozers are similarly reversed but I don't tend to have a problem with them since the icons are easier to distinguish and less ambiguous.[/li]
[li]If you accidentally drag the mouse a bit while clicking the OK button on any of the dialogs you can end up inadvertently laying down girders underneath.  If it is easy to suppress this, it would be appreciated.[/li]
[li]The applet uses significant amounts of CPU time even when the machine is not playing.  This makes it impossible to open up a bunch of different machines in different tabs.  The applets in the background tabs are sucking up all the CPU cycles and making the foreground one run with an unacceptably low rame rate.  I'm assuming this is because the background applets are constantly redrawing themselves even though nothing is changing in them.  Is it possible to call noDraw() or something when the machine is not playing?  This might even make the editing more responsive on slow computers.  You wouldn't have to wait for the current frame to finish drawing before a click got processed.[/li]
[li]I sometimes trim off the query string off the link to an existing level when I want to get to a blank sandbox (ending up with the URL: http://kevan.org/rubicon/game.php).  This gives the error message 'The level "" could not be found.' and then drops you in a blank sandbox defaulting to the old physics.  It would be more useful to me to get rid of that error message and default to the new physics.[/li]
[li]The Copy-and-Paste is nice but a Cut-and-Paste would be a nice complement.  Select an area, hit X, then click where you want to paste.  The source rectangle would be erased just before the the target rectangle gets filled in.  This is different than doing a select, C, left-click, Delete when the source and the target rectangle overlap.  Additionally, after doing a cut-and-paste (and maybe for copy-and-paste too) it would be nice if the selection rectangle got moved to be around the target area.  This way I could do a cut, paste and then repeatedly paste the same thing to other parts of the level just by hitting C and left-clicking.[/li]
[li]Dragging the paste rectangle around can be really slow when you have a large selection even on a fairly fast machine.  I don't know if making the rectangle snap to the grid instead of allowing it to move pixel-by-pixel might help this.  It might feel more responsive, at least.[/li]
[li]It would be nice to have the version number displayed in the lower right even when not at the main menu so you can be sure you're not using a cached old version.[/li]
[li]Could we have a counter of the number of frames (or seconds) that elapse from the time you click Play until the Solved! appears?  This would allow us to compete for "fastest solution".  The only problem that I can see is that a few rare machines get to the solved state but aren't quite finished running yet (they break the solution and then fix it again a bit later).  If we want to say that those machines shouldn't really be counted as being truly solved the first time that Solved! appears then I suppose you'd have to keep the counter running in the background and copy it to the official "time to solve" variable whenever the machine shifts from the non-solved to the solved state.  Perhaps you could stick this display underneath the Solved! text.  Something like "in N frames" or "in X.Y seconds".[/li]
[/list]

Well that's all I've got for now.  ;)  Any thoughts, people?  For or against?

Lazyone (2006-11-11) I like the changes. A minor little thing also is when you load a level your are able to hit enter for the OK button but not the OKS after this. Also someone had mentioned possibly adding a pause and step feature, this would be great as the puzzles get more complex like MagiMaster's decypher puzzles.

Is there a way of using a Hot key to load a level? I saw in one post you had mentioned hit the L key to load but i tried and it did not work.

Kevan (2006-11-18) Thanks for the feedback and ideas, jnz. To respond in the same particular order...

[list]
[li]Yes, have been meaning to do this, it just needs another backup storing. I'll get around to it eventually.[/li]
[li]Fixed in v1.22.[/li]
[li]Heh, sorry about that. Maybe I could sharpen up the icons a bit.[/li]
[li]Fixed in v1.22.[/li]
[li]Yes, this is bad, and yes, they're constantly redrawing themselves. I'll look into improving this.[/li]
[li]Fixed in v1.22.[/li]
[li]Seems a good idea, I'll look into expanding the editing features at some point.[/li]
[li]I was wondering that as well, I'll give it a try some time.[/li]
[li]Actually, Daniel's suggestion of changing the filename so that it doesn't get cached seems more useful; I'll look at that at some point.[/li]
[li]Excellent idea. v1.22 has a timer in place of a cost total, when a machine is running; the first time the level becomes solved, the timer gets copied to the bottom-right of the screen. Have fun.[/li]
[/list]

jnz (2006-11-19) Thanks for the fixes.  (I sent you an email about some of this yesterday before you came out with this new version.)

I have noticed that the tick count seems to be 1 higher than people have been using on the forums, although that could just be the difference between whether you label the first tick "1" or "0".  But if you start a level already solved it says "Solved in 2 ticks" which is too high no matter which way you are counting.  Also, if you let a machine run in sandbox mode it forgets to latch the frame count until you switch back into game mode.

ddsdiur (2008-04-19) How about making the target matchers be settable in the editor to accept barrels, crates, or both. That would let the cheat-prevention still work, but also let people match barrels if they want to.

First try...

KCStylee (2006-11-11) Here is a try at making my own level.  [level]DUNYLAK[/level] 
Not the most elegant solution, but it works. [level]NYCORYT[/level]

20eight (2006-11-11) here's mine:

[level]dunylak[/level]:[level]fexavez[/level]

Lazyone (2006-11-11) My solution is [level]Godubyd[/level] its one ugly solution but it works. Nice level KC keep it up.

Mr K (2006-11-11) Here's mine: [level]domicog[/level]

Fun level.

Handi (2006-11-12) nice simple level!
Solution to [level]dunylak[/level]: [level]dubidug[/level] ... I like when it's clean
Good solution 20eight

adept (2006-11-12) another one [level]suxobas[/level]

Hand-E-Food (2006-11-13) That was fun! Keep them coming! :)

Beaded Facade: [level]DUNYLAK[/level]: [level]sypekaz[/level]

Bucky (2006-11-13) I used a slight variation on my generic puzzle-solver.
[level]dunylak[/level]:[level]gipaven[/level]
(by the way, this version of the generic solver now works for all values and up to string size 13.)

Hyenas Here (2006-11-30) My dunylak solution (great level):
[url]http://kevan.org/rubicon/game.php?level=gagelyk[/url]

My first try:
[url]http://kevan.org/rubicon/game.php?level=dohiful[/url]

Hand-E-Food (2006-12-01) True: [level]dohiful[/level]: [level]kybatuc[/level] – That was cool!  What else have you got? :)

SM (2006-12-01)
Solution to True:

[level]zidigiv[/level]

My first shots at puzzle-making:

LilFaery (2006-11-12) [level]raboziv[/level]  solution: [level]zipegip[/level]
[level]zymyfis[/level]  solution: [level]zuvodyk[/level]
[level]vibunoz[/level]  solution: [level]cibehel[/level]
[level]gicysuz[/level]  solution: [level]zydylat[/level]
[level]sydivev[/level] solution: [level]dogagiv[/level]

20eight (2006-11-12) here's my solution to [level]raboziv[/level]:[level]hukadyp[/level]

jnz (2006-11-12) My solution for Generic Pit (raboziv): [level]catidux[/level].  Took me a minute to figure out how to trigger the door key with no packers or unpackers available.  :)

Lazyone (2006-11-12) Here is my solution [level]Jydusub[/level]

Shamil (2006-11-12) solution without the bulldozer : [level]nolyror[/level]

LilFaery (2006-11-13) A couple more:  [level]zymyfis[/level] and [level]vibunoz[/level]

Lazyone (2006-11-13) for [level]vibunoz[/level] my solution is [level]sexidid[/level]

For [level]zymyfis[/level] my solution is [level]cafacap[/level] it takes forever but gets the job done.

LilFaery (2006-11-13) Another: [level]gicysuz[/level]

Lazyone (2006-11-13) For [level]gicysuz[/level] here is my solution [level]bokyzub[/level]

Nice level

Handi (2006-11-13) Here's my solution to [level]vibunoz[/level] : [level]tapasut[/level]
Nice level! Actually, i had almost exactly the same idea recently... I just haven't found the time to make the level.

Djonn (2006-11-13) My solution to [level]gicysuz[/level]:[level]pobovab[/level]. I liked this.

adept (2006-11-13) this is how I counted the crates [level]xynidav[/level].  Just watching how you designed the level to produce the right number of crates was interesting.  Good job on all these puzzles.

jnz (2006-11-13) My solution for ThreeCs (zymyfis): [level]gasodak[/level] (even slower than Lazyone's)
And for Synchronization (vibunoz): [level]gyvofuh[/level] (surprisingly simple for such a complex starting machine)

Lazyone (2006-11-13) Adept  your solution doesn't solve for 2 or 0 [level]xynidav[/level]

20eight (2006-11-13) On [level]zymyfis[/level] I spent a long time on first attempt ([level]doxygel[/level]).  For some reason I thought that F + F would = C.  Of course I didn't realize until I was almost done.  It's worth checking out anyway (even though it takes a really long time).

Then I came up with this [level]xybunek[/level], which I see now that I look is basically the same as Lazyone's.

Nic (2006-11-14) For [level]gicysuz[/level]:[level]pygemof[/level]

Hand-E-Food (2006-11-14) These are really good puzzles!  I'm looking forward to giving the first two a go.

Synchronization: [level]vibunoz[/level]: [level]betonat[/level]
Counting Crates: [level]gicysuz[/level]: [level]bihiryg[/level]

LilFaery (2006-11-14) Thanks for the nice comments all. =)

New puzzle:  [level]sydivev[/level]

SM (2006-11-14) No one said it had to be pretty...

[level]Sydivev[/level] solution

[level]byduhav[/level]

jnz (2006-11-14) My solution for Swapping (sydivev): [level]mitubog[/level]

Djonn (2006-11-14) My solution to [level]sydivev[/level]:[level]sasabyh[/level]
(by the times the crates go down the four downward pipes in the middle everything is already sorted, bug I got a little carried away).

Lazyone (2006-11-14) for  [level]sydivev[/level] my solution is [level]mazufyg[/level] and a second solution that is alittle bit cleaner [level]desubod[/level]

daniel (2006-11-14) Here is how I solved them:
[level]xykatoc[/level]: Solution to ThreeCs. Simple but painfully slow.
[level]buvamuz[/level]: Solution to Synchronization. Very much like the others.
[level]rutetig[/level]: Solution to Swapping. Timing is everything.

adept (2006-11-14) [quote author=Lazyone link=topic=88.msg764#msg764 date=1163456388]
Adept  your solution doesn't solve for 2 or 0 [level]xynidav[/level]
[/quote]

that is why I should not post until I've slept after "solving" one of these. 
[level]syrepas[/level] fixed those issues. :-[

Sydivev : [level]midevac[/level]

Lazyone (2006-11-14) [level]syrepas[/level] looks good. It wasnt that i was checking it before, it just happened to be a 2 for the random number.

20eight (2006-11-15) Daniel,

[level]xykatoc[/level] is brilliant

Hand-E-Food (2006-11-15) Another fun quickie!

Swapping: [level]sydivev[/level]: [level]tavutis[/level]

And for the first one...

Generic Pit: [level]raboziv[/level]: [level]furaruk[/level]

Second try

KCStylee (2006-11-14) Sorry I can't come up with ideas quick enough to put multiple levels in the same post.  I'll stockpile ideas for the next post. 
Here is the second installment from yours truly: [level]VYDYBAC[/level]
The timing is hell here.  I'm curious if there is a completely unique solution from this one: [level]FYNODUT[/level]

jnz (2006-11-14) My solution to All about timing (VYDYBAC): [level]tuzamib[/level].  Only the 4 and 5 are really that timing critical.
As for multiple levels in a post, you can go back and edit your old posts to add new levels.

SM (2006-11-14) My solution to all about timing (VYDYBAC)

[level]jevysil[/level]

Lazyone (2006-11-14) My solution is [level]zebehat[/level]

Hand-E-Food (2006-11-15) A nice quick one! :)

All about timing: [level]VYDYBAC[/level]: [level]xumydel[/level]

KCStylee (2006-11-15) OK, I put a few more restrictions to enforce the name of the level.  And about the mulitiple level ideas in one post, I wanna look smart and list like four or five at once.  Only problem is that I'm not that good yet.

Hand-E-Food (2006-11-16) What do you mean you "wanna look smart"?  Aren't you smart already? :)

Posts can always be edited and have more levels added later.  That's what most people do.

20eight (2006-11-20) [level]vydybac[/level]:[level]kidycag[/level]

Corrupted Level

Bucky (2006-11-14) [level]koluhyk[/level]

I saved it normally via save button and warehouse, but when Lazyone tried to load it, the area around the targets was messed up, with 2 unidentified objects and several others rearranged.

It should look like [level]bogebac[/level] except with grilles instead of girders.

Bucky (2006-11-18) Update:

The saving mechanism corrupts a level whenever there's a grille with 2 crates to its right.  However, a furnace or upward winch can substitute for a crate, and a ? crate doesn't work.


The following combinations produce something other than garbage
2 1-? barrel
2 3-bulkhead
3 any crate-same as second crate
3 furnace-? crate
4 3- chain
4 4-checkerboard
5 3-cobweb
5 5-storage tank
5 6-down winch
5 7-down pipe
5 9-pillar
5 A, 5 winch-Hazard Stencil
5 C-right ramp
5 E- Glass dome
5 F, 5 Furnace - Fluorostrip
6 3-C crate
6 6-F crate
6 7 through 6 F - 0-8 barrels
7 0 through 7 6- 9-E barrels
7 7-crenellation

..plus more that I haven't found.

Kevan (2006-11-22) Oops. This definitely looks like an encoding bug, although I thought I'd been careful not to use any reserved characters. I'll take a look at it in the morning.

Kevan (2006-11-23) Sorry, busy day yesterday.

This should now be fixed, in version 1.23.

jnz (2006-11-24) You fixed it but shifted the corruption problem to a different place.  Load [level]rofatef[/level], insert two 9 barrels in the empty spaces, save and reload.

This is easy to fix.  Map '%' to '%25' and map '+' to '%2B'.  Then your server-side PHP will see the correct characters automatically without you needing to do anything special.

Kevan (2006-11-24) Ah... the previous system pre-dated barrels, so I never expected those characters to be used. Fixed, and thanks.

Skull Face72 (2007-11-15) Whoaah. That unidentified piece looks kinda like a pole,but pushed too far to the right of the grid square.

Sheep Dog

Hand-E-Food (2006-11-15) Round up dem crates!  [b]Sheep Dog:[/b] [level]dydymyk[/level]

I don't have a solution yet.  Let's see what we can make of this...

I stuffed up designing this.  The solution is a lot easier than I first thought: [level]kevyvet[/level]

Lazyone (2006-11-15) [level]fysazex[/level] us what i came up with for sheep dog. 

Edit: About the same as your solution

Bucky (2006-11-15) Easy enough, [level]banunor[/level]

As to how to solve it in the intended manner, I've gotten the lower half with two exceptions by using up-pipes to get most of the crates to the same level.

EDIT:Looks like the same thing occured to three of us at the same time.
Further edit:[level]sikibyr[/level] collects all but 2 with the dozer.
further further edit: [level]xebabim[/level] - all but 1 " " "

Shamil (2006-11-15) my solution for [b]Sheep Dog[/b] [level]dydymyk[/level] looks also quite the same : [level]dekapib[/level]

Lazyone (2006-11-15) it looks like [level]xebabim[/level] does get them all  good job Bucky

Bucky (2006-11-15) but I nudged one of them with a 0-crate.

Lazyone (2006-11-15) How does this look then? [level]Cehuxoz[/level] its your solution with one minor modification

20eight (2006-11-20) [level]dydymyk[/level]:[level]devyzit[/level] (don't bother, it's the same as everyone else's)

Nice job on the 'intended manner' solution, Bucky.

Shamil's simple puzzle

Shamil (2006-11-15) A simple level for the beginning [level]devobeg[/level]

---------------------------------------------------------------------------

UPDATE
I hope you like my little levels.  :)

So, here's another one: [b]ABCD[/b] : [level]daviryc[/level]

-------------------------------------------------------------------------------------

New Level:

[b]Machine :[/b] [level]tadomid[/level]

Lazyone (2006-11-15) [level]Hagysuc[/level] is my solution for [level]devobeg[/level]

jnz (2006-11-15) My solution for Simply switch (devobeg): [level]bolozeh[/level]

adept (2006-11-15) my solution to simply switched [level]somicur[/level]

Hand-E-Food (2006-11-16) Simply switch: [level]devobeg[/level]: [level]nozudyg[/level]

Shamil (2006-11-16) It's fun to see how many different solutions are posted! And they were all different from my solution.

I will not post my solution, because if i do so you will easily find out the solution for the next one.

It looks quite the same:

[b]Simply switch 2[/b] : [level]nizebex[/level]

jf (2006-11-16) Fun puzzles! My solution to Simply switch [level]devobeg[/level] is [level]gitafad[/level], and to Simply switch 2 [level]nizebex[/level] is [level]korozev[/level].

Lazyone (2006-11-16) For switch 2 : [level]Sibanad[/level]

SM (2006-11-16) Switch 2 solution:

[level]mivatet[/level]

20eight (2006-11-16) Switch 1 - [level]devobeg[/level]:[level]dabiden[/level]
Switch 2 - [level]nizebex[/level]:[level]fovohan[/level]

adept (2006-11-16) simple swtich 2 solution [level]zahycup[/level]

Hand-E-Food (2006-11-17) That was a nice quicky!

[b]Simply switch 2[/b]: [level]nizebex[/level]: [level]xunagur[/level]

SM (2006-11-17) Solution to ABCD: [level]daviryc[/level]

[level]DUBIRIP[/level]

Lazyone (2006-11-17) For [level]daviryc[/level] i came up with [level]vusydeb[/level]

daniel (2006-11-21) Here are my (identical) solutions to the simply switch puzzles:
[level]nanaces[/level]
[level]logareg[/level]

jf (2006-12-27) For [level]daviryc[/level] I have [level]bigoruh[/level]. I see my solution is basically the same technique as the other two posted here.

gert7 (2006-12-30) Nice puzzle for a beginner like me.
A bit late, but here is my simple solution ???.
devobeg:lugekon 

Shamil (2008-02-27) After a long pause, here a new one:

[b]Does one equal zero?[/b] [level]mesidob[/level]

Timbo (2008-02-27) For [level]mesidob[/level]: [level]numodod[/level]

Werbad (2008-02-27) 5 ticks: [level]kobaliv[/level]

Shamil (2008-02-27) Oops, didn't notice it could be solved so easily...

I modified it a little bit

Does one equal zero (new) : [level]zihihar[/level]

Werbad (2008-02-27) For [level]zihihar[/level]: [level]kidizod[/level]

Bucky (2008-02-27) zihihar:[level]susulud[/level].  Nice and simple; it worked the second time I hit the play button.

Shamil (2008-02-28) New Level:

[b]Machine [/b]: [level]cuxyzec[/level]

Bucky (2008-02-28) Machine(cuxyzec):[level]dotadag[/level]

Werbad (2008-02-28) You should make the tile right to the gate at the bottom a conveyor or it will fail if 2 f's are generated...

Timbo (2008-02-28) Machine([level]cuxyzec[/level]) is still solvable if 2 F's are generated: [level]zusitub[/level]

jnz (2008-02-28) For Machine ([level]cuxyzec[/level]): [level]dytodic[/level].  I think it handles all the special cases and only cheats for FF.

Shamil (2008-02-29) I fixed the [b]machine[/b] : [level]pubyfen[/level]

The only problem was the FF case, it blocked if the random generated two F crates

[spoiler]My solution : [level]sykekuv[/level][/spoiler]

Shamil (2008-02-29) Timbo, I like your easy solution  ;D

Shamil (2008-02-29) New level :

[b]Need an F :[/b] [level]gepysas[/level]

[spoiler]Solution always in 84 ticks, except if the random crate is an F, then in 24 ticks : [level]jimagig[/level][/spoiler]

Werbad (2008-02-29) 21 ticks: [level]bizukap[/level]

Timbo (2008-02-29) 9 ticks: [level]veberak[/level]

Werbad (2008-02-29) 7 ticks: [level]xynyvon[/level]

Shamil (2008-02-29) Solved in 7 ticks! Great job, Werbad!

A new level : [b]trickbox[/b] - [level]syhyguf[/level]

jnz (2008-02-29) The new Machine will no longer jam but it won't produce the output you're expecting if the first barrel is an F.  [level]sykekuv[/level] fails to solve for F0, for instance.  
For Machine ([level]pubyfen[/level]) [level]gehusex[/level]
I have 8 ticks for Need an F: [level]kolozup[/level] but I see I've already been beaten
For Trickbox ([level]syhyguf[/level]): [level]pedadoz[/level]

Shamil (2008-02-29) Thanks jnz for reporting a problem for the machine solution...

I did not notice that... :-[

That is annoying... :)

Werbad (2008-02-29) For Trickbox: [level]visumuf[/level] (42 ticks)

jnz (2008-03-01) For Trickbox ([level]syhyguf[/level]): [level]vihevob[/level] (24 ticks)

jf (2008-03-01) For Trickbox ([level]syhyguf[/level]): [level]lodavav[/level]

For unfixed Machine ([level]cuxyzec[/level]): [level]narinyk[/level]

Shamil (2008-03-02) new simple level

[b]xtro[/b] : [level]fufiged[/level]

dacodemasta (2008-03-04) [level]cokilys[/level] solves machine: [level]tadomid[/level]

Werbad (2008-03-04) For xtro: [level]jirubah[/level] (21 - 52 ticks)

jnz (2008-03-04) For xtro ([level]fufiged[/level]): [level]putikud[/level] (15 - 45 ticks)

Rene (2008-05-20) [quote author=Shamil link=topic=92.msg3439#msg3439 date=1204300328]
Solved in 7 ticks! Great job, Werbad!
[/quote]

4 tick solution to Need an F ([level]gepysas[/level]): [level]xitugip[/level]  ;D

Dozer Man!

Hand-E-Food (2006-11-15) The Kingdom of 7 was a peaceful land.  They were renowned for their unique Inferno Trees which had a radiant red glow all year round, not just in Autumn.  With such wonders of nature, they had little desire for the deisel powered abominations known as... [b][i]Dozers.[/i][/b]  Dozers were banned from the Kingdom of 7.  The Dozers took offence to the techism the Kingdom displayed and decided to make their plight known.  They approached Castle 7 with their [i]Cranes of War[/i], giant machines capable of overpowering entire warehouses.  They even sent the dreaded [i]Iron Zepplin[/i], a flying crane, capable of construction – or destruction – anywhere in the world.  The Kingdom of 7 didn't know what to do.  Surely they would be overthrown!  But then, over the battlefield, a unexpected hero arrived to rescue the Kingdom...

[center][b][glow=yellow,4,300][size=12pt] Dozer Man! [/size][/glow][/b]
[level]gebukes[/level][/center]

Dozer Man, in his diesel powered glory, assembled a [i]Structure of Steel[/i], far more quickly than a team of 7's could ever hope to achieve.  Using this structure, Dozer Man kept the [i]Cranes of War[/i] subdued and made a complete mockery of the [i]Iron Zepplin[/i].  Both sides battled for hours, waiting for the other to run out of fuel.  It eventually became apparent that they had met a stalemate.  The Dozers left, vowing one day to return to the Kingdom of 7... vowing one day to destroy the Kingdom of 7!

[center][b]Instant replay:[/b]
[level]cydesag[/level][/center]

The Dozers have returned!  Defeated once before, the Dozers returned to their land.  There they planned long and hard on a way to penetrate the Kingdom of 7.  Their top designers came up with the... [i]Iron Zepplin [b]MkII![/b][/i]  This light weight and highly efficient zepplin was able to work harder and faster than the original [i]Iron Zepplin.[/i]  However, they knew that Dozer Man would return to save the Kingdom of 7 once again.  The Dozers purposely built a flaw in the zepplin's design, hoping to outwit the predictable nature of Dozer Man.  could the Kingdom of 7 be doomed?  Will Dozer Man be able to protect them?  Find out in...

[center][b][glow=red,4,300][size=12pt] Return of the Dozers! [/size][/glow][/b]
[level]hebonoc[/level][/center]

Lazyone (2006-11-15) Well the Kindom of 7 is safe with just a couple of gates and girders all the 7s will be Saved.

for [level]zebadih[/level] : [level]vyviter[/level]

for [level]badutif[/level] : [level]doginur[/level]
Um nt sure if you were looking for a solution to this but i figured might as well

Hand-E-Food (2006-11-16) Bugger!  I thought I'd covered the gate solution.  :P  One more revision.

Hand-E-Food (2006-11-16) Dozer Man, in his diesel powered glory, assembled a [i]Structure of Steel[/i], far more quickly than a team of 7's could ever hope to achieve.  Using this structure, Dozer Man kept the [i]Cranes of War[/i] subdued and made a complete mockery of the [i]Iron Zepplin[/i].  Both sides battled for hours, waiting for the other to run out of fuel.  It eventually became apparent that they had met a stalemate.  The Dozers left, vowing one day to return to the Kingdom of 7... vowing one day to destroy the Kingdom of 7!

[center][b]Instant replay:[/b]
[level]cydesag[/level][/center]

Djonn (2006-11-16) With the help of a couple of gate friends to restrain him from his hyperactive behaviour, the dozer man (aka the dozer of steel) to save the kingdom of 7 from the second invasion by turning his body into a crate shield: [level]sefukak[/level].

SM (2006-11-16) Leaving a trail of fire behind him, dozor man threw himself under the crushing weight of the barrels, protecting the 7s once more...

Solution to [level]Hebonoc [/level] Return of the Dozors


[level]ranyxel[/level]

Speed Challenge

Bucky (2006-11-16) [level]dydahyr[/level]:  How quickly can you assemble the correct block?
Rules:Time the run for each result of the random block generator and post the worst one.  Fast copiers and adders are allowed.  The problem is considered solved the tick after the last one in which the target matcher is not green.

jnz (2006-11-16) Here's a start: [level]cadynek[/level].  I'm sure theres a bit more room for optimization.  Worst case is for 0 crates.  How are we meant to be measuring the run time?

Bucky (2006-11-16) Just count the ticks as it's running.  I clocked that one in 72 ticks. 

Handi (2006-11-16) Here's [level]venupom[/level]

It's faster then jnz's but it's not perfect

Here's very rougly the amount of ticks I counted (correct me bucky, if I'm wrong)
Min: ~ 45  for 0
Max: ~ 62 for F

jf (2006-11-16) My simple [level]mypokoz[/level] is fast, but not as fast as venupom. How do you measure this? I used the pacing dozer, knocking down the barrels 1 to 4, to compare to the others (I added this measurement device while in the sandbox to time them both.)

Handi (2006-11-16) The best thing I found to measure the time is actually to use a conveyor which moves a crate. Then you define a place where you think it will land when solved.
Here's [level]hizergyn[/level] with 58 max. I think it's the best I can do using this trick.

jnz (2006-11-16) Counting frames isn't working out so well for me (computer is dropping frames to keep up).  I need that frame counter that I asked for in the Support forum.  :)  Anyway, I stole some tricks from Handi and came up with [level]hykucap[/level].  Worst case for F.

daniel (2006-11-16) My fast solution: [level]kikykon[/level]
That's 8 ticks for all different crates. Yes, only 8 ticks!  8)
I admit I bent the rules a bit and solved it in a way that I guess was not intended, or was it?

jnz (2006-11-16) Daniel, that's awesome.  When I thought about bending the rules the best I could come up with was [level]hofozuh[/level] which is quite a bit slower than 8 ticks.

Handi (2006-11-17) Wow, I didn't know you could do this with gates!
Good job Daniel

Bucky (2006-11-17) [quote author=Handi link=topic=94.msg878#msg878 date=1163724124]
Wow, I didn't know you could do this with gates!
[/quote]
I did.  But Daniel still beat me by a tick.

Kevan (2006-11-18) The latest version of Rubicon now has a built-in timer. Have fun.

Handi (2006-11-19) I perfectionned Daniel's trick and got it in 7 ticks (actually, it's 6, but Kevan's counter always eat one tick for no reason :) )
[level]lydapyx[/level]

Kevan (2007-01-09) Since nobody seems to be using the ticks for anything important, I've fixed it so that it doesn't always count an extra tick.

Gameman (2007-02-04) here's [level]musorop[/level]

Simple Puzzle in Search of Complex Solutions

BirdOfAsh (2006-11-16) For a different kind of challenge, lets see who can make the most complex solution to this incredibly easy puzzle:

[level]vasamuh[/level]

Bucky (2006-11-16) [level]gepulof[/level] - a one-crate template copier

CrimsonTurkey (2006-12-15) http://kevan.org/rubicon/game.php?level=gufarem

206 ticks

CrimsonTurkey (2006-12-17) Gepulof eventually unsolves itself... watch it for a while.

lienne (2006-12-28) [b][url=http://kevan.org/rubicon/game.php?level=zohofig]zohofig[/url][/b] isn't actually all that complex, but it's kind of pretty.

jboymicro (2006-12-30) Hehehe...[level]balugyh[/level].

It's basically a binary counter that adds up to 2^35. It takes approximately two centuries to complete.

lienne (2006-12-30) [quote author=jboymicro link=topic=95.msg1308#msg1308 date=1167484693]
Hehehe...[level]balugyh[/level].

It's basically a binary counter that adds up to 2^35. It takes approximately two centuries to complete.
[/quote] Ouch. But how can you be sure it works if it doesn't complete in reasonable time?

jboymicro (2006-12-30) You just...know. I've tried it simulating what it would be like far into the process.

Hyenas Here (2007-01-01) Behold, a week wasted:

[level]savehad[/level] (http://kevan.org/rubicon/game.php?level=savehad)

Thanks, that was fun!

Rene (2007-01-01) [quote author=Hyenas Here link=topic=95.msg1370#msg1370 date=1167618567]
Behold, a week wasted:

[level]savehad[/level] (http://kevan.org/rubicon/game.php?level=savehad)

Thanks, that was fun!
[/quote]

This is really lost of fun ;D I was laughing outloud at seeing your solution. It is truly the most complex solution!

Gameman (2007-01-14) here's mine: [level]dehikix[/level] ;D ;D

Gameman (2007-01-14) [quote author=lienne link=topic=95.msg1314#msg1314 date=1167491285]
[quote author=jboymicro link=topic=95.msg1308#msg1308 date=1167484693]
Hehehe...[level]balugyh[/level].

It's basically a binary counter that adds up to 2^35. It takes approximately two centuries to complete.
[/quote] Ouch. But how can you be sure it works if it doesn't complete in reasonable time?
[/quote] I did my homework, went to the bathroom and waited 15 minutes and it still didnt finish!!!

MagiMaster (2007-01-14) My rough calculation says it should end around tick 83 billion.  (Which I calculate as two and a half centuries, but close enough.  ;D)

BirdOfAsh (2007-02-03) Now [level]savehad[/level] was the kind of thing i had in mind!

Sorry about the long abscence from the forums; i havent had time to do anything online much. Today was the first time in about a month that ive gotten on the internet... thanks for the intresting solutions :)

-- i especially think that extremely LONG running one is hilarious! --

immibis (2008-04-03) [level]kuvehig[/level] heres mine

Bucky (2008-04-03) [quote author=jboymicro link=topic=95.msg1308#msg1308 date=1167484693]
Hehehe...[level]balugyh[/level].

It's basically a binary counter that adds up to 2^35. It takes approximately two centuries to complete.
[/quote]

"Solved in 546 ticks." Thank you, timer overflow!

[spoiler]With no timer overflow, it's "solved in 137438954018 ticks."[/spoiler]

immibis (2008-04-04) How did you get that?

jaspertje1 (2012-09-25) Well, here's my solution  ;D
[level]tebelip[/level]
It's about 1000 ticks, 1002 to be exactly.

Bubble Sort

Bucky (2006-11-20) [level]bonixyc[/level]

The one thing about it that bothers me is that if you replace the 0-crate with a barrel then it will replace all the zero crates in the sorted set with barrels.

adept (2006-12-22) Very cool Bubble Sort.
I modified your original so it creates a O-crate and puts it there so it doesn't have to have the crate of a barrel to begin.

[level]disatez[/level]

I think it may run just a bit faster too.  What I would like to see is a way for it to recogninze it is finished, but I can't imagine how do that.

Bucky (2006-12-23) disatez isn't a correct bubble-sort.  In the first pass,the comparator fails, but sorts itself out in subsequent  rounds.  More seriously, it burns the first crate instead of the zero (which my original also did sometimes).  It can be fixed by moving the up pipe and furnace 2 spaces to the right.

Rene (2006-12-27)
Here is a bubble sort that also collects the result. It gets around your '0'-crate issue by not comparing against 0, but against the first crate.

    Bubble Sort: [level]bypuzuf[/level]

digitalrift (2007-01-05) That resembles more of a bucket sort than a bubble sort... which as a good thing, really... :P

Level corruption puzzles

Bucky (2006-11-21) There is a quirk of the save feature where a puzzle-solver can place two furnaces to the right of an existing grille, then save and reload the level.  This removes the grille and both furnaces from the level, and shifts the remainder of the row that had the grille on it two blocks to the left.

This could be used to create some interesting puzzles.  For example, [level]dozulal[/level] can be solved with six furnaces and one save.

The problemis that this feature is not documented.  Should it be used to create puzzles anyway?

jnz (2006-11-21) I vote no since it is clearly a bug.  (It is caused by sending raw percent signs in data claiming to be x-www-form-urlencoded.)  When it gets fixed those levels would no longer be playable. 

If you want to really see what you can do with this bug, load [level]zafutez[/level], change the girders to grilles, save it, and reload the level you just saved.  :)

Hand-E-Food (2006-11-22) [quote author=jnz link=topic=98.msg953#msg953 date=1164143203]If you want to really see what you can do with this bug, load [level]zafutez[/level], change the girders to grilles, save it, and reload the level you just saved.  :)[/quote]
That was cool.  :D

Kevan (2006-11-23) I vote no because I've just fixed this bug.

my wishlist

20eight (2006-11-24) my basic wishlist (socks, matchbox cars, etc):

mirror image of a packer (sum produced on the left)
mirror image of an unpacker (difference produced on the left)
mirror image of a gate (larger numbers move to the left)

my hopeful-but-not-so-expectant wishlist (bicycle, trampoline, etc.):

slow-motion play mode
a single-use pipe (sort of a hybrid between a winch and a pipe)
barrel with a value of -1
barrel with a value of G = (F+1)

my really-pushing-it wishlist (motocross bike, pony, etc.):

extra-powerful conveyors that carry dozers too
portable furnaces (moved with conveyors and dozers)
direction-specific door keys
turn signal that works from below the dozer
an extensive database to track puzzles & solutions

MagiMaster (2006-11-24) How would -1 and G be useful?  Adding F is the same as adding -1, and adding G is the same as adding 0...

Edit: Since this is a wishlist: The only piece I've been thinking of would be a boulder (or whatever you want to call it) that could be moved by gravity, conveyors and dozers but not by pipes, copiers, winches, etc.  (I don't know how it'd react to furnaces, etc. though.)  It wouldn't really allow anything new though (just smaller solutions to existing puzzles), but it might be interesting.

Bucky (2006-11-24) While, we're that far out there, how about a super-furnace that destroys adjacent dozers, and a super-copier that can copy dozers?  Or a gate-like object that splits crates from barrels?  Or an inverse door key that has a door below it until you put something on top of it?

Or how about just programming door keys to be symmetrical?

20eight (2006-11-25) The -1 barrel, when placed below a gate, would cause everything (even a 0) to roll to the right.  And the G barrel, well... now that I think about it...wouldn't really do anything.

MagiMaster (2006-11-25) Oh.  I see.  I wonder if there isn't a way of doing that without adding new barrels though?

Nic (2006-11-26) Random crates/barrels, maaaaybe?  The handling would be hell though.

-1 barrel would be just fine, I guess.  The problem is whether or not it should be producable.

sluutthefeared (2006-11-27) A -1 and "G" barrel sound a bit silly to me, but I've often wanted different versions of the gate. Rather than <= I've often needed just a <, or wanted the greater number to fall to the left. But I suppose getting passed the limitations of the components is often the fun of the puzzles.

lopsidation (2007-02-04) We already have a -1 barrel and crate: the ? ;D
When you put it below a gate, with a copier below it so it stays ?, everything (even 0) rolls to the left! When you add/subtract it, though, it acts as a 0.
While we're on the wishlist topic, I would want to be able to have more than one physics model in one level, so a fast packer and a slow packer could be right next to each other. I like the idea of new gates too, but nothing more than that or the bottom of the screen where the parts are would have to be [glow=blue,2,300]huge[/glow].

Bucky (2007-02-04) Kevan can delete two current components with no loss of function;  The Red and Green Target Matchers revert to blank matchers when the machine runs.

Hyenas Here (2007-03-11) The only thing on my wishlist is Sideways Pipes:

[img]http://img402.imageshack.us/img402/9199/leftwardad2.png[/img] "[b]Leftward Pipe[/b]" and [img]http://img474.imageshack.us/img474/9052/rightwardtn9.png[/img] "[b]Rightward Pipe[/b]".

Gameman (2007-06-27) How about as side copier? that could be really useful...

hatkirby (2007-07-25) [url]http://kevan.org/rubicon/forums/index.php/topic,282.0.html[/url]

Rubiwin has (in the way of new pieces) Sideways Pipes, Sideways Copiers, Special Copiers that copy anything, Super Furnaces that destroy anything, Bombs that explode (turn into Super Furnaces for 1 tick) when they fall into Furnaces, Detonators that explode all bombs when a block falls onto them, Portals that when a block falls into one, it comes out of all the others, and Anti-Gravity Devices which reverse the gravity effect for that column (can be blocked by a Girder).

sly (2007-07-25) You'll think I'm crazy but I think rubicon is perfect the way it is. Adding any more things would make it too easy and remove uses for somethings, like, if there wre sideways pipes, you ould be able to move a barrel wherever you wanted without any effort and the same would be for teleporters n such. It's hard on purpose. And without the hardness, would you still play it? Probably, but it wouldn't be as fun.

hatkirby (2007-07-26) That's a nice philosophy. I'm not changing Rubicon, I'm just providing a stand-alone version of it with some new pieces. If anyone is annoyed by this, I'll delete the topic because I'm not forcing you to play it.

sly (2007-07-26) No no no, My opinion isn't directed at you or anyone, just at the idea of changing the actual game that everyone has made levels for. Don't delete the topic I like the game.

hatkirby (2007-07-26) You do? I didn't know anyone had attempted it yet. I only suggested to delete it because Kevan might find it annoying to have someone using his graphics/game idea, but thanks, I won't delete it unless Kevan says I need to.

You're right, this game wouldn't be fun it was too easy, but Rubiwin is more for experimenting around with stuff.

Bucky (2007-07-27) [quote author=sly link=topic=99.msg2843#msg2843 date=1185439305]
No no no, My opinion isn't directed at you or anyone, just at the idea of changing the actual game that everyone has made levels for. Don't delete the topic I like the game.
[/quote]

It's been done several times already.  That's where the fast-copier/slow-copier issue came from.  Also, barrels used to trigger target matchers, but don't anymore.

Skull Face72 (2007-11-15) Here's MY wishlist:
Morpher- Changes Crates into to barrels and vice-versa and sends them to the right
Mover- Moves Cargo that is on top of it
Upward Mover- Moves cargo up
Input- Moves cargo through wires to the Output
Output- Receives Cargo from Input via wires and drops it below.
Wire- Sends cargo from Input to Output
Reverser(Not used in building screen) Rotates pieces
Gravitator- Reverses Gravity when Block or Cargo lands on it
Block- can be moved by dozers, conveyors, etc, but has no value.
Blue Bug- Acts like a dozer but can walk up,down,and upside-down.
Red bug- acts like a mix of furnace and blue bug
Red Cube- When placed on copier,makes red bugs
Blue Cube- Acts like Red Cube but makes Blue Bugs
Ultra-Dozer- Turns when it hits a wall.
Drill- Drills down, through Dirt
Dirt- Acts like any old solid block,destroyed by drill.

That's my wishlist :)

Bucky (2007-11-15) [quote author=Skull Face72 link=topic=99.msg3278#msg3278 date=1195089365]
Morpher- Changes Crates into to barrels and vice-versa and sends them to the right
[/quote]
You can construct one of these using the current set of pieces

[quote]
Mover- Moves Cargo that is on top of it
Upward Mover- Moves cargo up
[/quote]
Pipes and Conveyer belts

[quote]
Input- Moves cargo through wires to the Output
Output- Receives Cargo from Input via wires and drops it below.
Wire- Sends cargo from Input to Output
[/quote]
You can do this using pipes and conveyer belts.

[quote]
Reverser(Not used in building screen) Rotates pieces
Block- can be moved by dozers, conveyors, etc, but has no value.
Blue Bug- Acts like a dozer but can walk up,down,and upside-down.
Red bug- acts like a mix of furnace and blue bug
Red Cube- When placed on copier,makes red bugs
Blue Cube- Acts like Red Cube but makes Blue Bugs
Ultra-Dozer- Turns when it hits a wall.
Drill- Drills down, through Dirt
Dirt- Acts like any old solid block,destroyed by drill.
[/quote]
Pointless.

[quote]
Gravitator- Reverses Gravity when Block or Cargo lands on it
[/quote]
This will not work as described because reversing gravity will mean that it no longer has Cargo on it.

TTTPPP (2007-11-21) [quote author=Bucky link=topic=99.msg3283#msg3283 date=1195158188]
[quote]
Reverser(Not used in building screen) Rotates pieces
Block- can be moved by dozers, conveyors, etc, but has no value.
Blue Bug- Acts like a dozer but can walk up,down,and upside-down.
Red bug- acts like a mix of furnace and blue bug
Red Cube- When placed on copier,makes red bugs
Blue Cube- Acts like Red Cube but makes Blue Bugs
Ultra-Dozer- Turns when it hits a wall.
Drill- Drills down, through Dirt
Dirt- Acts like any old solid block,destroyed by drill.
[/quote]
Pointless.
[/quote]
A block with no value may well have a use.  It wouldn't be moved by comparitors, so if a puzzle had a crate amongst a load of these you might have to use add/subtract to find it.
The blue bug would be much harder to control than a dozer.  It's not clear from the description how it knows when to turn round (if ever), but I think there could be puzzles where the blue bug would solve, and then later unsolve them.
Red bug - possibly pointless, but a moving furnace of some sort might make some tricky puzzles.
Ultra-Dozer - similar to blue bug - it might undo puzzles after you've solved them.
Dirt - I'm not sure how this would work with the drill, but some sort of destroyable blockade could be good.  Barrels with a red bug might do a similar job.

[quote]
[quote]
Gravitator- Reverses Gravity when Block or Cargo lands on it
[/quote]
This will not work as described because reversing gravity will mean that it no longer has Cargo on it.
[/quote]
It could then fall off, and there might be other gravity blocks on the ceiling.  I'm not sure how things like conveyors would work upside down though.

Skull Face72 (2007-11-22) [quote]
[quote]
Gravitator- Reverses Gravity when Block or Cargo lands on it
[/quote]
This will not work as described because reversing gravity will mean that it no longer has Cargo on it.
[/quote]
It could then fall off, and there might be other gravity blocks on the ceiling.  I'm not sure how things like conveyors would work upside down though.
[quote][/quote]

Upside-Down conveyors,dozers,etc.
That answer your question?

TTTPPP (2007-11-23) But now you're introducing a whole load of 'upside down' tiles too, which seems quite excessive.  Alternatively have conveyors, addition, subtraction work from both sides.  Or maybe not for add/subtract.  Anyway - not as simple an idea as it sounded.

Skull Face72 (2007-11-24) You're missing my point:
Upside-down objects don't need to be invented because of the reverser!
If you don't get what that is:
The reverser is a feature in which you use to turn objects by clicking on them when the reverser is selected.
Got it?I hope so.

Twee (2009-04-09) I would love to have Hotkeys for selecting components, especially for crates and barrels. For instance, 0-9 and a-f for barrels, and perhaps alt+0-9 etc. for crates. 

MOVED: my wishlist

Kevan (2006-11-24) This topic has been moved to [url=http://kevan.org/rubicon/forums/index.php?board=6]Support[/url].

[iurl]http://kevan.org/rubicon/forums/index.php?topic=99.0[/iurl]

Upward copier behavior

sluutthefeared (2006-12-01) The upward copiers don't work quite the same way as the downward copiers.
Here's an example: [level]kusonyd[/level]
Their behavior seems a little unintuitive to me, is it intentional?

Hand-E-Food (2006-12-01) I see what you're saying.  One way to look at is is gravity.  Pieces below cargo pack precidence over pieces above.  The old physics model lets you use copiers the way you want to.

Weird Door Key behavior

jnz (2006-12-02) While trying to play Bucky's [level]xupedas[/level], I ran into some strange behavior of the Door Key.  I made a test level at [level]jobytut[/level].  Load it up and click Play.  For some reason the gates stay "on" even though you wouldn't expect them to.  Now put a new door key one spot above and to the left of the girder.  Click Play.  Now they do shut off.  And for the really weird part: delete the door key you just added and click Play again.  Now both sides look identical but behave differently.

If you reload the applet it will revert to the original behavior.  But just clicking Load and typing the level name in doesn't cause this to happen.

Bucky (2006-12-02) is [level]kudobyl[/level] a bit more solvable?

EDIT:No, it's not!  it seems that in order to have its direction reversed it must be deleted and re-formed.

MagiMaster (2006-12-02) Also, if you add a doorkey with a vertical door below it, the two won't become associated.  (The door will just sit there and cause the top door to appear.)  I think this works correctly for all other directions though.

jnz (2006-12-03) [quote author=MagiMaster link=topic=106.msg1051#msg1051 date=1165103763]
Also, if you add a doorkey with a vertical door below it, the two won't become associated.  (The door will just sit there and cause the top door to appear.)  I think this works correctly for all other directions though.
[/quote]

Test level at [level]babarur[/level].  Below and to the right both turn on the other side.  Above and to the left turn themselves off.

Handi (2006-12-03) It's porbably related to the order in which every square is processed.
I think, it's processed from left to right and from top to bottom, thus if there are two cases: a doorkey with a door to the left, and a doorkey with the door to the right, in the first case, the square with the door will be processed first, whether in the second one, the square with the doorkey will have the priority. Hence the different results.
Same stuff happens when two conveyors try to push crates. the conveyor situated to the left will have the priority... or with pipes, top pipe will have priority, etc.
However, there are some exceptions with the upward winch and upward copier as you can see: [level]hudabid[/level]

Anyway, it's just an hypothesis,you should refer to Kevan to know the real reason.

Hand-E-Food (2006-12-03) I've never seen pre-placed doors work reliably.  I've always found it better to let the gates handle the doors.  Unless there's a very long chain, the gates close fast enough to set up a lock at the start of a level.

Hyenas Here's Puzzles

Hyenas Here (2006-12-03) [center][b][size=12pt]My Puzzles[/size][/b][/center]
[table]
  [tr]
    [td][b]Name[/b][/td]
    [td][b]Link[/b][/td]
    [td][b]Solution[/b][/td]
    [td][b]Solver[/b][/td]
  [/tr]
  [tr]
    [td]True[/td]
    [td][level]dohiful[/level][/td]
    [td][level]tenubap[/level]
[level]bokepod[/level]
[level]kybatuc[/level]
[level]zidigiv[/level]
[level]fykobyh[/level]
[level]mupyheg[/level]
[level]gahydof[/level]
    [/td]
    [td]Hyenas Here
Hyenas Here
Hand-E-Food
SM
Bucky
Handi
20eight[/td]
  [/tr]
  [tr]
    [td]Symmetry[/td]
    [td][level]gexulyp[/level][/td]
    [td][level]jabogug[/level]
[level]dydykyf[/level]
[level]pucydod[/level][/td]
    [td]Hyenas Here
Rene
jnz[/td]
  [/tr]
  [tr]
    [td]Psych[/td]
    [td][level]kodovyg[/level][/td]
    [td][level]vuridas[/level] (p)[/td]
    [td]Gameman (p)[/td]
  [/tr]
  [tr]
    [td]Subway rescue[/td]
    [td][level]fidudec[/level][/td]
    [td][level]filenal[/level][/td]
    [td]geej66[/td]
  [/tr]
  [tr]
    [td]The Pharaoh's tomb[/td]
    [td][level]perygas[/level][/td]
    [td][level]nutyded[/level][/td]
    [td]Gameman[/td]
  [/tr]
  [tr]
    [td]The Pharaoh's tomb 2[/td]
    [td][level]levygit[/level][/td]
    [td][level]kizesob[/level][/td]
    [td]Bucky[/td]
  [/tr]
  [tr]
    [td]Making sacrifices[/td]
    [td][level]nelaras[/level][/td]
    [td][level]dokopyg[/level][/td]
    [td]Gameman[/td]
  [/tr]
  [tr]
    [td]Blah[/td]
    [td][level]zurupok[/level][/td]
    [td][level]copukuk[/level]
[level]kogyfab[/level]
[level]kiperox[/level][/td]
    [td]jf
Rene
error1[/td]
  [/tr]
  [tr]
    [td]Blah II[/td]
    [td][level]xeginid[/level][/td]
    [td][level]huzahas[/level][/td]
    [td]Bucky[/td]
  [/tr]
  [tr]
    [td]Blah II.a[/td]
    [td][level]tapucak[/level][/td]
    [td][level]xacyrid[/level]
[level]danybyb[/level]
[level]dahunib[/level][/td]
    [td]sluutthefeared
sluutthefeared
geej66[/td]
  [/tr]
  [tr]
    [td]Blah III[/td]
    [td][level]gynyzud[/level][/td]
    [td][color=Red]Unsolved[/color][/td]
    [td][color=Red]Unsolved[/color][/td]
  [/tr]
[/table]
[hr]
[center][b][size=12pt]My Solutions[/size][/b][/center]
[table]
  [tr]
    [td][b]Name[/b][/td]
    [td][b]Link[/b][/td]
    [td][b]Solution[/b][/td]
    [td][b]Creator[/b][/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,87.msg705.html#msg705]Beaded Facade[/url][/td]
    [td][level]dunylak[/level][/td]
    [td][level]gagelyk[/level][/td]
    [td]KCStylee[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,40.msg185.html#msg185]Cubicle[/url][/td]
    [td][level]lyxotur[/level][/td]
    [td][level]nikutel[/level][/td]
    [td]Handi[/td]
  [/tr]
  [tr]
    [td][url=http://http://kevan.org/rubicon/forums/index.php/topic,95.msg847.html#msg847]Make it as complex as possible[/url][/td]
    [td][level]vasamuh[/level][/td]
    [td][level]savehad[/level][/td]
    [td]BirdOfAsh[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,68.msg478.html#msg478]Extraction[/url][/td]
    [td][level]jidaleb[/level][/td]
    [td][level]cydygih[/level][/td]
    [td]Bucky[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,68.msg478.html#msg478]Obstacle Course v2[/url][/td]
    [td][level]febagyc[/level][/td]
    [td][level]pagenod[/level][/td]
    [td]Bucky[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,35.msg279.html#msg279]Tiny 2b[/url][/td]
    [td][level]mirenuv[/level][/td]
    [td][level]pydiryz[/level][/td]
    [td]MagiMaster[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,151.msg1322.html#msg1322]Null Space[/url][/td]
    [td][level]susalad[/level][/td]
    [td][level]dopudog[/level][/td]
    [td]lienne[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,151.msg1342.html#msg1342]Angular Reflection[/url][/td]
    [td][level]vebyvod[/level][/td]
    [td][level]xigefub[/level][/td]
    [td]lienne[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,109.msg1105.html#msg1105]diamond of doom[/url][/td]
    [td][level]gehobyp[/level][/td]
    [td][level]rysuxih[/level][/td]
    [td]lopsidation[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,109.msg1958.html#msg1958]very very very very very very very hard[/url][/td]
    [td][level]kozamus[/level][/td]
    [td][level]toxagyf[/level][/td]
    [td]lopsidation[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,197.msg1969.html#msg1969]mobius strip[/url][/td]
    [td][level]hulykyt[/level][/td]
    [td][level]jefegam[/level][/td]
    [td]20eight[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,37.msg610.html#msg610]maze 2[/url][/td]
    [td][level]xipakyf[/level][/td]
    [td][level]magydup[/level][/td]
    [td]Lazyone[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,197.msg2348.html#msg2348]Vein 2[/url][/td]
    [td][level]cufozob[/level][/td]
    [td][level]mobigef[/level][/td]
    [td]20eight[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,197.msg2358.html#msg2358]Modified "Vein 2"[/url][/td]
    [td][level]gidygig[/level][/td]
    [td][level]vasetil[/level][/td]
    [td]Hyenas Here[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,197.msg2357.html#msg2357]Vein 5[/url][/td]
    [td][level]xypugad[/level][/td]
    [td][level]pynugib[/level][/td]
    [td]20eight[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,197.msg2357.html#msg2357]Vein 6[/url][/td]
    [td][level]vedacal[/level][/td]
    [td][level]behodod[/level]
and
[level]bogined[/level][/td]
    [td]20eight[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,46.msg253.html#msg253]Quarters[/url][/td]
    [td][level]rebekog[/level][/td]
    [td][level]surudop[/level][/td]
    [td]Nic[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,35.msg986.html#msg986]Passing Trains 1[/url][/td]
    [td][level]mahytoh[/level][/td]
    [td][level]jonabon[/level][/td]
    [td]MagiMaster[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,62.msg1037.html#msg1037]Trap[/url][/td]
    [td][level]mogedug[/level][/td]
    [td][level]gopabed[/level][/td]
    [td]jf[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,68.msg478.html#msg478]Door Key Trap[/url][/td]
    [td][level]gohekoc[/level][/td]
    [td][level]gecogax[/level][/td]
    [td]Bucky[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,46.msg253.html#msg253]Uncertainty[/url][/td]
    [td][level]lonibeg[/level][/td]
    [td][level]pakygod[/level][/td]
    [td]Nic[/td]
  [/tr]
  [tr]
    [td][url=http://kevan.org/rubicon/forums/index.php/topic,175.msg1620.html#msg1620]Unnamed Level[/url][/td]
    [td][level]samynib[/level][/td]
    [td][level]padypyc[/level][/td]
    [td]jnz[/td]
  [/tr]
[/table]

Bucky (2006-12-04) [level]dohiful[/level]:[level]fykobyh[/level]

Handi (2006-12-04) My dohifu sol: [level]mupyheg[/level]

20eight (2006-12-08) it's not as elegant as the others but it works:

[level]dohiful[/level]:[level]gahydof[/level]

Hyenas Here (2007-02-17) "Symmetry": [level]gexulyp[/level].

Rene (2007-02-17)
For Symmetry ([level]gexulyp[/level]): [level]dydykyf[/level]

Nice easy one.

jnz (2007-02-17) For Symmetry (gexulyp): [level]pucydod[/level].  Nothing too unusual in my solution.

Bucky (2007-02-19) For "Psych", the best I could do was solved 8 ticks out of 10.  I could probably have improved it to 9 out of 10 had the barrel source and target been higher up.

Hyenas Here (2007-04-03) A man has fallen into the path of an oncoming subway! Can you rescue him before the train arrives?

Subway rescue: [level]fidudec[/level]

As an added bonus, some easy puzzles for the beginner.

Can you deliver the Pharaoh to Orion's Belt?

The Pharaoh's tomb: [level]perygas[/level]

Can you save the virgin and return her to her waiting love before the fiery pit consumes her?

Making sacrifices: [level]nelaras[/level]

geej66 (2007-04-03) Subway rescue ([level]fidudec[/level]) solution: [level]filenal[/level]

Gameman (2007-04-06) Pharoah's Tomb- [level]nutyded[/level] Sorry about all the dozers.

Hyenas Here (2007-04-07) Can you pilfer the Pharaoh's treasures before the vault seals forever?!

The Pharaoh's tomb 2: [level]levygit[/level]

Gameman (2007-04-09) Psych is possible with the copier toggle-[level]vuridas[/level]

Gameman (2007-04-11) and....[level]dokopyg[/level]

Bucky (2007-04-14) Pharoh's Tomb 2: [level]kizesob[/level]
Genesis:[level]buluved[/level].  I seem to have missed the point.

Hyenas Here (2007-04-15) [quote author=Bucky link=topic=107.msg2505#msg2505 date=1176583685]
Pharoh's Tomb 2: [level]kizesob[/level]
Genesis:[level]buluved[/level].  I seem to have missed the point.
[/quote]

Heh, you and me both. I've been trying to figure out what the point of the front page's puzzle was for some time. (c.f. [url]http://kevan.org/rubicon/rubicon.gif[/url]) As an actual puzzle, something along the lines of [level]genohyf[/level] would at least use most of the parts given.

digitalrift (2007-04-15) [level]gexulyp[/level]: [level]cyfudyp[/level]

digitalrift (2007-04-16) [quote author=Hyenas Here link=topic=107.msg2506#msg2506 date=1176596279]
[quote author=Bucky link=topic=107.msg2505#msg2505 date=1176583685]
Pharoh's Tomb 2: [level]kizesob[/level]
Genesis:[level]buluved[/level].  I seem to have missed the point.
[/quote]

Heh, you and me both. I've been trying to figure out what the point of the front page's puzzle was for some time. (c.f. [url]http://kevan.org/rubicon/rubicon.gif[/url]) As an actual puzzle, something along the lines of [level]genohyf[/level] would at least use most of the parts given.
[/quote]

I believe this thread holds your answer: http://kevan.org/rubicon/forums/index.php/topic,3.0.html

It's Kevan's solution to that puzzle.  Seems to be just a simpler version of Symmetry, funnily enough.  Amazing that it sounds like it used to push the frontiers.

Hyenas Here (2007-06-14) Blah: [level]zurupok[/level]

(Edit: Heh.)

jf (2007-06-15) For [level]zurupok[/level]: [level]copukuk[/level]

Rene (2007-06-17)
For Blah: [level]kogyfab[/level]

error1 (2007-06-17) Blah: zurupok [level]kiperox[/level]

Hyenas Here (2007-06-19) Good job guys! Obviously mine are child's play for most, but hey, here's more in case there's a child out there... :)

Blah II: [level]xeginid[/level]

(Edit: Argh, I always see a kink after I post...)

Bucky (2007-06-20) Blah II:[level]huzahas[/level]

Hyenas Here (2007-06-20) Blah II.a: [level]tapucak[/level]

sluutthefeared (2007-06-22) Blah II solution: [level]xacyrid[/level]

EDIT: Second solution, because I realized most of the first one was unnecessary: [level]danybyb[/level]

geej66 (2007-06-23) Blah II.a solution: [level]dahunib[/level]

Rene (2007-06-29) For Blah II: [level]futiset[/level]  -- Probably not what you expected.

For Blah II.a: [level]dokelos[/level]

jf (2007-07-17) [quote author=Rene link=topic=107.msg2703#msg2703 date=1183150856]
For Blah II: [level]futiset[/level]  -- Probably not what you expected.
[/quote]

The level "futiset" could not be found.

Rene (2007-07-18) [quote author=jf link=topic=107.msg2722#msg2722 date=1184695949]
[quote author=Rene link=topic=107.msg2703#msg2703 date=1183150856]
For Blah II: [level]futiset[/level]  -- Probably not what you expected.
[/quote]

The level "futiset" could not be found.
[/quote]

I couldn't find it myself anymore either.
Here it is, recreated: [level]fucexyz[/level]

immibis (2008-04-24) For Blah: [level]jucysis[/level]. (try running it on old physics if you like crates).
For Blah II: [level]bigedis[/level]
For Blah II.a: [level]xeramyb[/level]
For True: [level]duhodeh[/level]
For Symmetry: [level]pemakub[/level]
For Psych: [level]parakoc[/level]
For Pharoahs Tomb: [level]hifobob[/level]

Hyenas Here (2008-05-01) I've missed this place. So here's a new one:

Four O'Clock: [level]bygopot[/level]

immibis (2008-05-01) [level]bicezof[/level]

Rene (2008-05-01)

For Four O'Clock: ([level]bygopot[/level]): [level]pedyvid[/level]

jnz (2008-05-01) For Four O'Clock ([level]bygopot[/level]): [level]kasopis[/level]

ddsdiur (2008-11-25) Symmetry: [level]zadaliv[/level]
Subway Rescue: [level]hupybip[/level]
Pharaoh's Tomb: [level]gonehop[/level]
Pharaoh's Tomb 2: [level]cynadec[/level]
Making Sacrifices: [level]bysoxeg[/level]

curly (2012-02-13) [level]fidudec[/level] (Subway rescue) is one of the coolest levels I've seen so far, and once again my solution ([level]dyzigud[/level]) is far more complex than it needed to be :-)

ais523 (2012-03-12) [level]dohiful[/level]: [level]makemud[/level]

[spoiler]Not sure what the intended style of solution was, but I decided to steal the question mark box. Hmm, perhaps I'll try to make a puzzle where you have to do that.[/spoiler]


[level]fidudec[/level]: [level]xigymuv[/level]

<puzzles> lopsidation's </puzzles>

lopsidation (2006-12-04) A couple of puzzles...

faster than the speed of light:[level]xidoxas[/level]

anti sign madness:[level]zyzulym[/level]

mod 5:[level]xynorud[/level]

just a gate:[level]feginor[/level].

my "tutorial": [level]duzamah[/level]
solution: [level]fobobuk[/level]
easy ones for fobobuk: [level]semipus[/level]
medium/hard ones for fobobuk: [level]hynofut[/level]

crucial timing:[shadow=red,right][glow=#CCFF00,2,300][i][move][level]kozamus[/level][/move][/i][/glow][/shadow] Check your solution with all values of the random crate, for E it's quite hard! Please don't post your solutions though, I want everyone to figure it out themselves. Just say "I solved it ;D" or something like that.

BTW, what are those stars and words by our usernames ???

lopsidation (2006-12-04) sorry for double posting but..
I just figured out that this forum is hosted in Spain, or somewhere in that longitude line.
That's all.

SM (2006-12-04)


Solution to Anti-Sign Madness: [level]Zyzulym [/level]
[level]vumoryn[/level]


Solution to Mod 5: [level]Konetod[/level]
[level]pytesoh[/level]

Bucky (2006-12-04) [level]xidoxas[/level]:[level]xofirah[/level].  Even faster speeds are possible, but not in such a confined space. (see [level]vacomid[/level] for 0 crates and [level]sycubok[/level] for other crate numbers).  I believe 2 blocks per turn is the maximum speed that crate-ness can travel.

Hand-E-Food (2006-12-04) Faster than the speed of light: [level]xidoxas[/level]: Nope, not yet...
Anti signs are soooooo evil: [level]zyzulym[/level]: [level]zenykon[/level]
Mod 5: [level]konetod[/level]: [level]jicexeb[/level] – I think I missed the point of this level.  I noticed the top section often became jammed if none of the random crates were 4 or less.

sluutthefeared (2006-12-04) Faster than the speed of light: [level]ropafif[/level]
Anti signs are sooooo evil: [level]pusonod[/level]
Mod 5: [level]gygubum[/level] <- I didn't really understand the purpose of this one either.

Rene (2006-12-05) Solution to "Faster than the speed of light" ([level]xidoxas[/level]): [level]ducygam[/level]

And a new puzzle:

"Faster than the speed of Xidoxas": [level]tanuvip[/level]

sluutthefeared (2006-12-05) [quote author=Bucky link=topic=109.msg1075#msg1075 date=1165275124]
[level]xidoxas[/level]:[level]xofirah[/level].  Even faster speeds are possible, but not in such a confined space. (see [level]vacomid[/level] for 0 crates and [level]sycubok[/level] for other crate numbers).  I believe 2 blocks per turn is the maximum speed that crate-ness can travel.
[/quote]
Here's a simplified version of the second one. [level]gyzogad[/level]

lopsidation (2006-12-05) Oops,  I didn't realize you could solve konetod that way...

Well, here is konetod... FIXED! [level]xynorud[/level]
Three boxes, all labeled 0-4, come out of the pipe, and you have a 5. I guess you would:
---SPOILER---


A: check for 0's, and if there are any, put them on the screen
B: If there are no 0's, check for repeats, and subtract them to get a 0
C: Check for 1+4's and 2+3's, add them, subtract the 5, and get a 0

It is always possible, as you can always add some of 3 numbers together to get a number that is 0 mod 5...

By the way, nice job with zyzulym, I thought that would be hard to figure out... it should be filed under "Bug Support".

jnz (2006-12-05) Solution for Mod 5 (xynorud): [level]dyralum[/level].  I basically followed your spoiler strategy.  It has worked the last dozen or so times in a row...

As for zyzulym, there have already been puzzles like that.  That's probably why people got it so quickly.  I think it is a feature, not a bug.  :)

SM (2006-12-05) [level]Feginor[/level]solution


[level]lilukuv[/level]

jnz (2006-12-05) Here's what I've got so far for "just a gate" (feginor): [level]redehag[/level].
Takes 31 ticks at $507, so 31*(507-200)=9517
Edit: what was I thinking?
[level]seluhan[/level] takes 30 ticks at $294 so 30*(294-200)=2820

jf (2006-12-05) For Feginor, [level]sidexar[/level] costs $297 in 28 ticks -- 97 x 28 = 2716.

Edit: I've just now looked at seluhan. I knew you must have had a similar solution. I was down to $302 in 29 ticks, which was not good enough, and I was trying to imagine what you could be doing differently, and then I came upon <snip> (Re-edit: I decided that this was too much of a spoiler).

Lazyone (2006-12-05) for [level]zyzulym[/level] : [level]kulazom[/level]

Rene (2006-12-05) Solution to "Just a gate" ([level]feginor[/level]): [level]dyfufil[/level]

Using the old trick to keep the ? intact, gives
money score: 733 - 200 = 533
time score:                      25

total score: 533 * 25 = 13325

What was the price again?  ;)

EDIT: just saw the other solutions. I guess those copiers are pretty expensive....  :(

jnz (2006-12-05) More feginor: [level]jutobip[/level].  30 ticks at $286, so 30*(286-200)=2580
Then after looking at sidexar, and stealing the good ideas found therein: [level]cuzalom[/level].  28 ticks at $286, so 28*(286-200)=2408

sluutthefeared (2006-12-05) 81*29 = 2349
[level]ninuvun[/level]

SM (2006-12-05) 77 * 30 = 2310

[level]bovacyd[/level]

sluutthefeared (2006-12-05) 76 * 30 = 2280, :P
[level]sosinac[/level]

lopsidation (2006-12-06) I did have the copy-subtract method for feginor, but didn't get as good a score as most of the other entries :P

It's late, so I'll just give you an easy one:[level]gehobyp[/level].
Challenge: do it without conveyor belts.

jnz (2006-12-06) Solution for "diamond of death" (gehobyp): [level]comocus[/level] (no conveyors)

SM (2006-12-06) [level]byzakyd[/level]

No conveyors

Handi (2006-12-06) mod5 ([level]xynorud[/level]) solution: [level]pumonos[/level]... not very elegant, but I was to lazy to think of another way. Btw, very nice level, actually I did exactly the way you wrote in your spoilers (and I read them only after doing it).

jf (2006-12-06) I like comocus. Here is my conveyor-less solution to Diamond of Doom: [level]vobiben[/level]

Bucky (2006-12-06) Why make Diamond of Doom harder than it has to be?  [level]sululun[/level]

Hand-E-Food (2006-12-07) That was cool.

Diamond of Doom: [level]gehobyp[/level]: [level]mobydac[/level] – No conveyors and only one dozer.

jf (2006-12-07) For mod 5 (xynorud): [level]zedagyx[/level]

lopsidation (2007-02-03) Ok, here are the puzzles from my adder+subtracter "tutorial" for Bucky's post which I made way too tough:
easy:[level]semipus[/level] (3 puzzles)
medium:[level]hynofut[/level]
I'm not posting a "hard" section, because someone will probably find an easy and elegant solution.
Solutions:[level]fobobuk[/level]
WARNING: these solutions are my origional solutions for the entire "tutorial" ([level]duzamah[/level]). They will 1: not be in categories and 2: have examples all around them.

Rene (2007-02-03)
Here are my solutions to the "Easy" ones: [level]dusyhat[/level]
These are not so easy (especially the bottom left one); you are right that they are much too difficult for a tutorial.

You might want to switch to the new physics model at some point, lopsidation  ;)

jf (2007-02-04) For the "easy" puzzles ([level]semipus[/level]): [level]semogyd[/level]. It was the top-left that gave me trouble -- I was over-designing for what turned out to be [spoiler]simple[/spoiler].

Gameman (2007-02-04) [level]feginor[/level] [level]dubadax[/level]

lopsidation (2007-02-04) Wait, the top-left one has a solution in adding/subtracting the DD24? Oh well. I was intending for the "5" to be added away from the target with a barrel, and replaced with a "D" on the top and bottom.
Also, yeah, I should probably switch to the new physics model, but it's more fun to design with the old one, because things happen faster, and you don't have to wait as much.

lopsidation (2007-02-04) new puzzle: [glow=#00AACC,2,300][level]kumobug[/level][/glow]. Don't post your solutions, I want everyone to figure it out themselves. Just say "I solved it!  ;D " or something.

Rene (2007-02-04) [quote author=lopsidation link=topic=109.msg1931#msg1931 date=1170632180]
new puzzle: [glow=#00AACC,2,300][level]kumobug[/level][/glow]. Don't post your solutions, I want everyone to figure it out themselves. Just say "I solved it!  ;D " or something.
[/quote]

I solved it!  ;D or something


Bucky (2007-02-05) I solved it in both the intended and unintended manners.  ([spoiler]I'm not sure which is which, though...[/spoiler])

Rene (2007-02-05) By the way, did you intend the 'E' to be a '?' instead? That would make the "intended" solution a bit harder.

adept (2007-02-05) I solved it - or something too

lopsidation (2007-02-05) Oops, the "E" should be a "?", I must have left it that way after beta-testing. So here's the updated version: [level]kozamus[/level]
By the way, the intended solution is the one where you build less stuff.

Hyenas Here (2007-02-06) "diamond of doom": [level]gehobyp[/level] Solution: [level]lufegyg[/level] (No conveyors, and more pieces than [level]sululun[/level]--bravo!--but clean, the way I like mine.)
"very very very very very very very hard": [level]kozamus[/level] Solution: [spoiler][level]toxagyf[/level][/spoiler] (You were right. Timing is everything with that one. My timing was all screwed up until I added a single downward pipe.) Solution posted since there is no activity on it.

immibis (2008-04-24) For Anti Sign Madness: [level]dixyvek[/level]
For Just a Gate: [level]xufexec[/level]

Trinery Arithmatic

Hand-E-Food (2006-12-07) A simple idea.  Can you make do with what you have?  Go wild!

[glow=Green,2,300][color=Yellow][b] Trinery Arithmatic: [/b][/color][/glow][level]dubynod[/level]

Handi (2006-12-08) The best puzzle I've done so far! Really nice one Hand-e-food, thanks!
  Trinery Arithmetic Solution: [level]gabigyh[/level]

I had some troubles with timing at first... then I thought about one of the oldest timing devices designed in history, which's principle is still very used today... the pendulum.

Rene (2006-12-08) Smart concept for this puzzle;  I enjoyed doing the solution:

[level]tyvubem[/level]

EDIT: I just looked at Handi's solution. I just love the way you did a lookup table! And the mechanics for how the actions are performed is very smart.
You may be able to implement a general computing machine that way. A program for such a machine would be a string of letters, you have 16 different actions that can be performed.... add, substract, test on 0, jump forward and backward in the program... ::)

EDIT: Just decided to tidy up things a bit. The solution now even more compact: [level]judidul[/level]

Handi (2006-12-09) Yeah, that would be neat... however, when you think about it, where could you need such a device, lol :) ?!
Anyway, I looked at your solution, I must admit it's very nice and much simplier then mine and actually, it's what I wanted to do at the beginning, I just didn't see a way to automatically identify the value for each digit (+, - or 0) for the selected number... and then I thought about my 'operation machine' and was completely hypnotized by the idea...  :o

Hand-E-Food (2006-12-11) [b][i]Wow![/i][/b]  I thought I'd made it way too hard not providing a replicator for at least the output barrel.  Those are both amazing machines!  I've wasted about half-an-hour at work just watching the intricatness of Handi's solution.  I don't think you could make a more accurate representation of a computer.  My first (brief) attempt was similar to Rene's, but I couldn't work out how to replicate the output barrel (how you used gates.)

jf (2006-12-13) Finally, I have solved dubynod. I hit several dead ends since this puzzle was first posted, and then I was intrigued by this comment of a table-driven solution, but could not think of anything (I have not seen any of the solutions yet). Eventually, I went back to study the numbers and then, Eureka! I found a cyclic pattern that I had overlooked before. Voila: [level]lucehis[/level].

Edit: Handi and Rene, those solutions are fantastic!

Rene's Puzzles

Rene (2006-12-10) Overview of my puzzles:

[table][tr][td][b]Puzzle[/b][/td][td][b]Name[/b][/td][td][b]Solution[/b][/td][td][/td][/tr]
[tr][td][/td][td][/td][/tr]
[tr][td][level]guhexik[/level][/td][td]Glass Floor[/td][td][level]cobonad[/level][/td][td]fun[/td][/tr]
[tr][td][level]batesas[/level][/td][td]Glass Floor Returns[/td][td][level]hygixod[/level][/td][td]hard[/td][/tr]
[tr][td][level]nubusix[/level][/td][td]Glass Floor Vengeance[/td][td][level]pamifux[/level][/td][td]experts only[/td][/tr]
[tr][td][level]kifabab[/level][/td][td]Glass Floor Ultimate[/td][td][level]pikahic[/level][/td][td]totally impossible[/td][/tr]
[tr][td][level]kelepyv[/level][/td][td]Glass Floor Diabolo[/td][td][level]jytobus[/level][/td][td]hard[/td][/tr]
[tr][td][level]lubogyt[/level][/td][td]Glass Floor Final[/td][td][level]xexanyg[/level][/td][td]experts only[/td][/tr]
[tr][td][level]gohadis[/level][/td][td]Glass Floor Fast[/td][td][level]galubud[/level][/td][td]totally impossible[/td][/tr]
[tr][td][level]nokilam[/level][/td][td]Glass Floor Fluid[/td][td][level]sumarid[/level][/td][td]hard[/td][/tr]
[tr][td][level]dufocyn[/level][/td][td]Glass Floor Fluid Extreme[/td][td][level]sumarid[/level][/td][td]experts only[/td][/tr]
[tr][td][level]bubuzit[/level][/td][td]Glass Floor Stream[/td][td][level]bisekyv[/level][/td][td]easy[/td][/tr]
[tr][td][level]mogafur[/level][/td][td]Glass Floor Static[/td][td][level]teluder[/level][/td][td]medium[/td][/tr]
[tr][td][level]porucel[/level][/td][td]Spy Glass[/td][td][level]zumohug[/level][/td][td]medium[/td][/tr]
[tr][td][level]tehysof[/level][/td][td]Peep Hole[/td][td][level]hyrypev[/level][/td][td]medium[/td][/tr]
[tr][td][level]fohukan[/level][/td][td]Through the Doors[/td][td][level]behogan[/level][/td][td]fun[/td][/tr]
[tr][td][level]hadidac[/level][/td][td]Gate Keeper[/td][td][level]jumunac[/level][/td][td]fun[/td][/tr]
[tr][td][level]vixodav[/level][/td][td]Plus Minus[/td][td][level]dycilah[/level][/td][td]medium[/td][/tr]
[tr][td][level]gopylab[/level][/td][td]Plus Minus Variation[/td][td][level]bydonyg[/level][/td][td]medium, puzzle and solution by jnz[/td][/tr]
[tr][td][level]kotugis[/level][/td][td]Plus Minus 2[/td][td][level]miborat[/level][/td][td]medium, similar to Plus Minus Variation, but less elegant[/td][/tr]
[tr][td][level]tocedeh[/level][/td][td]Waterfall[/td][td][level]gosefav[/level][/td][td]easy, fun[/td][/tr]
[tr][td][level]dakovur[/level][/td][td]Italian Traffic Warden 1[/td][td][level]hidivam[/level][/td][td]medium[/td][/tr]
[tr][td][level]lubybob[/level][/td][td]Italian Traffic Warden 2[/td][td][level]bepugem[/level][/td][td]hard[/td][/tr]
[tr][td][level]tudugys[/level][/td][td]Italian Traffic Warden 3[/td][td][level]gybugyd[/level][/td][td]experts only[/td][/tr]
[tr][td][level]gibefiz[/level][/td][td]Transmitter[/td][td][level]moxorot[/level][/td][td]easy[/td][/tr]
[tr][td][level]hybahon[/level][/td][td]Swift Cycle 6[/td][td][level]ruvodes[/level][/td][td]hard[/td][/tr]
[tr][td][level]bacixig[/level][/td][td]Swift Cycle 8[/td][td][level]sahuxur[/level][/td][td]experts only[/td][/tr]
[tr][td][level]lufybyg[/level][/td][td]Feed the Monster I[/td][td][level]fygefob[/level][/td][td]easy[/td][/tr]
[tr][td][level]buboxod[/level][/td][td]Feed the Monster II[/td][td][level]xyzesug[/level][/td][td]medium[/td][/tr]
[tr][td][level]sodorag[/level][/td][td]Feed the Monster III[/td][td][level]dyvefex[/level][/td][td]hard[/td][/tr]
[tr][td][level]movyzoc[/level][/td][td]Feed the Monster IV[/td][td][level]puzebir[/level][/td][td]experts only, solution by Timbo[/td][/tr]
[tr][td][level]dapugox[/level][/td][td]Bring my babys home[/td][td][/td][td]easy[/td][/tr]
[tr][td][level]xaryxaz[/level][/td][td]Switch[/td][td][level]dadeted[/level][/td][td]medium[/td][/tr]
[tr][td][level]sybukyg[/level][/td][td]Order[/td][td][level]mukimiz[/level][/td][td]easy[/td][/tr]
[tr][td][level]jocenad[/level][/td][td]Order II[/td][td][level]golubyk[/level][/td][td]medium[/td][/tr]
[tr][td][level]hebibyc[/level][/td][td]Order III[/td][td][level]danebal[/level][/td][td]medium[/td][/tr]
[tr][td][level]magabaf[/level][/td][td]The Vault[/td][td][level]gesicur[/level][/td][td]medium[/td][/tr]
[tr][td][level]jefalug[/level][/td][td]The Vault II[/td][td][level]vonapus[/level][/td][td]medium[/td][/tr]
[tr][td][level]kipyzah[/level][/td][td]The Vault III[/td][td][level]pexudof[/level][/td][td]medium[/td][/tr]
[tr][td][level]legobid[/level][/td][td]Three Step[/td][td][level]bokozah[/level][/td][td]easy[/td][/tr]
[tr][td][level]tydipoz[/level][/td][td]Three Step Too[/td][td][level]nygaxyn[/level][/td][td]medium[/td][/tr]
[tr][td][level]fygegyx[/level][/td][td]Triangle I[/td][td][level]vixarog[/level][/td][td]easy, solution by Twee[/td][/tr]
[tr][td][level]cumodif[/level][/td][td]Triangle II[/td][td][level]tisypud[/level][/td][td]medium[/td][/tr]
[tr][td][level]zybokyb[/level][/td][td]Twisted Service[/td][td][level]baduhek[/level][/td][td]hard[/td][/tr]
[tr][td][level]bedidet[/level][/td][td]Crypto[/td][td][level]kykucag[/level][/td][td]fun[/td][/tr]
[tr][td][level]nozapom[/level][/td][td]Crypto II[/td][td][level]botytyn[/level][/td][td]medium[/td][/tr]
[tr][td][level]rogilus[/level][/td][td]Crypto III[/td][td][level]fazylug[/level][/td][td]hard[/td][/tr]
[tr][td][level]livadul[/level][/td][td]Crypto IV[/td][td][level]kixuzuc[/level], [level]kamicoz[/level][/td][td]hard[/td][/tr]
[tr][td][level]fipebip[/level][/td][td]One Shot[/td][td][level]mitevoh[/level][/td][td]medium, solution by Werbad[/td][/tr]
[tr][td][level]jiduvid[/level][/td][td]Water Snake[/td][td][level]sobybok[/level][/td][td]fun[/td][/tr]
[tr][td][level]xalicib[/level][/td][td]Water Snake II[/td][td][level]byvitog[/level][/td][td]easy[/td][/tr]
[tr][td][level]tavirok[/level][/td][td]Water Snake III[/td][td][level]vodonak[/level][/td][td]medium[/td][/tr]
[tr][td][level]hutitin[/level][/td][td]Water Snake IV[/td][td][level]bygyvox[/level][/td][td]hard[/td][/tr]
[tr][td][level]gadekug[/level][/td][td]Rubics Rondo[/td][td][level]lebedyb[/level][/td][td]hard[/td][/tr]
[tr][td][level]lytevap[/level][/td][td]Random Box[/td][td][level]ryzufaf[/level][/td][td]medium[/td][/tr]
[tr][td][level]cikenev[/level][/td][td]Random Box II[/td][td][level]geluhyd[/level][/td][td]medium[/td][/tr]
[tr][td][level]lofebav[/level][/td][td]Fluid Garbage[/td][td][level]bypuxag[/level][/td][td]medium[/td][/tr]
[tr][td][level]bucycen[/level][/td][td]Fluid Garbage II[/td][td][level]kageryn[/level][/td][td]hard[/td][/tr]
[/table]

Enjoy!

Bucky (2006-12-10) guhexik-[leve]bydodob[/level].  Was the door key there for convenience or so we couldn't build on the space above it?

sluutthefeared (2006-12-10) Here's my solution to Glass Floor: [level]dolucun[/level]

Bucky (2006-12-10) [quote author=sluutthefeared link=topic=119.msg1154#msg1154 date=1165789601]
Here's my solution to Glass Floor: [level]naxevab[/level]
[/quote]
This fails on case F.

sluutthefeared (2006-12-10) Yeah, I realized that too. I edited the post 2 minutes ago with the fixed version.

Bucky (2006-12-10) Well, it's still much neater than mine (even though mine has a flying dozer)

sluutthefeared (2006-12-10) The flying dozer is pretty cool.
There! [level]zybuhog[/level]. Now I have lots of flying dozers.

jnz (2006-12-11) My solution for Glass Floor (guhexik): [level]xugagib[/level] (no dozers)

MagiMaster (2006-12-11) Here's my Glass Floor solution: [level]BECYBAD[/level]

Hand-E-Food (2006-12-11) Hey, this is fun! :D

Glass Floor: [level]guhexik[/level]: [level]dykezer[/level]

Rene (2006-12-11)
Hey, it is great to see so many fun solutions to Glass Floor ! The flying dozer of Bucky is just amazing, and I like the alternative thinking behind Hand-E-Food's solution.
Bucky was wondering why the door key is there. Well, it was to enable a solution with the original crates, like this one:

    Solution to Glass Floor ([level]guhexik[/level]): [level]cobonad[/level]

jf (2006-12-11) My solution to Glass Floor: [level]guxigem[/level].

jf (2006-12-11) And for Spy Glass: [level]vuxazyf[/level].

adept (2006-12-11) My solution to glass floor [level]hyfidus[/level]  I'm glad I don't pay for the parts as I seem to use more than anyone

Handi (2006-12-12) Oops, I forgot to post this one...
Glass Floor Solution: [level]gukenyg[/level]

Rene (2006-12-14)
JF, great solution for Spyglass! You use the same constuction to detect the value at the top, but have a different way to deliver the value to the bottom. I like the "mini vulcano" you use for that.
Here is my solution:

    Solution for Spyglass: [level]zumohug[/level]

Rene (2006-12-14) Due to all the crates falling onto it, the Glass Floor was broken. A construction company needed to come and put in new glass tiles. Unfortunately, the construction workers did not have enough of the proper tiles. They put in new tiles of a darker glass. So now the Glass Floor is back, but with a vengeance! Can you still make out the crate moving beneath it?

    Glass Floor Vengeance: [level]nubusix[/level]


Rene (2006-12-27) Glass Floor Vengeance has been on the forum for 2 weeks now, without a solution being posted. I fear it might have been too difficult. Because I created the puzzle already knowing the solution, I guess I had an advantage ;)
Here is my solution.

    Solution for Glass Floor Vengeance ([level]nubusix[/level]): [level]rymymub[/level]

At the same time, here is a more straight-forward new puzzle:

    Peep Hole: [level]tehysof[/level]

jf (2006-12-27) I've been working on Glass Floor Vengeance since it was posted. I have a general idea how I want to solve it, but I keep running into roadblocks. I am going to just give it more time, without looking at your solution -- now that I know there is a possible solution.  :)

Rene (2006-12-28)
JF - I applaud your perseverance, and I am happy to hear that somebody was working on it. Glass Floor Vengeance is hard. It took me a long time to find a solution myself, and I could change the puzzle if it suited me better  :D

Here is a simpler Glass Floor variant. The construction workers have again replaced transparent glass tiles with dark ones, leaving even less space to look through. But now you have two chances to see the crate!

    Glass Floor Returns: [level]batesas[/level]

jf (2006-12-28) Here is my solution for Peep Hole [level]tehysof[/level]: [level]symuryh[/level]. What a great puzzle! Besides looking impossible to solve, it has a really nice graphical texture to it. I could have sped up my solution, but the mechanisms reminded me so much of Mississippi Steamboats that I could not bear to part with them. I could almost see turn-of-the-century wallpaper on the walls, under the flicker of those gas lamps lighting the two rooms.

Rene (2006-12-28)
I can see the Mississippi steamboat slowly chopping away in your solution. The steampipes releasing puffs of steam, flaming occasionally. The wallpaper you have to imagine; maybe Kevan could introduce the possibillity to have wallpaper: empty tiles with texture (or even photo's  ::) ).

My boat has been upgraded with more modern diesel engines missing the nostalgia, but they are neatly hidden under the floor:

    Solution to Peep Hole ([level]tehysof[/level]): [level]hyrypev[/level]

jnz (2006-12-28) My solution for Peep Hole (tehysof): [level]fusisif[/level]. 

Magilvia (2006-12-29) Rene, here's my solution to Glass Floor:
[url=http://kevan.org/rubicon/game.php?level=kefixok]kefixok[/url]
Not really neat but it's my first attempt to a custom level :D

20eight (2006-12-29) glass floor - [level]guhexik[/level]:[level]cekybak[/level]
spy glass - [level]porucel[/level]:[level]jutygal[/level] (works only if no F's) and [level]xozyviz[/level] (works only if no zeros)

I often find myself struggling with the F's and zeros.  I guess that's why I end up fantasizing about a -1 barrel.

Rene (2006-12-30) jnz - nice solution to Peep Hole. You use the same principle as me, but you managed to shrink the right side machinery to the bare minimum.

Magilvia - good solution to Glass Floor! If you want some more light puzzles, try some of Bucky's or Lazyone's puzzles. Highly recommended are also Magimaster's ones.

20eight - highly imaginative solutions! I like the magnetic transport belt in the Spy Glass solutions. Also, using the spy glass itself as part of a counter is quite inventive. You can probably get around the 'F' problem by careful cleanup: force the crate from the counter when '0' is reached.
When there would be a '-1' barrel, you would probably have problems with '-1' crates - which would then require a '-2' barrel......

Magilvia (2006-12-31) Here are:

SpyGlass: [url=http://kevan.org/rubicon/game.php?level=pocobem]pocobem[/url]
Peep Hole: [url=http://kevan.org/rubicon/game.php?level=bulygez]bulygez[/url]

Wow these were not easy  ;D Synchronization tooks hours  :o

[quote]Magilvia - good solution to Glass Floor! If you want some more light puzzles, try some of Bucky's or Lazyone's puzzles. Highly recommended are also Magimaster's ones.[/quote]
Thank you  :D but now I have a special taste for your puzzle, I'll try these first  ;)

Rene (2007-01-01) A good, happy and creative 2007 to all of you !

I thought I would kick of the new year with two little brain teasers with surprising solutions:

    Through the Doors: [level]fohukan[/level]
    Gate Keeper: [level]hadidac[/level]

Enjoy!

jnz (2007-01-01) For Through the Doors (fohukan): [level]behogan[/level]
For Gate Keeper (hadidac): [level]jumunac[/level]

Those were fun.  I'm not sure how Through the Doors works exactly.  Some sort of race condition?

Magilvia (2007-01-02) fohukan:[url=http://kevan.org/rubicon/game.php?level=begugys]begugys[/url]
hadidac:[url=http://kevan.org/rubicon/game.php?level=tunaxik]tunaxik[/url]
I feel jnz found much better ones ;D No idea that [color=#F0F0F0] ? > F[/color] (spoiler, select to show)
:D

Rene (2007-01-02)
Migilvia - I just found out a few days ago. JNZ's solution was supposed to be the only one, but you managed to find a loop hole that I did not forsee  :)

jnz - your solutions are the exact ones I had in mind, so if it is OK with you, I'll move them into the first post as solutions.

jnz (2007-01-02) [quote author=Rene link=topic=119.msg1414#msg1414 date=1167742211]
jnz - your solutions are the exact ones I had in mind, so if it is OK with you, I'll move them into the first post as solutions.
[/quote]

Go for it.  :)

20eight (2007-01-02) through the doors - [level]fohukan[/level]:[level]punosob[/level]
gate keeper - [level]hadidac[/level]:[level]seryhif[/level]

jf (2007-01-02) Clever puzzles! I solved fohukan through trial-and-error, and stopped as soon as I had it working. Although it's not as clean as jnz's behogan, I thought I would post it just to document this double "hammer" which I've discovered some time ago, but have not had a chance (that I remember) to use in a solution yet: [level]demakan[/level].

Rene (2007-01-04)
Here is a new puzzle:

    Plus Minus: [level]vixodav[/level]

And a reminder that Glass Floor Returns is still open. I will post my solution in a couple of days.

    Glass Floor Returns: [level]batesas[/level]

Rene (2007-01-04) And I am spoiling you all with yet another puzzle :D. I should probably have waited with releasing this one, but it is an easy one and just loads of fun. I borrowed JF's Double Drummer for this.

    Waterfall: [level]tocedeh[/level]

EDIT: fixed a flaw pointed out by 20eight (was: fedyxuk)

20eight (2007-01-04) waterfall - [level]fedyxuk[/level]:[level]lugekyh[/level]

did you mean to leave the waterfall vulnerable?

jf (2007-01-04) Here is my solution to Plus Minus: [level]jysugut[/level]. Good puzzle!

BTW: I myself am in no hurry to see any solution to Glass Floor Returns, as I have only just opened it up to look at it last night, having decided it would not contain any spoilers to Glass Floor Vengeance (it does not). These two puzzles are sitting on the top shelf in the puzzle cellar, waiting patiently for me to find time to work on them.

(Edit: Was betobef, but accidently saved in warehouse with blank designer name.)

Rene (2007-01-04) [quote author=20eight link=topic=119.msg1478#msg1478 date=1167942293]
waterfall - [level]fedyxuk[/level]:[level]lugekyh[/level]

did you mean to leave the waterfall vulnerable?
[/quote]

Oops, no I did not. It's fixed now ([level]tocedeh[/level]).

sluutthefeared (2007-01-04) Solution to waterfall: [level]hofupov[/level]

jf (2007-01-05) Another take on waterfall: [level]zygecod[/level].

* * * SPOILER WARNING * * *

The development of the injected pattern to equilibrium is dependent on the interdependent timing of the parts. I had to use trial-and-error to tune my solution, but it would be interesting to break it down to specific Rubicon rules to explain it deterministically. Hopefully, I've used enough big words in those last two sentences so that if you accidently slipped past the spoiler warning, you can stop reading now, with no harm done.

jnz (2007-01-05) For Plus Minus (vixodav): [level]bynetaf[/level].  My divide-by-2 part could probably use a bit of optimization.
For Waterfall (tocedeh): [level]xezuxub[/level]

Edit: corrected typo in level name

Magilvia (2007-01-05) Here's my plus-minus solution vixodav:[level]pidagas[/level]

sluutthefeared (2007-01-05) [quote author=jnz link=topic=119.msg1485#msg1485 date=1167960943]
For Waterfall (tocedeh): [level]xezuzub[/level]
[/quote]
This one doesn't seem to be loading, guess it's [level]xezuxub[/level]

Magilvia (2007-01-05) While I was in my bed I was thinking (instead of sleeping  ::) ) about Plus Minus: the topmost barrel should not be necessary!
So here it is the new challenge: [level]radonad[/level]

[quote]BTW: I myself am in no hurry to see any solution to Glass Floor Returns, as I have only just opened it up to look at it last night, having decided it would not contain any spoilers to Glass Floor Vengeance (it does not). These two puzzles are sitting on the top shelf in the puzzle cellar, waiting patiently for me to find time to work on them.
[/quote]
It's the same for me too.

sluutthefeared (2007-01-05) Here's my solution to Plus Minus: [level]birituk[/level]

jnz (2007-01-05) [quote author=Magilvia link=topic=119.msg1488#msg1488 date=1167983246]
While I was in my bed I was thinking (instead of sleeping  ::) ) about Plus Minus: the topmost barrel should not be necessary!
So here it is the new challenge: [level]radonad[/level]
[/quote]

How do you intend to distinguish between targets (x,y) and (x+8,y+8)?  Run the machine with (0,0) as the target and then again with (8,8).

Multiplying by 2 doesn't have an inverse mod 16. 

Rene (2007-01-05) [quote author=jf link=topic=119.msg1484#msg1484 date=1167960782]
Another take on waterfall: [level]zygecod[/level].

* * * SPOILER WARNING * * *

The development of the injected pattern to equilibrium is dependent on the interdependent timing of the parts. I had to use trial-and-error to tune my solution, but it would be interesting to break it down to specific Rubicon rules to explain it deterministically. Hopefully, I've used enough big words in those last two sentences so that if you accidently slipped past the spoiler warning, you can stop reading now, with no harm done.
[/quote]

You used enough big words for me not to understand you  ???
All the individual movements can be explained from the Rubicon Laws of Physics (see [url]http://kevan.org/rubicon/forums/index.php/topic,158.0.html[/url]), but - as usual with physics laws - the resulting reality is much more interesting and intriguing than the laws.

Here is my solution:

    Solution to Waterfall ([level]tocedeh[/level]): [level]gosefav[/level]



Rene (2007-01-05) It is great to see all the different solutions to Plus Minus. Apparently, we all took the same approach, basing it on the fact that (A+B) + (A-B) = 2A, and then divide by 2. Surprisingly, we all took a different approach to do the division. Magilvia with a smart winch based approach, JF and me with a lookup table (although a different implementation of it), sluutthefeared with repeated subtraction of 2, and jnz with a binary selection tree. Here is my solution:

    Solution to Plus Minus [level]vixodav[/level]: [level]dycilah[/level]

I borrowed Bucky's template copier for this.

[quote author=Magilvia link=topic=119.msg1488#msg1488 date=1167983246]
While I was in my bed I was thinking (instead of sleeping  ::) ) about Plus Minus: the topmost barrel should not be necessary!
So here it is the new challenge: [level]radonad[/level]
[/quote]

I hate to see that you loose any sleep over my puzzles, Magilvia, especially if it leads to fuzzy thoughts  ;) Anyway, it would be worse if you would actually be dreaming of my puzzles  :D
JNZ is correct is stating that your challenge is not solvable. However, this one is:

    Plus Minus 2: [level]kotugis[/level]

I have not worked out a solution myself yet.

EDIT: just worked out the solution. In my case, it was quite simple after solving Plus Minus. I also noticed that I speeded up Bucky's template copier too much in my original solution to Plus Minus (dukagab), causing it to fail on 'F'. That's fixed now.

Magilvia (2007-01-05) [quote]How do you intend to distinguish between targets (x,y) and (x+8,y+8)?  Run the machine with (0,0) as the target and then again with (8,8).

Multiplying by 2 doesn't have an inverse mod 16.
[/quote]
[quote]I hate to see that you loose any sleep over my puzzles, Magilvia, especially if it leads to fuzzy thoughts  Wink Anyway, it would be worse if you would actually be dreaming of my puzzles[/quote]
Of course jnz is right, it's quite obvious, shame on me :-\  Don't know what I was thinking yesterday night: probably I was actually dreaming, so it is worse ;D ;D ;D

Tonight I'll dreaming something weird on Plus Minus 2  ;)

jnz (2007-01-05) Magilvia's comment got me thinking that there must be a way to create a puzzle like Plus Minus but with only two barrel outputs.  So I made one: [level]gopylab[/level] and then solved it: [level]bydonyg[/level].  By that time, Rene had already posted Plus Minus 2.

So I've adapted my solution above for Plus Minus 2 (kotugis): [level]damydik[/level].  The pattern of barrels at the bottom of the tree is no longer as pretty though.

Rene (2007-01-05) [quote author=jnz link=topic=119.msg1502#msg1502 date=1168026500]
Magilvia's comment got me thinking that there must be a way to create a puzzle like Plus Minus but with only two barrel outputs.  So I made one: [level]gopylab[/level] and then solved it: [level]bydonyg[/level].  By that time, Rene had already posted Plus Minus 2.

So I've adapted my solution above for Plus Minus 2 (kotugis): [level]damydik[/level].  The pattern of barrels at the bottom of the tree is no longer as pretty though.
[/quote]

I actually like your version better, because it adds 0 or 1, instead of 8 or 1. I wanted to that as well, but couldn't find a compact way of doing it. My version is probably harder if you don't use some form of lookup table.
I like your solution as well, nice and clean. And it has the first practical use of the fact that ? is bigger than anything else.

jnz (2007-01-05) [quote author=Rene link=topic=119.msg1503#msg1503 date=1168027402]
I actually like your version better, because it adds 0 or 1, instead of 8 or 1. I wanted to that as well, but couldn't find a compact way of doing it.
[/quote]

I did it that way so that I'd end up with a barrel with the value of x rotated left by one bit.  I went with the tree for the right rotate but was hoping somebody else would come up with something a bit more clever.  This also has the advantage of mapping F to F so that I can save a bit of space at the far right of the tree.

[quote author=Rene link=topic=119.msg1503#msg1503 date=1168027402]
I like your solution as well, nice and clean. And it has the first practical use of the fact that ? is bigger than anything else.
[/quote]

Thanks.  I think I've used that fact once before to make a one-shot up pipe that pushes the cargo off to the left at the top.  But I can't recall which level it was for.

jf (2007-01-06) [quote author=Rene link=topic=119.msg1493#msg1493 date=1168011876]
[quote author=jf link=topic=119.msg1484#msg1484 date=1167960782]
Another take on waterfall: [level]zygecod[/level].

* * * SPOILER WARNING * * *

The development of the injected pattern to equilibrium is dependent on the interdependent timing of the parts. I had to use trial-and-error to tune my solution, but it would be interesting to break it down to specific Rubicon rules to explain it deterministically. Hopefully, I've used enough big words in those last two sentences so that if you accidently slipped past the spoiler warning, you can stop reading now, with no harm done.
[/quote]

You used enough big words for me not to understand you  ???
All the individual movements can be explained from the Rubicon Laws of Physics (see [url]http://kevan.org/rubicon/forums/index.php/topic,158.0.html[/url]), but - as usual with physics laws - the resulting reality is much more interesting and intriguing than the laws.

Here is my solution:

    Solution to Waterfall ([level]tocedeh[/level]): [level]gosefav[/level]




[/quote]
If you take the 3 barrel from my solution and shift it to the left, the puzzle fails. A new pattern solidifies. Yesterday, I thought this was due to the timing that the threes arrive from the left -- that is, even with the same tick spacing, arriving earlier or later in "the mess" affects the equlibrium reached. But, looking at it again today, I see it was a simple editing mistake. I had used hammers for style, and I see that one of the hammers which should be next to the three was accidently erased in my final editing, making the second level an every-other instead of constant stream. The top two hammers have to be in relative sync so that they clock together into the pattern, but the constant streams just have to show up, eventually, I believe. Occasionally, when I select an area with shift-click, to move a set of pieces elsewhere, what I actually do is shift-draw over a bunch of things with something, for example, girders, resulting in a big swipe across my work, followed shortly by, "&^%&^@!!", followed by recreating the drawn-over pieces.

Rene (2007-01-06) [quote author=jf link=topic=119.msg1508#msg1508 date=1168046923]
The top two hammers have to be in relative sync so that they clock together into the pattern, but the constant streams just have to show up, eventually, I believe. Occasionally, when I select an area with shift-click, to move a set of pieces elsewhere, what I actually do is shift-draw over a bunch of things with something, for example, girders, resulting in a big swipe across my work, followed shortly by, "&^%&^@!!", followed by recreating the drawn-over pieces.
[/quote]

If you look at my solution, I have used no constant streams. The every-other streams are all in sync, so they always push the same row of falling crates. In fact, they push right through the first water curtain, never touching it.

The shift-click problem I have regularly as well, it is quite annoying. You have to hold down the shift key for a fraction of time before you can click. But I tend to forget that regularly.

jf (2007-01-06) [quote author=Rene link=topic=119.msg1515#msg1515 date=1168072997]
If you look at my solution, I have used no constant streams. The every-other streams are all in sync, so they always push the same row of falling crates. In fact, they push right through the first water curtain, never touching it.
[/quote]

I didn't notice that, that they go through the first water curtain. Now, I've watched it closely and it's quite clear how it works. It's a clean, elegant solution and I think illustrates nicely the concept of pushing streams sideways.

Rene (2007-01-06)
And while we're on the subject of pushing streams around, here is a puzzle with streams as well.

Remember Traffic Warden, the great puzzle of Hand-E-Food, where you had to direct 4 traffic streams around? If not, you should first play that one at [url]http://kevan.org/rubicon/forums/index.php/topic,66.0.html[/url].
In that puzzle you could slow down the traffic, so it was easier to handle. But what if you are in a place where slowing down traffic is not an option? What if traffic storms at you at full speed, and the only thing you can do is direct it around? Luckily it's only two streams this time, and you have an unlimited supply of expendable workers to help you out....

    Italian Traffic Warden: [level]dakovur[/level]
   

Magilvia (2007-01-07) Not much time for puzzle solving lately but here I am  ;)
Waterfall [level]tocedeh[/level]:[level]cufitud[/level]
I think there's another glitch Rene: one can write into the square bottom right and block the F in place.
I found easier going for trial and error as done by jf. So I do not understand clearly what's happening. I'm quite lazy ;D

Plus Minus: [level]kotugis[/level]:[level]ximanir[/level]
I try not to use any lookup table but the formula I used is not simple and the result is quite messy.

Jnz there's something weird in [level]bydonyg[/level]. Try with A,8.

Rene (2007-01-07) [quote author=Magilvia link=topic=119.msg1524#msg1524 date=1168169913]
Not much time for puzzle solving lately but here I am  ;)
Waterfall [level]tocedeh[/level]:[level]cufitud[/level]
I think there's another glitch Rene: one can write into the square bottom right and block the F in place.
[/quote]
I know, I saw it right after I posted the other patch. I did not want to post yet another patch, and blocking the F makes the puzzle just a little bit easier, and doesn't affect the main idea of it: that you need to push something through a falling water curtain.
[quote author=Magilvia link=topic=119.msg1524#msg1524 date=1168169913]
Plus Minus: [level]kotugis[/level]:[level]ximanir[/level]
I try not to use any lookup table but the I used is not simple and the result is quite messy.
[/quote]
Impressive, is all I can say. I hope you did not loose any sleap over this one  ;)

Here is my solution:

    Solution to Plus Minus 2 ([level]kotugis[/level]): [level]miborat[/level]


jnz (2007-01-07) For Italian Traffic Warden (dakovur): [level]tivopil[/level].  That was a bit tricky getting the timing correct everywhere and trying to trim it down to the minimum necessary.

[quote author=Magilvia link=topic=119.msg1524#msg1524 date=1168169913]
Jnz there's something weird in [level]bydonyg[/level]. Try with A,8.
[/quote]

I just tried with A,8 and it worked fine for me.  What are you seeing exactly?

Rene (2007-01-07) The Italian Traffic Warden gets busier and busier. Instead of only two crossing roads, it now has to handle 4, and his helpers have gone on strike (they did not like getting burned all the time), so he has to do it on his own. Luckily, it's vacation time, so traffic has slowed down somewhat:

    Italian Traffic Warden 2: [level]lubybob[/level]

But then vacation is over, and traffic is back in full on all four roads. Will he still manage to direct all the traffic to their correct destinations? His helpers have gotten a raise in salary, so they are back on the job. But even with the helpers, it will be very hectic:

    Italian Traffic Warden 3: [level]tudugys[/level]

Both these puzzles I would qualify as "experts only", so you are warned!
I give these puzzles together and shortly after Italian Traffic Warden 1, because you need the same techniques to solve all of them. To practice for Italian Traffic Warden 3, it is a good idea to try to solve Italian Traffic Warden 1 without helpers.

Magilvia (2007-01-07) [quote]I just tried with A,8 and it worked fine for me.  What are you seeing exactly?[/quote]
At some time it just started to come out with random results but now it's working good. Don't know what happend.

Rene (2007-01-07) [quote author=jnz link=topic=119.msg1529#msg1529 date=1168204594]
For Italian Traffic Warden (dakovur): [level]tivopil[/level].  That was a bit tricky getting the timing correct everywhere and trying to trim it down to the minimum necessary.
[/quote]

Good solution, jnz! Trimming down to the minimum will help you with Italian Traffic Warden 2 and 3.

Bucky (2007-01-08) [quote author=Rene link=topic=119.msg1530#msg1530 date=1168211684]

I give these puzzles together and shortly after Italian Traffic Warden 1, because you need the same techniques to solve all of them. To practice for Italian Traffic Warden 3, it is a good idea to try to solve Italian Traffic Warden 1 without helpers.

[/quote]

I came very close to no helpers;  I would have managed it had I found some way to split the vertical stream at full speed without using helpers.

sluutthefeared (2007-01-08) Italian Traffic Warden 2 solution: [level]pibasag[/level]

jf (2007-01-08) Hey, none of my workers showed up for Italian Traffic Warden on this sunny day! Nevertheless, traffic manages to direct itself. My solution to [level]dakovur[/level]: [level]xugedir[/level].

jnz (2007-01-08) For Italian Traffic Warden 2 (lubybob): [level]digoder[/level]
For Italian Traffic Warden 3 (tudugys): [level]xyxibiv[/level].  This looks more like Swiss cheese than a solution.  :)

jf: very impressive doing #1 with no helpers.  I'd intuitively expect the Cs to block up the 4s but that doesn't happen.

Rene (2007-01-08)
jnz - nicely done ! I thought it would take a bit more time before somebody would come with a solution to 3.
sluutthefeared - your solution to 2 looks very clean.
JF - good work without the helpers.

Here are my solutions:
    Italian Traffic Warden ([level]dakovur[/level]): [level]hidivam[/level]
    Italian Traffic Warden 2 ([level]lubybob[/level]): [level]bepugem[/level]
    Italian Traffic Warden 3 ([level]tudugys[/level]): [level]gybugyd[/level]

We have pretty much the same solutions for 2 and 3; I guess there was not much room for variation in those. Only on the left side of 3 there is some room for different solutions. I have the Swiss cheese for 3 as well, although I call it the weaver pattern...  8)

SM (2007-01-08) solution to italian traffic warden 1 ([level]dakovur[/level]) with no helpers

[level]dypomad[/level]

jf (2007-01-09) Non posso crederlo! My solution to Italian Traffic Warden 2: [level]gypubac[/level].

jf (2007-01-10) I adapted my table-lookup for Plus Minus, to solve Plus Minus 2 ([level]kotugis[/level]): [level]lukalet[/level], and from there, it was just a matter of editing the table to solve Plus Minus variation ([level]gopylab[/level]): [level]laregag[/level].

Rene (2007-01-11)
You have moved into the TV business and are drawing up big plans. Global broadcasting stations with TV transmitters everywhere will enable you to reach all TV receivers around the world. But first you'll have to learn the basics of transmitting and receiving TV signals.
Can you detect a change in signal frequency?

    Transmitter: [level]gibefiz[/level]

jf (2007-01-11) Here is a device which attaches to the transmitter, and gives the frequency: [level]bebybyc[/level].

jnz (2007-01-12) My receiver for Transmitter (gibefiz): [level]pukozut[/level]

Rene (2007-01-16) Good work with the receivers, guys, here is mine:

    Solution to Transmitter ([level]gibefiz[/level]): [level]moxorot[/level]

And, as there has not been any solution to Glass Floor Returns for some weeks now, I post mine:

    Solution to Glass Floor Returns ([level]batesas[/level]): [level]hygixod[/level]

If you are still working on it, please continue and don't look at my solution  :) And, JF, my solution to Glass Floor Returns does not give any hints for Glass Floor Vengeance  ;). Even though no other solutions have been posted for both, I still think Glass Floor Returns is substantially easier than Vengeance.



jf (2007-01-18) [quote author=Rene link=topic=119.msg1682#msg1682 date=1168979598]
If you are still working on it, please continue and don't look at my solution  :) And, JF, my solution to Glass Floor Returns does not give any hints for Glass Floor Vengeance  ;). Even though no other solutions have been posted for both, I still think Glass Floor Returns is substantially easier than Vengeance.
[/quote]

Oh yes, I won't be looking at either solution yet! I really need some Rubicon time to concentrate on Glass Floor Vengeance, and I want to get past that before Returns (which I've looked at, but have not really tried to solve yet). I've been stuck on Vengeance for some time, because I can't tell if what I'm hitting is just an exotic timing issue, or if the design I've been working on really can't work. Still, it's an enjoyable puzzle, and I'll see it through to the bitter end :). And, I look forward then to Returns.

Rene (2007-01-20) Here are two new challenges. They are inspired by Bucky's Oscillate, in which you have to match two crates that oscillate under a gate. See if you can do the same for more than two crates - with a twist.

    Swift Cycle 6: [level]hybahon[/level]
    Swift Cycle 8: [level]bacixig[/level]

jf (2007-01-22) My solution to Swift Cycle 6: [level]kopodor[/level]. This is quite a challenging puzzle.

Rene (2007-01-22)
Good work on Swift Cycle 6, JF! I particularly like your way of slowing down the dozer cycle one tick between digits.
I agree it is quite a hard puzzle to crack. Swift Cycle 8 is even harder, so I rated that one "experts only". Feel free to vote on the difficulty of these puzzles (and the other ones). That would give me a better idea whether my judgement is correct.

Here is my solution to Swift Cycle 6 ([level]hybahon[/level]): [level]ruvodes[/level]

   

jf (2007-01-23) Swift Cycle 8 is much more difficult, in both the mechanisms needed, and also, in the solving of the "meta-puzzle", which you need to do before you can get to solving the mechanical puzzle.

I could re-use my Swift Cycle 6 solution, but it would need to be really, really slowed down. So, I adopted your detection mechanism from kopodor, and added some more complex timing structures, and here it is, my solution to Swift Cycle 8: [level]bexegob[/level].

Edit: I just tweaked the ending, for a prettier display of lights: [level]jedelen[/level].

Bucky (2007-01-23) [quote author=jf link=topic=119.msg1754#msg1754 date=1169584817]
my solution to Swift Cycle 8: [level]bexegob[/level].
[/quote]

This failed the first time I watched it.  It misidentified an A as an 8.

jf (2007-01-24) [quote author=Bucky link=topic=119.msg1758#msg1758 date=1169595125]
[quote author=jf link=topic=119.msg1754#msg1754 date=1169584817]
my solution to Swift Cycle 8: [level]bexegob[/level].
[/quote]

This failed the first time I watched it.  It misidentified an A as an 8.
[/quote]

While working on a puzzle a while back, I was seeing what appeared to be a timing-related failure of a gate, specifically, it turns out, matching on A, but I eventually turned to a different design and forgot about it. This particular solution is completely tick-based, from the start, and the solution values themselves do not affect the overall timing, so if you did see a failure on A, then I would suspect a Rubicon bug, and not a bug in my solution.  :)

jf (2007-01-24) Rene, when I first opened up Glass Floor Vengeance, long ago, I thought a better name would have been, "Diabolical"!  :)

What follows could be construed as somewhat of a * * * SPOILER * * *, but I'll try to be careful...

What a tough, tough puzzle, and yet, so simple. I had two previous designs, which, due to some early success, I thought would, each in turn, eventually, prove to work, if I could just figure out the timing. I was always just one tick away, in one direction or the other, for various kinds of clever manipulations and transpositions. And so this false illusion of being close to solving it kept me trudging down the wrong path for so very long.

I've been picking this puzzle up, and putting it back down, off and on, for some time now. Finally, today, a new idea came to me, completely out of the blue, and so, yet again, I double-clicked on nubusix, and there is was, waiting for me, my nemesis, Glass Floor Vengeance. What a delight, then, when the pieces starting falling into place effortlessly, and, amazingly, I was able to detect the value! Once I reached that point, I finished up hastily, so perhaps I'll come back to this and clean it up, to make it more presentable, but here it is, finally, at long last, my solution to Glass Flood Vengeance: [level]midyroc[/level].

Edit: Wow, I just looked at your solution. In fact, that's the first design I gave up on. I had almost the same configuration as your first line, which of course, you know, works for a subset of values right away. What I couldn't handle were the outside cases. When I got one subset working, another would fail. So, I'll have to study your solution and find my blind spots. I eventually gave up that, but my second design was also trying to subset the possibilities. I'm sure you'll be interested to see that my eventual solution (above) has absolutely nothing in common with yours -- so there is an alternative for those of you out there still suffering with this puzzle.

jf (2007-01-25) Did I really write so much in that last post?  :)

And here is my solution to Glass Floor Returns: [level]hyxunyf[/level]. That was fun. At first it looks quite difficult, but then, compared to Glass Floor Vengeance, there is all the time in the world.

jf (2007-01-26) My Solution to Italian Traffic Warden 3 [level]tudugys[/level]: [level]soradar[/level]. That puzzle is not for the faint-hearted.

Rene (2007-01-26) Wow, JF, you have been busy!

First of all, excellent, excellent solution to Glass Floor Vengeance! Your solution is quite straight-forward and easy to understand. It's the type of solution that makes you wonder, "why didn't I think of that". With some adaptation it would even work if the crate was moving from right to left! Also, it seems that you have some glass to spare.
I am very happy to see that you found a completely different solution than mine. After all this time, I was convinced that no other approach was possible, and then you come up with such a pearl!
I am also relieved that you found a solution at all. It is somewhat unsatisfactory to have created a puzzle that nobody solves.

I am not sure which of my solutions to Glass Floor Vengeance you looked at. [level]rymymub[/level] is my original solution posted in this thread. Two small improvements to that solution enabled me to drastically reduce the post-processing logic, which resulted in  [level]pamifux[/level] which is in the topic-starting post. As you say, some crate values solve themselves in my approach. I had most problems with 4-7. In the end I resorted to special logic to detect that case early, and drop the right barrel in place accordingly.

Secondly, very fine solution to Glass Floor Returns. As you can see, your solution is much simpler than mine!

Finally, good solution to Italian Traffic Warden 3. You use "The Sieve" in the same way as jnz and me, although a slightly different version of it.

Now that you have solved both Glass Floors, I guess you are ready for my new puzzle: "Glass Floor Vengeance Returns"  ;)
........................ just kidding  :D, I do not have such a puzzle..................... yet  ;D.



Rene (2007-01-26) JF - very good solution to Swift Cycle 8 as well. You really worked out how the crates in the puzzle cycle themselves, and created your solution around that! I never managed to do that, I only calculated the slow overall repeat cycle. Then I used a template in my solution, but had to introduce a random element to avoid fixed cycles in the template read-out. That made it all much messier:

    Solution to Swift Cycle 8 ([level]bacixig[/level]): [level]sahuxur[/level]

It seems that you solved all my "hard" and "expert" level puzzles in one go this week!

Rene (2007-01-27) OK then, here it is!
After all the abuse of the glass floor by JF, the construction workers needed to come again and repair the damage. And of course, they still did not order any of the proper glass tiles  >:(. I should really fire these guys one day. Anyway, they did some repairs, and now the glass floor is back...... with only 3 of the original 15 glass tiles. Can you still make out the crate moving beneath ?

    Glass Floor Diabolo: [level]kelepyv[/level]

jf (2007-01-27) Rene -- I did look at both of your Vengeance solutions. The one at the top of the thread I found by accident, when I wanted to go back and study in more detail, and used the top of the thread as a shortcut to find the solution again. That is quite a clever mechanism to begin with, and then, a substantial optimization. I myself could just not figure out the timing for all cases. But, the time spent working on that puzzle did yield lots of useful information for other puzzles, and I plan to study your Vengeance solution thoroughly.  :)

Also, Glass Floor Vengeance Returns had me laughing!  :D But now here comes Glass Floor Diabolo, which I look forward to. I do have some leftover ideas from my Vengeance work which may apply here.

For Swift Cycle 8, I actually doubled the shorter cycle, which in my solution appears as the longer cycle, because it was too short to use in my implementation. That meant stretching the auxiliary cycle on the far right a bit more to cover a complete span of 16 inner cycles, which actually turns out for the best because it becomes a multiple of 16 -- a convenient number in Rubicon. So the solution does not run an "optimum speed", but still, at an acceptable rate. Those of you reading this and scratching your heads, I think it all becomes clear when you watch the solution running. Also, if you go to the sandbox and clip out the furnace up on top (of my solution) that prevents overflow, you can get a longer readout of the output to look over.

jf (2007-01-28) Despite all the heavy equipment, the last few clear glass tiles are holding up well, and there is just enough room to catch a glimpse of the crate sliding by underfoot, in my solution to Glass Floor Diabolo: [level]dovesad[/level].

Fantastic series of puzzles, Rene.

Rene (2007-01-28) JF - very good solution to Diabolo. You actually [spoiler][color=#E7E3E7]calculate the required values on the fly[/color][/spoiler], I did not think there would be enough time. My solution does not do that. It does use the same detection principle, though:

    Solution to Glass Floor Diabolo ([level]kelepyv[/level]): [level]jytobus[/level]

So again, I am pleased to see that you found a different solution than I. Let's see if you can do the same for the final puzzle in the series.....  ;)

Rene (2007-01-28) [b]NEW PUZZLE[/b]

You know the story by now. All the abuse and repairs have left not much of the original beautiful glass floor. The correct glass tiles were ordered this time, but because JF solved Diabolo so fast, they did not arrive yet. As a result, even more dark glass has been put in, and only a single clear glass tile remains. It is still possible to detect the crate underneath, but you have to be fast !!!

    Glass Floor Final: [level]lubogyt[/level]

I have decided that this is the final episode of the series; the size of the glass floor cannot shrink anymore  :D. And as it should be for a final puzzle, it is extremely hard. It might even be harder than Vengeance, but judge for yourself. You have about the same time as Vengeance to find the value of the crate, but now you have only one gate to work with......

jf (2007-01-29) An excellent finale! Glass Floor Final is very, very difficult. Pulling every trick out of the hat, I managed to solve it: [level]butefel[/level].

To those who follow, I highly recommend working through the other Glass Floor puzzles first, as the experience gained there will be quite valuable. Rene, again, great puzzle series. In return, I offer Glass Floor Homage: [level]bahives[/level]. It seems the replacement glass has finally arrived, waiting to be installed. I rate this puzzle as Easy, because at the moment, there is one window missing entirely, giving you a clear, unobstructed view of the solution crate below. Enjoy!

Rene (2007-01-30) [quote author=jf link=topic=119.msg1829#msg1829 date=1170104861]
An excellent finale! Glass Floor Final is very, very difficult. Pulling every trick out of the hat, I managed to solve it: [level]butefel[/level].

To those who follow, I highly recommend working through the other Glass Floor puzzles first, as the experience gained there will be quite valuable. Rene, again, great puzzle series. In return, I offer Glass Floor Homage: [level]bahives[/level]. It seems the replacement glass has finally arrived, waiting to be installed. I rate this puzzle as Easy, because at the moment, there is one window missing entirely, giving you a clear, unobstructed view of the solution crate below. Enjoy!
[/quote]

And again, you manage to come up with a solution different than mine, excellent work. I was convinced this time that there was only one approach possible. But the [spoiler][color=#F0F0F0]asymetric comparison[/color][/spoiler] you use is very smart, it enables you to have faster cycle times than I have. If I calculate correctly, you even have one click to spare!
I thought of using the same left side as you, but could not see how that would help any. Here is my solution:

    Solution to Glass Floor Final ([level]lubogyt[/level]): [level]xexanyg[/level]

Don't ask me how the top left part works, I cannot even explain it to myself anymore. Typical case of "create once and don't touch anymore".

[level]bahives[/level] had me laughing. It is very funny, I can see that the construction workers have just gone for another brake (as always), and left the tiles scattered all over the place  :D Can you believe that I am so used to having the crate obscured, that I was wondering for some time how you can find out what the value of the crate is in bahives?
I am very honoured that you liked the Glass Floor series so much that you made an Homage puzzle for it!

Rene (2007-03-24) Inspired by [url=http://kevan.org/rubicon/forums/index.php/topic,68.msg2431.html#msg2431]Bucky's Glass Floor puzzles[/url], I decided to add two Glass Floor puzzles to the series:

Glass Floor Fluid: [level]nokilam[/level]
Glass Floor Fluid Extreme: [level]dufocyn[/level]

Note that my solution to Bucky's "Sliding Glass Floor (insane)" puzzle is a spoiler to these.

jf (2007-04-25) Between your and Bucky's latest glass floor insanity, I chose the toughest looking one to spend time on. Here is my solution to Glass Floor Fluid Extreme ([level]dufocyn[/level]): [level]gugameg[/level]. The initialization of the machine is not pretty -- I just hammered it into shape quickly. I'll have to modify the design for Bucky's puzzles, which have much less overhead space to work in.

Rene (2007-05-09)
Good solution to Glass Floor Fluid Extreme, JF! I cannot see exactly how it is working, but it looks like a similar approach as my own solution. My initialization is a bit prettier, though  ;)

Solution to Glass Floor Fluid Extreme ([level]dufocyn[/level]): [level]sumarid[/level]

Rene (2007-07-29) [b]
NEW PUZZLES
[/b]

The monster is hungry and angry. Your task is to feed him to calm him down. But be aware: he is choosy in what he eats; anything he doesn't like he spits out again.
Feed him the right food, avoid his spit, and lighten his eyes.

Feed the Monster I: [level]lufybyg[/level]
Feed the Monster II: [level]buboxod[/level]
Feed the Monster III: [level]sodorag[/level]


 

hatkirby (2007-07-29) AAAAAAHHHHH!!! HE ATE MY ARM! Oh, wait, that was just the crate. Heh heh. Here's my solutions:

Hunger Satisfied - [level]buvigeb[/level]
Hunger Satisfied II - [level]docimoh[/level]

Rene (2007-07-29)
Good tries, hatkirby!
Unfortunately, the monster does like your 0's and 8's.

Timbo (2007-07-30) My solution for Feed the Monster III([level]sodorag[/level]): [level]dixugik[/level]
I think it is a solution for part I and part II too.

SM (2007-07-30) Feeding the Monster I - he's a horribly picky eater.

[level]Jodemab[/level]

jf (2007-07-30) For Feed the Monster III ([level]sodorag[/level]): [level]domacav[/level].

For Feed the Monster II ([level]buboxod[/level]), I just had to modify it a bit: [level]xupinid[/level].

For Feed the Monster I ([level]lufybyg[/level]), things are much easier: [level]vugehot[/level].

Nice puzzles.

Rene (2007-07-31)
Great solutions, guys! The monster is very happy and satisfied now. You are all promoted to expert monster care-takers  :D

Here are my feeding schedules:

For Feed the Monster I: ([level]lufybyg[/level]): [level]fygefob[/level]
For Feed the Monster II: ([level]buboxod[/level]): [level]xyzesug[/level]
For Feed the Monster III: ([level]sodorag[/level]): [level]dyvefex[/level]

jnz (2007-08-02) For Feed the Monster III ([level]sodorag[/level]): [level]gigobus[/level].  I managed to avoid the use of a template copier at the cost of a great amount of hardware.  I only use two cases, one if the target is 1-8 and the other if the target is 9-F or 0.  I was surprised to see that Rene uses 3 cases (0-7, 8, and 9-F).  If anything, I was expecting one magic method for handling all targets.  ;)

Rene (2007-08-02) [quote author=jnz link=topic=119.msg2923#msg2923 date=1186066627]
If anything, I was expecting one magic method for handling all targets.  ;)
[/quote]

Hey, wasn't it Einstein who said that you have to make the solution as simple as possible - but not simpler  ;)

Excellent solution jnz, no template copiers and very clear. I am surprised that you found a two-case solution. I tried that as well, but could not get the '8' case to work. Seeing your solution, I wonder whether it is possible to use '7F7F7F' as teeth in the monsters mouth afterall. I had that at first, but could not find a solution for it.


jf (2007-08-02) Hey, I used a one-case solution, it could be argued  ;). It's an interesting question, but I don't know if 7F7F7F is possible because to generate 8 you need at least one penultimate value less than 8 which will always escape left from the last unpacker before you have time to get something out of the middle unpacker to trap it.

jnz (2007-08-02) [quote author=jf link=topic=119.msg2929#msg2929 date=1186079854]
Hey, I used a one-case solution, it could be argued  ;).
[/quote]

If I could figure out how your solution works, I'd probably agree. :)

[quote author=jf link=topic=119.msg2929#msg2929 date=1186079854]
It's an interesting question, but I don't know if 7F7F7F is possible because to generate 8 you need at least one penultimate value less than 8 which will always escape left from the last unpacker before you have time to get something out of the middle unpacker to trap it.
[/quote]

I think you are correct.  The extremes you can produce when subtracting two crates in the range [8-F] are 8-F=9 and F-8=7.  Actually, I don't think you can produce an 8 out of the middle unpacker either (for the same reason).  So really you are limited to the range [9-F] and you can only produce things from 9-F=A to F-9=6.  I made a test machine ([level]gudaryv[/level]) which seems to never produce 7, 8, or 9.

Rene (2007-08-02) I think you're both right. But the following should be possible (although I have not made a solution yet):

[b]NEW PUZZLE[/b]

Feed the Monster IV: [level]movyzoc[/level]

See how many different cases you need now  ;)

Timbo (2007-08-03) I have modified Rene's solution for Feed the Monster III ([level]dyvefex[/level])and created the solution for Feed the Monster IV ([level]movyzoc[/level]): [level]puzebir[/level]
I need 4 cases and I don't think 3 cases is possible.

Rene (2007-08-07) [quote author=Timbo link=topic=119.msg2949#msg2949 date=1186160409]
I have modified Rene's solution for Feed the Monster III ([level]dyvefex[/level])and created the solution for Feed the Monster IV ([level]movyzoc[/level]): [level]puzebir[/level]
I need 4 cases and I don't think 3 cases is possible.
[/quote]

I did not want to look at your solution before I had my own. Excellent solution, Timbo! I have 4 cases as well, but yours are much simpler.

Here is my solution for Feed the Monster IV ([level]movyzoc[/level]): [level]dibavyg[/level]

Rene (2007-09-13) [b]NEW PUZZLE[/b]

On their way home, the children came through the playground, with a lot of fun swings and stuff. They are now totally enjoying themselves and do not want to continue home. Can you help them on their way?

Bring my babys home: [level]dapugox[/level]

jnz (2007-09-13) For Bring my babys home ([level]dapugox[/level]): [level]tofibit[/level].  I think I'm exploiting a weakness in the shuffle.

TTTPPP (2007-09-13) For "Bring My Babys Home" ([level]dapugox[/level]): [level]vanemyc[/level]

Also, I don't think I've posted a solution to "Glass Floor" ([level]guhexik[/level]), so let's retro it up with [level]gerisec[/level].

adept (2007-09-14) Bring My Babies Home- [level]cigomah[/level]

Rene (2007-09-15) [quote author=jnz link=topic=119.msg3184#msg3184 date=1189716753]
For Bring my babys home ([level]dapugox[/level]): [level]tofibit[/level].  I think I'm exploiting a weakness in the shuffle.
[/quote]

Yeh.... I found the same just before I posted the puzzle. But I thought I'd post it anyway to see whether I could mislead you guys. I should have know that you're not that easily fooled.
I am working on a harder version, but have not found a solution to that one yet.

Rene (2007-11-17) [b]NEW PUZZLE[/b]

Bring the crate from above to below. Looks easy doesn't it?

Switch: [level]xaryxaz[/level]

Bucky (2007-11-17) Switch(xaryxaz):[level]tigaget[/level]

jnz (2007-11-17) For Switch ([level]xaryxaz[/level]): [level]bycosus[/level]

Rene (2007-11-18)
Well done guys!
Here is my own solution for Switch: [level]dadeted[/level]

sluutthefeared (2007-11-23) For Switch([level]xaryxaz[/level]): [level]duburak[/level]

Rene (2007-11-25)
[b]NEW PUZZLE[/b]

An easy one this time. Compare two crates with a broken gate.

Order: [level]sybukyg[/level]

jnz (2007-11-26) For Order ([level]sybukyg[/level]): [level]nigonuz[/level]

TTTPPP (2007-11-26) Nice little puzzle :-)

Order ([level]sybukyq[/level]): [level]caculyz[/level]

Timbo (2007-11-26) For Order ([level]sybukyg[/level]): [level]surisyd[/level]

The solution of TTTPPP doesn't work if the first crate is a 0

Bucky (2007-11-26) Order([level]sybukyg[/level]):[level]podifer[/level]

jf (2007-11-27) For Switch ([level]xaryxaz[/level]): [level]dytihad[/level] (sluutthefeared and I came up with mirror solutions.)

For Order ([level]sybukyg[/level]): [level]nyrysin[/level]

Rene (2007-11-27) Nice solutions, guys. I especially like Bucky's alternative approach.
Here is my solution for Order ([level]sybukyg[/level]): [level]mukimiz[/level]

[b]NEW PUZZLE[/b]

The same thing, but now with 3 crates.

Order II: [level]jocenad[/level]

Rene (2007-12-15)
Nobody has yet posted a solution to Order II. I am guessing that is because it is too easy  ;) Therefore, I give you

Order III: [level]hebibyc[/level]

jf (2007-12-22) Yes, it's all in the timing, isn't it? For Order III ([level]hebibyc[/level]): [level]fokadyf[/level]. Good puzzle!

jf (2007-12-26) For Order II ([level]jocenad[/level]): [level]zegadiz[/level]

Rene (2007-12-31) Good solutions, JF. As you say, it's all in the timing.

Here are mine:
For Order II ([level]jocenad[/level]): [level]golubyk[/level]
For Order III ([level]hebibyc[/level]): [level]danebal[/level]

Rene (2008-01-06)
[b]NEW PUZZLE[/b]

As the leader of a major crime syndicate, you are in desperate need of money to pay-off a crime deal gone bad. The local bank happens to have a quantity of gold in its vault that suffices for the pay-off. Draw up a plan to get the gold out of the vault, which involves getting it through the protection grid. But you have to be fast, as the automatic safety timer closes the vault hermetically in a few moments.

The Vault: [level]magabaf[/level]

jf (2008-01-08) For the Vault, I had to bribe some guards to get to the gold: [level]vadihoc[/level].

[spoiler]Is it possible to bring the gold bars out one at a time?[/spoiler]

Rene (2008-01-08) [quote author=jf link=topic=119.msg3347#msg3347 date=1199775679]
For the Vault, I had to bribe some guards to get to the gold: [level]vadihoc[/level].

[spoiler]Is it possible to bring the gold bars out one at a time?[/spoiler]
[/quote]

Smart move, Blofelt! But try it without bribes this time:

The Vault II: [level]jefalug[/level]

[spoiler]yes[/spoiler]

jf (2008-01-08) [quote author=Rene link=topic=119.msg3348#msg3348 date=1199817375]
[quote author=jf link=topic=119.msg3347#msg3347 date=1199775679]
For the Vault, I had to bribe some guards to get to the gold: [level]vadihoc[/level].

[spoiler]Is it possible to bring the gold bars out one at a time?[/spoiler]
[/quote]

Smart move, Blofelt! But try it without bribes this time:

The Vault II: [level]jefalug[/level]

[spoiler]yes[/spoiler]
[/quote]

As I was going to St Ives, I met seven cat burglars: [level]gytysyl[/level] for Vault II [level]jefalug[/level].

Bucky (2008-01-09) I don't bother with bribes and stuff.  I just tamper with the automatic lock.
Vault 2([level]jefalug[/level]):[level]gakicax[/level]

I haven't done a solution for a while, and it shows;  It's extremely sloppy due to the excessive use of drop timers.

Rene (2008-01-10) Here is my attempt to crack the vault.

For The Vault II ([level]jefalug[/level]): [level]besased[/level]

[b]NEW PUZZLE[/b]

Due to the recent burglaries, the management of the bank has reviewed the safety measures surrounding the vault. In the security audit they have discovered that the security grid was installed the wrong way around. Instead of preventing getting gold out of the vault, it was preventing bringing gold into the vault. So now they have updated the vault, and re-installed the safety grid.

Vault III: [level]kipyzah[/level]

Rene (2008-01-10)
[b]NEW PUZZLE[/b]

Recently, I was browsing through some of the old puzzles and their solutions. When I looked at Glass Floor Vengeance ([level]nubusix[/level]), and both solutions (JF's and mine), I came up with some ideas how to improve the solutions. As a result, there is now a new installment of the Glass Floor series. The original Glass Floor Vengeance had 11 glass tiles and was extremely hard. But 11 glass tiles is luxury compared to 8 tiles :D:

Glass Floor Ultimate: [level]kifabab[/level]

Some warnings upfront:
[list]
[li]if you are a Rubicon beginner, do not even think about trying to solve this one. I do not want you to loose the fun in Rubicon because this puzzle is frustratingly difficult. There are plenty of fun puzzle out there in various degrees of difficulty that you can try first.
[/li]
[li]If you are an expert: try to solve the other Glass Floor puzzles first (especially Glass Floor Vengeance)
[/li]
[li]If you are called JF: have fun!  ;)
[/li]
[/list]
As usual, I will post my solution in a couple of weeks. If you want to try your hand at [level]kifabab[/level], but want to be helped a little bit, I have prepared a series of hints:

1) [spoiler]In order to solve the puzzle, you will need some pre-placed barrel(s) on the left side of the floor. Depending on the movement of these barrels, you will need to calculate new barrel(s) and drop those on the glass floor to the right, in order to further test the hidden value. That is not too hard, there are various ways in which that can be done. What makes the puzzle difficult is that you need to do that [i][b]fast[/b][/i]. Typically you have only 2 or 3 ticks to detect the movement, calculate the new barrel(s) and drop them on the floor. Experiment with different ways of doing this.[/spoiler]
2) [spoiler]Analyse JF's solution to Glass Floor Vengeance ([level]midyroc[/level]), and try to improve that approach. There is some dead wood that can be chopped.[/spoiler]
3) [spoiler]Notice that JF's solution uses 7 pre-placed barrels on the left, and 1 dynamically generated barrel on the right. The 7 pre-placed barrels subdivide the 16 possible values into 8 groups of 2 values each. The dynamic barrel then tests between the 2 values. Let's call this the 7-1 approach. JF has 3 open spaces between the pre-placed barrels and the dynamic barrel, which effectively means he has 3 ticks to calculate and place the dynamic barrel.[/spoiler]
4) [spoiler]The 7-1 approach is not the only approach you can take. Note that my solution to Glass Floor Vengeance ([level]pamifux[/level]) could be called a 1-1-1-1 approach. The pre-placed '8' barrel subdivides the values into 0-7 and 8-F. Each subsequent barrel subdivides the result groups further. I used a short-cut for the 4-7 group, which explains the leading 4 barrel, and most of the stuff on top.[/spoiler]
5) [spoiler]One other obvious approach is 3-3. Three preplaced barrels subdivide the 16 possible values into 4 groups of 4 values each. You then need to calculate 3 new barrels to distinguish between the 4 remaining values. The 3-3 approach on a glass floor with 8 tiles leaves 2 ticks to calculate and place the barrels. Experiment some with this approach. Concentrate on bringing down the time you need to calculate the barrels. [/spoiler]
6) [spoiler]Note that only the first dynamic barrel needs to be calculated in 2 ticks. Each subsequent one can use an additional tick to be calculated. Something similar is true for the pre-placed barrels. With an 8 tile glass floor, there are 7 ticks between movement of the left-most pre-placed barrel, and the placement of the right-most calculated barrel. Use that time.[/spoiler]
7) [spoiler]It might be possible with 3-3, but in my solution to Glass Floor Ultimate, I use a 4-2 approach. The 4 preplaced barrels subdivide into 5 groups of 3 values each, which leaves one special case. The special case is handled by an extra barrel on the remaining two glass floor tiles.[/spoiler]
8) [spoiler]That's it, no more tips; you're on your own now  ;). If you really give up, then check the solution that I will post in a couple of weeks.[/spoiler]

jf (2008-01-23) I've been looking at Glass Floor Ultimate... hmmm, this isn't going to be easy, is it?

For The Vault III ([level]kipyzah[/level]): [level]toxuhan[/level]. I took advantage of the rain.

PS. I really like Bucky's lock tampering in [level]gakicax[/level] (for The Vault II).

Rene (2008-01-25) [quote author=jf link=topic=119.msg3360#msg3360 date=1201124555]
I've been looking at Glass Floor Ultimate... hmmm, this isn't going to be easy, is it?
[/quote]

Just a walk in the park for you, JF  ;D ....or, should I say, a stroll on the floor....  ;)

Here is my opening of the vault:

For Vault III ([level]kipyzah[/level]): [level]pexudof[/level]

jf (2008-01-26) Well Rene, that was an extremely tough one, but I've managed to solve it. I've just read your spoilers for Glass Floor Ultimate, and that's a good breakdown of the possibilities.

For Glass Floor Ultimate ([level]kifabab[/level]): [level]jacidun[/level]

I have to agree with your first hint: [spoiler]You have to be fast! The greatest difficulty in this puzzle is in the speed, not the number of glass tiles.[/spoiler]

It will be interesting to see your solution, because I can tell from your spoilers that once again we've used different designs.  :)

On Rene's hints:
[spoiler]I considered a 4-x approach, and a 3-3 approach. After much experimentation, on and off, since the puzzle was posted, I finally settled on the 3-3 approach, which is to split the possible values into four groups to start, and then drop three more barrels to the right. There are some huge obstacles to overcome, though. The biggest is that there are only 3 ticks to choose the first right-side barrel and get it into place, from the time the crate glides under the rightmost of the first three barrels to the time that it will slide under this leftmost of the second group. That gives you only one single tick to work with, to create a value, since you'll need one tick to position it above the spot vertically, and another tick to drop it into place. I just could not find a way to position and drop *three* new values, so I eventually abandoned the 3-3 approach.[/spoiler]

My approach:
[spoiler]I use what you could call a 3-1-1 approach, which is to divide first into four groups, and then for each group, drop two values to detect one of four possible solutions. It is amazingly difficult to drop those two values down in that short space of time, and not leave a big mess to deal with at the end. But having done that, it's pretty straightforward to then read the scattered barrels and come up with the solution value. I actually do run out of time in some cases, but enough information is left on the floor that even for those special cases I can calculate the solution.[/spoiler]

Excellent puzzle!




Rene (2008-01-27)
Welll done, JF, well done.
[spoiler]I based my solution on your [level]midyroc[/level], but I can see that you made a combination between your and my solutions.
You managed to find another way than me for the "it does not move" barrel to be dropped in the same tick as the last "it does move" barrel. As you know, that is key to getting it fast enough. I also like the way you handled the F special case.
[/spoiler]

Most of the credit for this one goes to you. When I made Vengeance, I was convinced that 11 tiles would be the minimum possible. Your solution made me think it could be done with less. I was just surprised that it can go down to as few as 8.

Here is my solution:

For Glass Floor Ultimate ([level]kifabab[/level]): [level]pikahic[/level]

Timbo (2008-02-02) By copying Renes 4-2 solution I made folowing 3-3 solution for For Glass Floor Ultimate ([level]kifabab[/level]): [level]logaxol[/level]

Rene (2008-02-09) [quote author=Timbo link=topic=119.msg3369#msg3369 date=1201966636]
By copying Renes 4-2 solution I made folowing 3-3 solution for For Glass Floor Ultimate ([level]kifabab[/level]): [level]logaxol[/level]
[/quote]

Good solution, Timbo. That's a neat trick to keep the middle barrel on top of the pipe; I could not get that to work when I tried a 3-3 solution.

jf (2008-02-12) There are a lot of subtleties in those solutions. For example, [spoiler]the second tier of glass not only shifts the timing left, but also allows a dozer to pass underneath -- I used winches to give the dozer a path through[/spoiler]. This puzzle really pushes the Rubicon envelope. Great puzzle.

Rene (2008-05-02)
[b]NEW PUZZLE[/b]

I feel the need...

The Need For Speed: [level]pixisop[/level]

Werbad (2008-05-02) For The Need For Speed ([level]pixisop[/level]): [level]gyzaxut[/level]

jf (2008-05-02) For The Need For Speed ([level]pixisop[/level]): [level]gyxodef[/level] -- in 44 ticks

I would guess that you took the time to polish this puzzle so that every last bit counts -- [spoiler] even one open section in the upwards pipe slows down the crates too much to solve[/spoiler].

Timbo (2008-05-02) For The Need For Speed ([level]pixisop[/level]): [level]notigug[/level]

Not every bit counts if you speed up a little bit. [spoiler]I even got 3 open section in the upwards pipe[/spoiler]

Rene (2008-05-02) [quote author=jf link=topic=119.msg3762#msg3762 date=1209752428]
For The Need For Speed ([level]pixisop[/level]): [level]gyxodef[/level] -- in 44 ticks

I would guess that you took the time to polish this puzzle so that every last bit counts -- [spoiler] even one open section in the upwards pipe slows down the crates too much to solve[/spoiler].
[/quote]

Actually, this was just the intro  ;). It's the second version that is polished so that every last bit counts; it is just solvable without going to an approach like Timbo's:

The Need For Speed 2: [level]xyganeb[/level]

By the way, here is my solution for number 1: [level]gaforyb[/level]

jf (2008-05-02) [quote author=Timbo link=topic=119.msg3763#msg3763 date=1209761063]
For The Need For Speed ([level]pixisop[/level]): [level]notigug[/level]

Not every bit counts if you speed up a little bit. [spoiler]I even got 3 open section in the upwards pipe[/spoiler]
[/quote]

That is pretty cool, Timbo.

For The Need For Speed 2 ([level]xyganeb[/level]): [level]gosomog[/level]

I think just two pieces changed, right? I just edited my first solution, making it into the second puzzle. There were a few more ticks to be squeezed out after all, n'est-ce pas? I would like to try the Timbo-style solution too.

I'm almost afraid to see what Speed 3 will look like.  :)

Werbad (2008-05-02) For The Need For Speed 2 ([level]xyganeb[/level]): [level]zirekyc[/level]
At first I didn't realize that [spoiler]packers process after matchers, allowing for this kind of solution[/spoiler]
I see that jf used that same trick.

Rene (2008-05-03)
I used the same peculiarity of Rubicon physics:

For The Need For Speed 2 ([level]xyganeb[/level]): [level]cybetas[/level]

[spoiler]Matchers are evaluated in the same bottom-to-top phase as packers/unpackers and gates. So you match a crate and remove it with a packer in the same tick. It works with the bottom of the matcher as well, due to the evaluation order in the phase; see for example [level]taxexuc[/level]. It looks weird that half of the time there is no crate at all on the matcher, and it still happily lights up.[/spoiler]

Here is your chance to try a Timbo-like solution:

The Need For Speed 3: [level]hagedef[/level]
The Need For Speed 4: [level]limamyf[/level]

Number 3 is just one tick faster than 2, but forces you to go the Timbo-way. Number 4 is a full 6 ticks faster than 3, and gives you an oppertunity to get the maximum out of your machine.
By the way, nice solution Timbo! Your solution should work for 3 with minor modiciations, for 4 you'll need to pull some new tricks  ;)

jnz (2008-05-04) For The Need for Speed ([level]pixisop[/level]): [level]fididul[/level].  A Timbo-style solution but I only have one tick to spare.  It is going to be a lot of work to get it up to shape for the later puzzles in this series.

Werbad (2008-05-14) For The Need For Speed 4 ([level]limamyf[/level]): [level]bugebus[/level]

Rene (2008-05-20)
Excellent solution for The Need For Speed 4, Werbad! I like especially the compact "receiver" side.
Here is my solution: [level]sydohif[/level]

jappie001 (2008-09-03) Here is my solution to Glass Floor.... GABABAG

But...it wont work for F or Zero.  Can someone help me modify it so it will? i don't want to drastically change the design if possible because i came up with it on my own before looking at other peoples solutions.

Rene (2008-09-04) [quote author=jappie001 link=topic=119.msg3984#msg3984 date=1220439300]
Here is my solution to Glass Floor.... GABABAG

But...it wont work for F or Zero.  Can someone help me modify it so it will? i don't want to drastically change the design if possible because i came up with it on my own before looking at other peoples solutions.
[/quote]

Good attempt, jappie!
Actually, the problem with the F is easy to fix by removing one element of the bottom-right platform, so that the dozer drops right of the F if it does not move. You'll need to extend the row of winches with one as well.
However, you have a problem with 0 and 1 as well. Try to fix the 1 first, that's the easiest one. If you want more help, then let me know.

By the way, you can use the "?" crate icon when responding in the forum. It will insert a link to your solution, like this: [level]gababag[/level]

jappie001 (2008-09-05) Thanks for the help rene! i always miss easy things like the f lol.  As for the 1's and zero's they took a little longer to figure out but i got there in the end.

Heres my solution [level]gegomix[/level]

Im still not happy with the solution to separate the zero, its a little inelegant.  But i suppose as long as it gives the solution  ;)
Time for glass floor 2 then!

Rene (2008-09-05) [quote author=jappie001 link=topic=119.msg3986#msg3986 date=1220624089]
Thanks for the help rene! i always miss easy things like the f lol.  As for the 1's and zero's they took a little longer to figure out but i got there in the end.

Heres my solution [level]gegomix[/level]

Im still not happy with the solution to separate the zero, its a little inelegant.  But i suppose as long as it gives the solution  ;)
Time for glass floor 2 then!
[/quote]

Well done!
And do not bother about the inelegancy. As you say, anything goes as long as those lights shine green in the end....  ;D
On the other hand, converting a barrel into a crate with the same value is a mechanism you will need in many solutions. So it pays to spend some time to optimize that. Or to peek in other solutions how they have solved it; we all learned by steeling from each other  ;)

Rene (2008-09-05) [b]NEW PUZZLE[/b]

A tiny puzzle this time.

Three Step: [level]legobid[/level]

Werbad (2008-09-05) For Three Step ([level]legobid[/level]): [level]pagobab[/level]

A pretty slow but simple solution. [spoiler]I collect crates from F to 0 and makes a simple check afterwards. It should be possible to collect all values at once, and not in this specific order, but I couldn't make it small enough...[/spoiler]

Edit:
A little more hight-tech solution: [level]cahufik[/level]

I'm a little disappointed with the ending though... Got a little bit too cramped to implement my old ending...

Rene (2008-09-27)
I saw that I forgot to post my solution to Three Step ([level]legobid[/level]). Here it is: [level]bokozah[/level]

[b]NEW PUZZLE[/b]

Three Step Too: [level]tydipoz[/level]

Werbad (2008-09-27) For Three Step Too ([level]tydipoz[/level]): [level]depugig[/level]
It uses a modified version of the base from [level]cahufik[/level]. Next step will be to make a half-rate solution.

Rene (2008-09-27)
Good work, Werbad! I see you had some trouble squeezing it into the available space  :D
Here is my solution

For Three Step Too ([level]tydipoz[/level]): [level]nygaxyn[/level]

Werbad (2008-09-27) Reworked the bottom mechanism to work at half-rate, should be faster now:
For Three Step Too ([level]tydipoz[/level]): [level]nogecyz[/level]

jf (2008-09-29) For Three Step Too ([level]tydipoz[/level]): [level]girosad[/level]. The sort is low-tech, but the solution is simple.

Werbad (2008-09-29) New faster solution:
For Three Step Too ([level]tydipoz[/level]): [level]gucagoh[/level]

jf (2008-09-30) For Three Step ([level]legobid[/level]): [level]zybafim[/level]

Edit: I especially like Rene's [level]bokozah[/level] solution.

Twee (2008-11-12) Here's mine for "Three Step Too" ([level]tydipoz[/level]): [level]benizin[/level]
That was fun. Thanks for making an easy one. :)

Edit: and for "three step"([level]legobid[/level]):[level]gybyxyb[/level]

Rene (2009-01-08) Here is a new installment of the Glass Floor series. One for nostalgia.

The glass floor has been properly restored by the reconstruction work of JF (see [level]bahives[/level]  :)), but now there is a water leakage problem under the floor. Can you make out the crate floating in the water?

Glass Floor Stream: [level]bubuzit[/level]

Werbad (2009-01-08) For Glass Floor Stream ([level]bubuzit[/level]): [level]godazog[/level]
The water leak was worse than it first seemed. Fortunately, it didn't stop me from figuring out the crate.

jf (2009-01-09) Intriguing solution, Werbad -- nice work with the tricky timing. I found another way to catch it. It will be interesting to see if Rene has yet a third method to solve it.

For Glass Floor Stream ([level]bubuzit[/level]): [level]razacup[/level]

Rene (2009-01-09) Excellent work, guys. My solution is similary to JF's, but slightly different:

For Glass Floor Stream ([level]bubuzit[/level]): [level]bisekyv[/level]

Rene (2009-01-26)
[b]NEW PUZZLE[/b]

Piramid I: [level]fygegyx[/level]

jf (2009-01-26) A nice puzzle for a short visit to the forum! (I just have not had time to work on a few of Werbad's puzzles that I am interested in solving.)

For [level]fygegyx[/level]: [level]sygarod[/level]

Werbad (2009-01-26) For Piramid I ([level]fygegyx[/level]): [level]dobozic[/level]

Bucky (2009-01-26) piramid 1([level]fygegyx[/level]):[level]nyvadeb[/level].

EDIT:Just noticed it fails for E.  Oops.

jnz (2009-01-26) For Piramid I ([level]fygegyx[/level]): [level]vanumis[/level]

jf (2009-01-27) [quote author=jnz link=topic=119.msg4191#msg4191 date=1233002677]
For Piramid I ([level]fygegyx[/level]): [level]vanumis[/level]
[/quote]

Very nice. After that, I just had to have another go at it: [level]mutyfon[/level]

Rene (2009-01-27) Nice solutions! I guess you're ready for the second installment.

[b]NEW PUZZLE[/b]

Triangle II: [level]cumodif[/level]

immibis (2009-01-27) For Triangle/Piramid 1: [level]gygocyx[/level]
It works by [spoiler]
Adding up all the numbers but the target crate, except 8 (or 3 and 5 if the target crate is 8 ), then subtracting that from 0.
[/spoiler].

Second installment came out while I was solving it...

immibis (2009-01-27) Triangle II for all but 0: [level]lamibop[/level]

jnz (2009-01-27) [quote author=immibis link=topic=119.msg4194#msg4194 date=1233028360]
For Triangle/Piramid 1: [level]gygocyx[/level]
[/quote]
I think you may have solved this one in the sandbox...

immibis (2009-01-27) Oops, didn't notice gates weren't allowed...

Werbad (2009-01-27) For Triangle II ([level]cumodif[/level]): [level]poturys[/level]
Another Solution [level]dukudyg[/level]

jf (2009-01-28) For Triangle II ([level]cumodif[/level]): [level]zudekes[/level]

Twee (2009-01-29) Triangle II has me stumped so far, but here's mine for Triangle I: (f[level]ygegyx[/level]) [level]vixarog[/level]

jf (2009-01-29) [quote author=Twee link=topic=119.msg4200#msg4200 date=1233258048]
Triangle II has me stumped so far, but here's mine for Triangle I: (f[level]ygegyx[/level]) [level]vixarog[/level]
[/quote]

Now that is a nice solution. Very clean.

[quote author=Werbad link=topic=119.msg4198#msg4198 date=1233068010]
Another Solution [level]dukudyg[/level]
[/quote]

And that one is my favorite.

Twee (2009-01-30) [quote author=jf link=topic=119.msg4201#msg4201 date=1233262657]
[quote author=Twee link=topic=119.msg4200#msg4200 date=1233258048]
Triangle II has me stumped so far, but here's mine for Triangle I: (f[level]ygegyx[/level]) [level]vixarog[/level]
[/quote]

Now that is a nice solution. Very clean.

[quote author=Werbad link=topic=119.msg4198#msg4198 date=1233068010]
Another Solution [level]dukudyg[/level]
[/quote]

And that one is my favorite.
[/quote]

Thanks! Sadly, I can't look at [level]dukudyg[/level] yet, as I'm still struggling with [level]cumodif[/level].

jf (2009-01-31) For Triangle II [level]cumodif[/level], immibis' [level]gygocyx[/level] gave me the idea, and Werbad's [level]dukudyg[/level] made me want to retry this puzzle. I couldn't sleep, so I counted sheep: [level]gonutun[/level]

Rene (2009-02-01) [quote author=jf link=topic=119.msg4201#msg4201 date=1233262657]
[quote author=Twee link=topic=119.msg4200#msg4200 date=1233258048]
Triangle II has me stumped so far, but here's mine for Triangle I: (f[level]ygegyx[/level]) [level]vixarog[/level]
[/quote]

Now that is a nice solution. Very clean.

[quote author=Werbad link=topic=119.msg4198#msg4198 date=1233068010]
Another Solution [level]dukudyg[/level]
[/quote]

And that one is my favorite.
[/quote]

Great solutions, everybody! I agree with JF's observations. I just love the dozer release mechanism in [level]dukudyg[/level]  :o and Twee's solution for Piramid I (which should have been called Triangle I...  :-[) is very clean. As my own solution for Piramid I is the same as for Triangle II, I choose Twee's solution for the puzzle overview in the first post.

Here is my own solution for Triangle II ([level]cumodif[/level]): [level]tisypud[/level]. As you can see, I use the same crate retrieval mechanism as Werbad in [level]dukudyg[/level].



Rene (2009-02-01) [b]NEW PUZZLE[/b]

I found this strange machine on the attick. It seems to add 3 to anything that you feed it. Or something. Can you use it to match the crates?

Twisted Service: [level]zybokyb[/level]

jf (2009-02-02) That is one twisted and tough machine, with places where I just find the space to work in and no more. Luckily, I found a bare patch in the diamond waistcoat and was able to solve it: [level]ryledym[/level].

Werbad (2009-02-02) For Twisted Service ([level]zybokyb[/level]): [level]huhegeb[/level]
Seems like I used the same idea as jf.

Rene (2009-02-02)
It's interesting that we all use the same strategy, but come up with very different solutions. Here is mine.

For Twisted Service ([level]zybokyb[/level]): [level]baduhek[/level]

Rene (2009-07-05)
[b]NEW PUZZLE[/b]

Discover the hidden cryptographic key

Crypto: [level]bedidet[/level]

Werbad (2009-07-06) For Crypto ([level]bedidet[/level]): [level]talygic[/level]
Turned out simpler than I thought.

jf (2009-07-06) For Crypto ([level]bedidet[/level]): [level]licypaz[/level]

I found the same key weakness as Werbad. Very interesting puzzle.

Rene (2009-07-07) [quote author=jf link=topic=119.msg4320#msg4320 date=1246864060]
I found the same key weakness as Werbad. Very interesting puzzle.
[/quote]

Shows that it is an art to create a good cryptography algorithm.
Here is my solution: [level]kykucag[/level]

immibis (2009-07-08) [level]huvoxal[/level] for Crypto. (Not sure if it works in all cases, but it worked every time I ran it)

Rene (2009-08-18)
[b]NEW PUZZLE[/b]

This should be an easy one for you seasoned Rubicon solvers ---- or is it?

One Shot: [level]fipebip[/level]

Werbad (2009-08-18) For One Shot ([level]fipebip[/level]): [level]mitevoh[/level] [spoiler]Took a few reloads. It's easy to break the solution though due to the way pre-placed doors work...[/spoiler]

ais523 (2009-08-19) For [level]fipebip[/level] I have [level]benihir[/level]; I went a bit over the top, but the general principle is sound. Note that preplaced door keys don't seem to act deterministically; sometimes the level will be impossible, sometimes it'll worked. (It seems to work the first time after loading, but not after that.)

Rene (2009-08-22) [quote author=Werbad link=topic=119.msg4354#msg4354 date=1250633806]
For One Shot ([level]fipebip[/level]): [level]mitevoh[/level] [spoiler]Took a few reloads. It's easy to break the solution though due to the way pre-placed doors work...[/spoiler]
[/quote]

Amazing! I didn't think that it would be possible to make a solution that works more than once.

Rene (2009-09-05)
[b]NEW PUZZLE[/b]

If you thought that Crypto was easy, then try the same with a random input message:

Crypto II: [level]nozapom[/level]

Werbad (2009-09-05) For Crypto II ([level]nozapom[/level]): [level]megyduc[/level]

immibis (2009-09-07) For Crypto: [level]cedyryc[/level]

Rene (2009-09-07)
Nice, different, and clear approach to Crypto, Immibis.
Good work with Crypto II, Werbad. Here is my solution:

For Crypto II ([level]nozapom[/level]): [level]botytyn[/level]

If you wonder how it works, then place a barrel in front of the dozer in the sandbox.

[b]NEW PUZZLE[/b]

The cryptographic machine is improved, so that the generator cannot be tampered with anymore:

Crypto III: [level]rogilus[/level]

Werbad (2009-09-07) For Crypto III ([level]rogilus[/level]): [s][level]xycezol[/level][/s] [level]honotux[/level] (Noticed a potential solution breaker)

Rene (2009-09-10) Excellent solution, Werbad. I am surprised that you managed to fool the generator in a reliable way. Here is my solution:

For Crypto III ([level]rogilus[/level]): [level]fazylug[/level]

I guess you are ready for the ultimate Crypto now.

[b]NEW PUZZLE[/b]

In this one you cannot manipulate the generator in any way. You just need to derive information from the generated stream. Easy, isn't it?  8)

Crypto IV: [level]livadul[/level]

Werbad (2009-09-10) I thought I had a solution, but then I noticed that the machine sometimes adds two crates instead of one. I can't seem to find any way of detecting this by looking at the output stream, is it even possible?

Rene (2009-09-10) [quote author=Werbad link=topic=119.msg4375#msg4375 date=1252580582]
I thought I had a solution, but then I noticed that the machine sometimes adds two crates instead of one. I can't seem to find any way of detecting this by looking at the output stream, is it even possible?
[/quote]

It is possible to make a solution, though not easy. I am not sure whether it is possible to detect in some direct way whether 2 or 1 crates are added, but my solution does not depend on that.

Werbad (2009-09-10) Almost working solution: [level]sabekok[/level] (Takes forever if the first crate fails...)
I overlooked that my crate evaluator fails to recognize 0-crates and picks 1-crates instead. It is rarely a problem, but it will break the solution in some cases...
I might redo it using the same idea, or a different one if I figure out how you might have solved it.

Rene (2009-09-24) [quote author=Werbad link=topic=119.msg4377#msg4377 date=1252610410]
Almost working solution: [level]sabekok[/level] (Takes forever if the first crate fails...)
I overlooked that my crate evaluator fails to recognize 0-crates and picks 1-crates instead. It is rarely a problem, but it will break the solution in some cases...
I might redo it using the same idea, or a different one if I figure out how you might have solved it.
[/quote]

Good attempt, Werbad. It took me some time to understand how the mechanism on the left works, but I think I got it now. You could actually speed that up by using a copy of the first solution crate as the seed, instead of the second.
You are still encouraged to solve the 0/1 problem in your solution, but if you have given up on it, then have a look at my solutions. The first one uses the same principle as you do:
[level]kixuzuc[/level]
[spoiler]For each train of crates, it determines the minimum and the maximum that the hidden value can have. If these are equal, then it has determined the value of the hidden crate. When the hidden crate is determined for two consecutive trains, then the difference is the solution or its double. To account for the possibility of finding the double, if another solution comes out that is half the previous one, then it replaces the previous.[/spoiler]

The second one is slightly more complicated, and uses a different principle:
[level]kamicoz[/level]
[spoiler]For each train of crates, it determines the range of values that the hidden value can. If the ranges of two consecutive trains are not overlapping, it can calculate the range that the solution can have. This range is then used to validate the correctness of an assumed solution or its double. If neither the solution nor its double fall within the range, then it is replaced with the next higher solution.[/spoiler]

Which one is faster depends on the situation. I believe the second is faster for numbers <8 and the first is faster for numbers >8.

BTW, I discovered a fault in the puzzle: it is not possible to distinguish between an 8 and a 0 target if the hidden crate is 8

ais523 (2009-11-13) My solution to Crypto IV: [level]fozofav[/level]

This works purely by brute force: it feeds initially deterministic, then (after tens of minutes!) random data into a replica of the crypto generator, and looks to see if they produce the same output or not. I expect it'll normally take hours or days to run; it's optimized for the case where the target's an odd number, in which case there's a decent chance it'll discover what it is some time this millenium, but in theory it should always work eventually.

Rene (2010-01-01) [b]NEW PUZZLE[/b]

Inspired by Twee's puzzle [level]dodaxud[/level] (see [url]http://kevan.org/rubicon/forums/index.php/topic,321.msg4525.html#msg4525[/url]), I decided to add a new member to the Glass Floor family:

Glass Floor Static: [level]mogafur[/level]

Werbad (2010-01-03) For Glass Floor Static ([level]mogafur[/level]): [level]zavidig[/level]
I invented a new way of checking the floor as the one I've used in similar puzzles takes 16*40+ ticks to check a single crate. This one takes a total of 76*16 ticks to check the value of all crates.

Rene (2010-01-03) Brilliant, Werbad!  :o
I thought something like this should be possible, but I did not work out a practical solution for it myself. My solution still checks each crate separately:

For Glass Floor Static ([level]mogafur[/level]): [level]teluder[/level]

jf (2010-01-06) Good puzzle. Werbad's comment about a new way of checking the floor inspired me to tackle this puzzle differently. I came up with something that resembles Werbad's solution in the opposite direction. I really like Rene's clever solution too. It's a long way since the days of Timberline, isn't it?

For Glass Floor Static ([level]mogafur[/level]): [level]cevumob[/level] -- it's a little disorganized, but I won't spend time to optimize it.

Rene (2010-01-07) [quote author=jf link=topic=119.msg4534#msg4534 date=1262804863]
It's a long way since the days of Timberline, isn't it?
[/quote]

Darn, I knew I saw it somewhere before, just did not remember where.
I just reread my comments back then (see [url]http://kevan.org/rubicon/forums/index.php/topic,62.msg1168.html#msg1168[/url]). I thought it would not be possible with 8 crates or more :D lol. And now we have 11. With Werbad's and your solutions, we could easily go up to the full 15 crates with only minimal extra time and space required.  ;D
But then again, Timberline was more than 3 years ago...

Well done, guys!  :o

Rene (2010-01-13)
[b]NEW PUZZLE[/b]

Try to catch the snake in the stream of water.

Water Snake: [level]jiduvid[/level]

Werbad (2010-01-13) For Water Snake ([level]jiduvid[/level]): [level]ranurul[/level]
[spoiler]It catches the first two crates who's sum matches the target crate and that's part of the same stream.[/spoiler]

jnz (2010-01-14) For Water Snake ([level]jiduvid[/level]): [level]doresor[/level]
A bit slow for zeros

jf (2010-01-14) For Water Snake ([level]jiduvid[/level]): [level]jaxizaz[/level].

[spoiler]In place of the upward pipe, some sort of open-once gate control would force one to capture a sequence of segments. I will try a multi-segment solution later.[/spoiler]

[spoiler]The medium difficulty I am thinking of would have you open some sort of gate, forcing you to choose a sequence up to the end of a snake's tail. The hard difficulty would only allow you to open the gate at the head of one of the snakes, forcing you to choose the entire snake.[/spoiler]

jnz (2010-01-14) [quote author=jf link=topic=119.msg4557#msg4557 date=1263448766]
For Water Snake ([level]jiduvid[/level]): [level]jaxizaz[/level].
[/quote]
And I thought my solution would take a long time to solve for 0...

Rene (2010-01-14) [quote author=jnz link=topic=119.msg4558#msg4558 date=1263482513]
[quote author=jf link=topic=119.msg4557#msg4557 date=1263448766]
For Water Snake ([level]jiduvid[/level]): [level]jaxizaz[/level].
[/quote]
And I thought my solution would take a long time to solve for 0...

[/quote]

Lol. You should have put a smiley on that statement  :D

Here is my solution. It takes the same approach as Werbad.

For Water Snake ([level]jiduvid[/level]): [level]sobybok[/level]

[quote author=jf link=topic=119.msg4557#msg4557 date=1263448766]
The medium difficulty I am thinking of would have you open some sort of gate, forcing you to choose a sequence up to the end of a snake's tail. The hard difficulty would only allow you to open the gate at the head of one of the snakes, forcing you to choose the entire snake.
[/quote]

That is a good idea, and I may try that later. But for now, you need to select a sequence of a certain length:

[b]NEW PUZZLE[/b]

Water Snake II: [s][level]juhibor[/level][/s] [level]xalicib[/level]

EDIT: Lo-and-behold! I just discovered that Werbad's newest puzzle has a similar challenge. They are sufficiently different, though, to require different strategies.
EDIT: Fixed a problem in the puzzle

Werbad (2010-01-15) Is that 0-crate supposed to be a ?-crate? It seems a bit pointless to output it otherwise...

Edit:
For Water Snake II ([level]juhibor[/level]): [level]hovyhyr[/level]
I replaced the 0-crate with a ?-crate in this solution.

jnz (2010-01-16) For Water Snake II ([level]juhibor[/level]): [level]lyzicux[/level]

Werbad (2010-01-16) Made another solution that finds a matching stream faster, but has a longer initialization time:
For Water Snake II ([level]juhibor[/level]): [level]gikikyf[/level]
[spoiler]After initializing, this solution will find the first possible stream of correct length with the right sum.[/spoiler]

Rene (2010-01-17) [quote author=Werbad link=topic=119.msg4560#msg4560 date=1263546965]
Is that 0-crate supposed to be a ?-crate? It seems a bit pointless to output it otherwise...
[/quote]

You are entirely correct, of course. I changed it in the puzzle now. So jnz has another challenge...
Here is my solution:

For Water Snake II ([level]xalicib[/level]): [level]byvitog[/level]

jnz (2010-01-17) [quote author=Rene link=topic=119.msg4563#msg4563 date=1263697012]
I changed it in the puzzle now. So jnz has another challenge...
[/quote]
For Water Snake II updated ([level]xalicib[/level]): [level]tulidir[/level]

Rene (2010-01-27)
On suggestion by JF:

[b]NEW PUZZLE[/b]

Water Snake III: [level]tavirok[/level]

Werbad (2010-01-27) For Water Snake III ([level]tavirok[/level]): [level]jyhapog[/level]
This solution should also solve an eventual hard version as described by jf.

[spoiler]It catches the first whole snake that is 8 or less crates and whose sum matches the target value[/spoiler]

Rene (2010-01-30) [quote author=Werbad link=topic=119.msg4569#msg4569 date=1264584373]
For Water Snake III ([level]tavirok[/level]): [level]jyhapog[/level]
This solution should also solve an eventual hard version as described by jf.

[spoiler]It catches the first whole snake that is 8 or less crates and whose sum matches the target value[/spoiler]
[/quote]

You are fast, Werbad! Within two hours of posting  :o

Here is my own solution:

For Water Snake III ([level]tavirok[/level]): [level]vodonak[/level]

It is pretty fast, even though it looks more like the engine of a WW II submarine on full speed than like a quiet and patient snake catcher.
[spoiler]It detects any tail with a length up to 6 crates that matches the target. [/spoiler]

[b]NEW PUZZLE [/b]

And here is the last Water Snake puzzle, for which you have to catch the whole snake. Of course, Werbads solution to III also solves this one:

Water Snake IV: [level]hutitin[/level]

Werbad (2010-01-30) For Water Snake IV ([level]hutitin[/level]): [level]vohuvif[/level]

[spoiler]As the new snake-feed is one or two ticks slower it now only accepts snakes of 7 crates or less.[/spoiler]

Rene (2010-01-31)
[b]NEW PUZZLE[/b]

A pretty tough Rubiks challenge to move 10 crates into their correct positions. A look-up table that covers all combinations is definitely not possible.

Rubiks Rondo: [level]gadekug[/level]

Werbad (2010-02-02) For Rubiks Rondo ([level]gadekug[/level]): [level]dibakib[/level]
That was a tough one! My solution takes about 10 000 ticks to solve in the worst case.

[spoiler]I solved it by treating the crates as a single row with the target order 5-4-3-2-1-A-9-8-7-6. By using a 3 different swap-moves I could then move the crates to their destination one by one using a bubble-sort like method. I ended up using this method as it doesn't require me to reproduce the moves outside the machine, saving valuable space.[/spoiler]

The moves I used were:
[spoiler]Swap 2 crates vertically: Left short
Swap 2 top crates: Right short, Left long, Left short
Swap 2 bottom crates: Left short, Left long, Right short[/spoiler]

Rene (2010-02-06) Yeah! That is why I like Rubicon so much. It seems that no problem is too hard, that you cannot a build a machine for it... just rattling and grinding away  :)

Here is my solution. I had it a little easier than you, because [spoiler]I discovered a way to rotate all the crates in one big loop.[/spoiler]

For Rubics Rondo ([level]gadekug[/level]): [level]lebedyb[/level]

Here is also my solution for Water Snake IV. I manages to detect snakes up to 11 crates long:

For Water Snake IV ([level]hutitin[/level]): [level]bygyvox[/level]

jf (2010-03-20) [quote author=jnz link=topic=119.msg4558#msg4558 date=1263482513]
[quote author=jf link=topic=119.msg4557#msg4557 date=1263448766]
For Water Snake ([level]jiduvid[/level]): [level]jaxizaz[/level].
[/quote]
And I thought my solution would take a long time to solve for 0...

[/quote]

I don't know what I was doing.  :)

I'll move on to the harder puzzles if I have time.

Rene (2010-07-14)
[b]NEW PUZZLE[/b]

You thought you had seen the last of the Glass Floor puzzles? Not yet!  ;D Here is a new challenge, the sequel to Glass Floor Final (talk about incorrect names  ;)):

How fast can you detect a crate?

Glass Floor Fast: [level]gohadis[/level]

Rene (2010-07-16)
[b]NEW PUZZLE[/b]

This should not be hard for you experienced puzzlers

Random Box: [level]lytevap[/level]

Werbad (2010-07-16) For Random Box ([level]lytevap[/level]): [level]hamivib[/level]

Rene (2010-07-17)
Nice work Werbad. Here is my own solution:

For Random Box ([level]lytevap[/level]): [level]ryzufaf[/level]

As you can see, we used pretty much the same principles.

[b]NEW PUZZLE[/b]

Random Box II: [level]cikenev[/level]

Werbad (2010-07-17) For Random Box II ([level]cikenev[/level]): [level]cydukyx[/level]
I added the [spoiler]girder under the supply pipe[/spoiler] to potentially speed up the solution, but I'm not 100% sure that it doesn't cause false negatives. If that's the case I guess I'll have to remove it...

Edit:
A significantly faster solution: [s][level]zomafut[/level][/s] [level]zegegob[/level]
[spoiler]It seems I got too hung up on feeding crates to the machine when barrels works just as fine.[/spoiler]

Edit:
Noticed a small error with my setup, I had accidentally placed [spoiler]three 2's and one 3 instead of two each[/spoiler]

Rene (2010-08-12) Good work with both solutions, Werbad. I used a completely different mechanism this time:

For Random Box II ([level]cikenev[/level]): [level]geluhyd[/level]

Also, a friendly reminder that nobody has yet posted a solution for Glass Floor Fast ([level]gohadis[/level]). Yes, it is possible to solve!


Rene (2010-08-20) As nobody has posted a solution for Glass Floor Fast ([level]gohadis[/level]) for some time now, here is my solution: [level]galubud[/level]

If you still are working on it, simply don't look at my solution  ;)

colcolpicle (2010-08-20) Haven't solved it yet, nor have I looked at your solution. I could get it if I had one more tick with the crate, not even enough time to get in another check. I can't seem to get the right side down to two ticks. I'll try to figure it out.

Edit: now my only problem is getting the right side to know what number the machine is checking, I think I've conquered the timing problems.

colcolpicle (2010-08-25) I have been unable to solve it. Where I am currently: [level]bugipug[/level] After some careful inspection you will see that I was unable to find a way to get a D to the spot where the A currently is. [spoiler]the left side is easy, if the current check moves left, it adds 4,2,1,0 depending on the check. (the zero is to check where the barrel was after the last tick). The right side was significantly harder. I knew that the if it went to the right side first it would need a 4. if the four moves left the first check, the A is discarded, and a two is pulled down, setting up for a 5 and 1. the five goes down if the two isn't used, otherwise the 1 goes down. If the four hadn't moved left the first tick, the A would have been pulled down and the top part set up to choose between a 9 and nothing else [i][b]because I couldn't figure out a way to get the D to work![/b][/i] Any help would be greatly appreciated.[/spoiler]

Edit: I just saw rene's solution and was amazed by how similar mine is. I would like to say that I did not see rene's solution until after I posted mine.

By the way: please do not make a stream level of this.

b612 (2011-02-19) for Glass Flour ([level]guhexik[/level]): [level]zazilix[/level]
for Random Box ([level]lytevap[/level]): [level]cehaban[/level] and [level]xuzigem[/level]

Rene (2011-03-27)
[b]NEW PUZZLE[/b]

Fluid Garbage: [level]lofebav[/level]

Werbad (2011-03-28) For Fluid Garbage ([level]lofebav[/level]): [level]gegukal[/level]

Rene (2011-03-30) Excellent solution, Werbad. And it is a lot faster than my own solution:

For Fluid Garbage ([level]lofebav[/level]): [level]bypuxag[/level]

But can you do the same for the sequal?

[b]NEW PUZZLE[/b]

Fluid Garbage II: [level]bucycen[/level]
[i][size=8pt]Note that this puzzle contains possible spoilers for [level]lofebav[/level][/size][/i]

Werbad (2011-04-01) For Fluid Garbage II ([level]bucycen[/level]): [level]gytihif[/level]
[spoiler]Did not manage a 3x16 ticks per crate solution for this one, I had to settle for a 5x16 ticks per crate solution. I think a 3x16 tick per crate solution could be possible but it would probably require furnace draws, something that would require a huge storage of barrels.[/spoiler]

Edit:
I retract my prior statement. A [spoiler]3x16 tick per crate solution[/spoiler] is certainly possible. Did not expect to stumble upon this simple solution though: [s][level]hapobyr[/level][/s] [level]dunohyh[/level]
Edit: Seems like there was a problem with [spoiler]my crate delay mechanism[/spoiler], fixed.

Rene (2011-04-02)
Wow  :o [level]dunohyh[/level] is fantastic!! And I thought that I had an elegant solution. It now looks clumsy and slow  :-\

For Fluid Garbage II ([level]bucycen[/level]): [level]kageryn[/level]

colcolpicle (2011-04-02) Fluid garbage: [level]kadycug[/level]

jf (2011-05-01) For Fluid Garbage II ([level]bucycen[/level]): [level]zaladix[/level]

Well, it doesn't always work. [spoiler]Depending on the order, it sometimes runs out of barrels[/spoiler]. But, I'm happy with it.

Then for Fluid Garbage ([level]lofebav[/level]): [level]lodenyf[/level] [spoiler]comfortably with furnace draws[/spoiler]

jf (2012-02-06) Well Rene, I've finally completed a solution for Glass Floor Fast, only I'm not sure if this was the "intended solution". So, before I look at your solution, just let me know if I am on the right track, or if I need to go back to the drawing board!  ;)

For Glass Floor Fast ([level]gohadis[/level]): [level]gygideb[/level]

Rene (2012-02-06) [quote author=jf link=topic=119.msg5194#msg5194 date=1328519659]
Well Rene, I've finally completed a solution for Glass Floor Fast, only I'm not sure if this was the "intended solution". So, before I look at your solution, just let me know if I am on the right track, or if I need to go back to the drawing board!  ;)

For Glass Floor Fast ([level]gohadis[/level]): [level]gygideb[/level]
[/quote]

Well.... switching to the fast mode I would consider cheating. So no, it's not the "intended solution"; it is possible to find a solution in the slow mode too. But other than that, your approach is promising.

curly (2012-02-20) For Triangle II ([level]cumodif[/level]) [level]rykogax[/level].  That was fun and harder than I thought it would be.

ais523 (2012-03-11) For Random Box ([level]lytevap[/level]): [level]gyxyrac[/level]

Rene (2012-06-06) [b]New Puzzle[/b]

Small Gaps: [level]jicegis[/level]

Werbad (2012-06-07) For Small Gaps ([level]jicegis[/level]): [level]dodedod[/level]

Took me a while to figure it out before I remembered the old [spoiler]ramp trick[/spoiler] which lets you [spoiler]move a crate 1 block straight upwards in a single tick[/spoiler].

jnz (2012-06-07) For Small Gaps ([level]jicegis[/level]): [level]foguzur[/level]

jf (2013-02-04) For Small Gaps [level]jicegis[/level]: [level]hulegyb[/level].

Great puzzle. So simple yet difficult. It's shaving the finer details of Rubicon physics.

jf (2014-12-24) [quote author=Rene link=topic=119.msg4843#msg4843 date=1279142759]

[b]NEW PUZZLE[/b]

You thought you had seen the last of the Glass Floor puzzles? Not yet!  ;D Here is a new challenge, the sequel to Glass Floor Final (talk about incorrect names  ;)):

How fast can you detect a crate?

Glass Floor Fast: [level]gohadis[/level]
[/quote]

Well, Rene, if you are still listening in on this forum, I've finally solved it. A few times these past few years I was tempted to give up, but each time I just put the puzzle away for another day. Finally, with persistence, I unlocked the (now seemingly simple) physics that make the solution possible. I'm looking forward to opening up your solution and comparing it with mine. I'm sure that this time, there was only one way to solve it. Excellent puzzle, Rene.

For Glass Floor Fast [level]gohadis[/level]: [level]xagobyl[/level]

jf (2014-12-24) [quote author=jf link=topic=119.msg5670#msg5670 date=1419383074]
[quote author=Rene link=topic=119.msg4843#msg4843 date=1279142759]

[b]NEW PUZZLE[/b]

You thought you had seen the last of the Glass Floor puzzles? Not yet!  ;D Here is a new challenge, the sequel to Glass Floor Final (talk about incorrect names  ;)):

How fast can you detect a crate?

Glass Floor Fast: [level]gohadis[/level]
[/quote]

Well, Rene, if you are still listening in on this forum, I've finally solved it. A few times these past few years I was tempted to give up, but each time I just put the puzzle away for another day. Finally, with persistence, I unlocked the (now seemingly simple) physics that make the solution possible. I'm looking forward to opening up your solution and comparing it with mine. I'm sure that this time, there was only one way to solve it. Excellent puzzle, Rene.

For Glass Floor Fast [level]gohadis[/level]: [level]xagobyl[/level]
[/quote]

Well, I stand corrected. Although we use the same general design, we both go about it in different ways. I originally tried using similar machines to yours, but could not find a solution. I diverged using different applied physics, and finally had a breakthrough when [spoiler]I reversed the source direction of the intermediate values[/spoiler].

jf (2014-12-30) For Random Box II [level]cikenev[/level]: [level]dilonec[/level]

Flying dozers

Bucky (2006-12-11) One of these turned up more or less by accident in a solution to one of Rene's puzzles.  Since no solutions using it were warehoused, I made a machine to archive the technique.

[level]bylipin[/level]

Lazyone (2006-12-11) Back in november i made [level]zagatyg[/level] which uses the flying dozer  ;)

Gameman (2007-01-21) Here is  a pointless thingy that uses  the flying dozer:[level]telibyp[/level]

Gameman (2007-06-26) [quote author=Gameman link=topic=120.msg1741#msg1741 date=1169422908]
Here is  a pointless thingy that uses  the flying dozer:[level]telibyp[/level]
[/quote]and here is another one that goes on forever- [level]hisuxug[/level]

immibis (2008-04-24) Dozer flying on top of some barrels: [level]tugedab[/level]

TTTPPP (2008-06-24) Changed immibis' flying dozers a little.
[level]tatenan[/level]

Socialogical survey

yespkorg (2006-12-12) Hi.
What do you think about Iranian nuclear program?

[spam links removed]

SM (2006-12-12) [color=LimeGreen]Bad news guys!

While reprocessing Plutonium to extract Pl-239, an Iranian nuclear reactor went critical and blew all of the cooling rods out of the main storage tank.  What's worse, the pressure blast blew open one of the holding tanks outside, and nuclear waste is spilling out everywhere.  Extract the cooling rods from the spilling nuclear waste, and get them back in the cooling tank - and fast!!!... Rubicon's a lot harder with three eyes...[/color]

[img]http://www.rob-clarkson.com/duff-brewery/blinky/02.gif[/img]

What I think of Iran's nuclear program... aka... [level]pyguvud[/level]

Handi (2006-12-12) Here's your Chernobyl prevention team [level]bytizeh[/level].
Unfortunately, threating plutonium meltdowns is a high risk job and even if the team is one of the best qualified on earth, it's success is only 96%.
Note: An unsuccesful team will be automatically burned in flames. A successfull team will eventually die in horrible pain due to irradiation.

Speed

Hand-E-Food (2006-12-14) How fast can you handle?

[b][i]Speed[/i][/b]: [level]sozapoc[/level]

And the solution: [level]sunakyf[/level]

Rene (2006-12-14)
Here is my solution. The device that keeps up the speed is the same as Hand-E-Food's
[level]lozupex[/level]

daniel (2006-12-14) Here is how I solved it: [level]lehuhuv[/level].

sluutthefeared (2006-12-15) Here's my solution: [level]ravahup[/level]

jnz (2006-12-15) One more solution: [level]cunezob[/level]

jf (2006-12-15) And I thought I had found what everybody else was using: [level]fizokiv[/level]

Create A device to sort and order random boxes.

CrimsonTurkey (2006-12-15) See "Change Sorter" by Crimson Turkey at http://kevan.org/rubicon/game.php?level=hylypax

Bucky (2006-12-15) I take it from context that the device in [level]zygifox[/level](not archived) used as a component in many puzzles and solutions was not what you had in mind...

EDIT: see also the incomplete puzzle [level]dumivim[/level]

sluutthefeared (2006-12-15) Here's a quick solution. It's not fast or pretty, but it works. [level]fakygyd[/level]

MOVED: Simple Puzzle in Search of Complex Solutions

Kevan (2006-12-15) This topic has been moved to [url=http://kevan.org/rubicon/forums/index.php?board=7]Open Design Challenges[/url].

[iurl]http://kevan.org/rubicon/forums/index.php?topic=95.0[/iurl]

MOVED: Create A device to sort and order random boxes.

Kevan (2006-12-15) This topic has been moved to [url=http://kevan.org/rubicon/forums/index.php?board=7]Open Design Challenges[/url].

[iurl]http://kevan.org/rubicon/forums/index.php?topic=129.0[/iurl]

The Five Gateways

Hand-E-Food (2006-12-20) Can you pass through the five gateways?

[b][glow=red,2,300][color=white] Th[/color][/glow][glow=orange,2,300][color=white]e F[/color][/glow][glow=yellow,2,300][color=white]iv[/color][/glow][glow=limegreen,2,300][color=white]e G[/color][/glow][glow=green,2,300][color=white]at[/color][/glow][glow=blue,2,300][color=white]ew[/color][/glow][glow=purple,2,300][color=white]ay[/color][/glow][glow=black,2,300][color=white]s:[/color][/glow][/b] [level]kytagan[/level]

For those who need a map (spoiler): [level]mezykux[/level]

jnz (2006-12-20) Solution for kytagan: [level]mucamel[/level].

jf (2006-12-21) jnz makes it look so easy. My solution is [level]zabizug[/level].

20eight (2006-12-23) [level]kytagan[/level]:[level]dobebim[/level]

Moderators wanted

Kevan (2006-12-27) As you'll have probably seen, we're getting a steady trickle of spam on these forums, which I'm having to delete manually - I usually check in once a day or so, and it's not a problem to sweep it up, but it certainly wouldn't hurt to give a few of the veteran players the "moderator" flag (particularly as I'm going to be away over new year).

So far as I understand SMF forums, all moderators will get emailed if any non-moderator users decide to report a posting as spam, so I won't presumptuously make all the older users into moderators automatically. If you'd like to be a moderator, leave a comment in this thread.

Bucky (2006-12-27) I'm willing to do some occasional spam cleanup.

Kevan (2006-12-30) Thanks - here's your badge.

Rene (2006-12-30)
Kevan - I can be a moderator as well, if you want. I do not check the e-mail address I use for this very much, but I can do some cleaning while I am visiting the site.

Gameman (2007-01-16) I'd e willing for that job  ;) it sounds cool a little

Cool solutions to the original levels

Bucky (2006-12-27) There are 12 puzzles which every good Rubicon designer has solved: the 12 original levels.
However, we generally don't post solutions, even if they are innovative, fast, aesthetic or just plain cool.  Has anyone come up with any postable solutions?
Example: Awesome: [level]lodepac[/level](rampless)

jf (2006-12-27) The original levels are fun to go back to once you've done a number of the tough posted puzzles. Here is a solution for Level 11 [level]ukelele[/level]: [level]mogadad[/level].

Bucky (2007-01-07) This one is especially elegant:[level]nynobaz[/level]
Re-using the packer on level 7: [level]ruvolus[/level]

ais523 (2012-07-07) I just did [level]sasecoh[/level]; a solution to [level]awesome[/level] that doesn't use the provided dozer. Before looking at my solution, see if you can solve it yourself.

curly (2012-07-07) [quote author=ais523 link=topic=143.msg5458#msg5458 date=1341648521]
I just did [level]sasecoh[/level]; a solution to [level]awesome[/level] that doesn't use the provided dozer. Before looking at my solution, see if you can solve it yourself.
[/quote]

[level]fobetad[/level]

Shreyas (2013-03-05) [quote author=Bucky link=topic=143.msg1279#msg1279 date=1167251824]
There are 12 puzzles which every good Rubicon designer has solved: the 12 original levels.
However, we generally don't post solutions, even if they are innovative, fast, aesthetic or just plain cool.  Has anyone come up with any postable solutions?
Example: Awesome: [level]lodepac[/level](rampless)
[/quote]Level 7 solution--rucarol
Level 6 solution-lupebik

Rene (2013-03-11) [quote author=ais523 link=topic=143.msg5458#msg5458 date=1341648521]
I just did [level]sasecoh[/level]; a solution to [level]awesome[/level] that doesn't use the provided dozer. Before looking at my solution, see if you can solve it yourself.
[/quote]

[level]guxehur[/level] - 18 ticks

jf (2013-03-11) [quote author=Rene link=topic=143.msg5593#msg5593 date=1363000500]
[quote author=ais523 link=topic=143.msg5458#msg5458 date=1341648521]
I just did [level]sasecoh[/level]; a solution to [level]awesome[/level] that doesn't use the provided dozer. Before looking at my solution, see if you can solve it yourself.
[/quote]

[level]guxehur[/level] - 18 ticks


[/quote]

[level]jymarep[/level] -- 16 ticks

Well, OK, [level]canelig[/level] -- 9 ticks

[level]tygosic[/level] -- 8 ticks

Rene (2013-03-15) [quote author=jf link=topic=143.msg5594#msg5594 date=1363018983]
[level]tygosic[/level] -- 8 ticks
[/quote]

Smart!

MYBIHUS: An Excercise in Obfuscation

lienne (2006-12-28) [level]mybihus[/level]: Direct the F crates in as interesting and indirect a pathway to victory as you can find. An aesthetic sort of challenge. Inspired by the [url=http://kevan.org/rubicon/forums/index.php/topic,95.0.html]Simple Puzzle in Search of Complex Solutions[/url] thread.

Bucky (2006-12-29) How about [level]gavykuv[/level]?  I borrowed the architecture style from one of the puzzles I never posted.

lienne (2006-12-29) [quote author=Bucky link=topic=144.msg1289#msg1289 date=1167356735]
How about [level]gavykuv[/level]?  I borrowed the architecture style from one of the puzzles I never posted.
[/quote] Wow, that's sweet.

I made one involving a bunch of symmetric conveyor belts but it wasn't interesting enough to save. I shall experiment further.

Edit: [level]lagesor[/level] is mildly amusing.

Gameman (2007-01-29) [level]falavog[/level] maybe?

TTTPPP (2007-08-31) What about [level]bododig[/level]?

I couldn't quite get the timing at the end, so had to resort to using a gate.

Suggestions: vote system and search engine

Magilvia (2006-12-29) First of all thanks Kevan for this great game!  :)
I think it would be great if each forum user could vote the difficulty level in-game for every custom puzzle. Then we need a search engine to serch puzzle by difficulty, author, title and post date.
Also It would be great if warehouse submission could be split in puzzle and solutions (in this case specifying for which puzzle), to trace them and to exclude/include solutions from the search engine results.

Thanks.

Kevan (2006-12-29) I'm afraid I've got a bit too much on my plate to do any further work on Rubicon at the moment, but if any players want to set up a third-party interface for browsing and voting on existing levels, I'd be happy to make it official and link to it. The main difference between onsite and offsite scripts is access to the warehouse directory, so I might as well share the location of the warehouse data files:-

http://kevan.org/rubicon/userlevels/warehouse/

(They're styled on the original ASCII-art format of RUBE, with extra characters for the new components. Old levels have a single first line beginning with an asterisk and having both level name and creator, separated by another asterisk. More recent levels have the data split over three lines, which also include a setting for the physics model.)

jnz (2006-12-30) I put up a very alpha search engine at [url]http://www.stardrifter.org/rubisearch/[/url].  It is working off of a cached copy of the warehouse so new additions won't show up.  Try not to break it.  :)

Magilvia (2006-12-31) [quote]I'm afraid I've got a bit too much on my plate to do any further work on Rubicon at the moment, but if any players want to set up a third-party interface for browsing and voting on existing levels, I'd be happy to make it official and link to it.[/quote]
[quote]I put up a very alpha search engine at http://www.stardrifter.org/rubisearch/. [/quote]
Ok, thank you it's alredy a good start  :)

jnz (2006-12-31) Well I've got some rudimentary voting support available now.  Nothing to stop people from completely abusing it, but we'll see how it works out.  Of course I need some people to actually try voting.  That URL again is [url]http://www.stardrifter.org/rubisearch/[/url]

jf (2006-12-31) Hi jnz -- looks good. Could you add a way for the designer to mark a level as either Puzzle or Solution, as many of my solutions show up as puzzles. Also, in lieu of a delete feature, can you add a way to mark a level as "junk" (i.e. "would be deleted were there a delete interface".) I have a bunch of those in the warehouse.

jnz (2006-12-31) [quote author=jf link=topic=145.msg1351#msg1351 date=1167558337]
Hi jnz -- looks good. Could you add a way for the designer to mark a level as either Puzzle or Solution, as many of my solutions show up as puzzles.  Also, in lieu of a delete feature, can you add a way to mark a level as "junk" (i.e. "would be deleted were there a delete interface".) I have a bunch of those in the warehouse.
[/quote]

You can mark something as a solution by voting on it and selecting Solution from the drop down.  That may be a bit clumsy, but it is how it is working right now.  The ones that are already marked as solutions were done automatically by just scanning for the word "solution" in the title.

The "junk" thing would be doable but I'm worried about abuse.  Some joker could come along and just start flagging everything as junk.

Magilvia (2006-12-31) Good work jnz. What about preparing a new submission page to replace Kevan original one, if he agrees, with new fields to specify if it's a solution and for which puzzle?

jf (2006-12-31) How about having another value other than Puzzle and Solution in the drop-down, which would be "Unused" or some such. Also, when the value changes from Puzzle to something else, do you save the current rating, so that it comes back to life when switched back to Puzzle? That would make a joker's switch from Puzzle to other harmless, as the owner could just switch it back.

jnz (2007-01-01) [quote author=Magilvia link=topic=145.msg1364#msg1364 date=1167603202]
Good work jnz. What about preparing a new submission page to replace Kevan original one, if he agrees, with new fields to specify if it's a solution and for which puzzle?
[/quote]

That would be nice but it would be tricky since I don't have access to the warehouse's internals (I can only read what's there).

[quote author=jf link=topic=145.msg1366#msg1366 date=1167604697]
How about having another value other than Puzzle and Solution in the drop-down, which would be "Unused" or some such. Also, when the value changes from Puzzle to something else, do you save the current rating, so that it comes back to life when switched back to Puzzle? That would make a joker's switch from Puzzle to other harmless, as the owner could just switch it back.
[/quote]

Ok, I added something called "Other" and tweaked a few things around to try to make the concepts a bit clearer.  It does preserve the rating behind the scenes.
Try out http://www.stardrifter.org/rubisearch/?designer=rene to see some of the votes in action

Magilvia (2007-01-02) The search is quite good but now it seems I can't vote anything, only search. Should there be two button, search and vote ?

jnz (2007-01-02) [quote author=Magilvia link=topic=145.msg1415#msg1415 date=1167746018]
The search is quite good but now it seems I can't vote anything, only search. Should there be two button, search and vote ?
[/quote]
Have you tried clicking on the entries in the "Type / Difficulty" column?  That should take you to the voting page for the level.

Magilvia (2007-01-02) Well, yes, I can't get the page to change.
I'm trying to mark zagexyg as other.
what about adding a link to the voting page ?

Rene (2007-01-02) [quote author=Magilvia link=topic=145.msg1422#msg1422 date=1167761309]
Well, yes, I can't get the page to change.
I'm trying to mark zagexyg as other.
what about adding a link to the voting page ?
[/quote]

I am not sure what is not working for you Magilvia. The "Puzzle - no votes" (and others) text is actually a link to the voting page. I have just tried to do the same as you did, and that worked fine: zagexyg is now "other". What browser are you using? Mine is Firefox.

Magilvia (2007-01-02) Yes, I found it. I didn't notice where are the links, thought you were talking about the difficulty dropdown list ;D

Kevan (2007-01-08) Excellent work, jnz. I've added a link from the main Rubicon page, and I'll look at changing the warehouse submission page to include a puzzle type field, when I can find time to deal with the other outstanding bugs. If there are any other fields it'd be useful to add at that point (even if they're ignored by the game itself), let me know.

And if I might send a suggestion the other way... A thumbnail of each level might make search results more intriguing, given that they're all stored as simple ASCII art - just printing the machine source in a very, very tiny fixed-width font might be enough.

jf (2007-01-08) Some solution titles have the puzzle name in them, and some don't. jnz has hyperlinked names found in the titles, which is really nice. If this name was also carried in a separate field, you could find it even if it was missing from the title, and you could search on it, "Show me all solutions for this puzzle".

And this may be getting complicated, but you could use such a metadata tag to link a series of puzzles together. For a solution, it could be the name of the puzzle that the solution refers to. For a puzzle, it could be used to refer to the next puzzle in a series.

Kevan (2007-01-09) The warehouse now has a "level type" field, which is stored as an extra asterisked line in each data file (and also gets displayed in the applet when a level is loaded in).

jnz (2007-01-10) I've updated the search engine to import the new Type field.  I'll have to wait for some more entries to appear in the warehouse before I know if it is working.

I'd also like to second jf's suggestion of a separate field for solutions to hold the level code of the puzzle that they are solving.

Bucky (2007-01-10) About the "Level Type" field in the Warehouse,
Could it have an option that is just "Puzzle"?  I don't feel qualified to judge the difficulty of my own puzzles.

lienne (2007-01-10) [quote author=Bucky link=topic=145.msg1563#msg1563 date=1168470982]
About the "Level Type" field in the Warehouse,
Could it have an option that is just "Puzzle"?  I don't feel qualified to judge the difficulty of my own puzzles.
[/quote]Same here.

Bucky (2007-01-11) The search engine has a problem where it tries to link to nonexistent levels in the names of other levels (levels linked to this way include "decimal" and "lavapit".

Also, the search engine should have an option to vote "Puzzle-Impossible".  There are a few cases where this is appropriate, such as [level]kogyvod[/level].

jnz (2007-01-11) [quote author=Bucky link=topic=145.msg1578#msg1578 date=1168546055]
The search engine has a problem where it tries to link to nonexistent levels in the names of other levels (levels linked to this way include "decimal" and "lavapit".

Also, the search engine should have an option to vote "Puzzle-Impossible".  There are a few cases where this is appropriate, such as [level]kogyvod[/level].
[/quote]

The linking is done by just looking for anything that looks like a level name (7 letters, alternating consonants and vowels).  I don't know how to fix it without a whole bunch of database hits.  I thought the occasional false positive was worth dealing with for the convenience of having the level links.

Can we just use "Other" for kogyvod and similar things?  The more options you add the harder it is for people to pick the right one.  I'd rather not have a bunch of categories that are only going to be used for a couple of things.

Rene (2007-01-12) [quote author=jnz link=topic=145.msg1589#msg1589 date=1168559521]
[quote author=Bucky link=topic=145.msg1578#msg1578 date=1168546055]
The search engine has a problem where it tries to link to nonexistent levels in the names of other levels (levels linked to this way include "decimal" and "lavapit".

Also, the search engine should have an option to vote "Puzzle-Impossible".  There are a few cases where this is appropriate, such as [level]kogyvod[/level].
[/quote]

The linking is done by just looking for anything that looks like a level name (7 letters, alternating consonants and vowels).  I don't know how to fix it without a whole bunch of database hits.  I thought the occasional false positive was worth dealing with for the convenience of having the level links.

Can we just use "Other" for kogyvod and similar things?  The more options you add the harder it is for people to pick the right one.  I'd rather not have a bunch of categories that are only going to be used for a couple of things.
[/quote]

When Kevan adds the possibility to enter the puzzle name that you design is a solution to, then you don't need to parse the title anymore, and this issue disappears. The puzzle name could even be derived automically if the applet remembers which level was loaded. Of course, you should have the possibility to change it, to make it possible to store impartial solutions.

I have another request for the search/voting function. After voting, it would be good if it would go back to the search you were in. You now have the possibility to go to a new search, but in order to go back to the same search, you have to click "back" on the browser two times, and then the view is not updated with your vote.

jf (2007-01-12) Do you store the count of votes for a particular level? It would be nice to see that count, if not in the query output, then perhaps on the vote page (so those interested can go find it) just to gauge the accuracy of the difficulty listed, based on how many votes went into it.

Rene (2007-01-12)
Another improvement could be to ask the submitter of a solution also to give a vote for the difficulty of the puzzle. That would get more people to vote. I now hardly go into the voting page to vote for a puzzle.

jnz (2007-01-12) [quote author=Rene link=topic=145.msg1605#msg1605 date=1168626953]
I have another request for the search/voting function. After voting, it would be good if it would go back to the search you were in. You now have the possibility to go to a new search, but in order to go back to the same search, you have to click "back" on the browser two times, and then the view is not updated with your vote.
[/quote]

Ok, I think I've gotten this working.

[quote author=jf link=topic=145.msg1609#msg1609 date=1168627721]
Do you store the count of votes for a particular level? It would be nice to see that count, if not in the query output, then perhaps on the vote page (so those interested can go find it) just to gauge the accuracy of the difficulty listed, based on how many votes went into it.
[/quote]

I do store this number, and now it is displayed on the voting page.  There are hardly any votes in the database.  We need some kind of promotional campaign.  :)

[quote author=Rene link=topic=145.msg1612#msg1612 date=1168628440]
Another improvement could be to ask the submitter of a solution also to give a vote for the difficulty of the puzzle. That would get more people to vote. I now hardly go into the voting page to vote for a puzzle.
[/quote]

This is fine by me but I'm not sure how it will work technically.  I only poll for updates once a day.  If you submitted a solution before I did the latest update I wouldn't have any place for you to vote yet.

Kevan (2007-01-15) The warehouse storage page now has a field called "follows or solves", so that the user can say which level a solution is solving, or which puzzle another puzzle follows on from - this gets written to "Follows:" in the data files, and I'll write a less basic input interface at some point.

Kevan (2007-01-15) I'm less sure about letting people submit unrated puzzles, though - it seems a lot healthier to have one automatic vote put into jnz's warehouse system, even if it's a guess and turns out to be voted in another direction by other players.

jnz (2007-01-15) [quote author=Kevan link=topic=145.msg1668#msg1668 date=1168880347]
The warehouse storage page now has a field called "follows or solves", so that the user can say which level a solution is solving, or which puzzle another puzzle follows on from - this gets written to "Follows:" in the data files, and I'll write a less basic input interface at some point.
[/quote]

Ok, support for the Follows field has been added to the search engine.  For existing levels I've done some automated guessing, but there are still some gaps.  I'm currently allowing people to modify the field through the voting page.  I don't know if that's a good idea to have permanently but for now it will at least let people fill in the data for the existing levels.

Rene (2007-01-22)
Great work, Kevan and jnz! The "follows" field works fine, and enabling search on it now makes it possible to search for all solutions to a puzzle.

Skull Face72 (2007-11-15) Vote system,Eh? Ever played Zeta Flow? Player made levels can be rated.. Is that what you meant by vote?

jnz (2008-04-27) I've just made some under-the-hood changes to the warehouse search (upgraded from PHP4 to PHP5, changed databases from MySQL to SQLite).
If anybody sees anything that's broken, please tell me.

[url]http://www.stardrifter.org/rubisearch/[/url]

immibis (2008-04-29) Try entering something containing slashes or apostrophes in any field.

jnz (2008-04-29) And magic_quotes_gpc bites yet another unwary PHP user.  It should be fixed now.  Thanks for the report.

Puzzle: 'Stream'

lienne (2006-12-29) Requires sorting.
[level]cefukyb[/level]
I have not yet managed to solve it myself, but I'm fairly sure a solution is possible.

jf (2006-12-30) For Stream: [level]rozatal[/level]. This depends on a fair distribution of random values so the machine doesn't get clogged. I went a little overboard, but it was fun.

jnz (2006-12-30) My solution for cefukyb: [level]zytityt[/level].  Perhaps not in the spirit of the level.  Was the duplicated 2 intentional?
Edit: here's one that works with no copiers, borrowing a bit from Bucky's template copier: [level]lehidap[/level]

lienne (2006-12-30) [quote author=jnz link=topic=146.msg1300#msg1300 date=1167442063]
My solution for cefukyb: [level]zytityt[/level].  Perhaps not in the spirit of the level.  Was the duplicated 2 intentional?
Edit: here's one that works with no copiers, borrowing a bit from Bucky's template copier: [level]lehidap[/level]
[/quote] No, the duplicated 2 was foolishness on my part. One moment while I redo.

Edit: [level]gahypuk[/level]

sluutthefeared (2006-12-30) Here's my solution. [level]finemad[/level]
I used components from my solution to a similar puzzle.

lienne (2006-12-30) Mine here: [level]pogobub[/level] *shrug* It wasn't what I originally intended, but it seems to work. Thanks all. Your solutions are interesting and enlightening. Keep 'em comin'.

jf (2006-12-30) Here is my solution to gahypuk: [level]fekagug[/level].

Edit: I had to save this three times in the warehouse because I accidently saved sandbox editions with test edits. I need an interface to delete unwanted puzzles of mine taking up space in the warehouse.

I'm inspired by solutions from others who manage to finesse them down to a minimalist style. I also like some of those solutions full of extra steel, which have their own aesthetic.

Rene (2006-12-30)
Here is my - minimalistic - solution to [level]gahypuk[/level]:

    [level]kadivyp[/level]

The original with the duplicated '2' is, of course, harder. I like both jnz's solutions for that one.
Also, it would be a challenge to do the same puzzle without copiers, packers and unpackers. That would do justice to the original comment 'requires sorting'.



lienne (2006-12-30) [quote author=Rene link=topic=146.msg1311#msg1311 date=1167489089]

Here is my - minimalistic - solution to [level]gahypuk[/level]:

    [level]kadivyp[/level]

The original with the duplicated '2' is, of course, harder. I like both jnz's solutions for that one.
Also, it would be a challenge to do the same puzzle without copiers, packers and unpackers. That would do justice to the original comment 'requires sorting'.




[/quote] Yes. The 'requires sorting' comment was made before I came up with my own solution, which ironically does not include sorting.

20eight (2006-12-31) stream - [level]cefukyb[/level]:[level]pabuxog[/level]

jnz's and rene's are much smoother

jf (2006-12-31) [quote author=Rene link=topic=146.msg1311#msg1311 date=1167489089]

Here is my - minimalistic - solution to [level]gahypuk[/level]:

    [level]kadivyp[/level]

The original with the duplicated '2' is, of course, harder. I like both jnz's solutions for that one.
Also, it would be a challenge to do the same puzzle without copiers, packers and unpackers. That would do justice to the original comment 'requires sorting'.




[/quote]

Here is gahypuk solved without copiers, packers, or unpackers, by sorting the stream and using the first occurance of each value for the solution, inspired by Rene's comment above: [level]dalugox[/level].

Rene (2007-01-01)
JF - Pretty smart mechanism of detecting when they are all there!

20eight (2007-01-02) [level]dalugox[/level] is pretty cool.  I agree with Rene about the gate mechanism.

jnz (2007-01-02) Once I'd seen that jf had come up with a sorting solution, I had to try my hand at it too:
For cefukyb: [level]solytil[/level]
To make it work for gahypuk just remove the asymmetry around the 2/3 part.
Now looking at dalugox, I see that we had similar ideas about how to wait for all the crates to show up, but slightly different implementations.

jf (2007-01-02) Very nice, jnz. Your solution does not depend on a statistical distribution of random values, where my solution will fail should the highly unlikely, though technically possible, point is reached where I run out of my store of 0 barrels waiting for any particular value that the random crate generator just refuses to give up.

HELP!!!!!!! Download

gfgfgfg (2006-12-30) Could someone direct me to another mirror of Rubicon?

Space-Filler

jboymicro (2006-12-30) Hi, i'm new.

Challenge: Make a machine that occupies every square on the board, period. The machine with the lowest amount of occupied spacesat the start wins.

lienne (2006-12-30) So far I've got [level]xexizyf[/level]. I'll see if I can make it even more minimal.

Edit: [level]xelobez[/level] is prettier but I'm afraid it doesn't actually fill the screen. Anybody got any ideas on how to make it do that without ruining the falling-layer symmetry?

Another, more simplistic one: [level]rebadoc[/level] This is way too much fun.

Bucky (2006-12-30) [level]julafuh[/level]

Hyenas Here (2007-01-01) All but one space with 14 pieces total: [level]xyzugys[/level]

jnz (2007-01-02) [level]xokokab[/level]

Skull Face72 (2007-11-11) [level]Gabegex[/level]

You can't get any simpler then that! ;D

cliffyqs (2008-03-14) this one isn't simpler, but fun to watch and creates a nice border of all 0 barrels: [level]xogerog[/level]

jboymicro's easy puzzles

jboymicro (2006-12-30) It's about time someone has made some easire levels. I'm just a newb at this, and when I looked at the forum for more levels (after besting the ones in the game), I coundn't find any at my level. So here are some simple levels:

1: [level]vytybuk[/level]----The removal
2: [level]bepezuc[/level]----The insertion
3: [level]meguned[/level]----The conformity (harder and experimental)
4: [level]sebygec[/level]----The transformation
5: [level]saxatev[/level]----The decoding
6: [level]zepezuh[/level]----The ascension
More will be coming.

Rene (2006-12-30)
Here is my solution to The Removal ([level]vytybuk[/level]): [level]mohocox[/level]

Quite a nice puzzle, it requires more than seems at first glance.

For some other light puzzles, check out some of Bucky's or Lazyone's puzzles. Highly recommended are also Magimaster's ones - Passing trains ([level]mahytoh[/level]) and sluutthefeared's solution to it ([level]jogonot[/level]) are still classics, I think.




Rene (2006-12-30)
And here is my solution to The Insertion ([level]bepezuc[/level]): [level]sezucip[/level]. Slow but steady.

Nice, imaginative puzzles. Keep them coming!

jboymicro (2006-12-30) Rene, when i click it your first solution, nothing's there.

Rene (2006-12-30)
Sorry, that should be [level]mehocox[/level]

gert7 (2006-12-30) Indeed two nice puzzles. my solutions:
level 1: [url=http://modibup]modibup[/url]
level 2: [url=http://xahikis]xahikis[/url]

I hope the links work; I am not used to them.

Rene (2006-12-30)
Gert7 - the links don't work. You can easily add links to levels using the '?' crate icon in the interface. Select the level name, and then click the '?' icon.


lienne (2006-12-30) [quote author=gert7 link=topic=149.msg1334#msg1334 date=1167513087]
Indeed two nice puzzles. my solutions:
level 1: [url=http://modibup]modibup[/url]
level 2: [url=http://xahikis]xahikis[/url]

I hope the links work; I am not used to them.
[/quote]

The code you're currently using is: [code][url=http://levelname]levelname[/url][/code]

The code you should be using is: [code][level]levelname[/level][/code]

Is this a clear enough explanation for you?

jnz (2006-12-30) Nice puzzles.

For The removal (vytybuk): [level]sanuzoh[/level]
For The insertion (bepezuc): [level]gosivuv[/level] (no dozers)

jf (2006-12-31) For removal: [level]xonocet[/level]. This puzzle is a little tricky.

For insertion: [level]jozomem[/level].

Good puzzles.

20eight (2006-12-31) Level 1 - [level]vytybuk[/level]:[level]hikidak[/level]
Level 2 - [level]bepezuc[/level]:[level]basusuk[/level]
Level 3 - [level]bydenyr[/level]:[level]begycar[/level] (I don't think this is what you had in mind)
Level 4 - [level]sebygec[/level]:[level]levotag[/level]

I agree about the need for more easy ones.  I often find myself with about a thirty minutes to spare and simply wanting a few quickies.

jboymicro (2006-12-31) Whoops, I screwed up # 3. But its all fixed now.

sluutthefeared (2007-01-01) Level 1: [level]nigehyx[/level]
Level 2: [level]dexucod[/level]
Level 4: [level]gugofyf[/level]

jnz (2007-01-01) For The conformity (meguned): [level]pybotox[/level]
For The transformation (sebygec): [level]bufigis[/level]

Rene (2007-01-01)
Solutions:

3: meguned----The conformity      :  mifokud
4: sebygec----The transformation  :  nivecus

jboymicro - if you have new puzzles, please post them explicitly in the thread as well, not only in the first post. That makes it easier to see which ones are new.

jboymicro (2007-01-01) New: [level]saxatev[/level]

Rene (2007-01-01)
Solution to [level]saxatev[/level]: [level]borylah[/level]

Probably not what you intended. I'm not sure what solution you were aiming for, though.

jboymicro (2007-01-01) New: [level]zepezuh[/level]

20eight (2007-01-01) level 3 - [level]meguned[/level]:[level]kogemot[/level]
level 5 - [level]saxatev[/level]:[level]cahyzed[/level]
level 6 - [level]zepezuh[/level]:[level]katanex[/level]

good puzzles, keep 'em coming.

lienne (2007-01-02) [level]saxatev[/level]: [level]midulab[/level]

Rene (2007-01-02)
Level 6: Neat. You can even go up higher:

[level]gosulik[/level]

SM (2007-01-04) Solutions:

Level 1: [level]bysidik[/level]
Level 2: [level]decavek[/level]
Level 3: [level]nuditez[/level]
Level 4: [level]kalozuf[/level]
Level 5: [level]bytysuz[/level]
Level 6: [level]doduxug[/level] (in 12 ticks)

curly (2012-02-10) [level]meguned[/level]:[level]mucudip[/level] - 1 cycle only - 70 ticks
[level]sebygec[/level]:[level]cisicuh[/level] - fibonacci sequence - slow

jaspertje1 (2012-09-26) Here are my solutions.
Level 1: [level]cicycib[/level] 45 ticks.
Level 2: [level]vukozam[/level] 55 ticks.
Level 3: [level]xabisig[/level] 146 ticks.
Level 4: [level]xyboxod[/level] 54 ticks.
Level 5: [level]kuhefat[/level] 42 ticks.

Bargrapher

jboymicro (2006-12-30) A simple hex bargrapher.

[level]pecivek[/level]

EDIT: Here's an updated version that works for ye olde physics:

[level]basidud[/level]

lienne (2006-12-30) That's one of the most elegant gate-sorts I've ever seen. Well done.

Rene (2006-12-31) The question has come up before on the forum, whether the build-in random number generator is fair. That is, does it generate the different crates with equal chance?

I created the crate counter [level]godymom[/level] to check this. It counts the number of generated crates of each type. Unfortunately, there is no room to count 'E' and 'F' as well (well, actually, there is, but it would ruin the visual comparison effect).
I ran it overnight, and got the following result:
[url=http://img278.imageshack.us/my.php?image=cratecountrq4.png][img=http://img278.imageshack.us/img278/9617/cratecountrq4.th.png][/url]

The numbers of the crates in the counters are not important, but their positions are. Think of it as a binary number; the absence of a crate is a '0', the presence of a crate is a '1'. Only the binary values are not 1, 2, 4, 8, 16, etc, but the Fibonacci series: 1, 1, 2, 3, 5, 8, 13, 21, etc. If a crate reaches the far end, then it has counted up to 28657.

As you can see, the results are pretty equal for all crates. The most common in this sample was '0' with 10262 occurences. The least common was '5' with 9960 occurences. The total number of counted crates is 161722, which is on average 10108 per type. Therefore, the maximum deviation from the average is 1,46 %. Not something to worry about.....


Puzzle: 'Null Space'

lienne (2006-12-30) Probably very easy, but I found the construction interesting. [level]susalad[/level]

*cough* And, being me, I forgot what I was doing midway through the puzzle. I'm not sure if the above even has a solution, but I know [level]gysobor[/level] does.

-edit- For the interested, a list of the puzzles I've put forward in this thread, in no particular order:

[level]sucecas[/level]
[level]jadydoh[/level]
[level]bovolaf[/level]
[level]penamyp[/level]
[level]jytufyg[/level]
[level]nedoraz[/level]
[level]vebyvod[/level]
[level]gycedog[/level] (unsolvable)
[level]ronixup[/level]
[level]lasofyn[/level]
[level]susalad[/level]
[level]bohulyx[/level]
[level]dufuseh[/level]
[level]tidikyt[/level]

Rene (2006-12-30)
Solution to [level]susalad[/level]: [level]kahucum[/level]

lienne (2006-12-30) Along vaguely the same line, I give you 'Glass Diamonds': [level]bohulyx[/level]

Rene (2006-12-30)
What a beautiful work of art! I tried to keep the solution in style, but I am afraid that the conveyer belt is a bit out of tone:

    [level]vetysyz[/level]

jnz (2006-12-30) For Null Space (susalad): [level]cisavel[/level]
gysobor is its own solution
For Glass Diamonds (bohulyx): [level]nubityp[/level]

lienne (2006-12-30) [quote author=jnz link=topic=151.msg1330#msg1330 date=1167499679]
gysobor is its own solution[/quote] ...So it is. I swear I should hire a robot to smack me over the head every time I'm about to save a level. Maybe then I'll remember to check whether it's actually what I want to post or not.
[quote author=Rene link=topic=151.msg1328#msg1328 date=1167499398]

What a beautiful work of art! I tried to keep the solution in style, but I am afraid that the conveyer belt is a bit out of tone:

    [level]vetysyz[/level]


[/quote] Thanks. I quite enjoy looking at your solution. Mine was a lot less elegant.

lienne (2006-12-30) And in the spirit of my puzzles, I haven't tried to solve this one and have no idea if it's possible. But I trust in the ingenuity of the populace.
I give you 'Raise': [level]gycedog[/level]

and a hopefully easier version: [level]ronixup[/level]

second edit, third version, perhaps this one is actually soluble: [level]lasofyn[/level]

gert7 (2006-12-30) My solution is a bit different from Rene..:[u]dozizon[/u]

jnz (2006-12-30) For Raise, I don't think there's enough space to get the crates up and around the bends.
For Raise II (ronixup): [level]didapyz[/level]
For Raise III (lasofyn): [level]jyhalyt[/level] (pretty much the same as Raise II)

lienne (2006-12-30) [quote author=jnz link=topic=151.msg1339#msg1339 date=1167519743]
For Raise, I don't think there's enough space to get the crates up and around the bends.
For Raise II (ronixup): [level]didapyz[/level]
For Raise III (lasofyn): [level]jyhalyt[/level] (pretty much the same as Raise II)

[/quote]

1. Yes, that's why I made the second two versions.
2. and 3. I like; very creative.

lienne (2006-12-31) Here's some more: 'Angular Reflection' [level]vebyvod[/level]. My solution: [level]hemubeb[/level]. Yes, for once I actually solve a puzzle before I post it. Hooray.

Alternate version: [level]nedoraz[/level]

jnz (2006-12-31) For Angular Reflection (vebyvod): [level]nilegaz[/level]
For Angular Reflection II (nedoraz): [level]xysypuf[/level]
These are pretty puzzles.

lienne (2006-12-31) [quote author=jnz link=topic=151.msg1345#msg1345 date=1167534991]
These are pretty puzzles.
[/quote] Thank you. That is my intent in making them.

*edit* [level]jytufyg[/level]: Another in the series.

jnz (2006-12-31) For Angular Reflection III (jytufyg): [level]nexokud[/level]

jf (2006-12-31) Nice puzzles.

Glass Diamonds: [level]hatanym[/level]
Angular Reflection: [level]pafynaf[/level]
Angular Reflection II: [level]dihirok[/level]
Angular Reflection III: [level]pygabip[/level]

lienne (2006-12-31) Thank you.

I dug this one up using the baby search function over in Support. I don't remember the solution. 'Bubbles': [level]penamyp[/level]

20eight (2006-12-31) null space - [level]susalad[/level]:[level]kymurox[/level]

Magilvia (2006-12-31) See if you like this one for raise 3 lasofyn: [url=http://kevan.org/rubicon/game.php?level=gybelyr]gybelyr[/url]  ;D  ;D  ;D

Here are also raise 2, ronixup:[url=http://kevan.org/rubicon/game.php?level=nepydig]nepydig[/url] which is a little different from rene's one,
penamyp:[url=http://kevan.org/rubicon/game.php?level=bugarim]bugarim[/url]
and nedoraz:[url=http://kevan.org/rubicon/game.php?level=kadydul]kadydul[/url]

adept (2007-01-02) For angular reflection II [level]buramub[/level]  I tried to maintain a certain symmetry

SM (2007-01-04) [level]susalad[/level]: [level]bigepyd[/level]

lienne (2007-01-04) [quote author=Magilvia link=topic=151.msg1363#msg1363 date=1167602754]
See if you like this one for raise 3 lasofyn: [url=http://kevan.org/rubicon/game.php?level=gybelyr]gybelyr[/url]  ;D  ;D  ;D[/quote] Wow. It's like a zipper made of cool. Good job. :D

Gameman (2007-01-16) um, jf, a much better solution to glass diamonds is[level]zafybyk[/level]

adept (2007-01-17) [quote author=Gameman link=topic=151.msg1685#msg1685 date=1168984554]
um, jf, a much better solution to glass diamonds is[level]zafybyk[/level]
[/quote]

I think you missed the of jf's solution-  It is about the pattern
8)

Hyenas Here (2007-02-02) "Null Space" ([level]susalad[/level]): [level]pydiryz[/level]

"Angular Reflection" ([level]vebyvod[/level]): [level]xigefub[/level]

lienne (2007-04-12) I'm a tad rusty nowadays, but how about some rock formations to while away the hours?

[level]bovolaf[/level]

Gameman (2007-04-12) [level]xyderyg[/level] for your newest puzzle (very elegante)

lienne (2007-04-12) [quote author=Gameman link=topic=151.msg2492#msg2492 date=1176380704]
[level]xyderyg[/level] for your newest puzzle (very elegante)
[/quote]

I ran your solution and it didn't work (two Fs instead of an 0F sequence). Try again?

Another rock-themed title: [level]jadydoh[/level] Chain Mountain.

And along those lines, but with a different theme, I give you Septimus [level]sucecas[/level]. Extra challenge: spot all the sevens. There are quite a few, some subtler than others.

Bucky (2007-04-13) Septimus:[level]delugyz[/level]

jf (2007-04-14) Stalactite-Stalagmite ([level]bovolaf[/level]): [level]dudynaf[/level]
Septimus ([level]sucecas[/level]): [level]gizegoz[/level]
Chain Mountain ([level]jadydoh[/level]): [level]guxumit[/level]

lienne (2007-04-18) Nice ones.

Here's one that isn't pretty, but is pretty easy:

[level]dufuseh[/level]

The trick is just finding where I put the target. :D

[level]tidikyt[/level] - I made a machine I liked so much, I decided to make it into a puzzle. I believe it only requires the addition of a single piece in order to be complete.

jf (2007-04-19) For Wave ([level]tidikyt[/level]): [level]jigofif[/level]. I added a few more pieces to speed things up a bit.

lienne (2007-04-22) [quote author=jf link=topic=151.msg2524#msg2524 date=1177025523]
For Wave ([level]tidikyt[/level]): [level]jigofif[/level]. I added a few more pieces to speed things up a bit.
[/quote] Nice.

For reference, my original solution involved adding a single conveyor belt piece so that the 1 would fall on the 1 and then the endless glacial flood of 0s would eventually hit the 0.

immibis (2008-05-01) For [level]suselud[/level] (Null Space): [level]nugapyk[/level]

Super Challenge: Streak Counter

jboymicro (2006-12-31) Ok, here's the idea:

You need to design a system that can count how many elements there are in a certain streak. Say, for example, your streak is based on 0-9 digits (as opposed to a-b-c-d-e-f). The challenge is then to make a machine that, feeding from a random generator, counts how many times in a row the random generator spits out a 0-9 digit. For example, if the "randomer" spits out an E followed by 2,4,6,1,9,0,5,D, the machine should be able to recognize that you had a streak of 7 numbers in a row. Also, if the machine hits a letter after a streak of numbers, the "elements in the streak" counter should return to 0.
Of course, you don't have to just consider a streak for numbers 0-9. You could make a machine that counts streaks of odd numbers, or letters, or 0s and 1s, or whatever. Also, this is not required, but if would be cool if the machine would, after finishing reading a streak, spit out a crate with the number of how many elements were in that streak.

Good luck.  ;)

Rene (2006-12-31)
Here is [level]juvifug[/level]. I borrowed the resettable counter from my solution to JF's Pillbox ([level]cabacyb[/level]).

Rubicon effect priority

Magilvia (2007-01-01) I don't know if this information is already been posted or available in some other way but I thought it could be interesting and useful. I have determined in which order each effect is applied during each turn, whenever possible.
First an important assumption: each barrel can't be moved more than one time per turn (or it will travel 2 squares in a single turn). This is important to find out in which order works dozer and conveyors.

This is the order:
1 - Door key
2 - Furnace
3/4 - Gravity / Downward Copier
5 - Upward pipe
6/7 - Downward winch / Downward pipe
8/9 - Upward Copier / Upward winch
A - Rightward Dozer
B/C - Leftward Dozer / Leftward Conveyor
D - Rightward Conveyor
E - Gate
F - Packer / Unpacker (work only if both elements where in place at the start of the current turn)

To find this out I have designed a series of tests where each effect is opposed to the next to prove it is applied first, for example furnace burns barrels before gravity is applied moving them out of reach.
When two effect are similar and can't be opposed it's impossible to find out which one comes first. This is the case of 3/4, 6/7, 8/9 and B/C
Here are the tests: [url=http://kevan.org/rubicon/game.php?level=legefoc]legefoc[/url]

Comments welcome  :)

Bucky (2007-01-01) [quote author=Magilvia link=topic=156.msg1387#msg1387 date=1167679748]
I don't know if this information is already been posted or available in some other way but I thought it could be interesting and useful. I have determined in which order each effect is applied during each turn, whenever possible.
First an important assumption: each barrel can't be moved more than one time per turn (or it will travel 2 squares in a single turn). This is important to find out in which order works dozer and conveyors.

This is the order:
1 - Door key
2 - Furnace
3/4 - Gravity / Downward Copier
5 - Upward pipe
6/7 - Downward winch / Downward pipe
8/9 - Upward Copier / Upward winch
A - Rightward Dozer
B/C - Leftward Dozer / Leftward Conveyor
D - Rightward Conveyor
E - Gate
F - Packer / Unpacker (work only if both elements where in place at the start of the current turn)

To find this out I have designed a series of tests where each effect is opposed to the next to prove it is applied first, for example furnace burns barrels before gravity is applied moving them out of reach.
When two effect are similar and can't be opposed it's impossible to find out which one comes first. This is the case of 3/4, 6/7, 8/9 and B/C
Here are the tests: [url=http://kevan.org/rubicon/game.php?level=legefoc]legefoc[/url]

Comments welcome  :)


[/quote]

YWith fast copiers, it is possible for more than one upward copier to take effect with a fast add in between. (see [level]vakomid[/level])

sluutthefeared (2007-01-01) [quote author=Magilvia link=topic=156.msg1387#msg1387 date=1167679748]
To find this out I have designed a series of tests where each effect is opposed to the next to prove it is applied first, for example furnace burns barrels before gravity is applied moving them out of reach.
[/quote]
In a lot of cases it depends not only on the parts but the positions as well. Your furnace key example works differently if the furnace is moved 1 block above the key rather than 1 block below.

Magilvia (2007-01-01) [quote]YWith fast copiers, it is possible for more than one upward copier to take effect with a fast add in between[/quote]
No that's because of the old physic model which was changed exactly for this reason IMO.
[quote]In a lot of cases it depends not only on the parts but the positions as well. Your furnace key example works differently if the furnace is moved 1 block above the key rather than 1 block below.[/quote]
This is rather interesting. I suppose it's an exception, but you speak of "a lot of cases". Could you find some more?

sluutthefeared (2007-01-01) Hard to think of many off the top of my head, but it's often hard to clearly say which part has priority over another.
You have the downward copier as having higher priority than the upward copier. I'm not sure that's correct. [level]pasotyp[/level]
Or the downward copier having priority over the upward pipe. [level]dydydox[/level]

For some of those you might need a bit more to show that they truly are of a higher priority. Like the upward/downward pipe, in your example it could be just that the upward pipe comes first so it gets priority, so you would need an extra example to show the reverse, something like this: [level]nudynub[/level]

Rene (2007-01-01) I have been analysing before as well, but got confused because [i]retrieval from[/i] a space seemed to have different priority order than [i]delivery to[/i] a space. After a while scratching my head, I dropped the subject. Now I looked into it again, and I think I have a partial solution.

See [level]fumibeb[/level], especially the striped box in the middle. In that box, you can clearly see that gravity pulls away a barrel from below an up-pipe, but the up-pipe deliveres a barrel to the top before gravity can drop one there.

My current conclusion is that the components come in different categories that are processed in a few phases. Components that are in a higher category always act before those in a lower category, but within one category there is a [b][i]bottom-to-top, left-to-right evaluation order[/i][/b].

You can see this with dozers and conveyers. They are all in the same category. When two dozers try to push a barrel into the same space, then the one that is most bottom-left wins. It is most clear when one of the dozers pushes the barrels up-hill. Compare, e.g., the top-left picture in [level]fumibeb[/level], with the picture third from the top. The right-dozer wins in one picture, but the left-dozer wins in the other. But in both cases the bottom-left one is the winner.

For conveyers, the same is true (see pictures 8, 9, and 10 from the top). In all cases it is the bottom-left most conveyer that goes first. If most cases, however, the conveyer that goes second pushes the first barrel back again, and therefore seems to be the one that wins. Picture 10 shows what happens: the bottom-right conveyer pushes two barrels up-hill first, then the top-left conveyer pushes them back.

Also, gravity, down-pipes, copiers, etc, are in the same category. Gravity pulls away a barrel from below a up-copier before it is copied, but an up-copier delivers a barrel to its top before gravity can deliver one there. Clearly the bottom most component acts first.

This theory does not explain everything, however. The striped box shows what the problem is. Up-pipes have the same relationship with gravity as the other components, and therefore must be in the same category. However, the up-pipe is faster than a down-pipe, and snaps away a barrel before the down-pipe can get - even though the down-pipe is lower than the up-pipe.

So, here is my category list (in order of priority):

Door
Furnace ???
Copier down / Copier up / Pipe up ??? / Pipe down / Winch up / Winch down / Gravity
Dozers / Conveyers
Gate / Packer / Unpacker

Probably only Kevan knows how it really works.....










Magilvia (2007-01-01) [quote]For some of those you might need a bit more to show that they truly are of a higher priority. Like the upward/downward pipe, in your example it could be just that the upward pipe comes first so it gets priority, so you would need an extra example to show the reverse, something like this: nudynub[/quote]

My assumption was that every effect takes place one time per turn in a specific order and independently of reciprocal position. If that would be true my test series would be necessary and sufficient, but it's not so. This leaves us with the necessity to try each effect with every other in every possible position. It's too much and in fact it hurts my sense of elegance ;D  :-\ :(

sluutthefeared (2007-01-01) [quote author=Rene link=topic=156.msg1395#msg1395 date=1167691668]but within one category there is a [b][i]bottom-to-top, left-to-right evaluation order[/i][/b]
[/quote]
I always thought it was top to bottom, left to right.
This for example: [level]dosikub[/level]

In the first one, the key is on top and triggers before the furnace below can burn it.
In the second, the furnace above burns the barrel before the key below can trigger.

Magilvia (2007-01-01) [quote]You can see this with dozers and conveyers. They are all in the same category. When two dozers try to push a barrel into the same space, then the one that is most bottom-left wins. It is most clear when one of the dozers pushes the barrels up-hill. Compare, e.g., the top-left picture in fumibeb, with the picture third from the top. The right-dozer wins in one picture, but the left-dozer wins in the other. But in both cases the bottom-left one is the winner.

For conveyers, the same is true (see pictures 8, 9, and 10 from the top). In all cases it is the bottom-left most conveyer that goes first. If most cases, however, the conveyer that goes second pushes the first barrel back again, and therefore seems to be the one that wins. Picture 10 shows what happens: the bottom-right conveyer pushes two barrels up-hill first, then the top-left conveyer pushes them back.[/quote]
From this two examples it seems that a barrel COULD be moved more than one time per turn. So let's forget even my first assumption.

[quote]but within one category there is a bottom-to-top, left-to-right evaluation order[/quote]
[quote]I always thought it was top to bottom, left to right.[/quote]
It's much more complicated than I first thought.
This one is also interesting: [url=http://kevan.org/rubicon/game.php?level=benilyd]benilyd[/url]

Rene (2007-01-01) [quote author=sluutthefeared link=topic=156.msg1397#msg1397 date=1167693238]
[quote author=Rene link=topic=156.msg1395#msg1395 date=1167691668]but within one category there is a [b][i]bottom-to-top, left-to-right evaluation order[/i][/b]
[/quote]
I always thought it was top to bottom, left to right.
This for example: [level]dosikub[/level]

In the first one, the key is on top and triggers before the furnace below can burn it.
In the second, the furnace above burns the barrel before the key below can trigger.
[/quote]

Maybe nature is more complex than man can imagine....

Here is another nice example: [level]mohycet[/level]. Try to figure out what will happen before you run it. Then try to explain what really happens....

Rene (2007-01-02) [quote author=Magilvia link=topic=156.msg1399#msg1399 date=1167694814]
From this two examples it seems that a barrel COULD be moved more than one time per turn. So let's forget even my first assumption.
[/quote]

You may be right after all, Magilvia. There seems to be such a rule, otherwise I cannot explain oscillating barrel behaviour (a barrel oscillating between two conveyers).

EDIT: see my "Rubicon laws of physics" post in the "Design discussion" category

Puzzle: 'Pillars'

lienne (2007-01-02) [level]dobufux[/level]: as usual, I don't know if it's soluble or not.

Bucky (2007-01-02) It's trivially solvable by template copier; just stick a copier under a ? crate and wait for an F.

lienne (2007-01-02) [quote author=Bucky link=topic=157.msg1405#msg1405 date=1167716348]
It's easily solvable by template copier; just stick a copier under a ? crate and wait for an F.
[/quote] I have no idea what you're talking about.

jnz (2007-01-02) For dobufux: [level]gukakyb[/level].
As for what Bucky was talking about, see [url]http://kevan.org/rubicon/forums/index.php/topic,75.0.html[/url]

Bucky (2007-01-02) [quote author=lienne link=topic=157.msg1406#msg1406 date=1167717455]
[quote author=Bucky link=topic=157.msg1405#msg1405 date=1167716348]
It's easily solvable by template copier; just stick a copier under a ? crate and wait for an F.
[/quote] I have no idea what you're talking about.
[/quote]

Trivial template copier solution: see [level]pugugeg[/level]

sluutthefeared (2007-01-02) Here's my solution.
[level]gygobud[/level]

20eight (2007-01-02) pillars - [level]dobufux[/level]:[level]rulatoc[/level]

lienne (2007-01-02) A quasi-sequel: 'Amplitude' [level]dikutus[/level]

sluutthefeared (2007-01-03) Probably not quite what you wanted, but here's my solution to amplitude: [level]pykezyb[/level]

lienne (2007-01-03) [quote author=sluutthefeared link=topic=157.msg1437#msg1437 date=1167793218]
Probably not quite what you wanted, but here's my solution to amplitude: [level]pykezyb[/level]
[/quote] I had no idea what I wanted; I didn't think of a possible solution before posting the puzzle. :D

20eight (2007-01-03) amplitude - [level]dikutus[/level]:[level]damidop[/level]

jnz (2007-01-03) For Amplitude (dikutus): [level]siludud[/level] (no dozers, no copiers)

lienne (2007-01-03) Those solutions to Amplitude are pretty neat.

Can anyone think of one that actually uses all four streams, though?

jf (2007-01-03) [quote author=lienne link=topic=157.msg1446#msg1446 date=1167838559]
Those solutions to Amplitude are pretty neat.

Can anyone think of one that actually uses all four streams, though?
[/quote]

This uses all four streams: [level]radulal[/level]. I wanted to use just one crate from each source, but that's not possible. Then, I was going to just duplicate one crate. In the end, I took a simpler route, just moving left to right, with a few copies.

sluutthefeared (2007-01-03) Here's a solution to amplitude with no packers or unpackers.
[level]voraver[/level]
I might try it later with no copiers.

Rene (2007-01-03) [quote author=lienne link=topic=157.msg1446#msg1446 date=1167838559]
Those solutions to Amplitude are pretty neat.

Can anyone think of one that actually uses all four streams, though?
[/quote]

I set out to use all four streams, and no packers/un-packers. Did not think it was possible at first, but voila:

    [level]negyfif[/level]

Turned out to be almost symetrical as well.

sluutthefeared (2007-01-03) Nice solution Rene.
I should have used separate pathways as well, but I thought the synchronized dozers would be cool.

Rubicons Laws of Physics

Rene (2007-01-02) I proudly present the three

[b]RUBICON LAWS OF PHYSICS[/b]

[b]LAW I[/b]

Components come in four distinct categories. All components in a higher category are evaluated fully before any of the components in the next lower category.
The categories are, in order of priority:

1: Door / Furnace
2: Copiers / Pipes / Winches / Gravity  / '?'-barrel [sup]1[/sup]
3: Dozers / Conveyers
4: Gate / Packer / Unpacker / Target Matcher

[b]LAW II[/b]

Within one category, components are evaluated in order of their position on the board. Within category 1, the order is top-to-bottom, then left-to-right. Within the other categories, it is bottom-to-top, then left-to-right.

[i]Exception II.A to Law II[/i]
If an up-pipe is placed two spaces above a down-pipe or down-winch, then the up-pipe is evaluated (out of order) immediately before the down-pipe/winch.[sup]2[/sup]

[i]Exception II.B to Law II[/i]
For category 3, the order is not determined by the position of the component, but by the position of the barrel it acts upon.

[b]LAW III[/b]

When a barrel is created/moved in a tick, the same barrel is not removed/moved again during the same tick.[sup]3[/sup]

[i]Exception III.A to Law III[/i]
A barrel that is created/moved can be moved again in the same tick when pushed by a dozer or another barrel (and therefore indirectly by a dozer or conveyer).[sup]4[/sup]

[i]Note III.B to Law III[/i]
A gate 'reads' a created/moved barrel, but a copier doesn't.[sup]5[/sup]

[i]Note III.C to Law III[/i]
In the old physics model, packers, un-packers, and copiers are exempt from this law.[sup]6[/sup]

[b]Notes[/b]

[sup]1[/sup] Barrels and crates are collectively called 'barrel' in these laws.
[sup]2[/sup] II.A explains the weird up-pipe behaviour.
[sup]3[/sup] Law III explains most oscillating behaviours and the slowness of components.
[sup]4[/sup] III.A explains why you can snap a barrel from a furnace with a dozer or a row of barrels, but not with other components.
[sup]5[/sup] III.B explains the instantanious behaviour of gates.
[sup]6[/sup] In the old physics model, down-copiers are slower than up-copiers, because they are both evaluated bottom-up.

Magilvia (2007-01-05) Good work Rene. If I'll find other exceptions I'll post here.

Bucky (2007-01-07) Explain this:

Flux panels:[level]buvuduc[/level]

(I think it's another special case in the order that door keys are evaluated)

Rene (2007-01-07) [quote author=Bucky link=topic=158.msg1523#msg1523 date=1168147024]
Explain this:

Flux panels:[level]buvuduc[/level]

(I think it's another special case in the order that door keys are evaluated)
[/quote]

The door keys are the one remaining mistery and I am still working on a general rule for them. Here are the observations I have so far:
1) Single door keys open/close immediately, no matter which door it is.
2) Each door is owned by a door key. Only the door key that closed it can open it again.
3) Doors that are placed by the designer are owned by the door key under/to the right of it (if there is one, otherwise they always remain a static obstacles).

In a sequence of door keys:
4) From the top or left, it closes one door every tick (double the speed of a dozer), but opens instantaneously
5) From the bottom or right, it closes one door every tick as well, but opens one door every two ticks (the same speed as a dozer)

There seems to be a deliberate delay built in for sequences that open from the bottom or right: the first door opens faster than the others in the sequence. I am trying to find out where that delay comes from.

Your examples show there is even more going on, as it shows out-of-order behaviour. Probably an opening door checks with the surrounding door keys, whether they want to have it closed. Further experimentation is needed to find out whether this immediate out-of-order behaviour, or whether it is a separate phase in the evaluation.




Bucky (2007-01-07) I think that a door is marked "new" when it is created, and is "new" for the remainder of the tick.  It ceases being "new" at the start of the next tick.  New doors cannot trigger other doors.  Also, all door deletions happen before any new doors are created.

A similar thing seems to happen with new barrels to keep them from being moved by conveyers.

Twee (2008-11-09) I've noticed people writing about things happening at double-speed (i.e. "double-speed dozer-draw") and I think I recall someone mentioning something happening at quarter-speed also. Do any components carry out more than one action per tick, or am I misunderstanding something? Sorry for the lack of context.
Also, thanks Rene et al, for working out these laws.  :)

Werbad (2008-11-09) Double-speed dozer draw means that one crate is drawn every second tick instead of every fourth, also known as half-speed. Normal dozer draws are quarter-speed.

Twee (2008-12-09) (Belated) thanks for clearing that up, Werbad.

Rene (2012-03-23)
I would not have believed that after all this time, and many puzzles solved, there could still be mistakes in the laws of physics. But today, Curly's puzzle "F" ([level]jypudub[/level]), made me realize that the '?'-barrel rule was in the wrong category. I have moved it to category 2 now. See as example [level]tydacyz[/level], where there is a clear difference in behaviour when a '?'-barrel is copied up or down. When copied up, the ?-barrel is turned into a normal barrel in the same tick, before the dozer can fetch it. When copied down, it takes a tick longer, and the dozer has time to fetch it. This can be explained with the bottom-to-top evalutation within category 2.

On doors chain

Magilvia (2007-01-03) Here are some experiment with doors: [level]lugosek[/level]
It seems that for every direction one takes, gets a different behavior. That's worrying :-\

Rene (2007-01-04) [quote author=Magilvia link=topic=159.msg1435#msg1435 date=1167791042]
Here are some experiment with doors: [level]lugosek[/level]
It seems that for every direction one takes, gets a different behavior. That's worrying :-\
[/quote]

I know, see MagiMaster's [level]HENIREF[/level] for a cool effect with doors. See also [url]http://kevan.org/rubicon/forums/index.php/topic,7.0.html[/url] and [url]http://kevan.org/rubicon/forums/index.php/topic,106.0.html[/url]

As far as I can see, the behaviour is as follow:
From the top or left, it closes one door every tick (double the speed of a dozer), but opens instantaneously (very useful, see e.g. [level]votumot[/level])
From the bottom or right, it closes one door every tick as well, but opens one door every two ticks (the same speed as a dozer)

If a sequence of door keys are closed from both sides, then the behaviour is more complex.

Furnace Draw

Rene (2007-01-03)
Here are some ways of removing barrels from the top of an up-pipe

    [level]nakakuk[/level]

The normal Dozer Draw (top-left) is of course very well known. It draws a barrel every 4th tick. If you stall the input at the bottom of the pipe, you can pace the production of barrels quite easily.
A variation of the Dozer Draw is useful when the barrel has to be carried away somewhere (mid-top)

The normal Furnace Draw (bottom-left - name tossed by JF) can handle a higher pace than Dozer Draw. It draws a barrel every 2nd tick. This has been quite useful in a number of solutions already, I am not sure who the inventor is. It does not work in the old physics model.

The Half Furnace Draw (mid-bottom) draws a barrel every 2nd tick, and burns the others. It may be useful in some solutions (like in [level]junufel[/level]). In the old physics model it is more useful, there it draws all barrels, and I think I have seen it once in an old solution.

Most useful is the Double Furnace Draw (bottom-right - new invention). It draws a barrel every tick, and can therefore handle a constant stream of barrels. It works in both physics models.

Top-right is a funny variation that may be useful sometimes.

Of course, you can also draw from a pipe by using a packer or un-packer (not shown in [level]nakakuk[/level]). It draws a barrel every 2nd tick (every tick in the old physics model) and can only deliver them to the right side, but can be used to regulate when to draw, and when not.

jnz (2007-01-03) [quote author=Rene link=topic=160.msg1442#msg1442 date=1167824841]
The normal Furnace Draw (bottom-left - name tossed by JF) can handle a higher pace than Dozer Draw. It draws a barrel every 2nd tick. This has been quite useful in a number of solutions already, I am not sure who the inventor is. It does not work in the old physics model.
[/quote]

I think I first saw it in Hand-E-Food's solution to Stuck: [level]laxudys[/level].  I started using it everywhere I could after that.

[quote author=Rene link=topic=160.msg1442#msg1442 date=1167824841]
Most useful is the Double Furnace Draw (bottom-right - new invention). It draws a barrel every tick, and can therefore handle a constant stream of barrels. It works in both physics models.
[/quote]

Now that is just cool!  I didn't think there was ever going to be a way of going up a pipe at full speed.

Bucky (2007-01-03) Here's a dozer setup that draws every other tick.  I call it the "Triple Dozer Draw".  The version on the left is more compact but messes up the crates' order; the version on the right keeps the cargo in the correct order; it has a longer pipe feed-in and a delay device on the end.

Triple Dozer Draw:[level]tybekac[/level]

EDIT:And by using two parallel up-pipes, one can do a full-speed draw.

Rene (2007-01-03) [quote author=Bucky link=topic=160.msg1448#msg1448 date=1167843020]
Here's a dozer setup that draws every other tick.  I call it the "Triple Dozer Draw".  The version on the left is more compact but messes up the crates' order; the version on the right keeps the cargo in the correct order; it has a longer pipe feed-in and a delay device on the end.

Triple Dozer Draw:[level]tybekac[/level]

EDIT:And by using two parallel up-pipes, one can do a full-speed draw.
[/quote]

Well, talk about parallel invention. I just came up with a very similar dozer draw in my solution to Hand-E-Food's Traffic Warden ([level]lumydeb[/level]) It draws every 2nd cycle, but spreads the barrels evenly to the left and right, which came in very handy in that solution. Didn't think about a way to make it move all to one side, though.

By the way, any reason you call it "Triple Dozer Draw", when there are 6 dozers in it?

Bucky (2007-01-03) [quote author=Rene link=topic=160.msg1458#msg1458 date=1167865063]

By the way, any reason you call it "Triple Dozer Draw", when there are 6 dozers in it?

[/quote]

Because there are three up-pipes that get drawn off of, so it's a Triple Draw, using Dozers.

colcolpicle (2009-10-26) I made bucky's triple dozer draw (the one that screws up the order) keep the order without making it larger [level]dodagen[/level]

Stuttering

Magilvia (2007-01-03) I loaded rubicon on my office pc but it can't be played: it slows down everything, even the mouse stutters.
Here are specification:
- Pentium IV prescott 3 GHz
- 512 MB ram
- Windows XP
- Firefox 2.0.0.1
- Sun Java 1.5.0_10-b03
- No microsoft Java
- NVIDIA Riva TNT2 model 64 + ATI Mach64 CT PCI

Could have something to do with the old PCI card I use for my second monitor or pheraps with the hyperthreading which this damned Acer BIOS wouldn't let me disable?


MOVED: On doors chain

Bucky (2007-01-03) This topic has been moved to [url=http://kevan.org/rubicon/forums/index.php?board=4]Design Discussion[/url]  at the author's request.

[iurl]http://kevan.org/rubicon/forums/index.php?topic=159.0[/iurl]

Bug report: level that does not load

Rene (2007-01-04)
I have accidentally created a level that does not load: [level]culixis[/level]. It is a normal level in the Warehouse (a solution to Glass Floor Vengeance - [level]nubusix[/level]). I accidentally hit "return" too fast when I stored the level in the Warehouse, which caused it to be stored with "Anonymous" as designer. This may have something to do with it. I checked on [url]http://kevan.org/rubicon/userlevels/warehouse/[/url] and it is in the Warehouse (with no name for the designer).

When trying to load it by clicking on the link, the Rubicon applet starts with a white screen, and does not do anything else. When loading it after starting Rubicon, the pop-up window is stuck on "Loading...".

I am using Firefox 1.5.0.9 on Windows 2000. Java version is 1.5.0_02-b09

jnz (2007-01-04) The applet assumes that all titles and designers are of non-zero length.  When it tries to parse the file and it sees "* Designer:" with nothing following, it tries to parse this as an old-style level by splitting the string into two pieces using a second asterisk as a separator.  Then, since there is no second asterisk on that line, it throws an ArrayIndexOutOfBounds exception when trying to access the second (and non-existant) element of the returned array.  This exception then effectively halts the applet.

The warehouse.php should probably not allow a blank designer name.  And the applet should either handle blank designers (just remove the length() > 11 check) or put in a sanity check to make sure that the array elements exist before accessing them.  Hopefully Kevan can find a bit of time for this.

lienne (2007-01-04) [quote author=jnz link=topic=164.msg1475#msg1475 date=1167935312]
The applet assumes that all titles and designers are of non-zero length.  When it tries to parse the file and it sees "* Designer:" with nothing following, it tries to parse this as an old-style level by splitting the string into two pieces using a second asterisk as a separator.  Then, since there is no second asterisk on that line, it throws an ArrayIndexOutOfBounds exception when trying to access the second (and non-existant) element of the returned array.  This exception then effectively halts the applet.

The warehouse.php should probably not allow a blank designer name.  And the applet should either handle blank designers (just remove the length() > 11 check) or put in a sanity check to make sure that the array elements exist before accessing them.  Hopefully Kevan can find a bit of time for this.
[/quote] The easiest fix I can see is having the warehouse storage form automatically put "Anonymous" as the designer name unless the user changes it. We'll see.

Kevan (2007-01-09) Fixed, and your level's accessible again.

Rene (2007-01-12) [quote author=Kevan link=topic=164.msg1549#msg1549 date=1168345971]
Fixed, and your level's accessible again.
[/quote]

Thanks, Kevan!

However, I have already stored a new version with correct designer name, so this level could be removed. Actually, there are a number of other levels in the warehouse that I would like to remove.

jnz (2007-01-16) [quote author=jnz link=topic=164.msg1475#msg1475 date=1167935312]
And the applet should either handle blank designers (just remove the length() > 11 check)
[/quote]

Turns out this was some bad advice on my part.  I assumed that "".substring(0, 11) would return the empty string, but in fact it throws an exception.  This means that we have more crashing levels when Follows is blank (see [level]cyserut[/level]).  Specifically, where the code looks like:

[code]
if (load[i].length() > 8 && load[i].substring(0, 8).equals("* Title:"))
sTitle = load[i].substring(8);
else if (load[i].length() > 11 && load[i].substring(0, 11).equals("* Designer:"))
sDesigner = load[i].substring(11);
else if (load[i].substring(0, 11).equals("* Designer:"))
sDesigner = "Anonymous";
else if (load[i].substring(0, 10).equals("* Follows:"))
sFollows = load[i].substring(10);
...
else if (load[i].length() > 7 && load[i].substring(0, 7).equals("* Type:"))
sType = load[i].substring(7);
else if (load[i].substring(0, 7).equals("* Type:"))
sType = "Unknown";
else
...
[/code]

it needs to be more like (untested):

[code]
if (load[i].length() >= 8 && load[i].substring(0, 8).equals("* Title:"))
sTitle = load[i].substring(8);
else if (load[i].length() >= 11 && load[i].substring(0, 11).equals("* Designer:"))
{
sDesigner = load[i].substring(11);
if (sDesigner.length() == 0)
sDesigner = "Anonymous";
}
else if (load[i].length() >= 10 && load[i].substring(0, 10).equals("* Follows:"))
sFollows = load[i].substring(10);
...
else if (load[i].length() >= 7 && load[i].substring(0, 7).equals("* Type:"))
{
sType = load[i].substring(7);
if (sType.length() == 0)
sType = "Unknown";
}
else
...
[/code]

Since this is a crashing bug I hope Kevan can fix it soon.

Kevan (2007-01-16) My fault for not testing it, as well. It's fixed as of v1.26. Thanks.

Tutorials

Bucky (2007-01-04) The levels in this thread are designed to teach new members some basic tricks.

To new members: In making these levels, I am assuming you have already solved the built-in levels.  If not, please do them before trying the tutorials.

To tutorial writers: Tutorials should both present some examples and give situations which require some creativity in using the examples.

Dozer Tutorial: [level]ragofyk[/level]

..more on the way

Crouch (2007-01-18) Good tutorial. Gives some experience with dozers. Especially the "mill" (bottom one of the examples) is a nice trick.
Perhaps you could also create a scene in which the user is forced to use the top example?
Anyway, thanks a lot.

lopsidation (2007-02-03) Here's one for adders and subtracters: [level]duzamah[/level]
In case anyone can't figure out some of the examples (two or three took about 30 minutes to prove that they actually had solutions), here's the solution: [level]fobobuk[/level]. It may be a tutorial, but a few of the examples are quite tricky!

lopsidation (2007-02-03) In retrospect, I made some of those puzzles quite hard. I probably should have taken the hard ones and put them into my own puzzle section. In fact, I will now.

Fun with Dozers

jf (2007-01-06) Here is something I created on a whim: [level]moredos[/level].

sluutthefeared (2007-01-08) Very cool looking. Must have been bored?

I played around with it a bit and did this. [level]luduhaz[/level]
I thought it was neat since it appears as if they all move to the left.

Door Key Inverter

Bucky (2007-01-06) Here's a device that, when the bottom door key is covered/uncovered continuously, will porduce the opposite effect out the top.  It's nowhere near as compact as I'd like, but it works.  It's also about as fast as a door key chain up the length of the construct.

[level]gytobyl[/level].

Rene (2007-01-06)
I have used a different device before, which works well if the door keys are horizontal, are the top one triggers the bottom one. Added to your device:
    [level]fynatyg[/level]

Bucky (2007-02-11) Here are a couple nice door key inverters for fast copy-adders:[level]gevasab[/level].  Note that the one on the left is bi-directional but defaults to left-to-right.

The nice thing about these inverters is that they work quite quickly.

"p" in passwords changes the physics

Bucky (2007-01-09) Not that it's really a problem when the new level loads its own physics anyway, but if I type a level password with a "p" in it, it changes the currently loaded level to the old physics.

Rubicon freezes occasionally

jf (2007-01-11) On my machine, Rubicon occasionally freezes. The window either does not repaint at all, or shows a smeared painting mess. Has anybody else run into this? Usually, if I have a level I don't want to lose, I leave it alone and most of the time it comes back minutes later -- I can tell when the small bit of window exposed on the desktop finally repaints. Sometimes, I don't want to wait for it (or I've waited a long, long time) and I kill Firefox from Task Manager and start over. I'm running Windows XP, Sun Java 1.5.0, and Firefox 1.5.0.9. I've launched Internet Explorer to try to avoid it, but it strikes there also.

jnz (2007-01-11) Yes, it happens to me too.  I think this has something to do with Processing and the way it limits the framerate combined with some sort of clock drift.  In the case of Rubicon the framerate is set to 10fps, so Processing tries to enforce at least 1/10sec delay between frames.  It does this by waiting until the clock is at least 1/10 of a second greater than when the last frame was drawn before it will draw the current frame.

In my case I'm running this on a laptop and I think that SpeedStep or perhaps some weird SMI bug is causing the clock to drift.  Say the clock is running a bit fast for a while and thinks it is time T.  Then something notices this and sets it back to the proper time (probably by reading the hardware clock), say T-120.  Now processing is waiting until time T+0.1 to draw the next frame, which is 2 minutes away, and the whole applet seems locked up until then.

I've also seen a strange parallel of this problem when coming out of standby with Rubicon still running.  The framerate limiter doesn't seem to be doing anything at all and the applet runs as fast as it can draw itself.

I've recently adjusted my Power settings in Control Panel to try to see if that makes any difference.  I haven't had enough time to draw any conclusions yet though.

Are you running a system with SpeedStep or Cool'n'Quiet that ramps the system clock up and down?

jf (2007-01-12) I have an AMD dual core processor, and if you google "AMD dual core clock drift" you can find all sorts of information on clock drift caused by the TSC on the two cores to drift apart, which looks like it can cause time to go backwards sometimes. I guess that can be an advantage -- the time travel aspect.

Impossible Levels

MagiMaster (2007-01-11) I've noticed that many people (inlcuding myself) post levels that they aren't sure can be solved, only to have someone else solve them (usually within a couple days).  It seems to be very hard to make a level that isn't trivially impossible.  So far I've seen three kinds of levels that actually are impossible.

1) Lack of component
1a) Would be solvable if you removed/replaced the antisigns
1b) Too few crates for matchers
1c) No crates of appropriate value

2)Lack of time: A puzzle which cannot be solved without some component being activated twice in between two activations of another component (not counting cargo in fast-adder puzzles)

3)Geometric problems: A puzzle which cannot be solved without two objects occupying the same space.
3a) Blocked target matcher: No matter what pieces are added, some matcher can't be reached
3b)Crate value contradiction (i.e. masixon)
3c)Lack of space: An impossible puzzle which could be solved with paired teleporters to and from corresponding points in a large empty region somewhere else.

4) Randomly impossible: not solveable for all values that '?' cargo can assume
4a) Lack of required value (e.g. '?' turning into '0', while '1' is needed)
4b) Lack of information (e.g. only know 2x and x is needed)

Has anyone made a level that is impossible, but doesn't fall into any of those categories?  I don't have any at the moment, but I'll try and make one soon.

A note on the speed of light and terminal velocity:
Terminal velocity is the fastest an object can move or be moved.  It depends on environmental factors such as how much empty space is available, as well as which object is being moved (a crate can be moved faster than a dozer).  It also depends on the direction the thing is being moved.  For example, the terminal velocity of a dozer moving (straight) upwards is fairly slow (<1) even with infinite space.  Within a finite space, it is (generally) even slower.
The term speed of light comes from work done on cellular automata such as Conway's Game of Life.  It is defined as the fastest that information can be transmitted.  In the Game of Life, c = 1 space orthogonally or diagonally.  Rube and Rubicon are cellular automata (really complicated ones) so the term still applies; however, the speed of light is infinite.  For example, a long line of crates can be pushed and the last one can be moved up or down with pipes.  Of course, an infinite speed of light is unreachable in practice, but the idea is still meaningful.

Bucky (2007-01-12) There's also a lack-of-information impossible (such as Ternary Queries variant [level]zabanim[/level]).

jnz (2007-01-12) [level]tyfabet[/level] may be impossible.  I'm not sure if it falls into one of your categories.

Bucky (2007-01-12) [quote author=jnz link=topic=175.msg1592#msg1592 date=1168570589]
[level]tyfabet[/level] may be impossible.  I'm not sure if it falls into one of your categories.
[/quote]

It's solveable.
[level]pysofac[/level] shows the main idea.

jnz (2007-01-12) [quote author=Bucky link=topic=175.msg1593#msg1593 date=1168571902]
It's solveable.
[level]pysofac[/level] shows the main idea.
[/quote]

Pretty sneaky.  :)  Nice job.

geej66 (2007-01-12) For a much simpler solution to tyfabet, try [level]bobokot[/level].

jnz (2007-01-13) [quote author=geej66 link=topic=175.msg1618#msg1618 date=1168639135]
For a much simpler solution to tyfabet, try [level]bobokot[/level].
[/quote]

Ouch.  That's embarrassingly simple.  Perhaps [level]samynib[/level] is slightly more impossible.
Edit: so much for that idea: [level]sovupoz[/level]

Bucky (2007-01-13) [level]godazut[/level] is impossible, but it's purely time-bounded, so it doesn't fit either category.

I'm going to post one with only three crate streams, which should be sovable.

MagiMaster (2007-01-13) So should lack-of-time and lack-of-information be added to the categories?  If so, how would you define lack-of-information?

Edit: Also, should probabilistically impossible (sometimes impossible) be changed to mathematically impossible (such as a simple divide-by-2 puzzle), or would that be a seperate category?

Bucky (2007-01-13) [quote author=MagiMaster link=topic=175.msg1626#msg1626 date=1168677310]
So should lack-of-time and lack-of-information be added to the categories?  If so, how would you define lack-of-information?

Edit: Also, should probabilistically impossible (sometimes impossible) be changed to mathematically impossible (such as a simple divide-by-2 puzzle), or would that be a seperate category?
[/quote]

lack-of-time:Solving would require at least one component to be activated more than once in the same tick, or more than once between two activations of certain other components.

lack-of-information:The exact value of a crate on one side of a target matcher cannot be determined;  This is a subcategory of "sometimes impossible"  because it can be solved at least one time in 16.

lack-of-component:A Usually a subcategory of "Trivially Impossible". Example: [level]dyzodyp[/level]

MagiMaster (2007-01-13) I updated the list.  I guess a divide-by-2 puzzle would fall under lack of information.

Bucky (2007-01-13) About the speed of light:
I thought that this term referred to the maximum speed which [i]information[/i] can travel;  By this definition, the speed of light is infinite in all directions, since a bit of information can travel from anywhere to anywhere in 2 ticks by pushing a long line of crates and then sucking the last one up an up-pipe.

sluutthefeared (2007-01-14) [quote author=MagiMaster link=topic=175.msg1640#msg1640 date=1168727174]
I updated the list.  I guess a divide-by-2 puzzle would fall under lack of information.
[/quote]
Maybe I'm missing something, but I don't understand what you mean here.

MagiMaster (2007-01-14) [quote author=Bucky link=topic=175.msg1642#msg1642 date=1168727946]
About the speed of light:
I thought that this term referred to the maximum speed which [i]information[/i] can travel;  By this definition, the speed of light is infinite in all directions, since a bit of information can travel from anywhere to anywhere in 2 ticks by pushing a long line of crates and then sucking the last one up an up-pipe.
[/quote]

Hmm... You could be right, although what about the case where the information is the value of a crate?  Can that information be moved faster than the crate?  Also, if you define c that way, what would you call the maximum speed you could move a single crate around?

[quote author=sluutthefeared link=topic=175.msg1645#msg1645 date=1168739840]
[quote author=MagiMaster link=topic=175.msg1640#msg1640 date=1168727174]
I updated the list.  I guess a divide-by-2 puzzle would fall under lack of information.
[/quote]
Maybe I'm missing something, but I don't understand what you mean here.
[/quote]

Since all of the arithmetic in Rubicon is in base-16, the operation of multiplying by 2 is irreversible.  (For example, 1+1=2, but 9+9=2 as well.)  So a puzzle that took a random crate, doubled it and gave it to you to match to the original would be impossible half of the time.  (You'd just have to guess which of the two the original was.)

sluutthefeared (2007-01-14) Ah, ok. I didn't realize you meant multiplying first. I suppose there's plenty of problems that could be thought up which would be thrown off by the modulo arithmetic.

MagiMaster (2007-01-14) Yeah.  I think they'd all fall under lack of information though.

One other thought, would having critical components too close together fall under lack of space?

Bucky (2007-01-14) [quote author=MagiMaster link=topic=175.msg1646#msg1646 date=1168741072]

Hmm... You could be right, although what about the case where the information is the value of a crate?  Can that information be moved faster than the crate? 
[/quote]

Yes; see [level]jymoveg[/level] but replace the adders with a long line of crates and stick a larger distance in the middle.

MagiMaster (2007-01-14) Hmm... I see.  I'll have to rewrite that part on speed of light then.  But what would you call the maximum speed an object could be moved at?  Terminal velocity?  (For example, if there were only one crate, you'd have to move it (copy it, etc.) to solve the puzzle.

lienne (2007-01-14) [level]parapil[/level] - I realized after saving that it's probably easily solvable, but what about if you remove the ? crates from the top corners? And if so, which category would it fall under?

MagiMaster (2007-01-14) Without the ? crates, it'd fall under trivially impossible for lack of a component.

Edit: What do you think [level]COPUVOD[/level] would count as?

Bucky (2007-01-15) [quote author=MagiMaster link=topic=175.msg1658#msg1658 date=1168818624]

Edit: What do you think [level]COPUVOD[/level] would count as?
[/quote]

easy. (see [level]hyrocuf[/level]).

If a small modification to the puzzle were made, it would be trivially impossible (no way to get at necessary crate)

MagiMaster (2007-01-15) Actually, I left that in there on purpose so I could add it as one of my regular puzzles.  Is there no way to get at the crates without using the copier though?

Bucky (2007-01-15) [quote author=MagiMaster link=topic=175.msg1663#msg1663 date=1168835751]
Actually, I left that in there on purpose so I could add it as one of my regular puzzles.  Is there no way to get at the crates without using the copier though?
[/quote]

Correct.  There is no way of lifting a crate without placing a component on the same row as the crate or the one above it.

jnz (2007-01-18) How about [level]pecebab[/level]?  Have I succeeded this time in making something impossible to solve?  If so, what category does it belong in?

MagiMaster (2007-01-18) Yeah, that seems to be impossible.  I'd classify it as trivial for lack of a component, but maybe not.

Gameman (2007-01-18) [quote author=jnz link=topic=175.msg1592#msg1592 date=1168570589]
[level]tyfabet[/level] may be impossible.  I'm not sure if it falls into one of your categories.
[/quote] [level]fiburef[/level] may embarass you...

MagiMaster (2007-01-19) What about Gameman's [level]HOVAGYH[/level]?

Bucky (2007-01-19) [quote author=MagiMaster link=topic=175.msg1719#msg1719 date=1169189958]
What about Gameman's [level]HOVAGYH[/level]?
[/quote]

Lack of (lateral) space

Gameman (2007-01-27) [quote author=MagiMaster link=topic=175.msg1719#msg1719 date=1169189958]
What about Gameman's [level]HOVAGYH[/level]?
[/quote] its solvable. but not without an e gate. and the winches are flipped. and i fix it.

Gameman (2007-01-27) and maybe [level]neburil[/level]?[font=Verdana]its probably impossible![/font]

SM (2007-01-27) not quite

[level]muducos[/level]

Kevan (2007-01-27) Or [level]bilebud[/level]. Getting a C crate out of an area surrounded by key blocks and down-pipes is trivially impossible, though, if that was your point.

Gameman (2007-01-28) [quote author=Kevan link=topic=175.msg1807#msg1807 date=1169927185]
Or [level]bilebud[/level]. Getting a C crate out of an area surrounded by key blocks and down-pipes is trivially impossible, though, if that was your point.
[/quote]just so you know, Kevan i [i]was[/i] going to put walls there, but i forgot, ah well...

lopsidation (2007-02-12) What about [level]nebimed[/level]? Maybe we should add new category for machines that let you solve one or more targets, but not all of them.

gfgfgfg (2007-02-12) [level]xykasob[/level]
[spoiler]Don't even try. You'll hurt your brain![/spoiler]

Hyenas Here (2007-02-13) I believe this would fit the first category: [level]sykadas[/level]

jnz (2007-02-13) For memenoh (or sykadas): [level]bagydim[/level]

Hyenas Here (2007-02-13) Right. Without the dozer, impossible, with the dozer, it fits the "It's fun to make levels that look like this but have hidden solutions though" part of the first one. I should have mentioned that. :)

Try: [level]kodovyg[/level]

Gameman (2007-02-21) This is the stupidest thing in the world:[level]dibypeh[/level]

MagiMaster (2007-02-21) I think that last one easily falls into the trival category.  ;D

BTW, does anyone else feel like redoing the categories (to be more consistent and include anything new)?  (I might do it, but not right now.)

Bucky (2007-02-21) 1)Lack of component: A puzzle which is impossible, but would not be if all anti-signs were replaced with girders
1a)Too few crates to match all target matchers.
1b)No crates available of the appropriate values(i.e. must make a 1 from only 0s or 2s.)
2)Lack of time: A puzzle which cannot be solved without some component being activated twice in between two activations of another component (not counting cargo in fast-adder puzzles)
3)Geometric problems: A puzzle which cannot be solved without two objects occupying the same space.
3a)Blocked target matcher: No matter what non-crate pieces are added, no crate can ever be moved to a space next to a target matcher
3b)Crate value contradiction (i.e. [level]masixon[/level])
3c)Lack of space: An impossible puzzle which could be solved with paired teleporters to and from corresponding points in a large empty region somewhere else.

Am I missing anything?

MagiMaster (2007-02-21) [quote author=Bucky link=topic=175.msg2167#msg2167 date=1172029192]
1)Lack of component: A puzzle which is impossible, but would not be if all anti-signs were replaced with girders
1a)Too few crates to match all target matchers.
1b)No crates available of the appropriate values(i.e. must make a 1 from only 0s or 2s.)
2)Lack of time: A puzzle which cannot be solved without some component being activated twice in between two activations of another component (not counting cargo in fast-adder puzzles)
3)Geometric problems: A puzzle which cannot be solved without two objects occupying the same space.
3a)Blocked target matcher: No matter what non-crate pieces are added, no crate can ever be moved to a space next to a target matcher
3b)Crate value contradiction (i.e. [level]masixon[/level])
3c)Lack of space: An impossible puzzle which could be solved with paired teleporters to and from corresponding points in a large empty region somewhere else.

Am I missing anything?
[/quote]

I'd rewrite 1 as:
1) Lack of component
1a) Would be solvable if you removed/replaced the antisigns
1b) Too few crates for matchers
1c) No crates of appropriate value

And 3a as:
3a) Blocked target matcher: No matter what pieces are added, some matcher can't be reached

And there are the puzzles that are impossible some of the time, such as when the ? crate becomes a 0.

Rene (2007-02-22)
For the puzzles that are only solveable some of the time we should maybe have:

4) Randomly impossible: not solveable for all values that '?' cargo can assume
4a) Lack of required value (e.g. '?' turning into '0', while '1' is needed)
4b) Lack of information (e.g. only know 2x and x is needed)

BTW, would [level]liradat[/level] fall into category 1b?

Bucky (2007-02-22) [quote author=Rene link=topic=175.msg2177#msg2177 date=1172172744]
BTW, would [level]liradat[/level] fall into category 1b?
[/quote]

No, Liradat is a category 3, since it can be solved if a down-pipe and up-pipe occupy the same space.

dacodemasta (2007-03-27) [quote author=jnz link=topic=175.msg1620#msg1620 date=1168654084]
[quote author=geej66 link=topic=175.msg1618#msg1618 date=1168639135]
For a much simpler solution to tyfabet, try [level]bobokot[/level].
[/quote]

Ouch.  That's embarrassingly simple.  Perhaps [level]samynib[/level] is slightly more impossible.
Edit: so much for that idea: [level]sovupoz[/level]
[/quote]
heres a solve for [level]samynib[/level] : [level]gezemuz[/level]
its a complete solve without going into the sandbox.

Hyenas Here (2007-03-30) [quote author=dacodemasta link=topic=175.msg2462#msg2462 date=1174978875]
[quote author=jnz link=topic=175.msg1620#msg1620 date=1168654084]
[quote author=geej66 link=topic=175.msg1618#msg1618 date=1168639135]
For a much simpler solution to tyfabet, try [level]bobokot[/level].
[/quote]
Ouch.  That's embarrassingly simple.  Perhaps [level]samynib[/level] is slightly more impossible.
Edit: so much for that idea: [level]sovupoz[/level]
[/quote]
heres a solve for [level]samynib[/level] : [level]gezemuz[/level]
its a complete solve without going into the sandbox.
[/quote]

[level]gezemuz[/level] fails occasionally, when a 1 gets through the release mechanism before a 3 can be placed properly (it's rare, but occasionally the random crate doesn't produce a single 3 until enough 1's and 2's have collapsed that bridge of downward winches.

A brute force solution to [level]samynib[/level] is [level]padypyc[/level].

dacodemasta (2008-03-04) [quote author=Hyenas Here link=topic=175.msg2470#msg2470 date=1175270591]
[quote author=dacodemasta link=topic=175.msg2462#msg2462 date=1174978875]
[quote author=jnz link=topic=175.msg1620#msg1620 date=1168654084]
[quote author=geej66 link=topic=175.msg1618#msg1618 date=1168639135]
For a much simpler solution to tyfabet, try [level]bobokot[/level].
[/quote]
Ouch.  That's embarrassingly simple.  Perhaps [level]samynib[/level] is slightly more impossible.
Edit: so much for that idea: [level]sovupoz[/level]
[/quote]
heres a solve for [level]samynib[/level] : [level]gezemuz[/level]
its a complete solve without going into the sandbox.
[/quote]
[level]gezemuz[/level] fails occasionally, when a 1 gets through the release mechanism before a 3 can be placed properly (it's rare, but occasionally the random crate doesn't produce a single 3 until enough 1's and 2's have collapsed that bridge of downward winches.

A brute force solution to [level]samynib[/level] is [level]padypyc[/level].
[/quote]

ive fixed it, [level]lomykoc[/level] solves [level]samynib[/level] every time without brute force :P

colcolpicle (2009-11-05) [level]lurolav[/level]

colcolpicle (2009-11-25) I'm pretty sure this is impossible, but what category would it be under?
[level]sapofag[/level]

Rene (2009-11-25) [quote author=colcolpicle link=topic=175.msg4484#msg4484 date=1259156047]
I'm pretty sure this is impossible, but what category would it be under?
[level]sapofag[/level]
[/quote]

Definitely category 3, maybe even 3a), but probably a new sub-category under 3.

Bucky (2009-12-20) [quote author=Rene link=topic=175.msg4486#msg4486 date=1259192143]
[quote author=colcolpicle link=topic=175.msg4484#msg4484 date=1259156047]
I'm pretty sure this is impossible, but what category would it be under?
[level]sapofag[/level]
[/quote]

Definitely category 3, maybe even 3a), but probably a new sub-category under 3.

[/quote]

It looks more like 3c to me.  In this case, the issue is getting propulsion to certain spots in the top row.  It's easily solvable with an extra two columns added to one side of the board.

Warehouse Archive Project

Bucky (2007-01-11) I'm trying to get everything in the Warehouse classified into "puzzle", "solution" or "other".

Guidelines:
1)Go by the level author's preference if possible.  If you think I have mis-classified your level, let me know (or change it yourself).
2)Attempted solutions that fail are still in category "Solution"

EDIT: Archive project completed.  Now it's worth searching for stuff in category "puzzle".

jnz (2007-01-12) Thanks.  I was far too lazy do that myself.  :)

Changerrific machines

Gameman (2007-01-11) has anyone tried making machines that change crates? it's pretty fun.

Rene (2007-01-13)
I am not sure what you mean with "change crate". You mean, like with a packer or un-packer? That is done pretty much all over the place. Or do you mean like Bucky's template copier: [url]http://kevan.org/rubicon/forums/index.php/topic,75.0.html[/url]?

Gameman (2007-01-13) Somewhat like that, in my levels [level]sidatug[/level] and [level]nedukix[/level]

Gameman (2007-01-13) and [level]jolyrim[/level] [move]all three are pretty cool[/move]

Bucky (2007-01-13) You mean stuff like [level]gavykuv[/level]?

MagiMaster (2007-01-13) Do my Decryption puzzles count?  (Eg: [level]ZUNACIG[/level])

Gameman (2007-01-14) I guess so...

lopsidation (2007-02-05) What about Demented Machines, like [level]mipuvac[/level]? Do they count too?

Gameman (2007-04-11) this is random:[level]gavyver[/level]

Crouch's puzzles

Crouch (2007-01-18) Since I only just started with Rubicon I thought it would be interesting to create a puzzle myself every once in a while. Then hopefully you can see the quality of the puzzles gradually increasing.
So have fun with them and feel free to post any nice solution you come up with. I'll add the best (or most creative) solution to this first post.

Mystery box:          [level]tecameg[/level]    solution: [level]julymok[/level] (by Rene)    [i]Easy[/i]
2 Mystery boxes:  [level]kylykag[/level]                                                                      [i]Medium[/i]

jnz (2007-01-18) My solution for Mystery box (tecameg): [level]vybyceh[/level].
That was fun; keep 'em coming.

SM (2007-01-18) Solution to Mystery Box

[level]tuvyhex[/level]

jf (2007-01-18) Fun puzzle! My solution to Mystery box: [level]zypohef[/level].

Rene (2007-01-18)
And my solution as well: [level]dopipix[/level]

Rene (2007-01-18) [quote author=jf link=topic=182.msg1702#msg1702 date=1169150832]
Fun puzzle! My solution to Mystery box: [level]zypohef[/level].
[/quote]

Oops, JF, don't solve puzzles in the sandbox!  ;)

jf (2007-01-18) [quote author=Rene link=topic=182.msg1707#msg1707 date=1169152020]
[quote author=jf link=topic=182.msg1702#msg1702 date=1169150832]
Fun puzzle! My solution to Mystery box: [level]zypohef[/level].
[/quote]

Oops, JF, don't solve puzzles in the sandbox!  ;)

[/quote]

Oops, guilty as charged. I moved to the sandbox to test, and then played around with the ramps for style. Here is the legal solution: [level]bopubih[/level].

Edit: That is a cool solution, Rene.

20eight (2007-01-19) mystery box - [level]tecameg[/level]:[level]zycigil[/level]

Rene's [level]dopipix[/level] takes the prize, even though it fails on case 0 (in this case, an easily fixed timing issue).

Crouch (2007-01-19) Wow, huge reply! I'm glad you all liked it.
jf (the legal one) and jnz solved it the way I did myself. 20eight and SM also have a nice approach at the right side of the row.
But I think the most original one is from Rene. Unfortunately it doesn't work for 0, but simply deleting two pieces of the downward pipe fixes that.
Anyway, great solutions and I'll come up with a slightly more difficult puzzle within a few days.

Rene (2007-01-19) [quote author=20eight link=topic=182.msg1716#msg1716 date=1169171509]
mystery box - [level]tecameg[/level]:[level]zycigil[/level]

Rene's [level]dopipix[/level] takes the prize, even though it fails on case 0 (in this case, an easily fixed timing issue).
[/quote]

Oops! That is what you get from cleaning up after testing the solution.... Here is a version that is fixed (in the way Crouch suggests): [level]julymok[/level]

As I am supposed to be the glass floor specialist  ;D, I decided to use the glass floor also in this solution...... or may be I just did not immediately see an easy way to handle the 0 in the alternative solutions  ;).

Crouch (2007-01-21) Mystery box now has a sequel: "2 Mystery boxes" - [level]kylykag[/level]
It's a slightly more difficult puzzle, so I'm rating it as medium. Even though some of you will probably solve it in 10 or 20 minutes (it took me considerably longer to create the solution though ;) ).

Rene (2007-01-21)
My solution to 2 Mystery Boxes: [level]tukexug[/level]

As you mention, for beginners it will probably feel like a medium solution.

jnz (2007-01-21) For 2 Mystery boxes (kylykag): [level]zyhulev[/level]
If somebody doesn't know a bit about modular arithmetic they might find one very hard.  It reminded me of [level]CUDUZUC[/level] in that respect.

jf (2007-01-22) For 2 Mystery boxes: [level]kynugur[/level]. Nice puzzle.

So what similar games are there?

Kevan (2007-01-18) Seeing as this discussion area hasn't had any posts yet... what other games do people know of, that work in the same sort of machine-building vein as Rubicon? I'm guessing that most people here will have played [url=http://en.wikipedia.org/wiki/The_Incredible_Machine]The Incredible Machine[/url], [url=http://www.bridgebuilder-game.com/]Bridge Builder[/url] and maybe [url=http://www.armadillorun.com/]Armadillo Run[/url], but are there any good obscurities out there?

I was quite surprised to discover [url=http://uk.ps2.ign.com/objects/690/690627.html]TЯAPT[/url] on the PS2 a while ago - it looks like a generic 3D running-and-fighting weapons-and-spells game, but it's only the enemies that get the swords and bows and magic powers, and you just have to keep running away from them. You can, however, position traps around the room (you can pause the game at any time and set them up), and then trigger them manually when an opponent's standing in a suitable place. There isn't [i]much[/i] machine-building to it - you can only have three traps installed at once, and they're mostly variations on the same mechanics - but it's certainly satisfying to construct an efficient combination of boulders and springboards, and there's a lot of easter egg discovery (causing your traps to trigger environmental effects, such as using a push wall to knock a scenic pillar over) that I haven't gotten too deeply into.

Rene (2007-01-20)
Super Serif Bros [url]http://jayisgames.com/archives/2006/07/super_serif_bros.php[/url] reminded me of Rubicon, although it could use the Rubicon excellent graphics to improve it.

Personal Universe [url]http://jayisgames.com/archives/2006/10/personal_universe.php[/url] also has similarities. Might be great to add "sticky gum" to Rubicon, that makes cargo stick together....

Block Action [url]http://jayisgames.com/archives/2006/07/block_action.php[/url] might fall in the same category as well.

Gameman (2007-01-28) liquid webtoy maybe... ([url=http://dan-ball.jp/javagame/mc/]dan-ball.jp/javagame/mc/[/url])

Abcde360 (2007-02-22) Theres a game, crate man, that some how looks the same. [url]http://www.puzzledepot.com/arcade/crate.shtml[/url]

immibis (2008-08-04) I nominate [url=http://www.phunland.com/]Phun[/url].

ddsdiur (2008-08-05) How about [url]http://fantasticcontraption.com/[/url]Fantastic contraption?

curly (2012-03-31) This isn't really similar at all but I'm sure it will appeal to those who like Rubicon.

[url]http://www.kongregate.com/games/Scarybug/chronotron[/url]

It's a time travel game in which you have to help past and future copies of yourself complete tasks.

leo3065 (2015-06-21) If you're talking about game mechanics and view objects like crates and such as expression methods of data, I'll say many game made by Zachtronics are kind of the same thing.
For example SpaceChem ([url]http://www.zachtronics.com/spacechem/[/url])
focus on manipulates atoms and
Infinifactory ([url]http://www.zachtronics.com/infinifactory/[/url])
use many components (include conveyors! ;D ) to construct the required products.

curly (2015-09-26) Electric Box

http://www.gamershood.com/7223/puzzle/electric-box

Decoding challenge

gfgfgfg (2007-01-18) I challenge anybody to make a machine that decodes encrypted cyphers generated by [level]suhizik[/level]

MagiMaster (2007-01-19) Like this? ??? [level]DYREBAD[/level] (unarchived)

Have you tried my decryption puzzles? [level]SISOGEM[/level]

gfgfgfg (2007-01-20) No, I mean an entire machine with 8 empty spaces at the top where you can put in an encrypted string from [level]suhizik[/level], and a 4 digit output that gives you the data you put into suhizik.
P.S.  The digits DDBB are the digits being encrypted, you can replace them as long as you tell me the replacements.

MagiMaster (2007-01-20) How about [level]FIHEMEF[/level] then?

sluutthefeared (2007-01-20) I hope I understood correctly what you wanted. [level]bucahin[/level]
I put a more compact version of your machine on top to generate the values instead of making a machine with 8 barrel slots.

gfgfgfg (2007-01-20) Thanks! I congradulate you!

Confession: I coudn't make a decoder myself! :-[

Gameman's Puzzles

Gameman (2007-01-19) [b]puzzle[/b]                    [b]all solvers and solutions[/b]

[level]ritihyv[/level]                    20eight- [level]gudahil[/level]
[level]vepuced[/level]                  Kevan- [level]lihunif[/level], Bucky- [level]zizalid[/level] adept- [level]cafuzef[/level]
[level]hipinaz[/level]                      SM-[level]demapaf[/level] 20eight- [level]dovaxyt[/level]
[level]dodener[/level]                    No solution
[level]pirudob[/level]                    No solution
[level]jihapig[/level]                      digitalrift- [level]kebagod[/level]
[level]lysulog[/level]                      digitalrift- [level]rogaxef[/level]
[level]sibovex[/level]                      Hyenas Here- [level]dogufoz[/level] um....:-)
[level]biboted[/level]                      Hyenas Here- [level]jigagyr[/level], [level]pibybym[/level] Hippie_Eater [level]gefypor[/level](not zero though) Bucky- [level]bozyvus[/level] Rene- [level]basokim[/level]

[level]kyrasax[/level]                        Bucky-[level]xokupeg[/level] and [level]lovytod[/level] jf- [level]pavoloh[/level]
[level]gesygeg[/level]                      Rene- [level]lozudod[/level]
[level]mypiles[/level]                        No solution
[level]puzuvom[/level]                      Bucky- [level]topibyz[/level], jf- [level]dylydig[/level], TTTPPP- [level]gogofur[/level] Timbo- [level]bodibyg[/level]

20eight (2007-01-19) [level]ritihyv[/level]:[level]gudahil[/level]

jnz (2007-01-20) [quote author=Gameman link=topic=185.msg1715#msg1715 date=1169166447]
[level]tyrexov[/level]
[/quote]
[quote author=Gameman link=topic=185.msg1726#msg1726 date=1169250644]
[level]difofol[/level]
[/quote]

These don't exist ...

Gameman (2007-01-20) oops, forgot

Gameman (2007-01-25) [level]vepuced[/level]

Kevan (2007-01-25) Did you mean to leave the gaps by the furnaces? [level]lihunif[/level]

Gameman (2007-01-26) good one Kevan, didnt realize that i put the extra block there :-)

Bucky (2007-01-26) Still vulnerable even without the gaps.  [level]zizalid[/level]

adept (2007-01-26) If you want one without an e gate [level]cafuzef[/level]

SM (2007-01-29) I think you mean [level]HIPINAZ[/level]

Solution: [level]DEMAPAF[/level]

20eight (2007-01-31) [level]hipinaz[/level]:[level]dovaxyt[/level]

Abcde360 (2007-02-23) [quote author=Gameman link=topic=185.msg1712#msg1712 date=1169165671]
I only have 1 so far:[level]hovagyh[/level] ffffffffffffff is the title
[/quote]

This is impossible, the one by 20eight is what you probly meant, but anybody could beat that one

Gameman (2007-02-23) I  noticed that abcde360,the corrected one is [level]dodener
[/level].

Gameman (2007-04-09) -NEW PUZZLE-
       very
after a^ long time, i made a [shadow=green,left]new puzzle[/shadow]...[level]pirudob[/level]

Gameman (2007-04-09) and some others: [level]jihapig[/level] [level]lysulog[/level]

digitalrift (2007-04-10) [level]jihapig[/level]: [level]kebagod[/level]

edit: [level]lysulog[/level]: [level]rogaxef[/level]

Gameman (2007-04-10) [level]tinycez[/level] edit:[level]sibovex[/level] [level]biboted[/level]

Hyenas Here (2007-04-11) [level]tinycez[/level]: [level]dogufoz[/level] (uh, not that it matters... :)
[level]biboted[/level]: [level]jigagyr[/level]

Hippie_Eater (2007-04-11) Yay! my first solution!  :D
[level]biboted[/level] - [level]gefypor[/leve]

I admit, it's not a elegant solution, but it gets the job done (except for 0, I think, it's the whole "greater than (the needed box) -1" argument).

I'm obnoxiously proud of myself for my first step towards l33tness in Rubicon. 8)

Gameman (2007-04-11) [quote author=Hippie_Eater link=topic=185.msg2488#msg2488 date=1176308594]
Yay! my first solution!  :D
[level]biboted[/level] - [level]gefypor[/leve]

I admit, it's not a elegant solution, but it gets the job done (except for 0, I think, it's the whole "greater than (the needed box) -1" argument).

I'm obnoxiously proud of myself for my first step towards l33tness in Rubicon. 8)
[/quote] that doesnt work for zero...

Bucky (2007-04-13) [level]biboted[/level]:[level]bozyvus[/level].  Fast and economical.

Hyenas Here (2007-04-14) [level]biboted[/level]:[level]pibypym[/level].  Faster and more economical.

:)

Gameman (2007-04-16) ****NEW PUZZLE****

Yes, a new one (again) [level]kyrasax[/level]



It could be impossible...I don't really know.I didn't put much effort in to this.

Bucky (2007-04-16) [level]kyrasax[/level]:[level]xokupeg[/level].  I used a stripped-down single-digit template copier.  By changing the values of the two barrels, it can be programmed to output any number greater than 1.
EDIT:[level]lovytod[/level] runs quicker but uses the same principle.

jf (2007-04-17) For Volcano-thing ([level]kyrasax[/level]): [level]pavoloh[/level].

Gameman (2007-06-24) ***New puzzle8**


[level]gesygeg[/level]its the sequel to [level]biboted[/level].

Rene (2007-06-24) For [level]gesygeg[/level]: [level]lozudod[/level]
And [level]biboted[/level]: [level]basokim[/level]

Gameman (2007-10-23) Yes, yes, a very long vacation. but a new one: [level]xusahun[/level]

sly (2007-10-23) Yes!! Some people are actually alive!!!

Unfortunately your puzzle is impossible since you can't make an odd number from an even number.

Gameman (2007-11-03) YAY!!! NEW PUZZLE!!! Can you solve the puzzle of the templar? [level]mypiles[/level]  ;D ;D

Bucky (2007-11-04) gadohik is trivially impossible, since it's not possible to read the value of the crate below the target matcher, unless you permit an action arcade-style solution like [level]gozidof[/level] (effectively the action-arcade equivalent of a template copier)

sly (2007-11-04) Bucky I would like to comment that that is the most ingenious method of solving an impossible puzzle that I have ever seen.

Gameman (2007-12-03) *NEW PUZZLE*


La! It's time for music class! [level]puzuvom[/level]

Bucky (2007-12-04) Music Class:[level]topibyz[/level].  I got my low F and high F backwards, but it didn't matter.

jf (2007-12-04) For Music Class: [level]dylydig[/level]

TTTPPP (2007-12-04) For Music Class ([level]puzuvom[/level]): [level]gogofur[/level]

Timbo (2007-12-04) For Music Class([level]puzuvom[/level]): [level]bodibyg[/level]
It runs in the minimal time 30 ticks.
[spoiler]I didn't sorted the crates, but copied and added some crates[/spoiler]

Gameman (2008-12-05) If there's one thing I hate, it's forgetting my password, and not seeing the 'forgot password' button. Anyway, new puzzle: [level]xalozur[/level]

immibis (2008-12-05) Partially overkill for Unnamed ([level]xalozur[/level]): [level]tehocax[/level]
Partially overkill because of the [spoiler]device for producing zeroes[/spoiler].

Werbad (2008-12-05) For [level]xalozur[/level]: [level]fyfycez[/level]
immibis, your solution fails for the 0 crate most of the times.

immibis (2008-12-05) Fixed: [level]pupevoz[/level]

Twee (2008-12-06) Yay, an easy one.  :)
For Unnamed ([level]xalozur[/level]): [level]loxiceb[/level]
for random ([level]biboted[/level]): [level]fesehys[/level]
for random 2 ([level]gesygeg[/level]): [level]camunux[/level]
I've solved some of the others here but didn't save the solutions.
[s]Next time I have leisure and a bit more brainpower, I'm going to music class.
[/s]
Edit: music class ([level]puzuom[/level]) solved: [level]babokyl[/level]. just for fun, alternate solution:[level]golepul[/level]. Every good boy does fine.

immibis (2008-12-06) Twee, your solution for Random 2 does nothing.

Twee (2008-12-06) Does now. I was editing the post to fix it while you were posting to tell me that.

colcolpicle (2009-08-21) [level]mypiles[/level] : [level]bapyhid[/level]

jnz (2009-08-21) [quote author=colcolpicle link=topic=185.msg4356#msg4356 date=1250878321]
[level]mypiles[/level] : [level]bapyhid[/level]
[/quote]
Doesn't work for 0. 
For [level]mypiles[/level]: [level]fegulah[/level]

Rene (2009-08-22)
For Vulcano-thing ([level]kyrasax[/level]): [level]zukinuf[/level]
For [level]mypiles[/level]: [level]dexigoh[/level]
For [level]xalozur[/level]: [level]dobotoh[/level]
For Music Class ([level]puzuvom[/level]): [level]hytedef[/level]

Madball (2010-04-03) [level]ritihyv[/level] solution - [level]nahesed[/level]
[level]vepuced[/level] solution - [level]vynezyv[/level]

colcolpicle (2010-04-05) sorry madball, but if you watch [level]vynezyv[/level] for long enough, it will eventually unsolve itself. you can fix it using one piece, though.

RUBE 2?

gfgfgfg (2007-01-19) I noticed that there is a RUBE 2 on the site, with rocking parts, if you could please make a nice Rubicon 2 out of RUBE 2, please do.

EDIT: Or, even better, please add to normal Rubicon the following parts:
One-time copiers
Rockets(upward bulldozers)
Not Gates(put gate out on opposite side of empty square).
And make it so Target Matchers can match 2 same barrels.


I would do it myself, but my I can't find the Rubicon JAR file and source.

MagiMaster (2007-01-20) Rockets sounds interesting, but I'm not too sure about one-time copiers.  Not gates have been discussed before.  Also, the matchers used to match barrels, but for various reasons (mainly related to playability) that was removed. 

Rene (2007-01-20) One-time copiers are easily made by putting a winch above/under a copier, so we don't need a new component for that.

Rockets would be interesting indeed, especially if you then make the "ramp ceilings" available for puzzle solvers, and they move the rocket sideways. And maybe the rockets change direction at a turn signal as well? Not sure whether dozers should  be able to hitch a ride on a rocket, or whether they should stop rockets in their path. Both behaviours would be useful. But dozers should probably be able to push rockets sideways. Of course, the rockets should be switched off by default for the old levels.

I have always thought it would be cool if dozers could push cargo upwards against a vertical wall, if you place a ramp before it (the dozer itself would not go up).



Skull Face72 (2007-11-15) I like the idea of a rocket as well. Perhaps it can explode if it hits something.

Download?

gfgfgfg (2007-01-22) Could someone help me download the Rubicon JAR?

gfgfgfg (2007-02-07) please?

jnz (2007-02-07) It is easy enough to find the name of the file by doing View Source on [url]http://kevan.org/rubicon/game.php[/url].  What do plan to do with it?  Loading and saving aren't going to work unless you are connected to the Internet anyway.

ZYDOBAS - Rubicon Processor 2

kloptops (2007-01-26) First off I'd like to point out that this is not my original creation, it was Kaosadvokit and their [b]JIKUDEG,[/b] nor do I wish to take any credit for its design principals. With that being said, onto the main topic.

Hi I'm kloptops, pleased to meet you! ;D I've been playing rubicon for just under a week, its terribly addictive. Anyhow, here is my first contribution.. its a fix up of the Processor that I found in the Rubicon Search... I began toying with it, because imho its the coolest idea ever, and soon had the idea to output 'DEADBEEF' (A great debugging symbol).

So I spent 5mins writing out the code, and then input it in, started it, wandered off to make a cuppa. Came back to find it had output DEADDDDE. ??? I was baffled, and wondered if i had really screwed up my code, either in input or in a slight logical error.

I rechecked it, seemed okay to me... so I started it back up. This time watching it, I noticed its stack system was flawed, and required exact timing to pop values off the stack. Otherwise the stack values wouldn't get a chance to be sent up the tube. I spent the rest of the night trying different (crazy) idea's to make it work, I couldn't work it out.

That night I had a brilliant idea, on how to implement it, I had noticed how the original author used comparison operators to push the input code into the machine at a controlled manor, so the next day I spent 40 mins rebuilding it, using the comparison operators... and it worked great! It has however cut down on the prospective stack space, however its not like you'll actually have problems using that much space.

Over the few days of playing with it, I have redesigned most of the little inner workings of it, to bring up to the new physics system. So it no longer uses the old physics system.

Here is a chart I did up (because I had time to waste) to, hopefully, help explain the functions of the program.

[url=http://kloptops.com/images/zydobas-explanation.png] [img]http://kloptops.com/images/zydobas-explanation-thumb.png[/img] [/url]

Its a handy reference, and its very useful as a key to what the operators are.

While I have been playing with it, I have come up with a small challenge. See who can output the longest Hexspeak (http://en.wikipedia.org/wiki/Hexspeak) with the shortest amount of code... ofcourse taking into consideration of the most challenging words to output.

Here's my contribution...

DEADBEEF - 331302033313022204040020 - KELUPOD

Thanks, and I hope you'll enjoy this level as much as I have...  ;D

william (2007-04-14) I will shorten that code and use a link [level]ZYDOBAS[/level]

SPOILERS

SM (2007-01-30) How do you put in spoilers so that people can only read it when highlighted?

Rene (2007-01-31) [quote author=SM link=topic=190.msg1836#msg1836 date=1170179259]
How do you put in spoilers so that people can only read it when highlighted?


[/quote]

Here is how I do it, but it is rather complex, and I would welcome Kevan to put in a spoiler facility, similar to the one that Jay Is Games has (jayisgames.com).

You need to set the colour of the text to the background colour.
First: look what background colour your post will have, there are two shades of gray that alternate each other. You will get the other colour as the last post.
Type your post, and select the text you want to be hidden.
Select a colour (any colour) from the "change color" [color=Red]menu[/color]. You will get something like "[ color=Red]menu[/color]" in your text.
Replace the colour name "Red" with "#F0F0F0" if your background is going to be light gray, or "#E1E1E1" if it is going to be dark gray.

Adios,
Rene

Kevan (2007-01-31) Have messed around trying to install an existing SMF spoiler package, and it hasn't worked - I've just written my own basic one instead, for now. Anything between square-bracket "spoiler" tags will be whited out [spoiler]like this[/spoiler]. I can't remember how to add a button to the editor for it, but I'll have another look when I've got a moment.

SM (2007-01-31) **** [color=#F0F0F0]THANKS RENE![/color] ****

Kevan (2007-02-01) Ah, there it is. There's now a "spoiler" icon in the editor buttons.

Kevan (2007-02-01) ...and spoilers now appear as big red clickable buttons instead of whited out text.

Rene (2007-02-01)
Great work Kevan! This is exactly how I wanted to have it!

Rene (2007-02-01) Just testing nested spoilers:

[spoiler]This is the first hint
[spoiler]And this is the second
[spoiler]And the last one[/spoiler][/spoiler][/spoiler]

Oops, does not seem to work. That could still be a small improvement, Kevan, nothing very important though!

Kevan (2007-02-01) Sorry, but I think that's a weakness of the forums, rather than the way I've implemented the spoiler code. All of the tags break if you nest them.

Demented Machines

lopsidation (2007-02-02) Demented Machines are machines that are hypnotizing/fun to watch. These are the requirements for a Demented Machine:
NO barrels or targets
AT LEAST ONE copier
QUITE A BIT OF adders and/or subtracters
A FEW "1" or "0" crates, but no other numbers
The crates must loop around, get added and subtracted, get copied, go crazy for about 1000 clicks, and finally go to the ending string.

Example: [level]mipuvak[/level]
Notice how, after 1300 or so clicks, when the ending string is forming, on the right side, it repeats 3BC4B9AACE1, a totally random 11-string, over and over. I have no idea why this happens ???, but it's cool how all the columns match. Also, this one has an "intermediate" string. It's the one on the bottom-left, and when it stops, the ending one starts. Not all Demented Machines have to do this.

Yeah, now everyone's going to create ones much better than this. Okay, fine, but I still think 11 is a weird number for a string. ;D

Gameman (2007-02-03) what about [level]gopypyh[/level]?

Gameman (2007-02-03) oh, and this is really, really funny-it never ends![level]derivix[/level]

lopsidation (2007-02-05) Well, kind of, except they all start with a ton of crates. Also, I forgot to put this requirement: NO random crates or barrels.

william (2007-04-14) I edited the first one a bit
[move][level]zytygez[/level][/move]

Gameman (2007-04-14) or... [level]gibevih[/level]

william (2007-04-14) why doesn't it go up the pipe

Gameman (2007-10-30) [quote author=Gameman link=topic=192.msg2501#msg2501 date=1176559029]
or... [level]gibevih[/level]
[/quote] Odd, it messes up in new physics, but not in the old.  ???

jnz (2007-10-30) It is an old bug: [url]http://kevan.org/rubicon/forums/index.php/topic,80.0.html[/url].  Apparently only the new physics got fixed.

Xindaris (2010-04-17) I have made [level]beduvuv[/level]. It ends on a string of 8C8CC04044.

Twee (2010-04-18) Somehow I never noticed this thread. I suppose that a good "demented machine" challenge would be to see how long a repeating string one can make (while actually demonstrating that it repeats more than once), using lopsidation's rules. I would allow targets, however.  I may or may not give this a try.

colcolpicle (2010-04-18) here's one: [level]sypuguc[/level]

it ends on 9B58A330F330084291012A88E496B2F531B8AB673DCD7 and is only 4x7

Xindaris (2010-04-24) [level]telobuf[/level]
This one's...a little different. First, it goes way beyond 1,000 ticks  (like a little over 7,000) before finishing its string output. And second, the string it puts out is the same each time, but doesn't seem to repeat anywhere.

Madball (2010-06-25) My demented machine: [level]muxotom[/level]

Madball (2010-06-29) Another demented machine: [level]havacyd[/level]

leo3065 (2015-06-21) Like this?  [level]kivysud[/level]

Start with 1111 1115 5225 5221 2F21 18EA A173 340 (Length=31)
and repeat EE13 BBC0 EE9B BB48 (Length=16).

Glitches in Rubicon

Gameman (2007-02-03) here is a door key glitch:  :o [level]pogogub[/level]: when the d barrel goes, the keys keep cycling on and off.

SM (2007-02-03) Not actually a glitch, just a feature of the time it takes it takes for a door to switch, which, triggers the next door, which, before that one switches, triggers the next one.... and on... and on.... and on.

[i]See[/i] [level]HENIREF[/level]

Hyenas Here (2007-02-16) Here's an odd, semi-related phenomenon: [level]jinulyn[/level]

Rene (2007-02-17)
Cool demonstration Hyena  8)
I clearly shows that doors close at the same speed in any direction, but they open slowly to the top and the left, and open instantly to the bottom and right.

20eight's puzzle(s)

20eight (2007-02-03) This frontpage got too large and I created an archive.  Recent puzzles & solutions are at the top.  Links to the complete archive for each series can be found below, along with direct links to all the unsolved puzzles.  Please continue to post your replies in this thread.

[hr]
[b]RECENT PUZZLES[/b]

[table]
[tr][td][b]PUZZLE[/b][/td][td][center][b]          LINK          [/b][/center][/td][/tr]
[tr][td][b]Factors[/b][/td][td][center][level]hygyhyl[/level][/center][/td][/tr]
[tr][td][b][color=Red]Dispersion 4[/color][/b][/td][td][center][level]hazixil[/level][/center][/td][/tr]
[tr][td][b]Dispersion 3[/b][/td][td][center][level]dunusyg[/level][/center][/td][/tr]
[tr][td][b]Dispersion 2[/b][/td][td][center][level]kohylyf[/level][/center][/td][/tr]
[tr][td][b]Dispersion 1[/b][/td][td][center][level]guhygyr[/level][/center][/td][/tr]
[/table]
[hr]
[b]RECENT SOLUTIONS[/b]

[table]
[tr][td][center][b]SOLVER[/b][/center][/td][td][center][b]    SOLUTION    [/b] [/center][/td][td][b]PUZZLE[/b][/td][/tr]

[tr][td][center][b]Timbo[/b][/center][/td][td][center][level]kutodev[/level][/center][/td][td][b]Valve 3.1[/b] ([level]cisoked[/level])[/td][/tr]
[tr][td][center][b]jf[/b][/center][/td][td][center][level]konyvid[/level][/center][/td][td][b]Vein 5[/b] ([level]xypugad[/level])[/td][/tr]
[tr][td][center][b]jf[/b][/center][/td][td][center][level]receric[/level][/center][/td][td][b]Vein 6[/b] ([level]vedacal[/level])[/td][/tr]
[tr][td][center][b]jf[/b][/center][/td][td][center][level]gexehyd[/level][/center][/td][td][b]Factors[/b] ([level]hygyhyl[/level])[/td][/tr]
[tr][td][center][b]Hyenas Here[/b][/center][/td][td][center][level]bogined[/level][/center][/td][td][b]Vein 6[/b] ([level]vedacal[/level])[/td][/tr]
[tr][td][center][b]Hyenas Here[/b][/center][/td][td][center][level]behodod[/level][/center][/td][td][b]Vein 6[/b] ([level]vedacal[/level])[/td][/tr]
[tr][td][center][b]jf[/b][/center][/td][td][center][level]zoxurub[/level][/center][/td][td][b]Dispersion 3[/b] ([level]dunusyg[/level])[/td][/tr]
[tr][td][center][b]jf[/b][/center][/td][td][center][level]gavihab[/level][/center][/td][td][b]Dispersion 2[/b] ([level]kohylyf[/level])[/td][/tr]
[tr][td][center][b]adept[/b][/center][/td][td][center][level]sykysen[/level][/center][/td][td][b]Dispersion 2[/b] ([level]kohylyf[/level])[/td][/tr]
[tr][td][center][b]jf[/b][/center][/td][td][center][level]lonesus[/level][/center][/td][td][b]Sampler 2[/b] ([level]ledohit[/level])[/td][/tr]
[/table]
[hr]
[b]ARCHIVES[/b]

[table]
[tr][td][b]SERIES[/b][/td][td][/td][td][b][center]  UNSOLVED  [/center][/b][/td][td][b][center]  PUZZLES  [/center][/b][/td][td][b][center]  SOLUTIONS  [/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222,msg2293.html#msg2293]Slidebar[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]4[/center][/b][/td][td][b][center]11[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222,msg2294.html#msg2294]Combination Lock[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]4[/center][/b][/td][td][b][center]6[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222,msg2295.html#msg2295]Slot Machine[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]3[/center][/b][/td][td][b][center]4[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222,msg2296.html#msg2296]Mobius Strip[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]1[/center][/b][/td][td][b][center]3[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222,msg2297.html#msg2297]Equilibrium[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]1[/center][/b][/td][td][b][center]2[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222,msg2298.html#msg2298]Inertia[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]6[/center][/b][/td][td][b][center]18[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222,msg2299.html#msg2299]Catalyst[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]3[/center][/b][/td][td][b][center]4[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222,msg2300.html#msg2300]Eight Sum[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]3[/center][/b][/td][td][b][center]3[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222,msg2301.html#msg2301]Conversion[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]5[/center][/b][/td][td][b][center]7[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222,msg2302.html#msg2302]Four Sum[/url][/b][/td][td][/td][td][b][center]#2 - [level]zufumas[/level][/center][/b][/td][td][b][center]3[/center][/b][/td][td][b][center]2[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222,msg2303.html#msg2303]Torrent[/url][/b][/td][td][/td][td][b][center]#4 - [level]syxibyx[/level][/center][/b][/td][td][b][center]4[/center][/b][/td][td][b][center]5[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222,msg2304.html#msg2304]Pinch[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]1[/center][/b][/td][td][b][center]3[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222,msg2305.html#msg2305]Alternative Math[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]5[/center][/b][/td][td][b][center]10[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222,msg2306.html#msg2306]Quality Control[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]4[/center][/b][/td][td][b][center]5[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2307.html#msg2307]Ambivalence[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]2[/center][/b][/td][td][b][center]2[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2308.html#msg2308]Queue[/url][/b][/td][td][/td][td][b][center]#2 - [level]patymoz[/level][/center][/b][/td][td][b][center]2[/center][/b][/td][td][b][center]1[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2309.html#msg2309]Cascade[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]5[/center][/b][/td][td][b][center]8[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2310.html#msg2310]Shelves[/url][/b][/td][td][/td][td][b][center]#4 - [level]tukyval[/level][/center][/b][/td][td][b][center]5[/center][/b][/td][td][b][center]5[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2311.html#msg2311]Release Valve[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]3[/center][/b][/td][td][b][center]7[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2312.html#msg2312]Burn Table[/url][/b][/td][td][/td][td][b][center]#5 - [level]zebohul[/level][/center][/b][/td][td][b][center]7[/center][/b][/td][td][b][center]9[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2313.html#msg2313]Replacement[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]3[/center][/b][/td][td][b][center]4[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2314.html#msg2314]Filler[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]3[/center][/b][/td][td][b][center]4[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2315.html#msg2315]Analog[/url][/b][/td][td][/td][td][b][center]#4 - [level]vibygis[/level][/center][/b][/td][td][b][center]4[/center][/b][/td][td][b][center]5[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2324.html#msg2324]Mimic[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]6[/center][/b][/td][td][b][center]14[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2343.html#msg2343]Timed Release[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]3[/center][/b][/td][td][b][center]3[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2349.html#msg2349]Vein[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]6[/center][/b][/td][td][b][center]11[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2378.html#msg2378]Sync[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]3[/center][/b][/td][td][b][center]8[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2398.html#msg2398]Shunt[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]4[/center][/b][/td][td][b][center]6[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.15,msg2417.html#msg2417]Blind Co-op[/url][/b][/td][td][/td][td][b][center]#5 - [level]bidaneb[/level][/center][/b][/td][td][b][center]9[/center][/b][/td][td][b][center]10[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.30,msg2457.html#msg2457]Sampler[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]2[/center][/b][/td][td][b][center]3[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.30,msg2466.html#msg2466]Dispersion[/url][/b][/td][td][/td][td][b][center]#4 - [level]hazixil[/level][/center][/b][/td][td][b][center]3[/center][/b][/td][td][b][center]4[/center][/b][/td][/tr]

[tr][td][b][url=http://kevan.org/rubicon/forums/index.php/topic,222.30,msg2567.html#msg2567]Factors[/url][/b][/td][td][/td][td][b][center]none[/center][/b][/td][td][b][center]1[/center][/b][/td][td][b][center]1[/center][/b][/td][/tr]

[/table]

digitalrift (2007-02-04) I'm not sure how you'd tackle 0-case...

MagiMaster (2007-02-04) As far as I can tell, this would be impossible if 0 came up, since a 0 can't be made to move to the right on a gate.  If you turned the crates around, it might be possible (I didn't really think it through).

SM (2007-02-04) [level]dysixop[/level]

For all non-zero cases...

20eight (2007-02-04) thanks for the feedback.  Here's a fixed version: [level]hotobyt[/level] (I'm gonna change the original post)

nice qualified solution, sm.

20eight (2007-02-04) slidebar 2 - [level]nafuhif[/level]

SM (2007-02-04) solution to modified Siderule 1


[level]jusosol[/level]

SM (2007-02-04) And solution to slidebar 2

[level]visasap[/level]

jnz (2007-02-04) My solution for Slidebar 2 (nafuhif): [level]gycomem[/level].  Should work for Slidebar too.

jf (2007-02-04) Fun puzzle, 20eight!

My solution to Slidebar ([level]hotobyt[/level]): [level]kitegid[/level]. I found that I had already solved for Slidebar 2 ([level]nafuhif[/level])as well, like this: [level]xuzixav[/level].

sluutthefeared (2007-02-04) Solution to slidebar 2: [level]peharez[/level]

Rene (2007-02-04) Here is my solution to Slidebar ([level]hotobyt[/level]): [level]dyrixyn[/level]
And Slidebar 2 ([level]nafuhif[/level]): [level]goxygar[/level]

It is the same principle, I just decided to speed it up bit. Nafuhif is now solved in worst case 36 ticks.

20eight (2007-02-04) two more:

Slidebar 3 - [level]vimydah[/level]

the mechanism on top serves to eliminate the 0 case problem.  for those who saw my original attempt (which was impossible), this is an attempt to go back to that idea.

Combination Lock - [level]ladudip[/level]

I haven't tried to solve either of these; so if you think that they have any fatal flaws, let me know.

Rene (2007-02-04)
Solution to Slidebar 3 ([level]vimydah[/level]): [level]xykemuf[/level]

Just a variation on the solution for 1 & 2

20eight (2007-02-04) err...I didn't realize that it would be that easy.  Hopefully this will be more challenging:

Slidebar 4 - [level]pibafog[/level]

Rene (2007-02-04)
Combination Lock ([level]ladudip[/level]) is more difficult. Here is my solution: [level]gotudog[/level]

20eight (2007-02-05) [b]Combination Lock 2[/b] - [level]jubokax[/level]
[b]Combination Lock 3[/b] - [level]hogudav[/level]

Rene (2007-02-05) [quote author=20eight link=topic=197.msg1928#msg1928 date=1170626809]
err...I didn't realize that it would be that easy.  Hopefully this will be more challenging:

Slidebar 4 - [level]pibafog[/level]
[/quote]

Hey, don't complain about somebody coming up with an easy solution, if you haven't solved the puzzle yourself before you post it!  ;)

These are fun puzzles  :D! Slidebar 4 is quite a bit harder then the other versions. It is no longer obvious what solution you can use, although there are still a number of solution approaches possible. I took one that was easiest to do, but takes a while to run:

    Solution to Slidebar 4 ([level]pibafog[/level]): [level]dupavop[/level]

Rene (2007-02-05) Solution to Combination Lock 2 ([level]jubokax[/level]): [level]debalis[/level]

I used the same principle as Combination Lock 1, there was just less space to cramp everything in.

Solution to Combination Lock 3 ([level]hogudav[/level]): [level]sytubed[/level]

I had to change tactics this time, [spoiler]basing it on timing and doing the crates in sequence - with single counter[/spoiler]. I wished I would have thought of that for Combination Lock 2  :-\

jf (2007-02-06) My solution to Slidebar 4: [level]gomuluc[/level]. Nice puzzles, 20eight.

20eight (2007-02-06) Rene, I was hoping that as I upped the ante, someone would try a timing solution.  [level]sytubed[/level] is well-conceived and incredibly efficient.

jf, when I started making up the slidebars, your oil and water idea ([level]gomuluc[/level]) was the concept I had in the back of my mind, nice job.

20eight (2007-02-06) [b]slot machine[/b] - [level]litipaf[/level]

it looks a lot like combo lock 1, but the concept is different.

20eight (2007-02-07) [b]Combination Lock 4[/b] - [level]rixifab[/level]

jf (2007-02-07) Hey, you are posting puzzles faster than I can find time to work on them -- that's good!  :)

Here is my solution to Combination Lock 3: [level]hodibab[/level]. My very first inclination was towards a timed solution, so I'm looking forward to seeing what Rene has come up with. [spoiler]My solution, is, of course, timed. The varying cycle was so long that I was lazy to count squares and calculate it on paper, so I just tuned it via trial and error to eliminate a start-up "bounce" of each of the count-down clocks.[/spoiler]

Edit: Rene, fascinating! Once again, I will find time to come back to the forum and study one of your solutions... Well I've studied it -- very simple, yet striking design!

20eight (2007-02-07) [b]Mobius Strip[/b] - [level]hulykyt[/level]

jf (2007-02-08) My solution for Mobius Strip: [level]jogykax[/level].

Edit: Oops -- femydyc was saved while testing in the sandbox.

20eight (2007-02-08) jf, nice solution in [level]femydyc[/level], but you left a 4 crate in place of the ? crate.

20eight (2007-02-08) Speaking of which, I just noticed that I forgot to put the ? crates in on Combination Lock 4 (oops).  Here's the fixed version:

[b]Combination Lock 4.1[/b] - [level]camydyb[/level]

jf (2007-02-08) I fixed the solution for Mobius Strip (cf. above). And for Combination Lock 4.1, my solution: [level]vegoneh[/level] -- just enough space.

Fixed: [level]dubytuv[/level] -- cf. below.

MagiMaster (2007-02-08) jf, somehow you solution doesn't seem to work if there's a 2 in the combination.

jf (2007-02-08) [quote author=MagiMaster link=topic=197.msg1985#msg1985 date=1170918421]
jf, somehow you solution doesn't seem to work if there's a 2 in the combination.
[/quote]

Yes, interesting, isn't it? It's a simple mistake -- I was just too hasty, and lax in testing. Luckily, there was still space to adjust the machine slightly, to fix the problem: [level]dubytuv[/level].

20eight (2007-02-08) [b]Equilibrium[/b] - [level]vuhunyp[/level]

20eight (2007-02-09) trying to make something a little easier:

[b]Inertia[/b] - [level]vigikut[/level]

jf (2007-02-09) Fun puzzles, 20eight. This light puzzle Inertia was a nice surprise on a quick visit to the forum. My solution: [level]bohutup[/level].

jnz (2007-02-09) My solution for Inertia (vigikut): [level]dohopef[/level].  jf's solution is quite pretty

Hyenas Here (2007-02-09) Here's my solution for Mobius, made before I saw jf's much nicer solution: [level]lafegid[/level] (That was a tough one for me, thanks for the cranial excercise!)

SM (2007-02-09) solution to inertia [level]kobycot[/level]

20eight (2007-02-09) [b]Inertia 2[/b] - [level]dygafum[/level]

jnz (2007-02-09) My solution for Inertia 2 (dygafum): [level]nohysus[/level]

SM (2007-02-09) inertia 2

[level]bihygob[/level]

Bucky (2007-02-09) Inertia/Inertia 2: [level]cobaxin[/level]

jf (2007-02-09) For Inertia 2: [level]gugenyg[/level].

20eight (2007-02-09) [b]Inertia 3[/b] - [level]gimoxar[/level]
[b]Inertia 4[/b] - [level]cybesud[/level]

SM (2007-02-09) Inertia 3 Solution:

[level]vovyfak[/level]

20eight (2007-02-09) [b]Inertia 5[/b] - [level]birisix[/level]

SM (2007-02-09) And solution to Inertia 4:

[level]Dodebep[/level]

This one was significantly harder than the previous three, but these are quite enjoyable!!

Keep them coming!! (I see Intertia 5 is already out...)

20eight (2007-02-09) this is certainly harder than the inertia series, but I'm not sure how much:

[b]refraction box[/b] - [level]gutibuf[/level]

Rene (2007-02-09) I see I have some catching up to do. I am away from the forum for a couple of days, and creative 20eight has posted a whole bundle of fun puzzles  :o

Here is my solution to Combination Lock 4 ([level]camydyb[/level]): [level]xugixol[/level]

It's the same principle as Combination Lock 3, I just needed a big fuel tank for the engine.  ;)

Rene (2007-02-09)
And here is the Inertia series (nice and light ones!):

    Inertia: [level]relenod[/level]
    Inertia 2: [level]hepyfog[/level]
    Inertia 3: [level]rakybex[/level]
    Inertia 4: [level]ribaban[/level]
    Inertia 5: [level]hesaxav[/level]

1-3 are pretty much the same. I switched tactics between 3 and 4, and 5 is similar to 4 again, only a lot slower.

20eight (2007-02-09) I thought that 5 would be it for the inertia series.  But I hadn't noticed (as Rene did) that you could simply [spoiler]place a ramp on top of the furnace[/spoiler]; So here's...

[b]Inertia 6[/b] - [level]danimof[/level]

20eight (2007-02-09) I figure that this one is pretty darn hard.  But I've thought that about others...

[b]Catalyst[/b] - [level]jydukag[/level]

geej66 (2007-02-09) Here's my solution to Equilibrium - [level]tybogyd[/level] - it's not elegant in any sense

I'm pretty sure it works for any two randoms, but I've thought that before...

Rene (2007-02-09)
Here is my solution to Mobius Strip: [level]jubudaf[/level]
And for Equilibrium: [level]leryric[/level]

Equilibrium is pretty hard. I could not find an elegant solution. So in the end, I had to go for a really slow one. I might revisit this one later to find something better.

jf (2007-02-09) For Inertia 3: [level]cocedyd[/level], and Inertia 4: [level]tebyfuk[/level].

Rene (2007-02-09)
OK, is this solution you had in mind, or is there going to be an Inertia 7 as well ?  ;D

    Solution to Inertia 6: [level]rodalod[/level]

Rene (2007-02-09) [quote author=20eight link=topic=197.msg2016#msg2016 date=1171052992]
I figure that this one is pretty darn hard.  But I've thought that about others...

[b]Catalyst[/b] - [level]jydukag[/level]
[/quote]

Did you have any particular reason why you thought that this one would be hard?  :)

    Solution to Catalyst: [level]cekicic[/level]

20eight (2007-02-10) In [b]Equilibrium[/b], I had only thought of the [spoiler]door keys as means of getting information out of the the mechanism.  I didn't figure that they would be used to stop and start the mechanism[/spoiler] as did geej66 ([level]tybogyd[/level]) and, to a greater extent, Rene ([level]leryric[/level]).  Nice work.

Rene, yes, [level]rodalod[/level] was what I was shooting for in [b]Inertia 6[/b].  Now I can put that one to rest.  And, no, I didn't figure on [b]Catalyst[/b] being that easy.  But I did figure on you being the one to expose it if it was.  But anyway, it kinda nice to have inadvertantly created an easy version as a warm up for what I had in mind (hopefully)...

[b]Catalyst 2[/b] - [level]lodadim[/level]

Bucky (2007-02-10) Catalyst 2:[level]vakytug[/level].[spoiler]The puzzle is equivalent to its predecessor after feeding a few barrels into the pipes at the beginning.  Accordingly, I applied the appropriate transformation to Rene's solution to the original.[/spoiler]

20eight (2007-02-11) ok, I've really done my homework on this one.  Assuming that I'm not missing anything (ha ha), this one ought to be even harder than Catalyst 1 was supposed to be...

[b]Catalyst 3[/b] - [level]lenybir[/level]

Bucky (2007-02-11) [quote author=20eight link=topic=197.msg2028#msg2028 date=1171163354]
ok, I've really done my homework on this one.  Assuming that I'm not missing anything (ha ha), this one ought to be even harder than Catalyst 1 was supposed to be...

[b]Catalyst 3[/b] - [level]lenybir[/level]
[/quote]

That puzzle is just plain [i]unreasonable[/i].  It takes a minimum of over [i]7500[/i] ticks to find out whether our solution is right or off by a tick for some reason we didn't anticipate.  Please show some respect to the puzzle solvers; I don't want to have to spend 2 hours making sure my solution works for all values of the ? crate.  In it's current form, it's not even worth attempting.

And the solution would be the same as the last two but with a ~250x30 timing device on the front end.

jf (2007-02-11) For Inertia 6: [level]kytegim[/level].

20eight (2007-02-11) [quote author=Bucky link=topic=197.msg2029#msg2029 date=1171170155]
[Catalyst 3] is just plain [i]unreasonable[/i]... 
[/quote]

You can accelerate the mechanism as much as you want by placing barrels in the initial timing mechanism.  The lack of locked spaces in that area of the mechanism is intentional (with exactly that in mind). 

I had thought about including that hint when I posted this puzzle, I guess I should have.  Bucky, I apologize if you felt disrespected, I wouldn't want you to waste your time doing something that was even worth attempting.

Here's what I am thinking in having that absurdly long timer in the mechanism:  [spoiler]My hope is that a timing device won't be able to solve this (I'd be pretty surprised if one could).  My intention is that the solver will have to send barrel(s) up the correct tube(s) in the small window that the mechanism allows.  Whether that window occurs at 7500 ticks or 75 ticks is up to the solver.  The long timer is to allow the solver as much (or as little) time as they need before the window arrives.[/spoiler]

All that being said, I think that this is will be an incredibly difficult puzzle to solve.  It is only because of the respect that I have for intelligence and ingenuity of the people on this forum that I came up with something that may be this hard.

Rene (2007-02-11)
Here is a solution to Catalyst 3 ([level]lenybir[/level]): [level]dovopig[/level]

It's a straight forward [spoiler]look-up table[/spoiler], combined with careful [spoiler]tuning of the start time[/spoiler].

20eight (2007-02-12) Wow, Rene, [level]dovopig[/level] is brilliant.  If anyone was going to figure out how to do it elegantly, I figured it might be you. 

When I was testing it out it took me awhile to figure out that [spoiler]it was actually a fibonacci sequence - I kept thinking it was powers of two.  But then when I was trying to figure out my own solution, it seemed like parts of it weren't exactly fibonacci (I thought maybe I was still wrong) - then I saw the 1-2-3-5-8 sequence in your lookup table and I was thrilled that you saw it the same way (and that I wasn't wrong).[/spoiler]

jf (2007-02-12) Very nice, Rene. I just read the spoilers and looked at your solution, after having saved my solution in the warehouse. I didn't think to [spoiler]play with the start timer, and so I could not solve all cases with one barrel per input[/spoiler]. However, I had immediately gone to [spoiler]empirical analysis and a table-driven approach[/spoiler], and, being rather impatient to finish a solution, went with [spoiler]the data at hand, which does not produce so nice of a table[/spoiler], and yet, it works all the same: [level]buvyheb[/level].

20eight (2007-02-13) [b]Eight Sum 1[/b] - [level]kiryxoc[/level]
[b]Eight Sum 2[/b] - [level]sitatuh[/level]
[b]Eight Sum 3[/b] - [level]goryvyn[/level]

[i]Edit:  I recommend the Four Sum series before these ones (see below)[/i]

20eight (2007-02-13) trying again to do simpler ones:

[b]Conversion[/b] - [level]biduran[/level]

geej66 (2007-02-13) eightsum1 solution - [level]xytubef[/level]

20eight (2007-02-13) geej66, [level]xytubef[/level] doesn't work for the 0 case (the crate ends up in the furnace).  It looks like it shouldn't be hard to edit.  Cool solution otherwise.

Rene (2007-02-13) [quote author=20eight link=topic=197.msg2039#msg2039 date=1171247688]
Wow, Rene, [level]dovopig[/level] is brilliant.  If anyone was going to figure out how to do it elegantly, I figured it might be you. 

When I was testing it out it took me awhile to figure out that [spoiler]it was actually a fibonacci sequence - I kept thinking it was powers of two.  But then when I was trying to figure out my own solution, it seemed like parts of it weren't exactly fibonacci (I thought maybe I was still wrong) - then I saw the 1-2-3-5-8 sequence in your lookup table and I was thrilled that you saw it the same way (and that I wasn't wrong).[/spoiler]

[/quote]

Thanks for the praise, 20eight (and JF!). I actually figured out some time ago that [spoiler]it is a Fibonacci series (see [url]http://kevan.org/rubicon/forums/index.php/topic,150.msg1353.html#msg1353[/url])[/spoiler]. The hard part was that it sometimes didn't act as one. It took me some time to find out that [spoiler]inserting a barrel into the '1' slot delays the mechanism for one tick, which exactly offset the selected crate by one. Moving the start time for one tick solved that. [/spoiler]

jnz (2007-02-13) For Conversion (biduran): [level]zicobar[/level].  I'm way behind in this thread!

20eight (2007-02-13) jnz, the dozer to sweep up the excess barrels in [level]zicobar[/level] is a nice touch.

geej66 (2007-02-13) oops.  in my first version i had it solve for the 0 crate

it got edited out when i redid it.

EightSum1 solution fixed - [level]difudax[/level]

20eight (2007-02-14) [b]Conversion 2[/b] - [level]cukikag[/level]

20eight (2007-02-14) I've been trying to figure out solution possibilities for the eight sum series and I'm realizing that they're a quite a bit harder than I was initially thinking, so here's a trilogy of prequels to the series:

[b]Four Sum 1[/b] - [level]fegadod[/level]
[b]Four Sum 2[/b] - [level]zufumas[/level]
[b]Four Sum 3[/b] - [level]kivigep[/level]

If I had a do-over, I would have posted these first and then I would have posted the eight sums as 4-5-6.

MagiMaster (2007-02-14) Here's my solution to Four Sum 1: [level]HODARYG[/level]  I haven't had time to look at the others yet.

jnz (2007-02-14) For Conversion 2 (cukikag): [level]tekenel[/level].  I couldn't figure out how to do it the intended way anymore now that there are extra locked spaces.

geej66 (2007-02-14) EightSum3 solution - [level]guletem[/level]

It's long, but it works (I think).

Rene (2007-02-14)
For Conversion 2 ([level]cukikag[/level]): [level]dibyguc[/level]

This should work for Conversion 1 as well.
Conversion 2 is only possible with a [spoiler]timing based approach[/spoiler].

20eight (2007-02-14) [b]Conversion 2.1[/b] - [level]pygilyn[/level]

Luckily, Conversion 2 was solvable through [spoiler]timing.  I had the gate in the wrong position for the intended solution (I hope that was the only problem).[/spoiler]

geej66 (2007-02-14) Four Sum 3 solution - [level]ciremyp[/level]

It's essentially a cleaner version of my Eight Sum 3 solution.  But still not elegant at all.

Rene (2007-02-15)
For Conversion 2.1 ([level]pygilyn[/level]): [level]pilydag[/level]

This is more in line with the idea of the puzzle.

20eight (2007-02-15) [b]Conversion 3[/b] - [level]putevag[/level]

20eight (2007-02-15) [b]Conversion 4[/b] - [level]gygydyp[/level]

20eight (2007-02-15) [b]Torrent[/b] - [level]bimokun[/level]

jnz (2007-02-15) For Torrent (bimokun): [level]cupobyb[/level]

adept (2007-02-16) torent solution [level]helovim[/level]

20eight (2007-02-16) [b]Torrent 2[/b] - [level]pygamep[/level]

jf (2007-02-16) For Torrent 1 (bimokun): [level]bexocyv[/level].

20eight (2007-02-16) [b]torrent 3[/b] - [level]nozyvem[/level]

20eight (2007-02-16) [b]Pinch[/b] - [level]buvocek[/level]

geej66 (2007-02-16) Pinch solution: [level]fanefah[/level]

jf (2007-02-16) My solution for your latest, Pinch: [level]vedydak[/level]. These are fun puzzles, 20eight. I will eventually catch up on all of your other puzzles that I've missed.

20eight (2007-02-17) [b]Alternative Math[/b] - [level]rofateg[/level]

Rene (2007-02-17) Solution to Pinch ([level]buvocek[/level]): [level]xanycah[/level]

That was a nice break from Bucky's and JF's brain wringers.

Rene (2007-02-17)
For Alternative Math ([level]rofateg[/level]): [level]dupudif[/level]

I got the feeling this is the start of a series again.

MagiMaster (2007-02-17) Here's mine for Alternative Math: [level]MAGIFAS[/level]

20eight (2007-02-17) MagiMaster, you certainly get bonus points for [spoiler]not using the third ? crate[/spoiler] in [level]magifas[/level].  I didn't realize that would be possible.

20eight (2007-02-17) was it really that obvious Rene?

[b]Alternative Math 2[/b] - [level]ganogad[/level]
[b]Alternative Math 3[/b] - [level]tibulib[/level]

I don't know how much harder #2 is than #1.  But I do believe that #3 represents a serious increase in difficultly.

Rene (2007-02-18)
For Torrent 3 ([level]nozyvem[/level]): [level]kotapog[/level]

It needed a bit more than I thought at the beginning  ;)

Rene (2007-02-18)
For Alternative Math 2 ([level]ganogad[/level]): [level]xydohik[/level]

I used a [spoiler]look-up table[/spoiler]

20eight (2007-02-18) Nice work in [level]xydohik[/level], Rene.  I was hoping to see [spoiler]a lookup table solution[/spoiler]. 

For Alternative Math 3, [spoiler]I think it may be the only way[/spoiler].

Rene (2007-02-18) For Alternative Math 3 ([level]tibulib[/level]): [level]darukyt[/level]

[quote author=20eight link=topic=197.msg2101#msg2101 date=1171762063]
Nice work in [level]xydohik[/level], Rene.  I was hoping to see [spoiler]a lookup table solution[/spoiler]. 

For Alternative Math 3, I think it may be the only way.
[/quote]

For Alternative Math 2 it's the only way as well. [spoiler]You cannot negate a number with only addition.[/spoiler]

20eight (2007-02-18) [b]Alternative Math 4.1[/b] - [level]fafikin[/level] (original : [level]bafomyr[/level])
[b]Alternative Math 5[/b] - [level]kabegav[/level]

Rene (2007-02-18)
For Alternative Math 4&5 ([level]kabegav[/level]): [level]pidurep[/level]

It is the same principle as Alternative Math 3.

20eight (2007-02-18) oops,  I meant for Alternative Math 4 to have unpackers, not packers.  Here's the right version:

[b]Alternative Math 4.1[/b] - [level]fafikin[/level]

MagiMaster (2007-02-18) [quote author=Rene link=topic=197.msg2102#msg2102 date=1171765212]
For Alternative Math 3 ([level]tibulib[/level]): [level]darukyt[/level]

[quote author=20eight link=topic=197.msg2101#msg2101 date=1171762063]
Nice work in [level]xydohik[/level], Rene.  I was hoping to see [spoiler]a lookup table solution[/spoiler]. 

For Alternative Math 3, I think it may be the only way.
[/quote]

For Alternative Math 2 it's the only way as well. [spoiler]You cannot negate a number with only addition.[/spoiler]
[/quote]

Here's mine for Alternative Math 2: [level]CYKOHOB[/level]

20eight (2007-02-18) [level]cykohob[/level] = wow

MagiMaster, I look forward to seeing if you can do the same Alternative Math 4.1  (In fact, you give 4.0 a try also - it's still in the thread).

20eight (2007-02-18) [b]Quality Control[/b] - [level]baganid[/level]

jnz (2007-02-18) For Alternative Math (rofateg): [level]lepufod[/level] (14 ticks)
For Alternative Math 2 (ganogad): [level]socydoh[/level]

I must be missing something in Quality Control (eg [level]gedofiv[/level])

Bucky (2007-02-18) [quote author=jnz link=topic=197.msg2109#msg2109 date=1171777034]

I must be missing something in Quality Control (eg [level]gedofiv[/level])

[/quote]

[spoiler]You need to remove the barrel.[/spoiler]

I came up with a 5-piece almost-solution.

Rene (2007-02-18) [quote author=MagiMaster link=topic=197.msg2106#msg2106 date=1171770723]
[quote author=Rene link=topic=197.msg2102#msg2102 date=1171765212]

For Alternative Math 2 it's the only way as well. [spoiler]You cannot negate a number with only addition.[/spoiler]
[/quote]

Here's mine for Alternative Math 2: [level]CYKOHOB[/level]
[/quote]

OK, I stand corrected. I didn't realize that [spoiler]multiplication with 15 is the same as negation in modulo 16 arithmetic.[/spoiler]
Nice work, MagiMaster!

Rene (2007-02-18)
For Quality Control ([level]baganid[/level]): [level]hucuzis[/level]

This puzzle concept has quite some potential. It would be interesting to see how 20eight evolves it.

Rene (2007-02-18) [quote author=jnz link=topic=197.msg2109#msg2109 date=1171777034]
For Alternative Math 2 (ganogad): [level]socydoh[/level]
[/quote]

Nice concept for lookup table, jnz. Unfortunately, it does not work if the crate is 'F'.

Rene (2007-02-18)
For Alternative Math 4.1 ([level]fafikin[/level]): [level]xukyhyt[/level]

I took the liberty of steeling MagiMaster's approach.
[spoiler]Alternative Math 4.1 is essentially the same as Alternative Math 2. The third crate gets cancelled out in the subtractions.[/spoiler]

20eight (2007-02-18) yeah, I realized that [b]Quality Control[/b] was lame not long after I posted it.  Unfortunately, I was away from a computer.  #2 is on the way.

20eight (2007-02-18) [b]Quality Control 2[/b] - buryzik
[b]Quality Control 3[/b] - juxuhup

I think that #3 may be impossible.  It replaces the 8 crate in #2 with a ? crate.  The purpose of the 8 crate in #2 is [spoiler]that it guarantees an offset between the crate rotation and the insertion of the barrel (the barrel won't come in line with a crate of the same value).[/spoiler]  Because #3 can't ensure that this won't happen, I'm not sure that it can be done.  I'm posting it anyway in the hope that I am wrong.

[i]Edit: these versions are no good, see reply #120 for the fixed versions[/i]

20eight (2007-02-18) Rene, what is [i]Russina[/i]?

Rene (2007-02-18) [quote author=20eight link=topic=197.msg2119#msg2119 date=1171817677]
Rene, what is [i]Russina[/i]?
[/quote]

Hummmnmmn, it was actually a typo  :-[. I wanted to type [i]Russian Math[/i], but mistyped, and hit "return" too soon. I think it's cool anyway, and so I stuck with it for the other solutions  8)

Here is a solution for Eight Sum 3 ([level]goryvyn[/level]): [level]tylebaf[/level]

Rene (2007-02-18) [quote author=20eight link=topic=197.msg2118#msg2118 date=1171817220]
[b]Quality Control 2[/b] - [level]buryzik[/level]
[b]Quality Control 3[/b] - [level]juxuhup[/level]

I think that #3 may be impossible.  It replaces the 8 crate in #2 with a ? crate.  The purpose of the 8 crate in #2 is [spoiler]that it guarantees an offset between the crate rotation and the insertion of the barrel (the barrel won't come in line with a crate of the same value).[/spoiler]  Because #3 can't ensure that this won't happen, I'm not sure that it can be done.  I'm posting it anyway in the hope that I am wrong.
[/quote]

These look like they are still in testing phase. I think you wanted to replace the 'F' barrel with a '?' and fill in some locked spaces. Otherwise see [level]vocogoz[/level]. Mmmm, looks like you need better quality control for your puzzles  ;D

20eight (2007-02-18) that's embarrassing.  not only that, the first time I saved #3 it still had the 8 crate in it (despite my long description in the post).

Here are the fixed ones:

[b]Quality Control 2[/b] - [level]docoxin[/level]
[b]Quality Control 3.1[/b] - [level]zulucen[/level]

[i]please note what I wrote above about whether or not 3.1 is possible[/i]

MagiMaster (2007-02-18) Well, here's one for #4 [level]DOGUDEZ[/level]

I can't do any better than what Rene posted for #4.1  ([level]XUKYHYT[/level])

(Also, I'm better with modular arithmetic than with lookup tables, so I haven't done #3 or #5 yet.)

Rene (2007-02-18) Here's a solution to Eight Sum 2 ([level]sitatuh[/level]): [level]lupunah[/level]

And for Quality Control 2 ([level]docoxin[/level]): [level]tacemeh[/level]

My quality check accurately removes any impurities in the production. It is so sensitive that [spoiler]it reacts on the speed-up of the row of crates at the moment that the barrel is inserted[/spoiler].

20eight (2007-02-18) Unfortunately (and I'm not entirely sure why), [level]tacemeh[/level] fails on case d.  However, it shows that [spoiler]a solution to #3 may be possible (and plants an idea for #4 in my head).[/spoiler]

Bucky (2007-02-18) Quality Control 2 is impossible;  The disruption caused by moving from half-speed to quarter-speed near the end is unavoidable.

Rene (2007-02-18) [quote author=20eight link=topic=197.msg2125#msg2125 date=1171837698]
Unfortunately (and I'm not entirely sure why), [level]tacemeh[/level] fails on case d.  However, it shows that [spoiler]a solution to #3 may be possible (and plants an idea for #4 in my head).[/spoiler]
[/quote]

Indeed it fails on 'D'. [spoiler]The detector is just at an F/0 division when 'D' is inserted, and apparently it then does not see the speed-up until one crate later[/spoiler]

I solved it in [level]zapageb[/level], by introducing redundancy.

[spoiler]In #2, the crate stream always starts with '8'. I use that in my solution to synchronize the detector with 8. You cannot easily use the same approach for #3, because you do not have enough time to synchronize the detector with the crate stream.[/spoiler]

Rene (2007-02-18) [quote author=Bucky link=topic=197.msg2127#msg2127 date=1171840770]
Quality Control 2 is impossible;  The disruption caused by moving from half-speed to quarter-speed near the end is unavoidable.
[/quote]

The disruption always occurs after the point in time when you need to remove the barrel. So it does not disrupt the detection point.

jnz (2007-02-19) [quote author=Rene link=topic=197.msg2113#msg2113 date=1171799749]
[quote author=jnz link=topic=197.msg2109#msg2109 date=1171777034]
For Alternative Math 2 (ganogad): [level]socydoh[/level]
[/quote]

Nice concept for lookup table, jnz. Unfortunately, it does not work if the crate is 'F'.
[/quote]

Hmm, it seems to be working for me.  Can you be more specific?

20eight (2007-02-19) [quote author=jnz link=topic=197.msg2132#msg2132 date=1171852499]
Hmm, it seems to be working for me.  Can you be more specific?
[/quote]

Earlier when I tested it (after Rene's post), I thought that I had come across a case where it failed.  But now that I'm trying to do it again, I can't seem to find the right combination (to make it fail).

20eight (2007-02-19) [b]Ambivalence[/b] - [level]fetyven[/level]

Rene (2007-02-19) [quote author=20eight link=topic=197.msg2133#msg2133 date=1171857240]
[quote author=jnz link=topic=197.msg2132#msg2132 date=1171852499]
Hmm, it seems to be working for me.  Can you be more specific?
[/quote]

Earlier when I tested it (after Rene's post), I thought that I had come across a case where it failed.  But now that I'm trying to do it again, I can't seem to find the right combination (to make it fail).
[/quote]

Mmmm, the same to me. I thought it failed earlier with "0F", but I retried it now and it works. Maybe I accidentially erased something earlier. So please forget about my doubts on your excellent solution, and admire the beauty of the simple concept!

20eight (2007-02-19) It looks like Quality Control 3.1 is impossible.  Here's another attempt:

[b]Quality Control 4.1[/b] - [level]tibygax[/level] [i](Edit: Quality Control 4 was heberah, Bucky exposed it as flawed)[/i]


Here are the changes I've attempted to incorporate (probably not really a spoiler):
[spoiler]-The speed of the stream is unaffected by the insertion of the barrel.
-The distance between the gates and the extraction point is much greater (about 125 ticks).
-The extraction point is placed so that the speed of the stream is constant during the critical window of time.[/spoiler]

as is often the case with my puzzles, please be aware that I'm not guaranteeing that they can be solved.

Bucky (2007-02-19) [quote author=20eight link=topic=197.msg2138#msg2138 date=1171914213]
It looks like Quality Control 3.1 is impossible.  Here's another attempt:

[b]Quality Control 4[/b] - [level]heberah[/level]
[/quote]

I take it that [level]pomomup[/level] was not what you had in mind for Quality Control 4.

20eight (2007-02-19) Good call, Bucky.  Here's the fixed version:

[b]Quality Control 4.1[/b] - [level]tibygax[/level]

20eight (2007-02-19) [b]Queue[/b] - [level]bodadic[/level]

20eight (2007-02-20) [b]Queue 2[/b] - [level]patymoz[/level]

20eight (2007-02-20) [b]Cascade 1[/b] - [level]nypilys[/level]
[b]Cascade 2[/b] - [level]licygim[/level]

jnz (2007-02-20) For Queue 1 (bodadic): [level]nihaxox[/level].  With a nod to jf for the idea behind the latching mechanism.  The trickiest part was getting the initial stream to the gate quickly enough.  The 0 doesn't quite make it, but luckily it doesn't matter.

Rene (2007-02-20)
For Cascade 1 ([level]nypilys[/level]): [level]pidezak[/level]

That was a funny quick one.

geej66 (2007-02-20) Cascade 2 ([level]licygim[/level]) solution - [level]denucod[/level]

jnz (2007-02-20) For Cascade 1 (nypilys): [level]dumatyb[/level]
For Cascade 2 (licygim): [level]subigit[/level]

20eight (2007-02-20) [b]Cascade 3[/b] - [level]benimof[/level]
[b]Cascade 4[/b] - [level]rosabic[/level]
[b]Cascade 5[/b] - [level]xozugan[/level]

geej66 (2007-02-20) Cascade 3 ([level]benimof[/level]) solution - [level]dakabyn[/level]

geej66 (2007-02-20) Cascade 4 ([level]rosabic[/level]) solution - [level]bozodef[/level]

20eight (2007-02-20) [b]Shelves 1[/b] - [level]kazabab[/level]
[b]Shelves 2[/b] - [level]xodudan[/level]

Hyenas Here (2007-02-20) Shelves 1 - [level]kazabab[/level], Solution - [s]jotybot[/s] [level]picezyr[/level]

Sloppy? Yes.

geej66 (2007-02-20) Shelves 1 ([level]kazabab[/level]) solution - [level]cidimec[/level]

Shelves 2 ([level]xodudan[/level]) solution - [level]zanirek[/level]

I did mine differently than hyenas here (who did it much simpler it seems)

20eight (2007-02-21) Hyenas Here, [level]jotybot[/level] fails if the second crate is an f.  It should be a fairly easy fix.

Interesting solutions, geej66.  I didn't realize that [spoiler]these could be solved without considering the values of the crates.  I figured that each 'shelf' would only hold one kind of crate.[/spoiler]

20eight (2007-02-21) [b]Shelves 3[/b] - [level]tegagop[/level]

Hyenas Here (2007-02-21) [quote author=20eight link=topic=197.msg2164#msg2164 date=1172019811]
Hyenas Here, [level]jotybot[/level] fails if the second crate is an f.  It should be a fairly easy fix.
[/quote]

Heh. I usually do these while on calls, so I didn't catch that one. Here's the fix: Shelves 1 - [level]kazabab[/level], Solution - [level]picezyr[/level]

geej66 (2007-02-21) Shelves 3 ([level]tegagop[/level]) solution - [level]zabelat[/level]

20eight (2007-02-21) [b]Shelves 4[/b] - [level]tukyval[/level]
[b]Shelves 5[/b] - [level]hyvuceg[/level]

20eight (2007-02-22) a while back I posted a puzzle, ambivalence (fetyven).  Probably because it wasn't all that well-conceived, nobody's done anything with it yet.  Here's a more thought-out version (hopefully a bit easier and more palatable):

[b]Ambivalence 1[/b] - [level]jopenar[/level]

Bucky (2007-02-22) old Ambivalence was just a slow version of Oscillate.  New Ambivalence isn't much different.

20eight (2007-02-23) [b]Release Valve[/b] - [level]panokac[/level]

jnz (2007-02-23) For Shelves 5 (hyvuceg): [level]vorohag[/level].  The available space is in a strange shape, making it hard to fit things in.

20eight (2007-02-23) [level]vorohag[/level] is a great solution, jnz.  It's very satisfying to watch.

jnz (2007-02-23) For Release Valve (panokac): [level]dadetim[/level].  That was deceptively simple.

20eight (2007-02-23) yeah, I'm trying to do some simpler ones again.

[b]Release Valve 2[/b] - [level]zatilub[/level]

20eight (2007-02-23) [b]Release Valve 3[/b] - sibexyf [i](edit: apparently impossible)[/i]

Rene (2007-02-23) For Release Valve ([level]panokac[/level]): [level]habikam[/level]
and Release Valve 2 ([level]zatilub[/level]): [level]fyparag[/level]

Release Valve 3 is quite a bit harder, if not impossible

Bucky (2007-02-23) Release Valve:[level]getodam[/level]

20eight (2007-02-23) [quote author=Rene link=topic=197.msg2195#msg2195 date=1172251257]
Release Valve 3 is quite a bit harder, if not impossible
[/quote]

I think it is impossible.  I'll try to come up with a 3.1 but I don't have time right now.  Thanks for the feedback.

Bucky (2007-02-23) [quote author=20eight link=topic=197.msg2197#msg2197 date=1172261134]
[quote author=Rene link=topic=197.msg2195#msg2195 date=1172251257]
Release Valve 3 is quite a bit harder, if not impossible
[/quote]

I think it is impossible.  I'll try to come up with a 3.1 but I don't have time right now.  Thanks for the feedback.
[/quote]

It is impossible only if the fourth crate is 7 or less.  No matter what crates you put in, when it's triggered, the 4th crate to enter the target matcher area must come from the right side.

jnz (2007-02-24) [quote author=Bucky link=topic=197.msg2201#msg2201 date=1172273969]
It is impossible only if the fourth crate is 7 or less.  No matter what crates you put in, when it's triggered, the 4th crate to enter the target matcher area must come from the right side.
[/quote]

I think the condition is more complicated than that.  The fourth crate has to be 7 or less and, additionally, the third crate has to be 8 or more.  See [level]gidetok[/level] for a solution that works when all crates are less than or equal to 7.

Rene (2007-02-24)
Here is (finally) my solution to Quality Control 4.1 ([level]tibygax[/level]): [level]rasakuv[/level]

[spoiler]I needed both a check on smaller/equal, and one on larger. The initialization was actually the biggest problem. An extra complication is the conversion between 2-tick and 4-tick that you need at the end.[/spoiler]

Rene (2007-02-24)
For Cascade 5 ([level]xozugan[/level]): [level]busefek[/level]

Rene (2007-02-24) For Conversion 3 ([level]putevag[/level]): [level]lyfycap[/level]

[spoiler]I couldn't decide between a time-based approach or a look-up table, but went with a sequential comparator in the end.[/spoiler]

Conversion 4 ([level]gygydyp[/level]) is only possible with [spoiler]a time-base approach[/spoiler]: [level]hebylid[/level]

[spoiler]If the '?' barrel turns out to be 0, then you cannot make anything larger than 8 out of it.[/spoiler]

20eight (2007-02-25) I wasn't so sure about conversion 4,[spoiler] it didn't occur to me that it would be impossible to subtract from the 0 barrel.[/spoiler]

[b]Conversion 5[/b] - [s]batimec[/s]

Rene (2007-02-25) [quote author=20eight link=topic=197.msg2210#msg2210 date=1172366768]
I wasn't so sure about conversion 4,[spoiler] it didn't occur to me that it would be impossible to subtract from the 0 barrel.[/spoiler]

[b]Conversion 5[/b] - [level]batimec[/level]
[/quote]

Nice attempt, 20eight, but it doesn't help much.
[spoiler]There is a similar problem with 4 and 6. If you need to make 'F', for example, you need to subtract 4 and 2 to get there, and that will leave you with a '0' that you cannot subtract further from.[/spoiler]

20eight (2007-02-25) too bad, and I thought that plus/minus mechanism was so cool.  oh well.

[b]Conversion 5.1[/b] - [level]siroxog[/level]

Rene (2007-02-25)
Conversion 5.1 is better doable, even a bit easier than Conversion 3: [level]hemegop[/level]

20eight (2007-02-25) I think this ought to do it:

[b]Release Valve 3.1[/b] - [level]cisoked[/level]

20eight (2007-02-25) [b]Burn Table[/b] - [level]jedubag[/level]

20eight (2007-02-26) [b]Replacement[/b] - [level]rogygab[/level]

20eight (2007-02-26) [b]Filler 1[/b] - [level]nabytib[/level]
[b]Filler 2[/b] - [level]hihizor[/level]

Bucky (2007-02-26) Replacement:[level]jazigor[/level]

20eight (2007-02-26) [b]Replacement 2[/b] - [level]pabuduv[/level]

Bucky (2007-02-26) Replacement 2:[level]kepodyc[/level].

Replacement 3 will be impossible.

Filler 1:[level]havipix[/level]:  This one was begging for a [spoiler]programmable solution[/spoiler]  but in the end, [spoiler]timed barrels[/spoiler] did the trick.  I re-used part of the [spoiler]programmable solution[/spoiler], though.

20eight (2007-02-26) [b]Replacement 3[/b] - [level]depizoh[/level]

geej66 (2007-02-26) Burn Table ([level]jedubag[/level]) solution - [level]hobufiz[/level]

Ugly but functional.

Rene (2007-02-26) [quote author=Bucky link=topic=197.msg2221#msg2221 date=1172469098]
Replacement 3 will be impossible.
[/quote]

[quote author=20eight link=topic=197.msg2222#msg2222 date=1172511997]
[b]Replacement 3[/b] - [level]depizoh[/level]
[/quote]

I guess Bucky has the gift of fore-sight. Replacement 3 is impossible. At least with the crates that you can work with it is.
[spoiler]Suppose the crate to be matched is odd. In the end, you'll need fabricate three copies of that crate. The only crates in the working set that are odd are the '1's. That means that you'll need to keep all three of them, in order to make the target crates. I cannot see how you can match the target without loosing at least one of the '1's in the fire. And then I am not talking about the '8's yet.....[/spoiler]

20eight (2007-02-26) [quote author=Rene link=topic=197.msg2224#msg2224 date=1172520013]
I guess Bucky has the gift of fore-sight. Replacement 3 is impossible. At least with the crates that you can work with it is.
[spoiler]Suppose the crate to be matched is odd. In the end, you'll need fabricate three copies of that crate. The only crates in the working set that are odd are the '1's. That means that you'll need to keep all three of them, in order to make the target crates. I cannot see how you can match the target without loosing at least one of the '1's in the fire. And then I am not talking about the '8's yet.....[/spoiler]
[/quote]

This isn't a full solution, but I think it answers your concerns: [level]lypesyp[/level].  [spoiler]It does the match without using any crates.[/spoiler]

Bucky (2007-02-26) I was wrong, Rene.  It is indeed possible.  I misjudged it because I discounted the fact that we can [spoiler]use barrels instead[/spoiler].

20eight (2007-02-26) [b]Burn Table 2[/b] - [level]dabevil[/level]

Rene (2007-02-26)
For Filler 2 ([level]hihizor[/level]): [level]pibuduh[/level]

Rene (2007-02-26) [quote author=Bucky link=topic=197.msg2227#msg2227 date=1172520963]
I was wrong, Rene.  It is indeed possible.  I misjudged it because I discounted the fact that we can [spoiler]use barrels instead[/spoiler].
[/quote]

And I made the same mistake. I stand corrected.

EDIT: and just to proof it is possible, here is a solution to Replacement 3: [level]johynil[/level]  ;)

jf (2007-02-27) Here is my solution to Replacement 3: [level]cudonut[/level]. The spoiler tag makes it interesting -- I was kept guessing what had made the puzzle appear impossible, until I had finished my solution. But then, as Rene had posted a solution, I knew it was in fact possible.

geej66 (2007-02-27) Burn Table 2 ([level]dabevil[/level]) solution - [level]matesyc[/level]

Compare this to my Burn Table 1 solution ([level]hobufiz[/level]).  Before doing Burn Table 2, I actually got a good night sleep (and it shows).

20eight (2007-02-27) [b]Burn Table 3[/b] - [level]gibufeh[/level]

this one has five silos, it will be interesting to see at what point (number of silos/targets) it becomes impossible.

20eight (2007-02-27) [b]Analog[/b] - [level]kabepel[/level]

jf (2007-02-27) For Analog (kabepel): [level]vudebam[/level].

jf (2007-02-27) For Burn Table 3 ([level]gibufeh[/level]): [level]navidos[/level]. (FYI: gibufeh is not saved in the warehouse.)

Rene (2007-02-27)
For Burn Table 3 ([level]gibufeh[/level]): [level]lokuzan[/level]

You can throw in a couple more silos if you want... :D

20eight (2007-02-27) [quote author=jf link=topic=197.msg2241#msg2241 date=1172609197]
(FYI: gibufeh is not saved in the warehouse.)
[/quote]

thanks.

20eight (2007-02-27) [b]Burn Table 4[/b] - [level]detuhus[/level]

jf (2007-02-27) For Burn Table 4 ([level]detuhus[/level]): [level]lobebyb[/level]. I had already seen Rene's solution to Burn Table 3 (very nice, Rene, by the way), and that has plenty of room to spare, but what fun in copying that? I did, however, change direction in my counting. I didn't make it to a four-space width per stack, but then, it wasn't necessary.

20eight (2007-02-27) [b]Burn Table 5[/b] - [level]zebohul[/level]

I assume that this is a worthy challenge because the mechanisms in [level]lobebyb[/level] (jf) and [level]lokuzan[/level] (Rene) might have some furnace issues as they move closer together.

However, #6 is on the way (skinnier silos).

jnz (2007-02-27) For Filler 2 (hihizor): [level]rirebof[/level]

20eight (2007-02-27) [b]Burn Table 6[/b] - [level]velemob[/level]

jf (2007-02-28) These last three Burn Tables that I've attempted (3, 4, and 6) have all been quite challenging. In this last one, I just had to move the furnaces even closer together, and it does get quite warm. Here is my solution to Burn Table 6 ([level]velemob[/level]): [level]nezalom[/level].

jnz (2007-02-28) For Cascade 5 (xozugan): [level]mugibuf[/level].  A programmable machine.

20eight (2007-02-28) jf, great work on [level]nezalom[/level]

I gotta figure that #6 ends the series.  Narrower silos would also mean less vertical space to work with.  The space required for [level]nezalom[/level] certainly indicates that a #7 would be impossible.

20eight (2007-02-28) jnz, [level]mugibuf[/level] is quite cool.  For some reason it makes me think of punchcard programming.

20eight (2007-02-28) [s][b]Analog 2[/b] - [level]cahuzob[/level][/s]
[b]Analog 2[/b] - [level]huletyb[/level] [i](edit: this is a better version)[/i]

this was the original idea I had for analog.  It had problems and I ended up going a different way with it (Analog 1 - [level]kabepel[/level]).  anyway, I think that I've figured it out; but it may still have some problems.

jf (2007-02-28) I found Analog 2 easier than the first. For Analog 2 ([level]huletyb[/level]): [level]kugytaf[/level].

For Filler 1: [level]bovadux[/level], and Filler 2: [level]vyhakud[/level]. For these two, I just used anything that worked.

20eight (2007-02-28) [b]Analog 3[/b] - [level]zumareg[/level]

Rene (2007-02-28) For Burn Table 6 ([level]velemob[/level]): [level]mikobyd[/level]

With a new, simpler and faster principle than I used for Burn Table 3.
Vertically there is still plenty of space to spare, but if you moved the silo's even closer together, I would need a different way of working the switch. And some other problems..... ;)

EDIT: JF - I looked at your burn table solutions. I just love the visual effect in [level]navidos[/level]. It's like throwing up all the barrels in the air and then catching them again, almost like a jugling act.

Rene (2007-02-28)
For Analog 1 ([level]kabepel[/level]): [level]cufesuv[/level]

jf (2007-02-28) For Analog 3 ([level]zumareg[/level]): [level]gomaruc[/level]. The available space is shrinking fast. If you add another row, I may have to come up with a different design.

Rene -- for visual effect, your [level]cufesuv[/level] is superb. It looks like the start of a car race, and then, fireworks at the finish.

20eight (2007-02-28) [b]Analog 4[/b] - [level]vibygis[/level]

20eight (2007-02-28) [quote author=Rene link=topic=197.msg2257#msg2257 date=1172695860]
Vertically there is still plenty of space to spare, but if you moved the silo's even closer together, I would need a different way of working the switch. And some other problems..... ;)
[/quote]

nice job on [level]mikobyd[/level], Rene.  I guess I'll start working on #7 when I get some time - narrower silos is easy, but the burn mechanism will be hard to condense.

jnz (2007-02-28) Analog 2 (huletyb) was made for cheating: [level]lipeseb[/level]  :)

20eight (2007-03-01) [quote author=jnz link=topic=197.msg2263#msg2263 date=1172701320]
Analog 2 (huletyb) was made for cheating: [level]lipeseb[/level]  :)
[/quote]

yeah, I realized that I hadn't [spoiler]locked those spaces[/spoiler] shortly after I posted it.  But I had already changed it once so I just left it (luckily I remembered for 3 & 4).

adept (2007-03-01) Solution for torrent 2 [spoiler]vobiseb[/spoiler]

very slick puzzle- everytime I thought I had it fixed, there was another wrinkle.  I'll be interested to see how everyone else solves it with fewer parts.  They always do. :)

20eight (2007-03-01) nice work on [level]vobiseb[/level], adept. 

That reminds me that I had an idea for Torrent 4, but I was waiting for someone to solve #2.

jf (2007-03-01) For Slot Machine ([level]litipaf[/level]): [level]falehyx[/level] -- but I couldn't get any coins to fall out.

20eight (2007-03-01) [s][b]Burn Table 7[/b] - [level]bifetaf[/level][/s]

I won't be very surprised if this turns out to be impossible [i](edit: it was)[/i]

Bucky (2007-03-01) Burn Table 7 is trivially impossible if any ? crate is a 0.

20eight (2007-03-01) [quote author=Bucky link=topic=197.msg2271#msg2271 date=1172767481]
Burn Table 7 is trivially impossible if any ? crate is a 0.
[/quote]

good point.  back to the drawing board...

20eight (2007-03-01) [b]Torrent 4[/b] - [level]syxibyx[/level]

20eight (2007-03-01) [s][b]Burn Table 7[/b] - [level]dabanek[/level][/s]
[b]Burn Table 7[/b] - [level]gekydir[/level]

still, I won't be very surprised if this turns out to be impossible (thanks for the quick catch on bifetaf, Bucky).

20eight (2007-03-01) [b]Slot Machine 2[/b] - [level]takybyd[/level]

Rene (2007-03-01)
For Burn Table 7 ([level]dabanek[/level]): [level]dagogid[/level]

I took the liberty to use the spaces above the other gates as well, otherwise it would not have been possible. I am not sure why you opened only 4 after [i]bifetak[/i]

I guess this is the end of it, there's no room left.

20eight (2007-03-01) the real difference between [level]bifetaf[/level] and [level]dabanek[/level] was supposed to be the extra 0 crate in the silo.  My original thought was the same as yours.  I started adding 0 barrels on top of the gates, but then I that that it would be more visually pleasing to add the crate instead.  Either way, the same thing is achieved.  I just forgot to relock those four spaces.  I think that [level]dabanek[/level] was solveable as it was, but I'll go ahead and change the offical version to comply (now it's [level]gekydir[/level])

awesome solution by the way.

jf (2007-03-01) For Slot Machine 2 ([level]takybyd[/level]): [level]herihyx[/level]. I may run out of room for this design, when you post a Slot Machine 3.

20eight (2007-03-01) jf, [level]herihyx[/level] is good example what I like about your solutions.  They seem to always have this 'one thing at time' manner that makes them easy to dissect and fun to watch.

Hopefully I'll have time later today to put together #3.

Rene (2007-03-01) [quote author=20eight link=topic=197.msg2277#msg2277 date=1172777586]
the real difference between [level]bifetaf[/level] and [level]dabanek[/level] was supposed to be the extra 0 crate in the silo.  My original thought was the same as yours.  I started adding 0 barrels on top of the gates, but then I that that it would be more visually pleasing to add the crate instead.  Either way, the same thing is achieved.  I just forgot to relock those four spaces.  I think that [level]dabanek[/level] was solveable as it was, but I'll go ahead and change the offical version to comply (now it's [level]gekydir[/level])

awesome solution by the way.
[/quote]

Aha! Sorry, I did not even notice the extra 0. Looking at it now, I still don't see a way that [level]dabanek[/level] can be solved without the 0 barrels. [spoiler]It would mean that - in case of the 0 crate - you must avoid triggering even once. That would be a special case, and there is not really room for special cases. [/spoiler] Mmmm, maybe if I sleep on it....

jf (2007-03-02) In fact, [level]dabanek[/level] is solvable as it stands. I have not looked at Rene's [level]dagogid[/level] yet, but I can guess from the posts, and from [level]gekydir[/level], where some barrels will be found. I managed to solve dabanek without using any of the spaces above the gates, not even the four unlocked spaces, and this was quite a challenge. My solution to Burn Table 7 ([level]dabanek[/level]): [level]dogifiv[/level].

20eight (2007-03-02) jf, [level]dogifiv[/level] is brilliant.  like I said about [level]herihyx[/level] - fun to watch/easy to dissect.

20eight (2007-03-02) [s][b]Slot Machine 3[/b] - [level]lymapig[/level][/s]
[b]Slot Machine 3[/b] - [level]mesadaz[/level]

Rene (2007-03-02) [quote author=20eight link=topic=197.msg2283#msg2283 date=1172856318]
[b]Slot Machine 3[/b] - [level]lymapig[/level]
[/quote]

Nice showcase, 20eight, are you going to turn it into a puzzle by providing some crates ;) ?

geej66 (2007-03-02) I'm going way back here (I've been working on solutions to these for a long time):

Ambivalence ([level]fetyven[/level]) solution - [level]kikazit[/level]

Ambivalence 1 ([level]jopenar[/level]) solution - [level]fugipyd[/level]

Getting the bottom half to work right was the real tough part (and my solution isn't pretty at all as a result). 

jf (2007-03-02) For Release Valve 1 ([level]panokac[/level]): [level]veladyk[/level], and for Release Valve 2 ([level]zatilub[/level]): [level]dozupeb[/level].

Edit: Very cool solution for Release Valve 2, Rene ([level]fyparag[/level]).

20eight (2007-03-02) [quote author=Rene link=topic=197.msg2284#msg2284 date=1172864110]
Nice showcase, 20eight, are you going to turn it into a puzzle by providing some crates ;) ?
[/quote]

that's funny, when I was making it I actually thought about how embarrassing it would be to post it without remembering the crates.

[b]Slot Machine 3[/b] - [level]mesadaz[/level]

20eight (2007-03-02) geej66, nice work on [level]kikazit[/level] and [level]fugipyd[/level].  Sorry I didn't [spoiler]leave room for turn signals underneath[/spoiler].  I would have had I thought of it.

Rene (2007-03-03) For Slot Machine 3 ([level]mesadaz[/level]): [level]gizimet[/level]
And Slot Machine 2 ([level]takybyd[/level]): [level]hexezog[/level]

They use the same principle

20eight (2007-03-04) [b]Mimic[/b] - [level]buryryk[/level]

geej66 (2007-03-05) Mimic ([level]buryryk[/level]) solution - [level]giguzyh[/level]

SM (2007-03-05) Mimic Solution [level]kumotuf[/level]

adept (2007-03-05) another minic solution [level]hukelud[/level]

and for mimic 2 [level]bifakab[/level]

20eight (2007-03-05) [b]Mimic 2[/b] - [level]cubucub[/level]

geej66 (2007-03-05) Mimic 2 ([level]cubucub[/level]) solution - [level]lypedyr[/level]

20eight (2007-03-05) [b]Mimic 3[/b] - [level]bekekol[/level]

jnz (2007-03-05) For Mimic 3 ([level]bekekol[/level]): [level]kaxogyt[/level]

jf (2007-03-05) For Mimic ([level]buryryk[/level]): [level]rogivek[/level].

For Mimic 2 ([level]cubucub[/level]): [level]pyrofol[/level].

For Mimic 3 ([level]bekekol[/level]): [level]numedel[/level].

20eight (2007-03-06) jnz, you forgot to switch the crates back to ?'s on [level]kaxogyt[/level]

20eight (2007-03-06) [b]Mimic 4[/b] - [level]vezevog[/level]

20eight (2007-03-06) [b]Mimic 5[/b] - [level]gaxygon[/level]

jf (2007-03-06) For Mimic 4 ([level]vezevog[/level]): [level]budasuv[/level].

jnz (2007-03-06) [quote author=20eight link=topic=197.msg2330#msg2330 date=1173141977]
jnz, you forgot to switch the crates back to ?'s on [level]kaxogyt[/level]
[/quote]

Whoops.  Well you get the idea anyway.  :)

Hyenas Here (2007-03-06) mimic 5 ([level]gaxygon[/level]): [level]tarovyl[/level]

jf (2007-03-06) For Mimic 5 ([level]gaxygon[/level]): [level]kokisof[/level].

jnz (2007-03-07) For Mimic 5 ([level]gaxygon[/level]): [level]juhynec[/level]

20eight (2007-03-07) [b]Mimic 6[/b] - [level]bulavid[/level]

20eight (2007-03-07) [b]Timed Release 1[/b] - [level]gucomag[/level]

jnz (2007-03-07) For Timed Release 1 ([level]gucomag[/level]): [level]gusipud[/level].  What's the upper dozer for?

20eight (2007-03-07) [quote author=jnz link=topic=197.msg2344#msg2344 date=1173278693]
What's the upper dozer for?
[/quote]

I started with a version with more crates and edited down to make [level]gucomag[/level].

[b]Timed Release 2[/b] - [level]biludif[/level]

jnz (2007-03-07) For Timed Release 2 (biludif): [level]rasineg[/level].  I'm hoping this approach will scale up easily.

20eight (2007-03-07) [b]Timed Release 3[/b] - [level]mabigob[/level]

20eight (2007-03-08) [s][b]Vein[/b] - [level]cufozob[/level][/s]
[b]Vein 1[/b] - [level]vivotyt[/level]
[b]Vein 2[/b] - [level]cufozob[/level]

Rene (2007-03-08) For Timed Release 3 ([level]mabigob[/level]): [level]basaxeh[/level]
For Vein 1 ([level]vivotyt[/level]): [level]tuduzob[/level]
And Vein 2 ([level]cufozob[/level]): [level]navivub[/level]

20eight (2007-03-08) [quote author=Rene link=topic=197.msg2350#msg2350 date=1173381910]
For Vein 1 ([level]vivotyt[/level]): [level]tuduzob[/level]
And Vein 2 ([level]cufozob[/level]): [level]navivub[/level]
[/quote]

well, I made it a little while without one of my foolish oversights.

[b]Vein 3[/b] - [level]mafynys[/level]
[b]Vein 4[/b] - [level]kekixam[/level]

geej66 (2007-03-09) Vein 3 ([level]mafynus[/level]) solution - [level]nykikos[/level]
Vein 4 ([level]kekixam[/level]) solution - [level]vatyfeb[/level]

(corrected - the originals didn't work for zero... oops)

20eight (2007-03-09) [b]Vein 5[/b] - [level]xypugad[/level]
[b]Vein 6[/b] - [level]vedacal[/level]

Hyenas Here (2007-03-09) Vein 2 ([level]cufozob[/level]): [level]mobigef[/level] (modified Vein 2 [[level]gidygig[/level]]: [level]vasetil[/level])

Hyenas Here (2007-03-10) Vein 5 ([level]xypugad[/level]): [s][level]cetylet[/level][/s] [s][level]gisucav[/level][/s] [level]pynugib[/level]

20eight (2007-03-11) Hyenas Here,  [level]cetylet[/level] has an issue if the right crate is a 0, I think it because the F crate ends up getting stuck in the tube rather than going throught the whole mechanism.  Great solution otherwise, it looks like it won't be a hard edit.

Hyenas Here (2007-03-11) Heh, thanks. [level]gisucav[/level] should fix that.

The 0 barrel would preceed the 0 crate by one tick, and the F couldn't get through in time. Taking out a single upward pipe resolved it. :)

geej66 (2007-03-12) Oops, [level]gisucav[/level] now has a problem when the left ? crate is a 0 (I think the same problem was in the previous level).

Other than that, great solution Hyenas Here.

Hyenas Here (2007-03-13) Eek! Well, this is one of the main reasons I hate timing-based solutions. But given the amount of space, it couldn't be helped! :)

So, this should fix that one: [level]pynugib[/level]

(Just let me know if anyone finds another.)

20eight (2007-03-13) here a simple one:

[b]Sync[/b] - [level]damibig[/level]

Rene (2007-03-13)
For Sync ([level]damibig[/level]): [level]tonugob[/level]

20eight (2007-03-14) [b]Sync 2[/b] - [level]rosutuf[/level]

20eight (2007-03-14) [b]Shunt[/b] - [level]gigadeb[/level]

this one is a fair bit like 'timed release', but I think it's a better puzzle.  If nothing else, it allows for easier scaling up.

Also, I think that someone else used 'shunt' as a puzzle name already.  If someone wants to suggest another name for this series, I'd be happy to change it.

adept (2007-03-14) another solution for sync 1 [level]sygyzuk[/level]

and Sync 2 [level]sokacol[/level] basically the same.

Rene (2007-03-14)
For Sync 2: [level]desybat[/level]

jf (2007-03-14) For Shunt ([level]gigadeb[/level]): [level]cabimyg[/level]. I installed a glass floor for this one.

jf (2007-03-14) For Sync 2: [level]fimagod[/level].

Rene (2007-03-14)
For Mimic 6 ([level]bulavid[/level]): [level]zuxeduv[/level]

Fun puzzle. It feels like you are trying to find the right key to decode an encrypted message.

jf (2007-03-15) Oh yes, I forgot about that last mimic puzzle, which I had been working on some time ago but never completed. Here is a finished solution for Mimic 6: [level]xagivos[/level].

Nice solution, Rene -- it certainly looks like some kind of secret decoder machine. And it's clever how you [spoiler]bring attention to the unused fifth position in the code[/spoiler].

Edit: Sync 1: [level]nobosaf[/level]. I just cleaned up fimagod a bit. BTW, nice trick with the crate bounce in tomugob, Rene.

20eight (2007-03-15) [b]Shunt 2[/b] - [level]gulabur[/level]

geej66 (2007-03-15) Shunt 2 ([level]gulabur[/level]) solution - [level]hibubuz[/level]

20eight (2007-03-15) [b]Shunt 3[/b] - [level]gogepag[/level]

jf (2007-03-16) For Shunt 2 ([level]gulubur[/level]), I built a scalable solution: [level]vyrepub[/level].

With a slight modification, it also solves Shunt 3 ([level]gogepag[/level]): [level]denedad[/level].

20eight (2007-03-16) nice work, jf.  this next one probably won't pose too much of a challenge to your scalable approach:

[b]Shunt 4[/b] - [level]dividif[/level]

btw, in building Shunt 4, I realized that it has a (semi) cheap solution if [spoiler]you jam the output tube[/spoiler].  but then again that would add some difficulty other places.

20eight (2007-03-16) [b]Sync 3[/b] - [level]gybigix[/level]

Rene (2007-03-16)
For Shunt 4 ([level]dividif[/level]): [level]pusunip[/level]

Compared to my solution to Timed Release I optimized this one for speed a bit

[quote author=jf link=topic=197.msg2392#msg2392 date=1173918446]
BTW, nice trick with the crate bounce in tomugob, Rene.
[/quote]
Thanks. I discovered the trick by accident while solving SM's puzzle "Precious Cargo" ([level]fuledum[/level]): [level]dusolas[/level]

jf (2007-03-16) [quote author=Rene link=topic=197.msg2407#msg2407 date=1174071260]
Compared to my solution to Timed Release I optimized this one for speed a bit
[/quote]

I haven't looked at the Timed Release solutions yet, but I like the optimization I see in this one -- very clever.

I scaled my existing design up for Shunt 4 ([level]dividif[/level]): [level]mubosih[/level]. I did the same for Sync 3 ([level]gybigix[/level]), with some modifications on the left to save room: [level]gunusab[/level].

Rene (2007-03-16) For Sync 3 ([level]gybigix[/level]): [level]mehocyl[/level]

Adapted from the solution to Sync 2. I needed to move some things around because of lack of space.

JF: I love your snakes crawling around the screen in [level]gunusab[/level] :D

20eight (2007-03-17) [b]Blind Co-op[/b] - [level]mypored[/level]

jf (2007-03-18) That was a fun puzzle: My Blind Co-op solution: [level]hagymer[/level].

20eight (2007-03-18) [b]Blind Co-op 2[/b] - [level]regixyz[/level]

Rene (2007-03-18) Nice and easy. For Blind Co-op ([level]mypored[/level]): [level]dadiled[/level]

And for Blind Co-op 2 ([level]regixyz[/level]): [level]vamusyh[/level]. I made an effort to make the solution scalable.


20eight (2007-03-19) [b]Blind Co-op 3[/b] - [level]zonecaz[/level]

20eight (2007-03-19) [b]Blind Co-op 4[/b] - [level]bovudyt[/level]
[b]Blind Co-op 5[/b] - [level]bidaneb[/level]
[b]Blind Co-op 6[/b] - [level]tozebar[/level]

while #3 was just a scale-up, these are more of a lateral move.  they might as well be 1a, 2a and 3a.

geej66 (2007-03-19) blind co-op 4 ([level]bovudyt[/level]) solution - [level]zimodyz[/level]

Rene (2007-03-19)
For Blind Co-op 3 ([level]zonecaz[/level]): [level]cyguxag[/level]

The scale-up from the solution to Co-op 2 was even easier than expected [level]cyguxag[/level] is identical to [level]vamusyh[/level], except for a tiny detail in the order reversal part.

Now up to Co-op 4....

jf (2007-03-20) For Blind Co-op 6 ([level]tozebar[/level]): [level]pegivim[/level]. There is almost no room left to spare -- I don't think I can stretch this one any further if more crates are added.

20eight (2007-03-20) [quote author=jf link=topic=197.msg2435#msg2435 date=1174382427]
There is almost no room left to spare -- I don't think I can stretch this one any further if more crates are added.
[/quote]

I figured as much.  Here's the first one of the next set of three:

[b]Blind Co-op 7[/b] - [level]naragyg[/level]

I imagine that space will definitely be an issue with this set.  In fact, 8 & 9 may not even be possible.  I'll wait to post them until we see how #7 goes.

Rene (2007-03-20) For Blind co-op 6 ([level]tozebar[/level]): [level]gubegig[/level]

I had to pull all tricks in the book for this one.

JF - your idea [spoiler]of putting barrels inbetween the crates, and using the timing to determine whether the matched cargo should go through[/spoiler] is quite smart.

Bucky (2007-03-20) Blind Co-op 7([level]naragyg[/level]):[level]bebikid[/level].
[spoiler]
That was too simple to be a "medium" puzzle.[/spoiler]

20eight (2007-03-21) [quote author=Bucky link=topic=197.msg2439#msg2439 date=1174435128]
[spoiler]
That was too simple to be a "medium" puzzle.[/spoiler]
[/quote]

yeah, I often wish that I could go back to warehoused levels and change the designated difficulty.

[s][b]Blind Co-op 8[/b] - [level]humecet[/level][/s]
[b]Blind Co-op 8[/b] - [level]vuruhos[/level]

Bucky (2007-03-21) [quote author=20eight link=topic=197.msg2440#msg2440 date=1174445054]

yeah, I often wish that I could go back to warehoused levels and change the designated difficulty.[/quote]

You can do that manually in the search engine itself (a "newbie" would do the trick).

Did you intentionally not leave enough space for a dozer between crate and wall?

20eight (2007-03-21) [quote author=Bucky link=topic=197.msg2441#msg2441 date=1174446519]
Did you intentionally not leave enough space for a dozer between crate and wall?
[/quote]

good point.  I don't know why I placed them all the way to the left.  Here's a better version - [level]vuruhos[/level]

20eight (2007-03-21) [quote author=Bucky link=topic=197.msg2441#msg2441 date=1174446519]
You can do that manually in the search engine itself (a "newbie" would do the trick).
[/quote]

But that won't change the designated difficulty (the one in the dialogue box as you open the level), or will it?

jf (2007-03-22) Here is my solution for Blind co-op 8 ([level]vuruhos[/level]): [level]dekotud[/level]. That was tough! I don't have any room to scale this up, as I'm missing just one extra space to clear the inputs. [spoiler]I settled for just pushing the first input to the side.[/spoiler] I was inspired by Rene's gubegig to try [spoiler]a circling loop of crates[/spoiler].

And for Blind co-op 7 ([level]naragyg[/level]): [level]gygaxyz[/level].

20eight (2007-03-22) well, [level]dekotud[/level] (nice work, jf) shows that this may be possible:

Blind Co-op 9 - [level]berorik[/level]

jf (2007-03-22) Yes, Blind Co-op 9 is possible, and here is my solution: [level]tiginok[/level]. I can't believe I was able to cram it all into the alloted space, and [spoiler]the timing is incredibly subtle[/spoiler]. This solution would scale up, but is limited by [spoiler]the amount of buffer space to hold the inputs[/spoiler] and also [spoiler]the space needed to release the rightmost crates[/spoiler].

20eight (2007-03-23) great work on [level]tiginok[/level], jf.  Ironically your solution has an easier time scaling up than the puzzle (it's hard to get the initial mechanism to function properly with more crates).  [level]tiginok[/level] certainly works up to 6 crates, and would probably work for more if things wouldn't [spoiler]get backed up at the right side[/spoiler].

20eight (2007-03-24) here's something kind of different:

[b]Sampler[/b] - [level]tadiler[/level]

Rene (2007-03-24) For Blind co-op 9 ([level]berorik[/level]): [level]xegyxud[/level] - should work for 7 and 8 as well.

And for Sampler ([level]tadiler[/level]): [level]fidukyb[/level]

20eight (2007-03-24) [b]Sampler 2[/b] - [level]ledohit[/level] (same thing-but no copiers)

20eight (2007-03-25) [b]Dispersion[/b] - [level]guhygyr[/level]

Rene (2007-03-25)
For Sampler 2 ([level]ledohit[/level]): [level]jufakyx[/level]

jf (2007-03-28) I used brute force to solve these two: for Dispersion ([level]guhygyr[/level]): [level]bibuxom[/level], and for Sampler 2 ([level]ledohit[/level]): [level]lonesus[/level].

20eight (2007-03-29) [b]Dispersion 2[/b] - [level]kohylyf[/level]

adept (2007-03-29) Dispersion 2 [level]sykysen[/level]  - I finally solved one without making it overly complicated.

20eight (2007-03-30) [b]Dispersion 3[/b] - [level]dunusyg[/level]

jf (2007-03-30) For Dispersion 2 ([level]kohylyf[/level]): [level]gavihab[/level], and for Dispersion 3 ([level]dunusyg[/level]): [level]zoxurub[/level].

Rene, nice clean solution to Blind co-op 9 in [level]xegyxud[/level] -- it looks so easy.

20eight (2007-03-31) [b]Dispersion 4[/b] - [level]hazixil[/level]

Hyenas Here (2007-04-03) [quote author=20eight link=topic=197.msg2357#msg2357 date=1173461187]
[b]Vein 6[/b] - [level]vedacal[/level]
[/quote]

Behold, several weeks of work, the solution for "vein 6": [level]behodod[/level]

20eight (2007-04-03) Hyenas Here, [level]behodod[/level] is fantastic.  I still have a smile on my face as I type this.

20eight (2007-04-03) [b]Factors[/b] - [level]hygyhyl[/level]

Hyenas Here (2007-04-07) [quote author=20eight link=topic=197.msg2475#msg2475 date=1175615842]
Hyenas Here, [level]behodod[/level] is fantastic.  I still have a smile on my face as I type this.
[/quote]

Thanks. I was pleased but not enthusiastic because my original goal was to do it much "lighter". So I persevered, and behold:

[level]bogined[/level]

(Edit: Oops, it was failing if the second crate was F. I think it's fixed now.)

jf (2007-04-26) For Factors ([level]hygyhyl[/level]): [level]gexehyd[/level].

jf (2007-04-27) For Vein 6 ([level]vedacal[/level]): [level]receric[/level].

Edit: Nice solutions, Hyenas Here -- behodod, and the miniaturization in bogined are impressive.

Edit again: for Vein 5 ([level]xypugad[/level]): [level]konuvyd[/level], after seeing Hyenas Here's latching mechanism.

Timbo (2007-04-28) Valve 3.1 ([level]cisoked[/level])[level]kutodev[/level]

geej66 (2007-05-01) Analog 4 ([level]vibygis[/level]) - [level]bugisek[/level]

error1 (2007-05-02) Dispersion 4 - ([level]hazixil[/level]) - [level]macyfov[/level]

jf (2007-05-02) For Dispersion 4 ([level]hazizil[/level]): [level]pyzidul[/level]

For Timed Release 3 ([level]mabigob[/level]): [level]defofav[/level]

jf (2007-05-04) Here are a few more:

Sampler ([level]tadiler[/level]): [level]negukah[/level]

Four Sum 2 ([level]zufumas[/level]): [level]gubopah[/level]

Torrent 4 ([level]syxibyx[/level]): [level]gefyvik[/level]. This solution turned out to be much less complicated than I expected. [spoiler]The top sets up a simple pattern (which was important to find), the right side easily handles the zero case, and the left side does little more than turn the resulting barrels into crates.[/spoiler]

Blind Co-op 5 ([level]bidaneb[/level]): [level]jigedol[/level]

Shelves 4 ([level]tukyval[/level]): [level]damesyg[/level]

jf (2007-05-05) Here are two more to finish off the week:

Burn Table 5 ([level]zebohul[/level]): [level]mofuvyx[/level].

Queue 2 ([level]patymoz[/level]): [level]baposaf[/level]. This one is a very difficult puzzle, or a very complicated solution, or both.  :)

20eight (2007-05-08) wow, jf.  You're brilliant.  I was especially excited to see Queue 2 solved. 

Hopefully once Lacrosse season is over (and maybe the school year too), I'll have some time to generate more puzzles.

jf (2007-05-17) Here is one more: Alternative Math 5 ([level]kabegav[/level]): [level]bicinuh[/level]

There are a few more existing puzzles that I would like to solve.

jf (2007-05-18) For Quality Control 4.1 [level]tibygax[/level]: [level]tuhasam[/level]. This puzzle was quite a challenge. Rene's solution rasakuv is interesting -- I had originally started with a similar idea. This solution is completely different.

[spoiler]My solution only needs one of the available gates, and takes advantage of the behavior of the up-pipe when a string of barrels dropping under it momentarily loses slack, coupled with the timing of the keys on either side of the gate. Also, the chained-delay of downward keys is important, to implement the "starting gate" from which the final release of the bottom dozer is timed (the delay is needed to accomodate a crate 0 or 1).[/spoiler]

jf (2007-05-23) For Equilibrium [level]vuhunyp[/level]: [level]dupadeg[/level]. This was one tricky puzzle!

For Slidebar 3 [level]vimydah[/level]: [level]jyvymyn[/level].

For Eight Sum 3 [level]goryvyn[/level]: [level]rigydab[/level]. I adapted my solution for Four Sum 2.

jf (2007-06-06) For Slot Machine 3: [level]gyvuvar[/level]. I've just now looked at Rene's solution [level]gizimet[/level] -- very clever design.

humbugger (2012-11-25) I haven't seen many solutions for these posted.  I had less trouble with 4 than I did 3.

I think the method I used for 4 could be used on all four for the Combinations.

Combination Lock 3 [level]hogudav[/level] : [level]cogegez[/level]

Combination Lock 4 [level]camydyb[/level] : [level]homuhit[/level]

humbugger (2012-12-02) Slot Machine 2 [level]takybyd[/level] : Winning at Slots 2 [level]pufomaf[/level]

A slow but steady way of winning.  I have used the same method for Slot Machine 1.  I am not sure I can find enough room for # 3.

humbugger (2012-12-02) Fairly simple solution to Analog 4 [level]vibygis[/level] :[level]nyzedos[/level]

Should work for 2 & 3 also.

humbugger (2013-02-03) I simplified the bottom part form my solution to Combination Lock 4
to make this solution to Combination Lock 3 [level]hogudav[/level] : [level]dalehop[/level]

humbugger (2013-08-31) For “factors” [level]hygyhyl[/level] I have noticed that it is possible for the dozer to be released before the target column has stopped.
If the first upper random crate is an F and target random crate is larger than B, the information crates come out
for B.

The solution posted by jf also fails when this occurs.

I have slowed down the dozer trigger random crate to eliminate this. Factors 2 [level]tudaryg[/level]

My solution to this modified “factors” is [level]rydedam[/level]

Humbugger

humbugger (2013-09-12) This is a fun solution I came up with for Burn Table 6: [level]velemob[/level] - [level]vylykud[/level]

It should work for Levels 1 thru 6.

Humbugger

humbugger (2013-09-12) Since I have done Burn Table 6.  I felt I must do something for Burn Table 7: [level]gekydir[/level]
My solution is similar to Rene's, but I found a way to do it without modifying the original crates.
Behold Burn Table 7 Solution: [level]begizif[/level].

Humbugger

Action Arcade!!! ;D

lopsidation (2007-02-05) Yep, you read that right, It's rubicon... Generation X! I created the very first action arcade level at [i][move][level]hoticix[/level][/move][/i]
[move] ;D 8) ;D 8) ;D 8) ;D 8) ;D 8) ;D 8) ;D 8) ;D 8) ;D 8) ;D 8) ;D 8) ;D 8) ;D 8) ;D 8) ;D 8)[/move]
BTW, don't post your solutions yet, I want everyone to figure it out themselves.
Maybe someone can make a scrolling shooter? That would be sweet ;D
Another one: [level]nylylas[/level]

Kevan (2007-02-05) Heh, solved. Very good.

Rene (2007-02-05)
Nice one.
By the way, you're not the first with such a puzzle. There is at least one puzzle posted before that has the same kind of solution. And that one is harder!

jf (2007-02-05) Thanks, Rene!  ;) [spoiler]After I figured this one out, I went back and solved another puzzle that it made me think of.[/spoiler]

Rene (2007-02-05)
How about this one for a scrolling shooter (make sure you solve [level]hoticix[/level] first!!):

    [level]cerusob[/level]

BirdOfAsh (2007-02-06) That was fun! At first glance, I had no idea what to do, but then the answer just popped into my head! I loved it. (Them)

Bucky (2007-02-06) [quote author=Rene link=topic=199.msg1956#msg1956 date=1170715960]

How about this one for a scrolling shooter (make sure you solve [level]hoticix[/level] first!!):

    [level]cerusob[/level]
[/quote]

Unsolveable.  Eventually, two blocks will come in the wrong formation.

lopsidation (2007-02-07) new one:[level]nylylas[/level]: fast reaction
I guess it would be hard to create a real scrolling shooter like space invaders or raiden X because you only have one key to work with. Maybe you could do pong, with old physics=left and new physics=right, but the bouncing ball would be very impossibly hard to implement.

The basic machine for action arcade:[level]sipusuf[/level]
When P is on the old setting, it goes right, otherwise it goes left. There's also a nice little puzzle for choosing which crate to put there, but it's rather easy.

krisper (2007-09-20) I never understood [level]hoticix[/level]... Someone wanna tell me what the point is?

Bucky (2007-09-20) [spoiler]It's a odd variant on [level]sufebub[/level].  I'd recommend doing that one first.[/spoiler]
Further[spoiler], it makes use of an odd feature mentioned on the front page.[/spoiler]

krisper (2007-09-20) [level]sufebub[/level] Could not be found.


Would you be talking about the [spoiler]Advanced Editing? cause I still don't really understand what to do... like why is it called "action arcade"?[/spoiler]

Bucky (2007-09-20) [spoiler][level]sufebeb[/level][/spoiler] was the original.  If you've solved any of them, you know why it's Action Arcade.

adept (2007-09-20) [quote author=Bucky link=topic=199.msg3215#msg3215 date=1190320824]
[spoiler][level]sufebeb[/level][/spoiler] was the original.  If you've solved any of them, you know why it's Action Arcade.
[/quote]

Now I can finally solve the original- thanks
I never even thought about trying that until this tread

sly (2007-09-25) I got an action arcade one. I'm sure alot of you will give up on it tho ;)

Nobody's Perfect : [level]zubuvim[/level]

Rene (2007-09-25) [quote author=sly link=topic=199.msg3222#msg3222 date=1190689033]
I got an action arcade one. I'm sure alot of you will give up on it tho ;)

Nobody's Perfect : [level]zubuvim[/level]
[/quote]

Mmmm..... did you actually manage to solve it yourself?

krisper (2007-09-25) I still can't even solve these... I thought I understood what the big secret was. But I was wrong... Anyone wanna let me know.

Bucky (2007-09-25) [quote author=sly link=topic=199.msg3222#msg3222 date=1190689033]
I got an action arcade one. I'm sure alot of you will give up on it tho ;)

Nobody's Perfect : [level]zubuvim[/level]
[/quote]

Got it on my sixth attempt.  I had to use a previously useless trick in order to do so.  [spoiler]You can slow the game down to 1/2 speed by running another rubicon level at the same time.[/spoiler]

sly (2007-09-26) [quote author=Rene link=topic=199.msg3223#msg3223 date=1190743566]
[quote author=sly link=topic=199.msg3222#msg3222 date=1190689033]
I got an action arcade one. I'm sure alot of you will give up on it tho ;)

Nobody's Perfect : [level]zubuvim[/level]
[/quote]

Mmmm..... did you actually manage to solve it yourself?

[/quote]

Yeah but it took about 50 tries -_-

Bucky (2007-09-27) I took a stab at a new-style action arcade level; it's a generic falling block game.  It's actually fun to play  :D

Falling Crates:[level]hacedod[/level].

TTTPPP (2007-09-27) Action Stations [level]vygisyp[/level]

I didn't solve it for obvious reasons.

(If you feel that you *have* to solve every level, then do the shorter version [level]bezikid[/level], which I saved by accident)

Rene (2007-09-28) [quote author=krisper link=topic=199.msg3224#msg3224 date=1190747909]
I still can't even solve these... I thought I understood what the big secret was. But I was wrong... Anyone wanna let me know.
[/quote]

Krisper, to solve these puzzles you have to use a lesser known feature of Rubicon
[spoiler]Rubicon has two physics models: an old and a new one. In the old physics model, the packers, unpackers, and copiers are a little bit faster than in the new model.[/spoiler]
[spoiler]You can switch between the models with 'P'.[/spoiler]
[spoiler]You can even switch while the game is already running.[/spoiler]
[spoiler]That makes it possible to influence the game while it is running, directing crates one way or another based on the physics model[/spoiler]

krisper (2007-09-28) [quote author=Rene link=topic=199.msg3229#msg3229 date=1190959568]
[quote author=krisper link=topic=199.msg3224#msg3224 date=1190747909]
I still can't even solve these... I thought I understood what the big secret was. But I was wrong... Anyone wanna let me know.
[/quote]

Krisper, to solve these puzzles you have to use a lesser known feature of Rubicon
[spoiler]Rubicon has two physics models: an old and a new one. In the old physics model, the packers, unpackers, and copiers are a little bit faster than in the new model.[/spoiler]
[spoiler]You can switch between the models with 'P'.[/spoiler]
[spoiler]You can even switch while the game is already running.[/spoiler]
[spoiler]That makes it possible to influence the game while it is running, directing crates one way or another based on the physics model[/spoiler]
[/quote]




Ohh... I get it now. Awesome, thanks Rene.

targets

lopsidation (2007-02-05) It seems to me that there's something wrong with the box in the lower-right corner that says "Solved!" when all the targets match up. In [level]natotyk[/level], both targets are green, but the box just keeps counting ticks. ???

Rene (2007-02-05)
It only works in "Game" mode, not in "Sandbox" mode - no idea why. When I try [level]natotyk[/level] in Game mode, it says "Solved in 1 tick".

hatkirby (2007-07-28) If you switch it to the old physics model, it doesn't work, but it does in the new.

Rene (2007-07-28) [quote author=hatkirby link=topic=200.msg2866#msg2866 date=1185613298]
If you switch it to the old physics model, it doesn't work, but it does in the new.
[/quote]

Interesting. In the old physics model, the crate is there, but the matcher does not light up. I suspect that - unlike in the new physics model (see http://kevan.org/rubicon/forums/index.php/topic,158.msg1411.html#msg1411) - the copier and matcher are in the same category and are evaluated bottom-up. During one cycle:
- the furnace first burns the crate
- the matcher looks at the empty space
- the copier places a new crate

This is confirmed by swapping the matcher and copier. If the matcher is on top, and an (upwards-) copier is beneath, then the matcher lits up.
You have similar behaviour in the new physics model with packers and the matcher (see [level]dariboc[/level])

hatkirby (2007-07-28) But there's something I don't get. In [level]hasegov[/level], the solution takes quite a while to finish. But when it does, it doesn't say Solved! Why? It doesn't have anything to do with copiers.

Bucky (2007-07-28) [quote author=hatkirby link=topic=200.msg2872#msg2872 date=1185627189]
But there's something I don't get. In [level]hasegov[/level], the solution takes quite a while to finish. But when it does, it doesn't say Solved! Why? It doesn't have anything to do with copiers.
[/quote]

It Solved for me.  I don't see what you're talking about.

hatkirby (2007-07-28) [quote author=Bucky link=topic=200.msg2879#msg2879 date=1185637300]
[quote author=hatkirby link=topic=200.msg2872#msg2872 date=1185627189]
But there's something I don't get. In [level]hasegov[/level], the solution takes quite a while to finish. But when it does, it doesn't say Solved! Why? It doesn't have anything to do with copiers.
[/quote]

It Solved for me.  I don't see what you're talking about.
[/quote]???? It didn't solve before. That's very strange.

archive for 20eight's puzzle

20eight (2007-03-03) this will be an archive for the thread [b]20eight's puzzles[/b]

the frontpage in the original thread has gotten too large so I am going to chop it into pieces and put them here with links from the original thread.

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Slidebar 1.1[/b][/td][td] - [/td][td][center][level]hotobyt[/level][/center][/td][td][center][level]jusosol[/level][/center][/td][td][center]SM[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]kitegid[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]dyrixyn[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Slidebar 2[/b][/td][td] - [/td][td][center][level]nafuhif[/level][/center][/td][td][center][level]visasap[/level][/center][/td][td][center]SM[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]gycomem[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]xuzixav[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]peharez[/level][/center][/td][td][center]sluutthefeared[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]goxygar[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Slidebar 3[/b][/td][td] - [/td][td][center][level]vimydah[/level][/center][/td][td][center][level]xykemuf[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Slidebar 4[/b][/td][td] - [/td][td][center][level]pibafog[/level][/center][/td][td][center][level]dupavop[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]gomuluc[/level][/center][/td][td][center]jf[/center][/td][/tr]

[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Combination Lock 1[/b][/td][td] - [/td][td][center][level]ladudip[/level][/center][/td][td][center][level]gotudog[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Combination Lock 2[/b][/td][td] - [/td][td][center][level]jubokax[/level][/center][/td][td][center][level]debalis[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Combination Lock 3[/b][/td][td] - [/td][td][center][level]hogudav[/level][/center][/td][td][center][level]sytubed[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]hodibab[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Combination Lock 4.1[/b][/td][td] - [/td][td][center][level]camydyb[/level][/center][/td][td][center][level]dubytuv[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]xugixol[/level][/center][/td][td][center]Rene[/center][/td][/tr]


[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]
[tr][td][b]Slot Machine 1[/b][/td][td] - [/td][td][center][level]litipaf[/level][/center][/td][td][center][level]falehyx[/level][/center][/td][td][center]jf[/center][/td][/tr]

[tr][td][b]Slot Machine 2[/b][/td][td] - [/td][td][center][level]takybyd[/level][/center][/td][td][center][level]herihyx[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]hexezog[/level][/center][/td][td][center]Rene[/center][/td][/tr]

[tr][td][b]Slot Machine 3[/b][/td][td] - [/td][td][center][level]takybyd[/level][/center][/td][td][center][level]gizimet[/level][/center][/td][td][center]Rene[/center][/td][/tr]

[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Mobius Strip[/b][/td][td] - [/td][td][center][level]hulykyt[/level][/center][/td][td][center][level]jogykax[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]lafegid[/level][/center][/td][td][center]Hyenas Here[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]jubudaf[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Equilibrium[/b][/td][td] - [/td][td][center][level]vuhunyp[/level][/center][/td][td][center][level]tybogyd[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]leryric[/level][/center][/td][td][center]Rene[/center][/td][/tr]

[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Inertia 1[/b][/td][td] - [/td][td][center][level]vigikut[/level][/center][/td][td][center][level]bohutup[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]dohopef[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]kobycot[/level][/center][/td][td][center]SM[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]relenod[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Inertia 2[/b][/td][td] - [/td][td][center][level]dygafum[/level][/center][/td][td][center][level]nohysus[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]bihygob[/level][/center][/td][td][center]SM[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]cobaxin[/level][/center][/td][td][center]Bucky[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]gugenyg[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]hepyfog[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Inertia 3[/b][/td][td] - [/td][td][center][level]gimoxar[/level][/center][/td][td][center][level]vovyfak[/level][/center][/td][td][center]SM[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]rakybex[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]cocedyd[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Inertia 4[/b][/td][td] - [/td][td][center][level]cybesud[/level][/center][/td][td][center][level]dodebep[/level][/center][/td][td][center]SM[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]ribaban[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]tebyfuk[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Inertia 5[/b][/td][td] - [/td][td][center][level]birisix[/level][/center][/td][td][center][level]hesaxav[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Inertia 6[/b][/td][td] - [/td][td][center][level]danimof[/level][/center][/td][td][center][level]rodalod[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]kytegim[/level][/center][/td][td][center]jf[/center][/td][/tr]

[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Catalyst 1[/b][/td][td] - [/td][td][center][level]jydukag[/level][/center][/td][td][center][level]cekicic[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Catalyst 2[/b][/td][td] - [/td][td][center][level]lodadim[/level][/center][/td][td][center][level]vakytug[/level][/center][/td][td][center]Bucky[/center][/td][/tr]
[tr][td][b]Catalyst 3[/b][/td][td] - [/td][td][center][level]lenybir[/level][/center][/td][td][center][level]dovopig[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]buvyheb[/level][/center][/td][td][center]jf[/center][/td][/tr]


[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Eight Sum 1[/b][/td][td] - [/td][td][center][level]kiryxoc[/level][/center][/td][td][center][level]difudax[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][b]Eight Sum 2[/b][/td][td] - [/td][td][center][level]sitatuh[/level][/center][/td][td][center][level]lupunah[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Eight Sum 3[/b][/td][td] - [/td][td][center][level]goryvyn[/level][/center][/td][td][center][level]guletem[/level][/center][/td][td][center]geej66[/center][/td][/tr]

[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Conversion 1[/b][/td][td] - [/td][td][center][level]biduran[/level][/center][/td][td][center][level]zicobar[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][b]Conversion 2[/b][/td][td] - [/td][td][center][level]cukikag[/level][/center][/td][td][center][level]tekenel[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]dibyguc[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Conversion 2.1[/b][/td][td] - [/td][td][center][level]pygilyn[/level][/center][/td][td][center][level]pilydag[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Conversion 3[/b][/td][td] - [/td][td][center][level]putevag[/level][/center][/td][td][center][level]lyfycap[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Conversion 4[/b][/td][td] - [/td][td][center][level]gygydyp[/level][/center][/td][td][center][level]hebylid[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Conversion 5.1[/b][/td][td] - [/td][td][center][level]siroxog[/level][/center][/td][td][center][level]hemegop[/level][/center][/td][td][center]Rene[/center][/td][/tr]

[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]


[tr][td][b]Four Sum 1[/b][/td][td] - [/td][td][center][level]fegadod[/level][/center][/td][td][center][level]hodaryg[/level][/center][/td][td][center]MagiMaster[/center][/td][/tr]
[tr][td][b][color=Red]Four Sum 2[/color][/b][/td][td] - [/td][td][center][level]zufumas[/level][/center][/td][/tr]
[tr][td][b]Four Sum 3[/b][/td][td] - [/td][td][center][level]kivigep[/level][/center][/td][td][center][level]ciremyp[/level][/center][/td][td][center]geej66[/center][/td][/tr]

[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Torrent 1[/b][/td][td] - [/td][td][center][level]bimokun[/level][/center][/td][td][center][level]cupobyb[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]helovim[/level][/center][/td][td][center]adept[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]bexocyv[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Torrent 2[/b][/td][td] - [/td][td][center][level]pygamep[/level][/center][/td][td][center][level]vobiseb[/level][/center][/td][td][center]adept[/center][/td][/tr]
[tr][td][b]Torrent 3[/b][/td][td] - [/td][td][center][level]nozyvem[/level][/center][/td][td][center][level]kotapog[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b][color=Red]Torrent 4[/color][/b][/td][td] - [/td][td][center][level]syxibyx[/level][/center][/td][/tr]


[/table]

20eight (2007-03-03) [table]

[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Pinch[/b][/td][td] - [/td][td][center][level]buvocek[/level][/center][/td][td][center][level]fanefah[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]vedydak[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]xanycah[/level][/center][/td][td][center]Rene[/center][/td][/tr]

[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Alternative Math 1[/b][/td][td] - [/td][td][center][level]rofateg[/level][/center][/td][td][center][level]dupudif[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]magifas[/level][/center][/td][td][center]MagiMaster[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]lepufod[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][b]Alternative Math 2[/b][/td][td] - [/td][td][center][level]ganogad[/level][/center][/td][td][center][level]xydohik[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]cykohob[/level][/center][/td][td][center]MagiMaster[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]socydoh[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][b]Alternative Math 3[/b][/td][td] - [/td][td][center][level]tibulib[/level][/center][/td][td][center][level]darukyt[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Alternative Math 4[/b][/td][td] - [/td][td][center][level]bafomyr[/level][/center][/td][td][center][level]dogudez[/level][/center][/td][td][center]MagiMaster[/center][/td][/tr]
[tr][td][b]Alternative Math 4.1[/b][/td][td] - [/td][td][center][level]fafikin[/level][/center][/td][td][center][level]xukyhyt[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Alternative Math 5[/b][/td][td] - [/td][td][center][level]kabegav[/level][/center][/td][td][center][level]pidurep[/level][/center][/td][td][center]Rene[/center][/td][/tr]


[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]


[tr][td][b]Quality Control 1[/b][/td][td] - [/td][td][center][level]baganid[/level][/center][/td][td][center][level]gedofiv[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]hucuzis[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Quality Control 2[/b][/td][td] - [/td][td][center][level]docoxin[/level][/center][/td][td][center][level]zapageb[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Quality Control 3[/b][/td][td] - [/td][td][center][level]juxuhup[/level][/center][/td][td][center][level]vocogoz[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Quality Control 4.1[/b][/td][td] - [/td][td][center][level]tibygax[/level][/center][/td][td][center][level]rasakuv[/level][/center][/td][td][center]Rene[/center][/td][/tr]


[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Ambivalence 0[/b][/td][td] - [/td][td][center][level]fetyven[/level][/center][/td][td][center][level]kikazit[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][b]Ambivalence 1[/b][/td][td] - [/td][td][center][level]jopenar[/level][/center][/td][td][center][level]fugipyd[/level][/center][/td][td][center]geej66[/center][/td][/tr]

[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Queue 1[/b][/td][td] - [/td][td][center][level]bodadic[/level][/center][/td][td][center][level]nihaxox[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][b][color=Red]Queue 2[/color][/b][/td][td] - [/td][td][center][level]patymoz[/level][/center][/td][/tr]
[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Cascade 1[/b][/td][td] - [/td][td][center][level]nypilys[/level][/center][/td][td][center][level]pidezak[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]dumatyb[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][b]Cascade 2[/b][/td][td] - [/td][td][center][level]licygim[/level][/center][/td][td][center][level]denucod[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]subigit[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][b]Cascade 3[/b][/td][td] - [/td][td][center][level]benimof[/level][/center][/td][td][center][level]dakabyn[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][b]Cascade 4[/b][/td][td] - [/td][td][center][level]rosabic[/level][/center][/td][td][center][level]bozodef[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][b]Cascade 5[/b][/td][td] - [/td][td][center][level]xozugan[/level][/center][/td][td][center][level]busefek[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]mugibuf[/level][/center][/td][td][center]jnz[/center][/td][/tr]


[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Shelves 1[/b][/td][td] - [/td][td][center][level]kazabab[/level][/center][/td][td][center][level]picezyr[/level][/center][/td][td][center]Hyenas Here[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]cidimec[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][b]Shelves 2[/b][/td][td] - [/td][td][center][level]xodudan[/level][/center][/td][td][center][level]zanirek[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][b]Shelves 3[/b][/td][td] - [/td][td][center][level]tegagop[/level][/center][/td][td][center][level]zabelat[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][b][color=Red]Shelves 4[/color][/b][/td][td] - [/td][td][center][level]tukyval[/level][/center][/td][/tr]
[tr][td][b]Shelves 5[/b][/td][td] - [/td][td][center][level]hyvuceg[/level][/center][/td][td][center][level]vorohag[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Release Valve 1[/b][/td][td] - [/td][td][center][level]panokac[/level][/center][/td][td][center][level]dadetim[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]habikam[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]getodam[/level][/center][/td][td][center]Bucky[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]veladyk[/level][/center][/td][td][center]jf[/center][/td][/tr]

[tr][td][b]Release Valve 2[/b][/td][td] - [/td][td][center][level]zatilub[/level][/center][/td][td][center][level]fyparag[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]dozupeb[/level][/center][/td][td][center]jf[/center][/td][/tr]

[tr][td][b]Release Valve 3.1[/b][/td][td] - [/td][td][center][level]cisoked[/level][/center][/td][td][center][level]kutodev[/level][/center][/td][td][center]Timbo[/center][/td][/tr]

[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Burn Table 1[/b][/td][td] - [/td][td][center][level]jedubag[/level][/center][/td][td][center][level]hobufiz[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][b]Burn Table 2[/b][/td][td] - [/td][td][center][level]dabevil[/level][/center][/td][td][center][level]matesyc[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][b]Burn Table 3[/b][/td][td] - [/td][td][center][level]gibufeh[/level][/center][/td][td][center][level]navidos[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]lokuzan[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Burn Table 4[/b][/td][td] - [/td][td][center][level]detuhus[/level][/center][/td][td][center][level]lobebyb[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b][color=Red]Burn Table 5[/color][/b][/td][td] - [/td][td][center][level]zebohul[/level][/center][/td][/tr]
[tr][td][b]Burn Table 6[/b][/td][td] - [/td][td][center][level]velemob[/level][/center][/td][td][center][level]nezalom[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]mikobyd[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Burn Table 7[/b][/td][td] - [/td][td][center][level]gekydir[/level][/center][/td][td][center][level]dagogid[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Burn Table 7.1[/b][/td][td] - [/td][td][center][level]dabanek[/level][/center][/td][td][center][level]dogifiv[/level][/center][/td][td][center]jf[/center][/td][/tr]


[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Replacement 1[/b][/td][td] - [/td][td][center][level]rogygab[/level][/center][/td][td][center][level]jazigor[/level][/center][/td][td][center]Bucky[/center][/td][/tr]
[tr][td][b]Replacement 2[/b][/td][td] - [/td][td][center][level]pabuduv[/level][/center][/td][td][center][level]kepodyc[/level][/center][/td][td][center]Bucky[/center][/td][/tr]
[tr][td][b]Replacement 3[/b][/td][td] - [/td][td][center][level]depizoh[/level][/center][/td][td][center][level]johynil[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]cudonut[/level][/center][/td][td][center]jf[/center][/td][/tr]
[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Filler 1[/b][/td][td] - [/td][td][center][level]nabytib[/level][/center][/td][td][center][level]havipix[/level][/center][/td][td][center]Bucky[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]bovadux[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Filler 2[/b][/td][td] - [/td][td][center][level]hihizor[/level][/center][/td][td][center][level]pibuduh[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]rirebof[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]vyhakud[/level][/center][/td][td][center]jf[/center][/td][/tr]


[/table]

20eight (2007-03-03) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]    SOLUTION    [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Analog 1[/b][/td][td] - [/td][td][center][level]kabepel[/level][/center][/td][td][center][level]vudebam[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]cufesuv[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Analog 2[/b][/td][td] - [/td][td][center][level]huletyb[/level][/center][/td][td][center][level]kugytaf[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]lipeseb[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][b]Analog 3[/b][/td][td] - [/td][td][center][level]zumareg[/level][/center][/td][td][center][level]gomaruc[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b][color=Red]Analog 4[/color][/b][/td][td] - [/td][td][center][level]vibygis[/level][/center][/td][/tr]

[/table]

20eight (2007-03-05) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Mimic 1[/b][/td][td] - [/td][td][center][level]buryryk[/level][/center][/td][td][center][level]giguzyh[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]kumotuf[/level][/center][/td][td][center]SM[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]hukelud[/level][/center][/td][td][center]adept[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]rogivek[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Mimic 2[/b][/td][td] - [/td][td][center][level]cubucub[/level][/center][/td][td][center][level]lypedyr[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]pyrofol[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Mimic 3[/b][/td][td] - [/td][td][center][level]bekekol[/level][/center][/td][td][center][level]kaxogyt[/level]*[/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]numedel[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Mimic 4[/b][/td][td] - [/td][td][center][level]bekekol[/level][/center][/td][td][center][level]budasuv[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Mimic 5[/b][/td][td] - [/td][td][center][level]gaxygon[/level][/center][/td][td][center][level]tarovyl[/level][/center][/td][td][center]Hyenas Here[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]kokisof[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]juhynec[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][b]Mimic 6[/b][/td][td] - [/td][td][center][level]bulavid[/level][/center][/td][td][center][level]zuxeduv[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]xagivos[/level][/center][/td][td][center]jf[/center][/td][/tr]
[/table]
*needs editing

20eight (2007-03-07) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Timed Release 1[/b][/td][td] - [/td][td][center][level]gucomag[/level][/center][/td][td][center][level]gusipud[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][b]Timed Release 2[/b][/td][td] - [/td][td][center][level]biludif[/level][/center][/td][td][center][level]rasineg[/level][/center][/td][td][center]jnz[/center][/td][/tr]
[tr][td][b]Timed Release 3[/b][/td][td] - [/td][td][center][level]mabigob[/level][/center][/td][td][center][level]basaxeh[/level][/center][/td][td][center]Rene[/center][/td][/tr]

[/table]

20eight (2007-03-08) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Vein 1[/b][/td][td] - [/td][td][center][level]vivotyt[/level][/center][/td][td][center][level]tuduzob[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Vein 2[/b][/td][td] - [/td][td][center][level]cufozob[/level][/center][/td][td][center][level]navivub[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]cufozob[/level][/center][/td][td][center]Hyenas Here[/center][/td][/tr]
[tr][td][b]Vein 2.1[/b][sup]1[/sup][/td][td] - [/td][td][center][level]gidygig[/level][/center][/td][td][center][level]vasetil[/level][/center][/td][td][center]Hyenas Here[/center][/td][/tr]
[tr][td][b]Vein 3[/b][/td][td] - [/td][td][center][level]mafynys[/level][/center][/td][td][center][level]nykikios[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][b]Vein 4[/b][/td][td] - [/td][td][center][level]kekixam[/level][/center][/td][td][center][level]vatyfeb[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][b]Vein 5[/b][/td][td] - [/td][td][center][level]xypugad[/level][/center][/td][td][center][level]pynugib[/level][/center][/td][td][center]Hyenas Here[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]konyvid[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Vein 6[/b][/td][td] - [/td][td][center][level]vedacal[/level][/center][/td][td][center][level]behodod[/level][/center][/td][td][center]Hyenas Here[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]bogined[/level][/center][/td][td][center]Hyenas Here[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]receric[/level][/center][/td][td][center]jf[/center][/td][/tr]

[/table]

[sup]1[/sup]puzzle by Hyenas Here

20eight (2007-03-13) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Sync 1[/b][/td][td] - [/td][td][center][level]damibig[/level][/center][/td][td][center][level]tonugob[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]sygyzuk[/level][/center][/td][td][center]adept[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]nobosaf[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Sync 2[/b][/td][td] - [/td][td][center][level]rosutuf[/level][/center][/td][td][center][level]sokacol[/level][/center][/td][td][center]adept[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]desybat[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]fimagod[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Sync 3[/b][/td][td] - [/td][td][center][level]gybigix[/level][/center][/td][td][center][level]gunusab[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]mehocyl[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[/table]

20eight (2007-03-15) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Shunt 1[/b][/td][td] - [/td][td][center][level]gigadeb[/level][/center][/td][td][center][level]cabimyg[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Shunt 2[/b][/td][td] - [/td][td][center][level]gulabur[/level][/center][/td][td][center][level]hibubuz[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]vyrepub[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Shunt 3[/b][/td][td] - [/td][td][center][level]gogepag[/level][/center][/td][td][center][level]denedad[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Shunt 4[/b][/td][td] - [/td][td][center][level]dividif[/level][/center][/td][td][center][level]pusunip[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]mubosih[/level][/center][/td][td][center]jf[/center][/td][/tr]
[/table]

20eight (2007-03-17) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Blind Co-op 1[/b][/td][td] - [/td][td][center][level]mypored[/level][/center][/td][td][center][level]hagymer[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]dadiled[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Blind Co-op 2[/b][/td][td] - [/td][td][center][level]regixyz[/level][/center][/td][td][center][level]vamusyh[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Blind Co-op 3[/b][/td][td] - [/td][td][center][level]zonecaz[/level][/center][/td][td][center][level]cyguxag[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Blind Co-op 4[/b][/td][td] - [/td][td][center][level]bovudyt[/level][/center][/td][td][center][level]zimodyz[/level][/center][/td][td][center]geej66[/center][/td][/tr]
[tr][td][b][color=Red]Blind Co-op 5[/color][/b][/td][td] - [/td][td][center][level]bidaneb[/level][/center][/td][/tr]
[tr][td][b]Blind Co-op 6[/b][/td][td] - [/td][td][center][level]tozebar[/level][/center][/td][td][center][level]pegivim[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]gubegig[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Blind Co-op 7[/b][/td][td] - [/td][td][center][level]naragyg[/level][/center][/td][td][center][level]bebikid[/level][/center][/td][td][center]Bucky[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]gygaxyz[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Blind Co-op 8[/b][/td][td] - [/td][td][center][level]vuruhos[/level][/center][/td][td][center][level]dekotud[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Blind Co-op 9[/b][/td][td] - [/td][td][center][level]berorik[/level][/center][/td][td][center][level]tiginok[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]xegyxud[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[/table]

20eight (2007-03-24) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Sampler 1[/b][/td][td] - [/td][td][center][level]tadiler[/level][/center][/td][td][center][level]fidukyb[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][b]Sampler 2[/b][/td][td] - [/td][td][center][level]ledohit[/level][/center][/td][td][center][level]jufakyx[/level][/center][/td][td][center]Rene[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]lonesus[/level][/center][/td][td][center]jf[/center][/td][/tr]
[/table]

20eight (2007-03-29) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Dispersion 1[/b][/td][td] - [/td][td][center][level]guhygyr[/level][/center][/td][td][center][level]bibuxom[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Dispersion 2[/b][/td][td] - [/td][td][center][level]kohylyf[/level][/center][/td][td][center][level]sykysen[/level][/center][/td][td][center]adept[/center][/td][/tr]
[tr][td][/td][td][/td][td][/td][td][center][level]gavihab[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b]Dispersion 3[/b][/td][td] - [/td][td][center][level]dunusyg[/level][/center][/td][td][center][level]zoxurub[/level][/center][/td][td][center]jf[/center][/td][/tr]
[tr][td][b][color=Red]Dispersion 4[/color][/b][/td][td] - [/td][td][center][level]hazixil[/level][/center][/td][/tr]
[/table]

20eight (2007-04-30) [table]
[tr][td][b]PUZZLE[/b][/td][td][/td][td][b][center]LINK[/center][/b][/td][td][b][center]     SOLUTION     [/center][/b][/td][td][b][center]SOLVER[/center][/b][/td][/tr]

[tr][td][b]Factors[/b][/td][td] - [/td][td][center][level]hygyhyl[/level][/center][/td][td][center][level]gexehyd[/level][/center][/td][td][center]jf[/center][/td][/tr]

[/table]

Best best...

freteeuet (2007-03-16) Internet!

*Spam links removed by moderator*

Hyenas Here (2007-03-16) Best BEST!

[level]fypusez[/level] [spoiler][level]guzubix[/level][/spoiler]

Six Months of Rubicon

Bucky (2007-03-22) Rubicon turns half a year old in 2 weeks, and I'd like to have some kind of highlight reel, possibly including awards. 

Possible award categories:
Most useful invention
Biggest surprise(Any type of machine)

Most innovative puzzle
Most difficult puzzle
Most fun puzzle
Best engineered puzzle

Most creative solution
Best engineered solution
Cleanest solution

The highlights collection should display a cross-section of techniques throughout the six-month period.  They should also be efficient-looking, aesthetically pleasing, or revolutionary and display a good balance of puzzles and solutions, with maybe a few other gadgets thrown in.

Input welcome

20eight (2007-03-22) Great idea, Bucky.

The first puzzle that pops to my mind for innovation (it was the first one I remember that required [spoiler]a binary breakdown of the input[/spoiler]) is Cleanroom ([level]ximacad[/level]).  Also it was incredibly difficult (I, for one, spent probably eight hours on it and last I checked only about three solutions were ever posted).

Also, I would nominate MagiMaster's [url=http://kevan.org/rubicon/forums/index.php/topic,35,msg155.html#msg155]Passing Trains[/url] series for most fun, and the [url=http://kevan.org/rubicon/forums/index.php/topic,35,msg155.html#msg155]Decryption[/url] series for engineering or innovation.


Bucky (2007-03-24) Here are a few nominations, found using the search engine
The first puzzle in the warehouse has to go in the highlights: [level]gobudif[/level]
(Difficult, Highlights)Here's an early example of a very challenging puzzle: [level]gekixin[/level]
(Innovative)The first puzzle to require analyzing a ? crate in order to match it:[level]detyxac[/level]

Magimaster's "Passing Trains" should be included in highlights as the first "serial" puzzle.

Saving

dacodemasta (2007-03-27) There needs to be other ways to save games/levels. so that you don't have to connect to the internet everytime yyou want a level. ??? 8) ???

ddsdiur (2008-04-17) I'm working on a way to do that. There is a download of a simple version at [url]http://kevan.org/rubicon/forums/index.php/topic,308.0.html[/url].

Tehpancho's puzzles

tehpancho (2007-04-17) More to come.  I created and solved all of these.

battlements---[level]diryxen[/level]
battlements2---[level]jedacop[/level]
compact---[level]zunaxup[/level]

digitalrift (2007-04-17) [level]gyhymyv[/level] - [level]ludigap[/level]
[level]tycodyl[/level] - [level]dubyfus[/level]

tehpancho (2007-04-17) crap i got to fix those, they werent supposed to be that easy.

k now try them

Bucky (2007-04-17) battlements:[level]nogunef[/level] (without using copiers)
battlements 2:[level]jigifab[/level] (ditto)
compact: [level]jebidup[/level] or [level]sigelop[/level] (depending on how much cheating is allowed)

EDIT:Looks like digitalrift had the same idea on battlements 2.

digitalrift (2007-04-17) Yeah... the asymmetric behavior of keys tripped me up for just a bit.

I could go back and redo without copiers, but it would just look like yours, haha.  :)

Edit: [level]zunaxup[/level] - [level]nelozez[/level]

jf (2007-04-17) For compact: [level]laladag[/level]

For battlements 2: [level]batenov[/level]

adept (2007-04-22) for battlements2 without more keys
[level]xyharah[/level]

Oscillator

lienne (2007-04-22) [level]bipanim[/level]

A series of ways to produce a stream of identical crates at the bottom of a column prettily.

Error1's puzzles

error1 (2007-04-26) least [level]bozozer[/level]
separation #5 [level]firubub[/level]
separation #4 [level]lakyfol[/level]
separation #3 [level]dybanik[/level]
separation #2 [level]jomodyf[/level]
separation #1 [level]gitodir[/level]
Copier Tutorial vr 2- [level]ximiruc[/level]
not random- [level]jagisim[/level]
not-random2- [level]vavefeb[/level]
mini copie- [level]migedef[/level]

Kevan (2007-04-26) Having a quick go at a level on my way through the forums:-

[level]jagisim[/level] -> [level]dubebud[/level]

jf (2007-04-26) Clever puzzles.

[level]buvetod[/level] -> [level]vorozad[/level]
[level]jagisim[/level] -> [level]hetefeg[/level]
[level]migedef[/level] -> [level]mubibyd[/level]

error1 (2007-04-29) new puzzle separation 1 [level]gitodir[/level]

Timbo (2007-04-29) Solved [level]gitodir[/level] with 2 components: [level]fobulab[/level]
Edit: and with one component: [level]gaxaxyb[/level]

hatkirby (2007-04-29) I've solved [level]gitodir[/level]!
The answer is [level]jegepiv[/level]!

digitalrift (2007-04-29) Timbo: That's 4 components.  ;)

seperation - [level]jehifud[/level]
not random - [level]xubuzub[/level]
mini copie - [level]jixepox[/level]

error1 (2007-04-29) my solution to separation 1 was the same as timbo's first one.
along the same line but slightly harder
separation 2 [level]jomodyf[/level]

digitalrift (2007-04-29) Seperation 2 - [level]zututis[/level]

error1 (2007-04-29) digitalrift your level zututis is missing a letter

this next one is much harder
separation #3 [level]dybanik[/level]

digitalrift (2007-04-30) Oops.  Recreated at [level]dopyzuv[/level].

I'm not sure how possible Seperation 3 is.

error1 (2007-04-30) I have a solution for Separation 3 but I still haven't tried it for every possible combo. It should work at least 99.8% of the time, but I think a better one is possible.

jf (2007-05-01) How about [level]gytebic[/level] for Separation 3?

error1 (2007-05-01) yeah jf thats the kind of solution that I had in mind. [spoiler]Its statistically imposable to fail [/spoiler]
[level]nysamot[/level] is what I came up with as a solution

error1 (2007-05-13) new puzzle
least [level]bozozer[/level]
try and beat it with the fewest additional pieces

geej66 (2007-05-14) Solution to "Least" ([level]bozozer[/level]), 4 pieces:

[level]gogegus[/level]

Update:  2 pieces: [level]pinifis[/level]

Bucky (2007-05-14) Least in 1 piece: [level]simuben[/level].  There are at least 15 other equivalent one-piece solutions.
separation 3:[level]nakyxut[/level][spoiler]I re-used a technique from my solution to jf's Factory(gahexem).[/spoiler]

adept (2007-05-14) for separation 2 [level]dibagit[/level]

error1 (2007-05-14) my Least in 1 piece was the same  [level]subumux[/level]
I wonder if a 1 piece solution is possible in under 10k ticks
thats thinking outside the box for separation 3 I'll have to watch for that in future puzzles.
also
new puzzle
not-random2 [level]vavefeb[/level]

jf (2007-05-15) not-random2 ([level]cavabyz[/level]) in 15 pieces  :) : [level]xabenig[/level]

error1 (2007-05-15) I figured I would screw that up try this one
not random vr 2 [level]vavefeb[/level]

geej66 (2007-05-16) not random2 vr2 ([level]vavefeb[/level]) solution: [level]bygubyx[/level]

also not random 2 (version 1) ([level]cavabyz[/level]) solution in 6 pieces: [level]xesesat[/level]

jf (2007-05-16) For not-random vr2: [level]haxidok[/level].

error1 (2007-05-20) edit- the original was not solvable for 0
separation 5 vr 2 [level]cidygys[/level]

geej66 (2007-05-22) separation 5 vr 2 ([level]cidygys[/level]) solution - [level]segibav[/level]

i'm sure it can fail, i just haven't seen it yet

jf (2007-05-22) For Separation 5 vr 2 [level]cidygys[/level]: [level]bigyryg[/level].

error1 (2007-05-22) good solutions, not at all what I had in mind tho. [spoiler]I didn't think of using the value of the numbers or seting it in phase with the numbers from the top.[/spoiler]
my solution Separation 5 vr 2 - [level]cybufyx[/level]
Thats why I like this game one puzzle can have so many different solutions.

Timbo's puzzle

Timbo (2007-05-08) The first puzzle I created:
Without Barrels:[level]gegecif[/level]

jf (2007-05-08) Good puzzle -- for Without Barrels ([level]gegecif[/level]): [level]litorig[/level].

geej66 (2007-05-08) Mine is a tad wee bit shorter than jf's solution:

Without Barrels ([level]gegecif[/level]) solution - [level]besomyt[/level]

error1 (2007-05-08) nice solution geej66 wish I had thought of that
Without Barrels ([level]gegecif[/level]) - [level]safafub[/level]

edit- dag it fails on F

digitalrift (2007-05-09) Without barrels: [level]zisyhit[/level]

edit:  Looks like I came up with a less efficient version of geej66's.  Except that I just realized that mine fails 0-case.

Rene (2007-05-09) A minimalistic solution to Without Barrels ([level]gegecif[/level]): [level]pazubyh[/level]

EDIT: Basically the same as gee66's

Bucky (2007-05-10) I didn't bother with minimalism.  I had fun and dumped a whole pile of random crates, barrels and dozers down the drain.

Flush!:[level]zetogef[/level]

Timbo (2007-05-25) NEW PUZZLE
Yet Another Glass Floor [level]logahod[/level]
The first look says the puzzle isn't solvable, but i have created a solution.
You only have to [spoiler] compare each box twice at each Gate[/spoiler]

Rene (2007-05-27)
For Yet Another Glass Floor ([level]logahod[/level]): [level]zabagip[/level]

jf (2007-05-31) For Yet Another Glass Floor: [level]xamyvam[/level]. The hardest part of this puzzle is the initialization. I just looked at Rene's solution, and the initialization sequence alone is fun to watch. One difference in the two solutions is that [spoiler]Rene takes final crates from both sides of the gate, where I'm only taking them from the left[/spoiler].

This solution was quite difficult to finish as all of the mechanisms had to be carefully timed down to the last tick, to get all of the interlocking parts aligned properly.

Timbo (2007-06-06) Nice Solutions Rene and jf
I had Problems with the exact timing, too, but I had solved it: [level]jonegub[/level]

New Puzzle: Binary([level]metugeb[/level])

Bucky (2007-06-06) Binary:[level]vohenug[/level].  [spoiler]The only difficult parts were the timers and the crossings of various pipe and dozer paths.[/spoiler]

jf (2007-06-06) For Binary: [level]hufimyk[/level].

Timbo (2007-06-07) Here is my own solution for binary: [level]zydodap[/level]
Its impressive we have three quite different solutions for the same problem

Rene (2007-06-09)
For Binary ([level]metugeb[/level]): [level]desicit[/level]

It's the same principle as JF's solution

Timbo (2007-06-09) New Puzzle

More Binary: [level]madasez[/level]

jf (2007-06-11) For More Binary [level]madasez[/level]: [level]xokydug[/level]

geej66 (2007-06-11) More Binary ([level]madasez[/level]) solution: [level]nyvesas[/level]

Timbo (2007-06-12) I didn't thought sombody would create a new solution for More Binary, I thought everybody would [spoiler]use their old solution with barrels and put something to make a crate out of the barrel to the end[/spoiler], something like [level]dakokas[/level]

New Puzzles
One Bit I:[level]fygicyr[/level]
One Bit II:[level]magocan[/level]
One Bit III:[level]pybakem[/level]

They are solveable, but the solution isn't always short. My solution for One Bit III needs im worst case 9k Frames

geej66 (2007-06-12) Bit I solution - [level]zidesyd[/level]

jf (2007-06-13) For One Bit III [level]pybakem[/level]: [level]togetob[/level].

The worst case time to solve is 8260 ticks. It might be possible to cut that in half [spoiler]by using odd-tick/even-tick to identify the "high-order" crate as 0..7 vs. 8..F, for example, if the winch is triggered on an odd tick, then add 8 to whatever value the third crate comes up as[/spoiler] -- cf. http://kevan.org/rubicon/forums/index.php/topic,68.msg1942.html#msg1942.

jf (2007-06-14) For One Bit I [level]fygicyr[/level]: [level]felireh[/level].

For One Bit II [level]magocan[/level]: [level]novidac[/level]. The worst-case time to solve is 247 ticks, which I challenge others to beat.  :) [spoiler]The winch carries two bits of information along with signaling the elapsed time, letting me cut the worst-case time by a factor of 4.[/spoiler]

Timbo (2007-06-15) challenge accepted: One Bit II: [level]lavisux[/level] worst case: 167 ticks

Rene (2007-06-17) [quote author=Timbo link=topic=273.msg2676#msg2676 date=1181932551]
challenge accepted: One Bit II: [level]lavisux[/level] worst case: 167 ticks

[/quote]

Superbly well done, Timbo! I had a very hard time achieving a better score. I especially like your full speed counter  :o.

For One Bit II ([level][/level]): [level]zokimar[/level] (worst case: 158 ticks)

Timbo (2007-06-18) Some optimizations later my solution needs 157 ticks worst case: [level]hidybeb[/level]
Edit: And even faster: [level]dyfaxyr[/level] 154 ticks worst case.

Rene (2007-06-29) [quote author=Timbo link=topic=273.msg2682#msg2682 date=1182186793]
Some optimizations later my solution needs 157 ticks worst case: [level]hidybeb[/level]
Edit: And even faster: [level]dyfaxyr[/level] 154 ticks worst case.
[/quote]

I could not let that go unchallenged  ;)  : [level]perezav[/level]  -- worst case 151 ticks
It's really down to counting ticks now.

And [level]zaxifeh[/level] -- worst case 147 ticks.
I have used Timbo's full-speed counter now. There is still some room for improvement, but I couldn't get the initialization fast enough. Maybe I have a look at it later.

Timbo (2007-07-01) I don't think I can speed up my machine to be as fast as [level]zaxifeh[/level]
That's why I have looked at Rene's initialization and improved it: [level]picyguk[/level] Worst case 144 ticks
I had to replace most of the lower part.
p.s. [level]zaxifeh[/level] doesn't solve the problem for 3 0, but that is easily corrected

Rene (2007-07-02) Well done, Timbo. You improved exactly those points that I had problems with: synching the even and odd counters at startup, the initialization down-pipe for the '1', and the 'D' comparison at the bottom.  Nice small solutions for the top, and an inventive one for the bottom.
It is surprising how close we got to the theoretical limit of 128 ticks.

adept (2007-07-26) Been out of town and computer crashed.

Anyway- here is a solution to [b]binary[/b]: [level]ginegac[/level]

I took all my math before binary and hex were taught much so looking at the other solutions is teaching me a lot

Timbo (2007-11-10) NEW PUZZLES:
Periodical I: [level]fusebek[/level]
Periodical II: [level]tuhyfod[/level]
Periodical III: [level]hivifig[/level]
Periodical IV: [level]cabobos[/level]

The last two a really hard, but solvable.

Bucky (2007-11-11) Those were too easy.

Periodical IV (cababos):[level]hugykob[/level]

Rene (2007-11-12)
Here is a solution to Periodical III ([level]hivifig[/level]) - without cheating  ;) : [level]hyzypos[/level]

Still working on IV...

Bucky (2007-11-12) [quote author=Rene link=topic=273.msg3274#msg3274 date=1194827898]

Here is a solution to Periodical III ([level]hivifig[/level]) - without cheating  ;) : [level]hyzypos[/level]
[/quote]

Wow.  That compact double-speed dozer draw is really, really amazing.

[quote][/quote]

Rene (2007-11-12) [quote author=Bucky link=topic=273.msg3275#msg3275 date=1194835413]

Wow.  That compact double-speed dozer draw is really, really amazing.

[/quote]

Thanks. It was the first thing I started with: I had to have a way to pull the crates at double-speed, otherwise the solution would have been very difficult. And because a row of right-to-left dozer can draw at double speed, it was "just" a matter of getting them to loop back  ;)

Here is a solution for Periodical IV ([level]cabobos[/level]): [level]memagis[/level]

jf (2007-12-21) For Periodical IV (cabobos): [level]gecyvag[/level].

I had the culling of the required crates done early on and just needed to get a dozer draw working that didn't take up too much space. [spoiler]I had experimented with this kind of draw before with two dozer streams reversing independently and rejoining with one coming up under a turn signal that the other was using, but it was just too tall.[/spoiler] Reading the thread I knew Rene had come up with something compact, so I just stuck with it until I finally came upon the trick that allows extreme miniaturization [spoiler](the stacked turn signals)[/spoiler]. Compared to Rene's hyzypos, the draws are almost exactly the same. I like the crate cull in hyzypos and memagis and the timing -- how it all just comes together at the end.

I had experimented with another dozer draw, but it doesn't save any vertical space so I rejected it. Here it is: [level]digybad[/level]

Bucky (2007-12-22) [quote author=jf link=topic=273.msg3329#msg3329 date=1198232899]
I finally came upon the trick that allows extreme miniaturization [spoiler](the stacked turn signals)[/spoiler].
[/quote]

Not necessary.  [level]cokihyk[/level] does the exact same thing without [spoiler]the lower of the two signals[/spoiler].

jf (2007-12-22) Yes it looks like the [spoiler]top signal[/spoiler] is the key. Here is a progression: [level]tybubas[/level], but I had something even a little taller. I had first joined the two streams on top, and then fixed it with the key piece. Now I see the streams don't even need to be joined. But once I had a shortened version working, I didn't spend much time optimizing.

Timbo (2008-04-07) I noticed I never posted my solution for Periodical IV.
Here it is: [level]ciravuz[/level]
It is proof that you don't need a double-speed dozer draw.

NEW PUZZLE:
Sixteen [level]rabagot[/level]

Werbad (2008-04-07) For Sixteen ([level]rabagot[/level]): [level]dadakyc[/level]

jnz (2008-04-07) For Sixteen ([level]rabagot[/level]): [level]bihedor[/level] (no downward copiers).  I had the most trouble with [spoiler]B[/spoiler]

Bucky (2008-04-07) Sixteen:  [level]zexyses[/level]  [spoiler]C and E[/spoiler] were the only ones that were even remotely difficult.  Pretty much everything else was copy-paste work.

Dirdle (2008-04-07) Similar solution to Bucky's, only less tidy: [level]folecun[/level].

immibis (2008-04-08) For Sixteen: [level]bimoxix[/level]

jnz (2008-04-08) Other solutions have inspired me to see if Sixteen could be done using the same "pattern" for each cell.
For Sixteen ([level]rabagot[/level]): [level]galorin[/level]

immibis (2008-04-15) For Binary ([level]metugeb[/level]): [level]texeral[/level]

Edit: Whoops, I was looking at page 1. Ah well.

Rene (2008-04-19)
Fibonacci, here I come!

For Sixteen ([level]rabagot[/level]): [level]gepyceb[/level]

Twee (2008-11-08) Here's my belated entry for "without barrels" ([level]gegecif[/level]): [level]xolicaz[/level] It's kludgy, but doesn't rely on probabilities, and doesn't fail on any case. Now if i can just figure out how Bucky's solution works..  ???

Edit: I was really proud of this solution until I looked at Jf and Renes' solutions. Jf solved by the same strategy but with a much more compact machine; whereas Rene's solution showed me just how much I overcomplicated the problem. I get to enjoy a laugh at myself at least. :D

Bucky (2008-11-10) [quote author=Twee link=topic=273.msg4025#msg4025 date=1226116005]
Here's my belated entry for "without barrels" ([level]gegecif[/level]): [level]xolicaz[/level] It's kludgy, but doesn't rely on probabilities, and doesn't fail on any case. Now if i can just figure out how Bucky's solution works..  ???
[/quote]

It works on the principle that only the last crate on the matcher matters.  As long as my machine in the upper-left corner only spits out the correct crate after a certain point, it solves the problem.

You can ignore the pile of barrels and crates that get dumped through the system at the beginning - they're just for fun and get incinerated anyway.  The three critical parts of the machine are (from top to bottom)
Warning:The spoilers will deprive you the rewarding experience of figuring these devices out yourself.
[spoiler]A trick for moving a ? crate without forcing it to a value.[/spoiler]
[spoiler]A compact filter which will eventually produce an F crate directly above a copier[/spoiler]
[spoiler]A transcribing device which, given a steady supply of F crates, will send a stream of crates down the pipe that have the same value as the barrel provided by the puzzle[/spoiler]

Twee (2008-11-10) [quote author=Bucky link=topic=273.msg4031#msg4031 date=1226290776]
It works on the principle that only the last crate on the matcher matters.  As long as my machine in the upper-left corner only spits out the correct crate after a certain point, it solves the problem.
[/quote]
Thanks! I'd already figured that out shortly after I made that post. However, I just took another look at your machine and I intend to steal your "transcriber" for future solutions. Its much more compact than what I have been using: [spoiler]A device that drops a stream of crates or barrels starting at F and incrementing down by one which required about 8 empty spaces between it and the target.[/spoiler]

Twee (2008-11-11) For "One Bit I": ([level]fygicyr[/level]): [level]xigotyz[/level]
This one felt like kind of a watershed to me. I wish I'd savored my sense of accomplishment a bit longer before looking at "One Bit II" though.

immibis (2008-11-11) For Without Barrels: [level]piryxuk[/level]

[puzzle] Bunker B37

sphi2 (2007-05-17) Here is link to my puzzle [b]Bunker B37:[/b] [level]gerixog[/level]. Have fun solving it.  :)

jf (2007-05-17) This puzzle has several interesting difficulties to overcome -- good puzzle!

My solution for Bunker B37: [level]xoforum[/level]

sphi2 (2007-05-17) Good job, I didn't even thought it may be solved so fast, good solution jf! :)

error1 (2007-05-18) I don't think this is what you had in mind
Bunker B37: solution [level]zofylab[/level]

geej66 (2007-05-19) Bunker B37 solution: [level]sebegam[/level] - it's essentially an independently formulated version of error1's solution

Bucky (2007-05-19) I went ahead and made a version without the flaw that error1 took advantage of:[level]vufigep[/level]

geej66 (2007-05-20) Solution to the updated Bunker B37 ([level]vufigep[/level]) - [s][level]rexegep[/level][/s] - update: [level]bexofes[/level]

Thanks error1.  It also didn't work for "F".  It was just a poorly tested solution.

Also, does anyone know why in these two puzzles the first barrel generated by the left side of the machine (in this case always a "1") is incinerated by the furnace without knocking out a "1" crate, but every other crate does?  Is this just a glitch or some other effect?

error1 (2007-05-20) geej66 [level]rexegep[/level] fails on 1

jf (2007-05-22) [quote author=geej66 link=topic=274.msg2631#msg2631 date=1179623390]
Also, does anyone know why in these two puzzles the first barrel generated by the left side of the machine (in this case always a "1") is incinerated by the furnace without knocking out a "1" crate, but every other crate does?  Is this just a glitch or some other effect?
[/quote]

The first barrel is out of phase with the pipe draw off of the copier, and gets eaten by the furnace. This delays the following copies one tick, so that the following barrel is in phase. In this case, you don't need the pipe -- simply copying up into a furnace gives a continuous stream of crates to collide with, without worrying about phase. (You can also raise the dozer one space in the air -- the one that runs right to left -- to delay the start of the copier by one tick -- that also fixes it, as the first barrel is now in phase.)

This example shows what I mean: [level]xeradyv[/level]. On the bottom left, I delay the start of copying by one tick, and all four copies are knocked to the right. On the right side, the delay is not needed.

adept (2007-08-02) for bucky's update of B37- [level]gesubuh[/level]

[puzzle] CEBO - the packing machine

sphi2 (2007-05-18) You may try to beat CEBO the packing machine under that link: [level]cifosoh[/level]
Good luck and have fun!

jf (2007-05-19) That is a good puzzle! For CEBO: [level]hyvahir[/level]

Locked crates

Bucky (2007-07-17) When I switch from "Sandbox" to "Game" mode in the middle of running a puzzle, it may lock or unlock any pieces that moved in the meantime.  This can lead to unlocking fixed-position barrels or locking crates.

Skull Face72 (2007-11-22) what exactly do you mean by locked?Is there some feature of the game I am unfamiliar with?

Sly's Puzzles

sly (2007-07-18) I've organized all my levels in a neat, orderly table:

[table]
  [tr]
    [td]Name[/td]
    [td]Level[/td]
    [td]Solution[/td]
  [/tr]
  [tr]
    [td]Out of the Box[/td]
    [td][level]cocotun[/level][/td]
    [td][spoiler][level]puvozog[/level][/spoiler][/td]
  [/tr]
  [tr]
    [td]One to Three[/td]
    [td][level]dagivoz[/level][/td]
    [td][spoiler][level]vyxamod[/level][/spoiler][/td]
  [/tr]
[tr]
    [td]More than meets the eye[/td]
    [td][level]losodib[/level][/td]
    [td][spoiler][level]napevot[/level][/spoiler][/td]
  [/tr]
[tr]
    [td]What you see is what you get[/td]
    [td][level]bocares[/level][/td]
    [td][spoiler][level]badagex[/level][/spoiler][/td]
  [/tr]
[tr]
    [td]There When You Need it[/td]
    [td][level]syvopos[/level][/td]
    [td][spoiler][level]cepiham[/level][/spoiler][/td]
  [/tr]
[tr]
    [td]Gates of Fire[/td]
    [td][level]jefokis[/level][/td]
    [td][spoiler][level]figudam[/level][/spoiler][/td]
  [/tr]
[tr]
    [td]Gates of Fire 2[/td]
    [td][level]sumaxag[/level][/td]
    [td][spoiler][level]vabokof[/level][/spoiler][/td]
  [/tr]
[tr]
    [td]Polar Opposties[/td]
    [td][level]pobydez[/level][/td]
    [td][spoiler][level]boberyh[/level][/spoiler][/td]
  [/tr]
[tr]
    [td]Recycled Air[/td]
    [td][level]zybypih[/level][/td]
    [td][spoiler][level]gybudus[/level][/spoiler][/td]
  [/tr]
[tr]
    [td]Simultaneous[/td]
    [td][level]mogutex[/level][/td]
    [td][spoiler][level]fudizag[/level][/spoiler][/td]
  [/tr]
[tr]
    [td]Inside Out 1[/td]
    [td][level]dybareb[/level][/td]
    [td][spoiler][level]jyfahuz[/level][/spoiler][/td]
  [/tr]
[tr]
    [td]Inside Out 2[/td]
    [td][level]fotoxax[/level][/td]
    [td][spoiler][level]kepuval[/level][/spoiler][/td]
  [/tr]
[tr]
    [td]Inside Out 3[/td]
    [td][level]vobyzab[/level][/td]
    [td][spoiler][level]dugygad[/level][/spoiler][/td]
  [/tr]
[tr]
    [td]Inside Out 4[/td]
    [td][level]rutovov[/level][/td]
    [td][spoiler][level]bybeluz[/level][/spoiler][/td]
  [/tr]
[tr]
    [td]Inside Out 5[/td]
    [td][level]vemybyx[/level][/td]
    [td][spoiler]None Currently[/spoiler][/td]
  [/tr]
[tr]
    [td]Wall of Silence[/td]
    [td][level]bogyvid[/level][/td]
    [td][spoiler][level]kytebir[/level][/spoiler][/td]
[/tr]
[tr]
    [td]Wall of Silence 2[/td]
    [td][level]xunalag[/level][/td]
    [td][spoiler][level]letadim[/level][/spoiler][/td]
[/tr]
[tr]
    [td]Alcatraz[/td]
    [td][level]topunok[/level][/td]
    [td][spoiler][level]nunobex[/level][/spoiler][/td]
[/tr]
[tr]
    [td]Alcatraz 2 v1.2[/td]
    [td][level]syhigar[/level][/td]
    [td][spoiler][level]tizigyk[/level][/spoiler][/td]
[/tr]
[tr]
    [td]Alcatraz 3[/td]
    [td][level]musimyl[/level][/td]
    [td][spoiler][level]gecerid[/level][/spoiler][/td]
[/tr]
[tr]
    [td]Wall of Silence 3 v1.2[/td]
    [td][level]nukusig[/level][/td]
    [td][spoiler][level]zonigak[/level][/spoiler][/td]
[/tr]
[tr]
    [td]Windows[/td]
    [td][level]nokyhar[/level][/td]
    [td][spoiler][level]gyvuzap[/level][/spoiler][/td]
[/tr]
[tr]
    [td]Synchronize[/td]
    [td][level]fucanyc[/level][/td]
    [td][spoiler][level]jofytar[/level][/spoiler][/td]
[/tr]
[tr]
    [td]Dyslexia[/td]
    [td][level]nexifud[/level][/td]
    [td][spoiler]None Currently[/spoiler][/td]
[/tr]
[tr]
    [td]A base-zero number system[/td]
    [td][level]rycecux[/level][/td]
    [td][spoiler][level]hynidov[/level][/spoiler][/td]
[/tr]
[tr]
    [td]Synchronize 2[/td]
    [td][level]jedixyg[/level][/td]
    [td][spoiler][level]xefoxep[/level][/spoiler][/td]
[/tr]
[tr]
    [td]Synchronize 3[/td]
    [td][level]gonygef[/level][/td]
    [td][spoiler]None Currently[/spoiler][/td]
[/tr]
[tr]
    [td]Rubik's Rectangle[/td]
    [td][level]xycusud[/level][/td]
    [td][spoiler]None Currently[/spoiler][/td]
[/tr]
[/table]

jf (2007-07-18) Nice puzzle. I thought of two ways to solve it -- this way: [level]degugyf[/level] and this way: [level]puvozog[/level].

sly (2007-07-18) New one:

One to Three: [level]dagivoz[/level]

I couldn't really figure out how to solve it on my own so I'm not 100% positive it's possible. But I'm sure it is since there's so many other levels like it.

jf (2007-07-18) This one was also fun to solve. [spoiler]I tested inputs in the sandbox to find the output pattern.[/spoiler] For One to Three: [level]vyxamod[/level].

EDIT: Nicely done, Bucky. I didn't see the forest for the trees.

Bucky (2007-07-18) Out of the Box:[level]ganasaf[/level] or [level]hyseval[/level]
Out of three: [level]demudov[/level]  [spoiler]Adding A mod16 isn't a very secure form of encryption.[/spoiler]

sly (2007-07-18) Sorry about that, these are the first levels I've ever created. So, I mean,I'll try to make them as good as I can. :)

Anyway, new one, hope it's better:

More than meets the eye: [level]losodib[/level]

Bucky (2007-07-18) More than meets the eye: [level]napevot[/level].  [spoiler]You ought to know better.[/spoiler]

Rene (2007-07-18)
Nice puzzles, Sly.

Out of the Box ([level]cocotun[/level]): [level]caguvof[/level]
One to Three ([level]dagivoz[/level]): [level]cevevig[/level]
More than meets the Eye ([level]losodib[/level]): [level]gyvoduv[/level]  --  [spoiler]Probably not what you expected; leaving space open is risky business...[/spoiler]

sly (2007-07-18) Wow, that's impressive that everyone got it that fast. However, the solutions you guys put out are why the level's called more than meets the eye.

Now I got a follow up that has less 'open space' :)

What you see is what you get: [level]pevezux[/level]

EDIT: I made another one that's super easy, there are actually two ways of solving it, just one way's better than the other:

There When You Need it: [level]syvopos[/level]

EDIT: Ummm... New one already

Gates of Fire: [level]jefokis[/level]

jf (2007-07-18) For There When You Need It: [level]cepiham[/level].

In pevezux, the random crate generates two unrelated values. You could drop the crate one tick before pushing it left. Also, the hash function does not produce unique values. Compare for solution crates 6 and C, 7 and E.

sly (2007-07-18) Good job.

Here's an updated version: [level]bocares[/level] (I feel retarded  :P)

Bucky (2007-07-19) Gates of Fire: [level]figudam[/level].  The top-center device is one featured in a dream I had a while ago.  When I checked it upon waking, I was surprised to find that it actually worked.
There when you need it: [level]zidemyf[/level].  Nothing here that wasn't in jf's solution.

Rene (2007-07-19) Here is a first attempt at What You See is What You Get ([level]bocares[/level]): [level]badagex[/level]
It necessarily fails on 6 and 7, however, because the randomizer in the puzzle does not produce unique numbers  >:(

For Gates of Fire ([level]jefokis[/level]): [level]vazyhyp[/level]

My There when you need it solution was exactly the same as Bucky's, so there is no need to post it.

You actually dream about Rubicon, Bucky?

sly (2007-07-19) Gates of Fire 2: [level]sumaxag[/level]

Polar Opposties: [level]fufunil[/level]

jf (2007-07-20) For Gates of Fire 2 [level]sumaxag[/level], I set for myself a challenge to refrain from using any dozers. I also wanted to use [spoiler]a single unbroken chain of gates winding through from start to finish[/spoiler] but the puzzle layout does not accomodate it, so I had to improvise in two places to maintain continuity. Voila: [level]vabokof[/level].

Bucky (2007-07-20) [quote author=Rene link=topic=277.msg2745#msg2745 date=1184832886]
You actually dream about Rubicon, Bucky?
[/quote]

It's only happened once, when I stayed awake until 3 AM working on a difficult puzzle.

TTTPPP (2007-07-20) Some solutions I came up with

Out of the box (cocotun): nikebom
One to Three (dagivoz): tedynob (I put in special cases for 0 and 1 - there must be a better way!)
More than meets the eye (losodib): jusuvun (If the random crate hadn't started on the duplicator I would have struggled a lot more with this)

sly (2007-07-22) Recycled Air: [level]nacorag[/level]

Rene (2007-07-22) Well done, Sly. Gates of Fire 2 is a well designed puzzle, with just the right amount of space everywhere.

For Gates of Fire 2 ([level]sumaxag[/level]): [level]cixiles[/level]

[spoiler]You left a turn signal in a convenient place, so I guess this is the type of solution you were thinking about[/spoiler]

I looked at Polar Opposites as well, but that one is not solvable if the ? crate turns out to be 'F'

sly (2007-07-22) Thanks! That was the solution I had intended it be. Good Job! About Polar Opposites I updated it. THe new one is:

Polar Opposites: [level]pobydez[/level]

Rene (2007-07-22) [quote author=jf link=topic=277.msg2748#msg2748 date=1184909322]
For Gates of Fire 2 [level]sumaxag[/level], I set for myself a challenge to refrain from using any dozers. I also wanted to use [spoiler]a single unbroken chain of gates winding through from start to finish[/spoiler] but the puzzle layout does not accomodate it, so I had to improvise in two places to maintain continuity. Voila: [level]vabokof[/level].
[/quote]

I liked JF's idea of [spoiler]a single unbroken chain of gates winding through from start to finish[/spoiler]. So I stole it  ;), and set out to create a solution like that. With only two small adapters, here is [level]bybygym[/level].

Rene (2007-07-22)
For Polar Opposites ([level]pobydez[/level]): [level]byhovoz[/level]

Probably not what you expected.

sly (2007-07-22) Wow rene, that's impressive. Maybe I'm underestimating everyone and should make my puzzles harder. So far everyone has found the tricks and quirks in all of my level (Except for Out of the Box which it was supposed to happen). Hmm... I got a good one. But I'll do it tomorrow since I haven't gotten sleep yet :).

Rene (2007-07-22) [quote author=sly link=topic=277.msg2765#msg2765 date=1185104318]
Wow rene, that's impressive. Maybe I'm underestimating everyone and should make my puzzles harder. So far everyone has found the tricks and quirks in all of my level (Except for Out of the Box which it was supposed to happen). Hmm... I got a good one. But I'll do it tomorrow since I haven't gotten sleep yet :).
[/quote]

Don't blame yourself. Some of us have been around for a long time, and have seen all of the tricks in the book. It is hard to come up with original ones. For example, the techniques that I used for Gates of Fire come from the solutions that were posted for Peep Hole (http://kevan.org/rubicon/forums/index.php/topic,119.msg1278.html#msg1278). If you want to have an idea of all the techniques, have a look through the puzzles of Bucky, JF, MagiMaster and especially 20eight's massive collection. You might even try your hand on some of my own puzzles  ;)

But, I always enjoy new puzzles, even though they are similar to existing ones. So keep them coming!!
And occasionally, a real gem like Recycled Air ([level]nacorag[/level]) comes up, that is unlike any puzzle I have seen before.

Bucky (2007-07-22) Polar Opposites:[level]boberyh[/level].

I currently think nacorag is impossible because the entire top row is inaccessable.

sly (2007-07-23) Okay, I fixed Recycled Air and the new one is:

Recycled Air: [level]zybypih[/level]

sly (2007-07-23) Simultaneous: [level]mogutex[/level]

Bucky (2007-07-23) Recycled air([level]zybypih[/level]): [level]zofarig[/level]
I used far more copiers than necessary.  Most of them speed up the solution but some of them are purely decorative

Simultaneous([level]mogutex[/level]): [level]bykylup[/level]

sly (2007-07-23) Good job Bucky! Um... Jyfmif isn't valid tho.

Rene (2007-07-23)
For Simultaneous ([level]mogutex[/level]): [level]bynilod[/level]

geej66 (2007-07-23) Here's the other strategy for simultaneous - [level]gahugot[/level]

jf (2007-07-23) For Recycled Air ([level]zybypih[/level]): [level]gybudus[/level]

and for Simultaneous ([level]mogutex[/level]): [level]fudizag[/level]

sly (2007-07-24) Inside Out 1: [level]dybareb[/level]

This ones first in a series, as you can tell, there will be harder versions to come.

jf (2007-07-24) For Inside Out 1 ([level]dybareb[/level]): [level]jyfahuz[/level].

TTTPPP (2007-07-24) Arrrgh!  Here's my solution to Inside Out 1 by cheating in one square (the conveyor near the A matcher) [level]xyhedar[/level].  I guess I'll have to try using the winches properly.

sly (2007-07-24) Good Job!

Next one:

Inside Out 2: [level]fotoxax[/level]

The only difference is the box is smaller and the crate's on the outside.

jf (2007-07-24) For Inside Out 2 [level]fotoxax[/level]: [level]kepuvul[/level]. Using old physics for these puzzles adds an interesting twist.

sly (2007-07-24) Wow, that was fast.

Now things get a little tough. :)

Inside Out 3: [level]vobyzab[/level]

jf (2007-07-25) I solved Inside Out 3, but my solution struck me as rather quotidian. Inspired by Rene's recent solution to The Doubling Chamber ([url]http://kevan.org/rubicon/forums/index.php/topic,281.msg2812.html#msg2812[/url]), I decided to try again.

Here is my second attempt at Inside Out 3 ([level]vobyzab[/level]): [level]dugygad[/level], which I like much better.

hatkirby (2007-07-25) I liked Gates of Fire. It let me use things like the Double Furnace Draw that I had seen, but not put to much use yet. And here's my solution:

Gates of Fire Opened - [level]jetudup[/level]

sly (2007-07-25) thx!

I couldn't solve this one myself.

Inside Out 4: [level]rutovov[/level]

Rene (2007-07-25)
For Inside Out 4 ([level]rutovov[/level]): [level]bybeluz[/level]

That was very, very tough ???  Good puzzle ! :D

jf (2007-07-25) For Inside Out 4 ([level]rutovov[/level]): [level]mumevyg[/level]. I see Rene has posted a solution while I was working on mine. That was indeed a tough puzzle!

Edit: Rene, you've got quite a mastery of Rubicon timing. Very subtle handling [spoiler]of the winch[/spoiler].

sly (2007-07-25) Wow, thankyou! I didn't know it would be that tough! :) Good job on such a hard puzzle.

This one comes with a slogan, lol.

Inside Out 5: [level]vemybyx[/level]

[i]You're world is getting smaller...[/i]

sly (2007-08-03) I'm guessing that the last one is impossible, however, I'm certain this one is:

Wall of Silence: [level]bogyvid[/level]

Bucky (2007-08-03) Wall of Silence([level]bogyvid[/level]):[level]kytebir[/level].

Although I didn't have my original solution to my "Through the Dungeon" handy, I was able to reinvent enough of it to solve the puzzle.  I personally think my dozer release mechanism is the highlight of the solution.

(Go take a crack at it and THEN you'll know better than to call this type of puzzle impossible. >:()

sly (2007-08-03) No I already had the solution for Wall of Silence. It's Inside Out 5 I think is impossible. I've been trying like crazy to find a solution but I just can't.

Good job on solving Wall of Silence tho. :)

Wall of Silence 2: [level]xunalag[/level]

jf (2007-08-03) For Wall of Silence ([level]bogyvid[/level]): [level]cusymob[/level]. That was a fun one.

Timbo (2007-08-03) For Wall of Silence II([level]xunalag[/level]): [level]letadim[/level]

jnz (2007-08-03) For Wall of Silence ([level]bogyvid[/level]): [level]xokulyx[/level]
For Wall of Silence II ([level]xunalag[/level]): [level]xogugaf[/level] (which is basically the same)

sly (2007-08-07) Nice solutions. I dig. :)

Just finished a new one.

Alcatraz: [level]topunok[/level]

Rene (2007-08-07)
For Alcatraz ([level]topunok[/level]): [level]nunobex[/level]

You know better than that  ;) !

sly (2007-08-07) It was part of the original idea :) It's a solution here not a cheat. So in that case, good job!

Alcatraz 2: [level]lugydyl[/level]

Rene (2007-08-07) [quote author=sly link=topic=277.msg2993#msg2993 date=1186488612]
It was part of the original idea :) It's a solution here not a cheat. So in that case, good job!

Alcatraz 2: [level]lugydyl[/level]
[/quote]

Without a crate on the outside, this one seems very impossible.

sly (2007-08-07) Sorry! I'm such a retard!

here's an update

Alcatraz 2 v 1.2 : [level]syhigar[/level]

jnz (2007-08-07) For Alcatraz 2 v1.2 ([level]syhigar[/level]): [level]tizigyk[/level].  The complication on the left is a giant special-case for handling F.

Rene (2007-08-07)
For Alcatraz 2 v1.2 ([level]syhigar[/level]): [level]dikiben[/level]

sly (2007-08-07) Nice!

Alcatraz 3 : [level]musimyl[/level]

Same concept.

EDIT:

Ahh.. new one fresh from the 'oven'.

Wall of silence 3: [level]hezabod[/level]

jf (2007-08-08) For Alcatraz 3 ([level]musimyl[/level]): [level]gecerid[/level].

For Alcatraz 2 ([level]syhigar[/level]): [level]xovolen[/level].

I think Wall of Silence 3 is missing a crate.  ;)

sly (2007-08-08) Im having problems with this 'crate on the right side thing' -_-
Wall of silence 3 v1.2 : [level]nukusig[/level]

Rene (2007-08-08) For Alcatraz 3 ([level]musimyl[/level]): [level]gavihys[/level]
For Wall of Silence 3 v1.2 ([level]nukusig[/level]): [level]zonigak[/level]

jnz (2007-08-08) For Wall of Silence 3 v1.2 ([level]nukusig[/level]): [level]danidah[/level]

[quote author=Rene link=topic=277.msg3010#msg3010 date=1186576788]
For Wall of Silence 3 v1.2 ([level]nukusig[/level]): [level]zonigak[/level]
[/quote]
This is broken for E.  Your down-counter doesn't output an E.  I do like that push off the furnace at full speed trick.

jf (2007-08-08) For Wall of Silence 3 ([level]nukusig[/level]): [level]rosodaz[/level].

Rene (2007-08-09) [quote author=jnz link=topic=277.msg3013#msg3013 date=1186599400]
For Wall of Silence 3 v1.2 ([level]nukusig[/level]): [level]danidah[/level]

[quote author=Rene link=topic=277.msg3010#msg3010 date=1186576788]
For Wall of Silence 3 v1.2 ([level]nukusig[/level]): [level]zonigak[/level]
[/quote]
This is broken for E.  Your down-counter doesn't output an E.  I do like that push off the furnace at full speed trick.
[/quote]

Darn, that bloody old physics model! Nothing works as expected....
This should fix it: [level]gipodex[/level] - still with the "push off the furnace at full speed" trick  ;)

sly (2007-08-16) This one is a collaboration of some other levels, just minimized to fit one screen. There are six other levels in this one level. It ought to be called six-in-one but I'm calling it Windows since it's like windows to other levels. I did have to modify some of them in order for it to work.

Levels used:
Rocket by jf
Waiting for a fad to pass by TTTPPP
Church by Adept
Glass Floor by Rene
Recycling Tray by HatKirby
and Wall of Silence by Me

Windows: [level]nokyhar[/level]

jf (2007-08-16) Oh, I did not think it was possible! That was a tough, tough puzzle -- quite the exercise in miniaturization. The available space in the top right is severely restricted, and the top left does not seem possible as the 1 crate's starting position spoils several strategic points. Yet, I managed to find a solution to each of the Windows ([level]nokyhar[/level]): [level]gyvuzap[/level]. (And I really like the miniature version of Rocket!  :) )

(Did you realize that your top left differs from Waiting for a fad to pass by one space? That makes it quite a different puzzle.)

jnz (2007-08-17) For Windows ([level]nokyhar[/level]): [level]xobikag[/level].  Now I see what jf meant about the upper left; that 1 is in a very inconvenient spot.  :)

sly (2007-08-17) Yes I did reposition the 1 because anyone could use their solution for the orginal in Windows

jf (2007-08-17) [quote author=sly link=topic=277.msg3049#msg3049 date=1187325664]
Yes I did reposition the 1 because anyone could use their solution for the orginal in Windows
[/quote]

Nicely done -- great puzzle. jnz makes the top left look so easy after I had such a hard time with it.

jnz (2007-08-17) [quote author=jf link=topic=277.msg3050#msg3050 date=1187333996]
jnz makes the top left look so easy after I had such a hard time with it.
[/quote]

Looks can be deceiving.  I tried several dead-end strategies before I stumbled upon this one.  I started with the upper-left, hoping it would be easy to adapt my existing solution.  But I got so frustrated with it that I went and solved all the other windows first, with the top-right being the hardest of those.  Then it was a long trial-and-error session to get that last window working.

sly (2007-08-24) The internal clock begins ticking at somepoint and ends fast. Can you synchronize your machines?

Synchronize: [level]fucanyc[/level]

sly (2007-08-29) Crates to barrels.. sounds easy enough, unless your dyslexic.

Dyslexia: [level]nexifud[/level]

sly (2007-08-30) Rubicon is base-16, we use base-10, binary is base-2, tallying is base-1, but what exactly is a base-0 number system?

A Base-Zero number system: [level]rycecux[/level]

adept (2007-08-30) For Base-zero [level]hynidov[/level]

synchronize : [level]jofytar[/level] [spoiler]I suppose this might not work if the F in the left came out very late. It worked everytime I ran it[/spoiler]

jnz (2007-08-30) For A Base-Zero number system ([level]rycecux[/level]): [level]riradex[/level]

On a separate note, am I the only one who thinks Synchronize is impossible to solve (other than probabilistically)?

TTTPPP (2007-08-31) I agree that it's only solvable probabilistically.

A 'proof':

There are a finite number of solutions to the top left section, and given any solution for the top left section there is a finite minimum time that it will finish in.
Therefore there is a time T which is the longest minimum time for a solution for the top left to finish.  Therefore no matter what arrangement is in the top left section it will be solved with non-negligible probability in time T.

Therefore any complete solution to the puzzle must have the other two sections solved by time T+t (where t is the time for the trapdoors to close).

There are no solutions for the bottom left section as long as the random crate only produces 0s.  There is a non-negligible chance that nothing but 0s will be produced in the bottom right section for time T+t.

Therefore there are no complete solutions to the puzzle.

sly (2007-08-31) Interesting math, you're right, it won't solve all the time, but you can get close.

I added some wires.

Synchronize 2 : [level]jedixyg[/level]

jnz (2007-08-31) Wires!  That's what I'm talking about!
For Synchronize 2 ([level]jedixyg[/level]): [level]xefoxep[/level]

adept: your Synchronize solution ([level]jofytar[/level]) seems to be a tick off when the random crate on the right is 0.

sly (2007-08-31) I forgot a component.

Synchronize 3 : [level]gonygef[/level]

Rene (2007-09-02)
For Zero-base ([level]rycecux[/level]): [level]xoxozyx[/level]

About Dyslexia ([level]nexifud[/level]): I already used almost all the available space for TTTPPP's "Much Ado About Nothing 9". If the random crate in Dyslexia happens to be '0', then it is equivalent to MAAN 9, so I would judge this puzzle unrealistically difficult.

jnz (2007-09-02) [quote author=Rene link=topic=277.msg3133#msg3133 date=1188751632]
About Dyslexia ([level]nexifud[/level]): I already used almost all the available space for TTTPPP's "Much Ado About Nothing 9". If the random crate in Dyslexia happens to be '0', then it is equivalent to MAAN 9, so I would judge this puzzle unrealistically difficult.
[/quote]

Obfuscated hint: [spoiler]what if you ignore the barrel that comes out?[/spoiler]
For Synchronize 3 ([level]gonygef[/level]): is it possible to get a 1 through the monster's mouth?

Rene (2007-09-02) [quote author=jnz link=topic=277.msg3135#msg3135 date=1188754059]
[quote author=Rene link=topic=277.msg3133#msg3133 date=1188751632]
About Dyslexia ([level]nexifud[/level]): I already used almost all the available space for TTTPPP's "Much Ado About Nothing 9". If the random crate in Dyslexia happens to be '0', then it is equivalent to MAAN 9, so I would judge this puzzle unrealistically difficult.
[/quote]

Obfuscated hint: [spoiler]what if you ignore the barrel that comes out?[/spoiler]

[/quote]

Your hint does not really help. [spoiler]You still need to get the original crate out. The only way to do that is with a '0' crate, so you still need to come up with a '0' crate. That makes the problem equivalent MAAN 9 again. And with the puzzle in the middle of the field, the solution is going to be very awkwardly shaped.[/spoiler]
If you're seeing something that I'm missing, then let me know.

jnz (2007-09-02) [quote author=Rene link=topic=277.msg3137#msg3137 date=1188755420]
If you're seeing something that I'm missing, then let me know.
[/quote]

No, that's what I had in mind.  I thought it reduced it from "unrealistically difficult" to merely "extremely difficult".  Of course, you don't see me attempting it...

Bucky (2007-09-02) I've got an alternate idea that might work most of the time for Dyslexia.  I don't have the space to complete the design as shown, but it may be possible to get something working most of the time with the same algorithm. (The demo machine has many things wrong with it and halts after producing a zero crate.  [spoiler]Ideally, instead of filtering for 0s we'd use the method shown to acquire an n-1 barrel and use them to filter directly for the target value.  [/spoiler]There ARE cases where it won't work, but it should do fine most of the time.

Dislexia fragment: [level]sogigid[/level]

EDIT:  I think I have the special cases worked out.  [spoiler]If the target crate is 0, the n-1 method won't work, but we can detect that and alter the traffic flow accordingly.  Also, it will only fail to produce a 0 if we have odd crates and an even target, or a 0, 4, 8 or C target.  We can usually solve this by extracting two crates every 16 machine cycles and adding them together. [/spoiler]  Now I just need Rene to figure out how to hook everything up.  I figure it has at least a 95% chance of working.

adept (2007-09-04) [quote author=jnz link=topic=277.msg3118#msg3118 date=1188589482]

adept: your Synchronize solution ([level]jofytar[/level]) seems to be a tick off when the random crate on the right is 0.
[/quote]

I can't believe I didn't test for that-  This one seems to work for synchronize [level]gebylyb[/level]

[b]Synchronize 2 : [level]lecigeh[/level][/b]

Rene (2007-09-07) [quote author=Bucky link=topic=277.msg3139#msg3139 date=1188763730]
I've got an alternate idea that might work most of the time for Dyslexia.  I don't have the space to complete the design as shown, but it may be possible to get something working most of the time with the same algorithm. (The demo machine has many things wrong with it and halts after producing a zero crate.  [spoiler]Ideally, instead of filtering for 0s we'd use the method shown to acquire an n-1 barrel and use them to filter directly for the target value.  [/spoiler]There ARE cases where it won't work, but it should do fine most of the time.

Dislexia fragment: [level]sogigid[/level]

EDIT:  I think I have the special cases worked out.  [spoiler]If the target crate is 0, the n-1 method won't work, but we can detect that and alter the traffic flow accordingly.  Also, it will only fail to produce a 0 if we have odd crates and an even target, or a 0, 4, 8 or C target.  We can usually solve this by extracting two crates every 16 machine cycles and adding them together. [/spoiler]  Now I just need Rene to figure out how to hook everything up.  I figure it has at least a 95% chance of working.
[/quote]

Normally I would jump to a challenge like that  ;) But, unfortunately, I can still see some holes in your reasoning. You have a problem if the target crate is even. [spoiler]If it is even, then the 9 crates need to contain [b]a multiple[/b] of the target crate, in order for it to work. E.g. if the target crate is 8, then the 9 crates need to contain either a 0 or an 8. Randomly adding two of the crates together has a low chance of producing 0 or 8, and is therefore not a viable approach. You need to carefully select which crates to add together (or subtract from each other) in order to produce the right value.[/spoiler]
Therefore, I need some more of your creative thinking before we can construct a solution.

Bucky (2007-09-07) [quote author=Rene link=topic=277.msg3157#msg3157 date=1189182291]
Normally I would jump to a challenge like that  ;) But, unfortunately, I can still see some holes in your reasoning. You have a problem if the target crate is even. [spoiler]If it is even, then the 9 crates need to contain [b]a multiple[/b] of the target crate, in order for it to work. E.g. if the target crate is 8, then the 9 crates need to contain either a 0 or an 8. Randomly adding two of the crates together has a low chance of producing 0 or 8, and is therefore not a viable approach. You need to carefully select which crates to add together (or subtract from each other) in order to produce the right value.[/spoiler]
Therefore, I need some more of your creative thinking before we can construct a solution.
[/quote]

I'm aware of this.  I didn't make the case that it worked all the time.  It'd only work 95% of the time as written, failing mostly on a '0' and '8'.  Unfortunately, I can't see how to solve it with case 0 without having a MAAN 9 solution on the side.

With the other cases, however, we can [spoiler]deal with the issue of 4, C and 8 at the same time as the even crate problem simply by pulling out a crate every 16 cycles and solving for [i]that[/i] crate in the same manner as the original.  By the pigeonhole principle, two of the crates have the same value mod 8.[/spoiler]  This neatly solves every case but 0, and usually solves 0 as well, leaving us with better than a 97% chance.

sly (2007-09-09) Wow, I had no idea Dyslexia would be that difficult. I didn't see Much Ado About Nothing until after I made this level and I was thinking the same thing that [spoiler]either two crates are the same for zero or two crates added together equal zero. This led me to think this was possible with all numbers and left it as is. But now that I think about it, it doesn't work that way.[/spoiler] Oh and I really like the 'machine gun reloading' effect you made Bucky. :)

I spent forever making this new puzzle and I kept thinking of ways to make it difficult. Unfortunately, I only got this, which is fairly easy. And then I couldn't figure out how to make the top two crates be switchable. btw: 7s are kinda the default input number

Rubik's Rectangle: [level]xycusud[/level]

Oh, and, please I beg of you to make this puzzle better and harder, and smaller, if possible. You're free to mod it.

jnz (2007-09-09) For Rubik's Rectangle ([level]xycusud[/level]): [level]linexis[/level].  I cheated.  Also, you [spoiler]forgot to lock the space next to the 8 barrel[/spoiler] but I didn't use that.
Edit: here's a non-cheat version: [level]gosifed[/level]
Edit: here's a proof-of-concept top-swapper: [level]budeses[/level]

Rene (2007-09-13)
Here is another cheat solution to Rubiks Rectangle ([level]xycusud[/level]): [level]bupigun[/level]

jf (2007-09-21) For Rubiks Rectangle ([level]xycusud[/level]): [level]teladoc[/level]

krisper (2007-09-22) I saw jf's solution for Rubiks Rectangle and thought the puzzle would be to difficult for me... until I looked a little closer.




Rubiks Rectangle ([level]xycusud[/level]):[level]gyborof[/level]

sly (2007-10-19) f of x : [level]barydik[/level]

sly (2008-04-20) NEW PUZZLE

Basic Lingual Differences: [level]kemakic[/level]

Werbad (2008-04-20) Not always possible unless you add another Crate...

sly (2008-04-21) You're right.

The new one is [level]dyzadud[/level]

Rene (2008-04-21)
For Basic Lingual Differences ([level]dyzadud[/level]): [level]kyzygum[/level]

I used a construct that I came up with long time ago for a similar puzzle

sly (2008-04-22) Basic Lingual Differences 2: [level]tozabek[/level]

Werbad (2008-04-22) For Basic Lingual Differences 2 ([level]tozabek[/level]): [level]bopenyp[/level]
Not sure why this works.

Timbo (2008-04-22) Without looking on Werbads solution I have one on the same principle([spoiler]Inserting zeros the whole time[/spoiler]).
Here it is: For Basic Lingual Differences 2 ([level]tozabek[/level]): [level]mukoloc[/level](91 ticks)
I even understand why it works.
It is based on the fact, that [spoiler]triangular number have a period of 32 and in this period every number exists 2 times. Therby after 32 crates the door sticks out at 2*solution moments[/spoiler]

Rene (2008-04-22)
For Basic Langual Differences 2 ([level]tozabek[/level]): [level]dyxyneb[/level] (87 ticks)

Using the same principle as Werbad and Timbo

sly (2008-04-23) I'm impressed! That's very clever.

anyway here Basic Lingual Differences 3: [level]gizybog[/level]

Werbad (2008-04-23) For Basic Lingual Differences 3 ([level]gizybog[/level]): [level]davygup[/level]
[spoiler]The solution is divided into 2 sections each checking 2 different methods of retrieving the crate value.
The right section looks for F's. The barrel after an F is always equal to the target crate. This information however isn't always enough since some cases never generate F's, therefore I also made the left section.
The left section looks through the first 8 barrels to find the most common value. The only time this system might fail is on case E, which will always be handled by the Right system.[/spoiler]

Edit: Just noticed that it fails in some rare cases
New solution: [level]fehegub[/level]
[spoiler]I noticed a new pattern in my old solution; Every second output is the target and the rest is one of: 1, 3, 7, or F. Not always, but at least once per 8 outputs. This new machine simply looks for 1's, 3's, 7's, and F's and the next output will be the target. Solves a lot faster than the old one.[/spoiler]

immibis (2008-04-24) For Basic Lingual Differences: [level]gozymut[/level]

Werbad (2008-04-24) Ok, I was trying way too hard... I feel stupid for not noticing this simple pattern.
[spoiler]Using the output from my earlier solutions, the target crate is always equal to the lowest of 2 following barrels.[/spoiler]
For Basic Lingual Differences 3 ([level]gizybog[/level]): [level]bogygyc[/level]

Timbo (2008-04-24) For Basic Lingual Differences 3 ([level]gizybog[/level]): [level]jadocip[/level](85 ticks)

jf (2008-04-25) For Basic Lingual Difference 3 ([level]gizybog[/level]): [level]bixobuz[/level]

I found the same trick: [spoiler]two counts are all that are needed, and the lowest of the two is the solution[/spoiler].

sly (2008-05-01) I'll start out simple so I can build up to the expert version of this puzzle. But for now here's

GHR1: [level]kycogom[/level]

immibis (2008-05-01) For GHR1: [level]fegefuk[/level]

jnz (2008-05-01) For GHR1 ([level]fegefuk[/level]): [level]buburop[/level].  Are we going to find out what GHR stands for in the later puzzles?

dacodemasta (2008-05-01) GHR1: [level]cebitek[/level]

immibis (2008-05-01) Without using the 0 crate: cikyvir

sly (2008-05-01) GHR2: [level]sinibas[/level]

Yes indeed there is an elaborate meaning in the acronym which you're likely to figure out by at most the fifth level, if not I'll just tell you.

immibis (2008-05-01) There doesn't seem to be enough space -- at the bottom there isn't enough room for three conveyors.
Oh, I'm guessing "Gets Hard Reallysoon" or "Gets Hard Reallyquickly" or "Go Hard-out Rene"

immibis (2008-05-01) Using Guns (from my version of Rubicon, see [url]http://kevan.org/rubicon/forums/index.php/topic,308.new.html#new[/url] for a download link) to overcome the space limitation, [level]bebinin[/level]

Rene (2008-05-01) [quote author=immibis link=topic=277.msg3742#msg3742 date=1209623490]
There doesn't seem to be enough space -- at the bottom there isn't enough room for three conveyors.
Oh, I'm guessing "Gets Hard Reallysoon" or "Gets Hard Reallyquickly" or "Go Hard-out Rene"
[/quote]
I guess I need to take that as a compliment  ;)

For GHR1 ([level]kycogom[/level]): [level]mekuxom[/level]
For GHR2 ([level]sinibas[/level]): [level]xidycon[/level]

GHR2 is certainly a steep learning curve compared to GHR1. It's tight at the bottom and top, but still possible.


Werbad (2008-05-01) For GHR2 ([level]sinibas[/level]): [level]sipebur[/level]

jnz (2008-05-01) For GHR2 ([level]sinibas[/level]): [level]bymycal[/level]

jf (2008-05-01) For GHR2 ([level]sinibas[/level]): [level]bezopyr[/level]

I see that I'm the only one [spoiler]who kept everything on the right side[/spoiler].

immibis (2008-05-02) But jf, I kept mine on the right side too (you just can't view my solution with normal rubicon because it uses extra parts)

Werbad (2008-05-02) Since it uses extra parts it is not a valid solution for this puzzle...

sly (2008-05-03) GHR3: [level]lyzevyg[/level]

and

(omg)

Out of the Box 2: [level]rerekat[/level] (yes I am away it looks alot like Lopsidation's "Just a Gate", I don't mean to plagarize)

immibis (2008-05-04) Is GHR3 possible? I can't find any way to get all the outputs. I have something that would do it if ramps worked slightly differently ([level]bafybov[/level]).

For OOTB 2: [level]xybebyt[/level]

jnz (2008-05-04) For OotB 2 ([level]rerekat[/level]): [level]kynakop[/level]

[quote author=immibis link=topic=277.msg3779#msg3779 date=1209861911]
Is GHR3 possible? I can't find any way to get all the outputs.
[/quote]

I think it is but you need a different type of machine for reading at least one of the outputs.  Look at jf's solution for GHR2 if you want a spoiler.

sly (2008-05-04) Out of the Box 2.1: [level]fabupad[/level]

Bucky (2008-05-04) Out of the Box 2.1 (fabupad):[level]zuzeced[/level]  :P

immibis (2008-05-04) For OOTB 2.1: [level]xebabic[/level]

[quote]
[quote]
Is GHR3 possible? I can't find any way to get all the outputs.
[/quote]

I think it is but you need a different type of machine for reading at least one of the outputs.  Look at jf's solution for GHR2 if you want a spoiler.
[/quote]
I've been able to read the left two and right two outputs, but couldn't find anything for the middle one. It would be easy if there was one more row above the machine.

jnz (2008-05-04) For OotB 2.1 ([level]fabupad[/level]): [level]jysuser[/level]

sly (2008-05-04) Haha, I'm doubting myself on whether or not there's a away to make the intended solution the only one possible.

*Crosses fingers*

Out of the box 2.2: [level]vasyvah[/level]

EDIT:

GHR3.1 : [level]kedogen[/level]

immibis (2008-05-04) For OOTB2.2, [level]myzanyg[/level] usually solves, but it will unsolve itself some time in the future depending on the random numbers generated. Is this the intended solution?

sly (2008-05-04) Yeah, that's the intended solution for 2.2 although it does fail eventually, that's fixable.

Out of the Box 2.3: [level]bozobon[/level]

jnz (2008-05-04) For OotB 2.2 ([level]vasyvah[/level]): [level]fygekut[/level]
For OotB 2.3 ([level]bozobon[/level]): [level]cilurid[/level]  This was done under the influence of allergy medication which could account for some of the insanity.

Werbad (2008-05-08) For GHR3 ([level]lyzevyg[/level]): [level]zytalab[/level]
I even had 1 row to spare at the top. It might take a while for the machine to initialize since it has to fill up with barrels.

sly (2008-05-09) wow, that's a very intriguing solution Werbdad.

GHR4: [level]gubugig[/level]

Werbad (2008-05-09) For GHR4 ([level]gubugig[/level]): [level]pedanem[/level]

jf (2008-05-09) For GHR4 ([level]gubugig[/level]): [level]benyham[/level]

I don't want to look at Werbad's solution in case it would be a spoiler for GHR3, which I have not solved yet.

Werbad (2008-05-09) Seems like we use the same basic system for our solutions. I like your solution better though since it is not as messy as mine...

immibis (2008-05-11) For Out of the Box: [level]visupob[/level]
For More than Meets the Eye: [level]dutoned[/level]
For Gates of Fire: [level]jutegag[/level]
For Polar Opposites: [level]bybukot[/level]
For Simultaneous: [level]jesogax[/level]
For Alcatraz: [level]dikiges[/level]
For Wall of Silence 2: [level]cenukyb[/level] (also works for WoS 1)

Twee (2008-11-10) [quote author=Bucky link=topic=277.msg2749#msg2749 date=1184911742]
[quote author=Rene link=topic=277.msg2745#msg2745 date=1184832886]
You actually dream about Rubicon, Bucky?
[/quote]

It's only happened once, when I stayed awake until 3 AM working on a difficult puzzle.
[/quote]

I had a dream featuring Rubicon last night. I'd been puzzling over Werbad's "Quickpeek" [level]pycezod[/level] just before bed, and had figured out an algorithm to solve it but was (and am) stumped on how to make something that can run it in the available space. In the dream, someone told me that since each Rubicon component stands for a word in a logical proof, perhaps I could formulate the proof in French instead, and thus save some space. My interpretation is that my subconsciousness is stumped also and was trying to change the subject by suggesting I learn French instead or something. :P

Twee (2008-11-13) For "Alcatraz 3"([level]musimyl[/level]): [level]cilirus[/level]
Edit: my first solution had a chance of failure in the event that the random crate didn't produce two F crates within about the first 220 ticks. I decided I could do better than that, so here's one without that problem. [level]juzuret[/level] It features a [spoiler]downwards double furnace draw[/spoiler], something that would have been useful for some other puzzles had It occurred to me then. 8)

immibis (2008-11-22) For Rubik's Rectangle (cheating): [level]vipydid[/level]

ais523 (2009-07-06) For Rubik's Rectangle: [level]vynotoc[/level]

cooljj100 (2010-08-21) mynykyc a solution to outside the box.

b612 (2011-02-20) for A base-zero number system ([level]rycecux[/level]): [level]mibebis[/level]

Easy puzzle.

chrismonster555 (2007-07-19) [level]gapaluf[/level]  ;D [color=LimeGreen]For the [glow=red,2,300]nerbs[/glow].[/color]


Hint.[spoiler]Find a way to redirect the 7's ;P[/spoiler]



(EDIT: fixed something in puzzle)

Bucky (2007-07-19) Moved to the "Custom Puzzle Levels" forum.

The puzzle itself has at least 171 one-piece solutions.

chrismonster555 (2007-07-19) Haha thanky, and I knows :P I found about 50 before I got burnt out...

Bucky (2007-07-19) I didn't bother.  I used multiplication and then subtracted a couple of special cases.

BTW, I've gotten it to solve in 48 ticks.  I think a faster solution is not possible.

EDIT: 172 solutions and I think that's it.

Gameman (2007-10-24) [level]zacybeg[/level] [spoiler] i blocked out the barrels with a girder, and kept the dozer busy with the 7 crates.[/spoiler]

TTTPPP (2007-10-25) [level]mymutak[/level] - please say this is the right answer!

Bucky - yeah, I make 172 too, including a nifty one with a gate which uses the fact it's an F crate.  Also I almost counted the door key just above the conveyor-belt as a solution.

Timbo (2007-11-07) Is this a solution: [level]nidamos[/level]?
The first time the machine is started it doesn't solve the problem. But if you restart it...
I guess it isn't a solution since I had to go into the sandbox to produce it.

Gaeel (2007-11-26) Is this supposed to be so easy?

[level]posyhyp[/level]

Just wondering...

Rene (2007-11-27) [quote author=Gaeel link=topic=278.msg3305#msg3305 date=1196100501]
Is this supposed to be so easy?

[level]posyhyp[/level]

Just wondering...
[/quote]

Well.... apparently..... yes. Bucky already pointed out there are 171 different one-piece solutions.

ddsdiur (2008-03-02) You don't need to block the dozer if you just cap the duplicators. The timing works so the dozer misses the crate.

MOVED: Easy puzzle.

Bucky (2007-07-19) This topic has been moved to [url=http://kevan.org/rubicon/forums/index.php?board=3]Custom Puzzle Levels[/url].

[iurl]http://kevan.org/rubicon/forums/index.php?topic=278.0[/iurl]

hatkirby's Puzzles

hatkirby (2007-07-22) Here's hatkirby's puzzles! Some are puzzles, some are challenges. The levels that are listed under "Tested Levels" below, or have the word "SPOILER" next to them are puzzles because they are definatly possible. The rest are challenges because I'm not sure if they work and there's no solution yet. Good luck, and have fun! ;)

[table]
[tr][td][b]Level Code[/b][/td][td][b]Level Name[/b][/td][td][b]Solver[/b][/td][td][b]Solution Code[/b][/td][/tr]
[tr][td][level]doluxub[/level][/td][td]What's the Key to the Code? v1.3[/td][td]Rene[/td][td][spoiler][level]lefedys[/level][/spoiler][/td][/tr]
[tr][td][level]zybyxib[/level][/td][td][shadow=pink,left]Gum up the Works v1.3[/shadow][/td][td]Rene[/td][td][spoiler][level]gipukih[/level][/spoiler][/td][/tr]
[tr][td][level]mimutif[/level][/td][td][shadow=purple,left]Calculate the Answer[/shadow][/td][td]Rene[/td][td][spoiler][level]tagibyg[/level][/spoiler][/td][/tr]
[tr][td][level]buhedoh[/level][/td][td][shadow=yellow,left]Recycling Tray[/shadow][/td][td]Sly[/td][td][spoiler][level]xubunib[/level][/spoiler][/td][/tr]
[tr][td][level]vohudis[/level][/td][td][shadow=yellow,left]Locked Recycling Tray[/shadow][/td][td]Rene[/td][td][spoiler][level]zigocaf[/level][/spoiler][/td][/tr]
[tr][td][level]fifigub[/level][/td][td]Broken Sifter[/td][td]Bucky & Rene[/td][td][spoiler][level]gutasyd[/level][/spoiler] & [spoiler][level]hunybiz[/level][/spoiler][/td][/tr]
[tr][td][level]cenogaf[/level][/td][td]Residential Mix-Up v1.2[/td][td]Sly[/td][td][spoiler][level]zycogys[/level][/spoiler][/td][/tr]
[tr][td][level]famypyb[/level][/td][td][shadow=yellow,left]Passive Recycling Tray[/shadow][/td][td]Sly[/td][td][spoiler][level]nykocum[/level][/spoiler][/td][/tr]
[tr][td][level]zadifyz[/level][/td][td][shadow=yellow,left]Single Recycling Tray[/shadow][/td][td]TTTPPP[/td][td][spoiler][level]jazuvum[/level][/spoiler][/td][/tr]
[tr][td][level]xebipoh[/level][/td][td]Only One Chance v1.2[/td][td]hatkirby[/td][td][spoiler][level]pecixyc[/level][/spoiler][/td][/tr]
[tr][td][level]bugunyx[/level][/td][td][shadow=yellow,left]Illiterate Recycling Tray v1.2[/shadow][/td][td]geej66[/td][td][spoiler][level]gyveveg[/level][/spoiler][/td][/tr]
[tr][td][level]vemudep[/level][/td][td][shadow=gray,left]Shadows of a Better One[/shadow][/td][td]geej66[/td][td][spoiler][level]kuziker[/level][/spoiler][/td][/tr]
[tr][td][level]razufic[/level][/td][td][shadow=yellow,left]Decrementing Recycling Tray[/shadow][/td][td]Sly[/td][td][spoiler][level]takoxyx[/level][/spoiler][/td][/tr]
[tr][td][level]dedidyb[/level][/td][td][shadow=red,left]Rule Processing Device 1[/shadow][/td][td]Rene[/td][td][spoiler][level]garudux[/level][/spoiler][/td][/tr]
[tr][td][level]dufamib[/level][/td][td][shadow=red,left]Rule Processing Device 2[/shadow][/td][td]TTTPPP[/td][td][spoiler][level]zopidad[/level][/spoiler][/td][/tr]
[/table]

[table]
[tr][td][b]Level Code[/b][/td][td][b]Level Name[/b][/td][td][b]Solver[/b][/td][td][b]Solution Code[/b][/td][/tr]
[tr][td][level]rexageb[/level][/td][td][shadow=yellow,left]Burning Recycling Tray[/shadow][/td][td]Sly[/td][td][spoiler][level]dynoxic[/level][/spoiler][/td][/tr]
[tr][td][level]lexuvib[/level][/td][td]Battlements v1.2[/td][td]Rene[/td][td][spoiler][level]catosak[/level][/spoiler][/td][/tr]
[tr][td][level]xoduhuh[/level][/td][td][shadow=yellow,left]Verified Recycling Tray[/shadow][/td][td]Rene[/td][td][spoiler][level]dudedyb[/level][/spoiler][/td][/tr]
[tr][td][level]xusazig[/level][/td][td][shadow=pink,left]Stickyness Removed[/shadow][/td][td]Rene[/td][td][spoiler][level]nidavex[/level][/spoiler][/td][/tr]
[tr][td][level]tefulet[/level][/td][td]Password v1.2[/td][td]Rene[/td][td][spoiler][level]voseduk[/level][/spoiler][/td][/tr]
[tr][td][level]nenotyk[/level][/td][td][shadow=gray,left]Misty Replication[/shadow][/td][td]Bucky[/td][td][spoiler][level]nymetus[/level][/spoiler][/td][/tr]
[tr][td][level]nacazex[/level][/td][td]Boxes[/td][td]Bucky[/td][td][spoiler][level]mavuhum[/level][/spoiler][/td][/tr]
[tr][td][level]gucukyf[/level][/td][td][shadow=brown,left]Debris[/shadow][/td][td]jf[/td][td][spoiler][level]fexefuz[/level][/spoiler][/td][/tr]
[tr][td][level]xopacax[/level][/td][td][shadow=brown,left]Among the Debris[/shadow][/td][td]jf[/td][td][spoiler][level]hepydev[/level][/spoiler][/td][/tr]
[tr][td][level]gipigig[/level][/td][td]Buried Bricks[/td][td]Sly[/td][td][spoiler][level]hibaryb[/level][/spoiler][/td][/tr]
[tr][td][level]gakecan[/level][/td][td]Half 'n' Half[/td][td]hatkirby[/td][td][spoiler][level]hasegov[/level][/spoiler][/td][/tr]
[tr][td][level]fuponyk[/level][/td][td]Triple Swirl[/td][td]Rene[/td][td][spoiler][level]nogurud[/level][/spoiler][/td][/tr]
[tr][td][level]gekagaz[/level][/td][td]The Blasted Furnaces of ----[/td][td]Rene[/td][td][spoiler][level]bucagih[/level][/spoiler][/td][/tr]
[tr][td][level]didohek[/level][/td][td]hatkirby's Multiplier[/td][td]Rene[/td][td][spoiler][level]vexetup[/level][/spoiler][/td][/tr]
[tr][td][level]rugacyh[/level][/td][td]Encrypting File System[/td][td]Rene[/td][td][spoiler][level]zoxypud[/level][/spoiler][/td][/tr]
[/table]

[table]
[tr][td][b]Level Code[/b][/td][td][b]Level Name[/b][/td][td][b]Solver[/b][/td][td][b]Solution Code[/b][/td][/tr]
[tr][td][level]hidinog[/level][/td][td]Fours Galore[/td][td]Rene[/td][td][spoiler][level]renutus[/level][/spoiler][/td][/tr]
[tr][td][level]gysodyx[/level][/td][td]hatkirby's Random Device v1.2[/td][td]Sly[/td][td][spoiler][level]giluded[/level][/spoiler][/td][/tr]
[tr][td][level]netuguc[/level][/td][td][shadow=purple,left]Calculate the Answer 2[/shadow][/td][td]Sly[/td][td][spoiler][level]borosuc[/level][/spoiler][/td][/tr]
[tr][td][level]rofabyf[/level][/td][td]Pick your Nose v1.2[/td][td]Bucky[/td][td][spoiler][level]linahyl[/level][/spoiler][/td][/tr]
[tr][td][level]depexig[/level][/td][td][shadow=orange,left]Sea of Fire[/shadow][/td][td]jf[/td][td][spoiler][level]zobytuf[/level][/spoiler][/td][/tr]
[tr][td][level]febugog[/level][/td][td][shadow=orange,left]Sea of Fire 2[/shadow][/td][td]adept[/td][td][spoiler][level]jimefev[/level][/spoiler][/td][/tr]
[tr][td][level]jotipap[/level][/td][td]The Credit Card Verification Device v1.2[/td][/tr]
[tr][td][level]jisodex[/level][/td][td][shadow=orange,left]Sea of Fire 3[/shadow][/td][td]adept[/td][td][spoiler][level]mopeced[/level][/spoiler][/td][/tr]
[tr][td][level]kybybog[/level][/td][td][shadow=orange,left]Sea of Fire 4[/shadow][/td][td]adept[/td][td][spoiler][level]bunenuf[/level][/spoiler][/td][/tr]
[tr][td][level]dekikit[/level][/td][td]Volleyball Team[/td][td]jnz[/td][td][spoiler][level]nugadom[/level][/spoiler][/td][/tr]
[tr][td][level]buheryn[/level][/td][td][shadow=black,left]Calibrate[/shadow][/td][td]Rene[/td][td][spoiler][level]fecagex[/level][/spoiler][/td][/tr]
[tr][td][level]labemev[/level][/td][td]Christmas Lights[/td][/tr]
[tr][td][level]sokudyb[/level][/td][td][shadow=blue,left]Counting Lessons[/shadow][/td][td]Rene[/td][td][spoiler][level]vigofyx[/level][/spoiler][/td][/tr]
[tr][td][level]hobalip[/level][/td][td][shadow=blue,left]Counting Lessons 2[/shadow][/td][td]jnz[/td][td][spoiler][level]behehof[/level][/spoiler][/td][/tr]
[tr][td][level]kyfecad[/level][/td][td]Minimize[/td][td]Rene[/td][td][spoiler][level]colukuh[/level][/spoiler][/td][/tr]
[/table]

[table]
[tr][td][b]Level Code[/b][/td][td][b]Level Name[/b][/td][td][b]Solver[/b][/td][td][b]Solution Code[/b][/td][/tr]
[tr][td][level]dameval[/level][/td][td][shadow=orange,left]Sea of Fire 5[/shadow][/td][/tr]
[tr][td][level]heguhum[/level][/td][td][shadow=yellow,left]Leased Recycling Tray[/shadow][/td][td]Rene[/td][td][spoiler][level]nygomyk[/level][/spoiler][/td][/tr]
[tr][td][level]borigib[/level][/td][td][shadow=yellow,left]Unleashed Recycling Tray[/shadow][/td][/tr]
[tr][td][level]bubigot[/level][/td][td]A Darkened Room[/td][td]Rene[/td][td][spoiler][level]hagagyd[/level][/spoiler][/td][/tr]
[tr][td][level]bibypis[/level][/td][td]50'th Puzzle Party[/td][/tr]
[tr][td][level]titivof[/level][/td][td]Champagne v1.2[/td][/tr]
[tr][td][level]pyburod[/level][/td][td][shadow=green,left]Jigsaw Puzzle[/shadow][/td][td]Sly[/td][td][spoiler][level]zogodim[/level][/spoiler][/td][/tr]
[tr][td][level]bukazig[/level][/td][td]Dichotomous Key[/td][td]jnz[/td][td][spoiler][level]batemuz[/level][/spoiler][/td][/tr]
[tr][td][level]rukipyt[/level][/td][td]Mining World[/td][/tr]
[tr][td][level]gubybig[/level][/td][td][shadow=green,left]11-Piece Jigsaw[/shadow][/td][td]Sly[/td][td][spoiler][level]momodyh[/level][/spoiler][/td][/tr]
[tr][td][level]xagesik[/level][/td][td][shadow=green,left]90-Tick Jigsaw[/shadow][/td][td]Sly[/td][td][spoiler][level]finidap[/level][/spoiler][/td][/tr]
[tr][td][level]namezof[/level][/td][td][shadow=teal,left]The Key to the Tomb[/shadow][/td][td]jnz[/td][td][spoiler][level]laxabiv[/level][/spoiler][/td][/tr]
[tr][td][level]hydacyb[/level][/td][td]Directional Query v1.2[/td][td]Sly[/td][td][spoiler][level]dacasuk[/level][/spoiler][/td][/tr]
[tr][td][level]vababub[/level][/td][td][shadow=teal,left]The Key to the Tomb 2[/shadow][/td][td]Sly[/td][td][spoiler][level]regadek[/level][/spoiler][/td][/tr]
[tr][td][level]dugyteg[/level][/td][td][shadow=teal,left]The Key to the Tomb 3[/shadow][/td][td]TTTPPP[/td][td][spoiler][level]gyducib[/level][/spoiler][/td][/tr]
[/table]

[table]
[tr][td][b]Level Code[/b][/td][td][b]Level Name[/b][/td][td][b]Solver[/b][/td][td][b]Solution Code[/b][/td][/tr]
[tr][td][level]pogaxov[/level][/td][td][shadow=black,left]Calibrate 2[/shadow][/td][td]jnz[/td][td][spoiler][level]ryrozos[/level][/spoiler][/td][/tr]
[tr][td][level]bavadot[/level][/td][td]Residential Mix-Up v2[/td][/tr]
[/table]

[glow=red,2,300]UPDATES[/glow]
Hi, it's me, hatkirby, some 3 years later. I'm only online so I can fix this post; for some reason, it seems to have completely vanished. I split the table into smaller tables and it seems to be working again. Have fun puzzling! :P

[glow=orange,2,300]TESTED LEVELS[/glow]
All of the solved levels are obviously possible. The unsolved puzzles that have been tested--that is to say, they are possible--are as follows:

[glow=green,2,300]ABOUT CALCULATE THE ANSWER[/glow]
It's not a design puzzle, it's a logic puzzle. Which 6 crates when placed in the top-right corner provide the right answer? This level IS solvable because I know the answer. The level, however, currently is not possible because you cannot place crates into the level without going into the Sandbox. The sequel, however, is possible because you just need to put the right amount of barrels in the input tray.

Rene (2007-07-22) Good try, hatkirby!

Unfortunately, the problem with this puzzle is not finding the key. It's finding a crate to work with. I don't see a way of getting one of the crates out of the machine, so I would have to declare this one impossible. If you would add a '1' crate somewhere outside the machine, then it would become possible to solve.

hatkirby (2007-07-22) Thanks, Rene, for pointing that out. I've fixed that now in [level]zesiman[/level]. I hope it's possible now because I like designing puzzles and seeing them done.

Timbo (2007-07-22) ([level]zesiman[/level]): [level]gifubeb[/level]

Rene (2007-07-22)
For What's the Key to the Code? ([level]zesiman[/level]): [level]lefedys[/level]

hatkirby (2007-07-22) New Level!

[level]jikolyf[/level] - Gum up the Works

Those are nice solutions Timbo & Rene. I've put Rene's at the top because that one was archived.

Bucky (2007-07-22) [quote author=hatkirby link=topic=280.msg2769#msg2769 date=1185139075]
[level]jikolyf[/level] - Gum up the Works
[/quote]

This isn't always solvable (for example if all the random crates you get are even and the barrel is odd).  It's also quite tamper-resistant; I could get it to run forever, but I couldn't make it gum up early.

hatkirby (2007-07-22) So I need to add in something that will ensure that there is always an even and an odd crate?

(Thanks everybody for testing my puzzles like this!  ;D)

Bucky (2007-07-22) [quote author=hatkirby link=topic=280.msg2772#msg2772 date=1185140923]
So I need to add in something that will ensure that there is always an even and an odd crate?

(Thanks everybody for testing my puzzles like this!  ;D)
[/quote]

Or you can just always spit out a "3" in addition to what you already spit out.

hatkirby (2007-07-22) Ok, that's now added in [level]pydidyv[/level]!

Bucky (2007-07-22) Here's a "black market" solution to zesiman:[level]bavarag[/level].  No editing was done in sandbox mode, yet the "solution" shouldn't be possible under the normal rules.

EDIT:[level]lefirug[/level] does the same thing in a legal manner.

Further EDIT:[level]pydidyv[/level] is still unsolvable.  Remove that copier and it'll work better.

Rene (2007-07-22) [quote author=Bucky link=topic=280.msg2775#msg2775 date=1185141450]
Here's a "black market" solution to zesiman:[level]bavarag[/level].  No editing was done in sandbox mode, yet the "solution" shouldn't be possible under the normal rules.
[/quote]

How did you make that black market solution, Bucky? I tried to copy your result, but I cannot without going into the sandbox.

hatkirby (2007-07-23) That "black-market" solution couldn't have been possible without the Sandbox because it replaced a 0 Barrel with a dozer. Anyway, I've added Null Spaces to the inside of the machine to stop the "black-market" solutions in [level]doluxub[/level].

I don't even remember adding that copier in! I think it was an accident. I've removed it now, in [level]zybyxib[/level].

I'm working on another puzzle now, be prepared!

Rene (2007-07-23)
For Gum Up the Works ([level]zybyxib[/level]): [level]gipukih[/level]

hatkirby (2007-07-23) That's a nice solution Rene! Anyway, new puzzle!

Calculate the Answer ([level]mimutif[/level]) is not a design puzzle. It's a logic puzzle. What 6 crates do you have to place in the top right corner for the correct answer to be output?

sly (2007-07-23) Solved recycling tray. [level]xubunib[/level]

Try removing some components in a followup, that will make it really interesting :) I liked this puzzle tho, it confused me for the first half.

hatkirby (2007-07-23) Good idea, Sly, and I've responded with a second and third puzzle:

Locked Recycling Tray - [level]vohudis[/level]
Passive Recycling Tray - [level]famypyb[/level]

I like this idea. I'm going to make a few Recycling Tray puzzles with more locked pieces.

Some more puzzles:

Broken Sifter - [level]fifigub[/level]
Residential Mix-Up - [level]fadicel[/level]

Bucky (2007-07-23) Broken Sifter(fifigub):[level]gutasyd[/level] [spoiler]The sifter's still broken, but I deal with it.[/spoiler]
Broken Sifter(fifigub):[level]fudydol[/level] [spoiler]This one uses a working sifter  ;)[/spoiler]

Rene (2007-07-23) For Residential Mix-up ([level]fadicel[/level]): [level]bipazuk[/level] - [spoiler]In 3 ticks. I guess you are going to block some components in the follow-up?[/spoiler]
For Broken Sifter ([level]fifigub[/level]): [level]hunybiz[/level]
For Recycling Tray ([level]vohudis[/level]): [level]zigocaf[/level] - works for all Recycling Tray versions

Calculate the Answer is a very interesting and tough puzzle. I've never seen any like it before.
[spoiler]The first digit of the solution is, of course, irrelevant. The next three digits I had fairly quickly with a little bit of reasoning and a few trials. The last 2 digits were tough; for second-to-last digit I basically just tried out all the values.[/spoiler]

Here is my solution for Calculate the Answer ([level]mimutif[/level]): [level]tagibyg[/level]

I'd like to see more of these puzzles, but it's too bad that you have to enter the solution in the sandbox. If you do another one, consider using Bucky's template copier (see [url]http://kevan.org/rubicon/forums/index.php/topic,75.0.html[/url]) to copy the answer from barrels to crates. That way, you don't need to go in the sandbox to give the answer.

jf (2007-07-23) For What's the Key to the Code? ([level]zesiman[/level]): [level]dedemor[/level]

hatkirby (2007-07-23) Ooops, you're right about Residential Mix-Up. Maybe this one is harder: [level]cenogaf[/level].

Wow! You got the same exact answer as I did in Calculate the Answer, even with the first digit! That's strange! Perhaps on a sequel there will be more room in each area to convert to a crate.

sly (2007-07-23) For Broken Sifter : Fixed Sifter: [level]canipir[/level]
For Residential mix up : F owns the neighborhood: [level]zycogys[/level]
For Passive Recycling Bin : Recycled Passifists: [level]nykocum[/level]

hatkirby (2007-07-24) Those are some nice solutions. F certainly does seem to like real estate. Anyway, new puzzle:

Single Recycling Tray - [level]zadifyz[/level]

Also, I'm working on a second Calculate the Answer, and a new puzzle altogether, so watch out!

EDIT: New puzzle again:

Only One Chance - [level]maxucor[/level]

ANOTHER EDIT: Only One Chance is impossible, so now I've fixed it:

Only One Chance - [level]xebipoh[/level]

TTTPPP (2007-07-24) My solutions to the recycling tray series:

Recycling Tray ([level]buhedoh[/level]): [level]ryfadug[/level]
Locked Recycling Tray ([level]vohudis[/level]): [level]paxifuk[/level]
Passive Recycling Tray ([level]famypyb[/level]): [level]behosix[/level]
Single Recycling Tray ([level]zadifyz[/level]): [level]jazuvum[/level]

hatkirby (2007-07-24) Those are some pretty good solutions, and, as you were the first to finish Single Recycling Tray, your solution is now the one people get to see! Anyway, there is now a new Recycling Tray puzzle. Notice how I keep blocking the items I see being used in previous solutions:

Illiterate Recycling Tray - [level]zadibyz[/level]

EDIT: New puzzle:

Shadows of a Better One - [level]vemudep[/level]

ANOTHER EDIT: Illiterate Recycling Tray is impossible, but I've fixed it now:

Illiterate Recycling Tray - [level]bugunyx[/level]

jf (2007-07-24) [quote author=hatkirby link=topic=280.msg2800#msg2800 date=1185256839]
Only One Chance - [level]maxucor[/level]

ANOTHER EDIT: Only One Chance is impossible, so now I've fixed it:
[/quote]

Not entirely impossible -- for Only One Chance ([level]maxucor[/level]): [level]gumypuv[/level]

For Single Recycling Tray ([level]zadifyz[/level]): [level]gesicyz[/level]

geej66 (2007-07-24) Illiterate Recycling Tray version 1 wasn't impossible either.

For [level]zadibyz[/level]: [level]gikygeh[/level]


For the updated version, [level]bugunyx[/level]: [level]gyveveg[/level]


For Shadow of a Better One ([level]vemudep[/level]): [level]kuziker[/level]

Rene (2007-07-24) For Only One Chance - the impossible one ([level]maxucor[/level]): [level]bicibas[/level] - should work for the possible one as well
For Shadows of a Better One ([level]vemudep[/level]): [level]cagefyt[/level]
For Illiterate Recycling Tray - the impossible one ([level]zadibyz[/level]): [level]kikubyl[/level]
For Illiterate Recycling Tray - the possible one ([level]bugunyx[/level]): [level]dabyveb[/level] - should work for Single Recycling Tray as well

hatkirby (2007-07-24) There's a little problem with bicibas: If you watch it after it's solved, the crates reach the copier and the barrels replace the bottom side of the target light. Otherwise, these are good solutions as usual! I really have to find a way to make a Recycling Tray puzzle a little harder... hmmm...

sly (2007-07-24) No the impossible one is possible, bibicas works but it's missing one component.

[level]modurap[/level]

Rene (2007-07-25) [quote author=hatkirby link=topic=280.msg2814#msg2814 date=1185313634]
There's a little problem with bicibas: If you watch it after it's solved, the crates reach the copier and the barrels replace the bottom side of the target light.
[/quote]

Oops! Here is a fixed version: [level]cezicus[/level]

Just looked at Sly's version. That is fine as well, of course.

hatkirby (2007-07-25) Very good! But I can't put it up as a solution because it's not the same version as the one on the front-page.

I'm starting a new series! It's called Rule Processing Device. You are provided with 1 or more crates and you have to make the device output the right thing! In other news, there's a new Recycling Tray puzzle:

Decrementing Recycling Tray - [level]razufic[/level]
Rule Processing Device 1 - [level]xyvimob[/level]
Rule Processing Device 2 - [level]dibagad[/level]

sly (2007-07-25) For [level]razufic[/level]: [level]takoxyx[/level]
For [level]xyvimob[/level]: [level]nyzabur[/level]
For [level]dibagad[/level]: [level]xukidun[/level]

I like those new levels, they have alot of potential :)

hatkirby (2007-07-25) [level]takoxyx[/level] is a nice solution, but for the other ones... OOPS! I completly forgot to add in the Null Spaces! Now it's fixed:

Rule Processing Device 1 - [level]dedidyb[/level]
Rule Processing Device 2 - [level]dufamib[/level]

There's also a new Recycling Tray puzzle! After all of these puzzle, it still continues that no one gets my original solution!

Burning Recycling Tray - [level]rexageb[/level]

sly (2007-07-25) For the new Rube Processing Device: [level]pegobul[/level]

The first one's solution works in the new version.

Man this one was tough! I kept thinking about how you could've gotten the crates accross and I'm sure that this isn't the answer but it works :)

For [level]rexageb[/level]: [level]dynoxic[/level]

hatkirby (2007-07-25) Your solution to Burned Recycling Tray is good, but it's still not the one I'm looking for. A hint that you should expermint when I release the next one: It has nothing to do with pushing the 4 out with barrels.

With the Rule Processing Device, you are supposed to USE the device, not find a way to work around it! I don't know how to restrain you from using packers because in my solution, they're necessary.

About the shadowing on the front-page: Puzzle names are only shadowed if they belong to a series or have the color reserved for an upcoming series.

New puzzles:

Battlements - [level]gykabyh[/level]
Verified Recycling Tray - [level]xoduhuh[/level]

EDIT: Don't use the previous Battlements, it didn't have the Null Spaces:

Battlements - [level]lexuvib[/level]

ANOTHER EDIT: New puzzle:

Stickyness Removed - [level]xusazig[/level]

Rene (2007-07-25) You have a high puzzle production rate, hatkirby! I can hardly keep up with solutions

For Decrementing Recycling Tray ([level]razufic[/level]): [level]guvaxob[/level]
For Burning Recycling Tray ([level]rexageb[/level]): [level]pogazuk[/level]
For Verified Recycling Tray ([level]xoduhuh[/level]): [level]dudedyb[/level] - with a little bit more creativity

For Rule Processing Device 1 ([level]dedidyb[/level]): [level]garudux[/level]
For Rule Processing Device 2 ([level]dufamib[/level]): [level]gububep[/level] - did you forget to block some components?

For Battlements ([level]lexuvib[/level]): [level]catosak[/level]
For Stickyness Removed ([level]xusazig[/level]): [level]nidavex[/level]



hatkirby (2007-07-25) Those are some really nice solutions, escpecially the ones for Verified Recycling Tray and Stickyness Removed. But for Rule Processing Device 2, these puzzles have to do something with the device! What do you get if you take 2 from 1... F! What can you use F for? Hmmm... It's just because these puzzles are harder to restrict what you can do with them because the planned solution uses Packers. But anyway, finally! My planned solution for Verified Recycling Tray has been revealed! I've been trying to get someone to use that Unpacker! Horray! Now I'm working on another puzzle, one that's not in a series. I'll release it when it's done. Thanks for the complement, by the way.

TTTPPP (2007-07-25) Woh, I'm getting behind with my solutions to your puzzles!

Illiterate Recycling Tray (1) ([level]zadibyz[/level]): [level]bydibis[/level]
Illiterate Recycling Tray (2) ([level]bugunyx[/level]): [level]dagadus[/level]
Shadows of a better one ([level]vemudep[/level]): [level]xegupos[/level]

I did Rule Processing Device 1 very much the same as Rene (using a pipe draw initially instead of a dozer)
I wasn't sure what the 'correct' way of solving RPD2 was.  You have to use some maths outside of the device to get an even number.  In the end I settled forthe solution below which takes a cool 700 frames.
Rule Processing Device 2 ([level]dufamib[/level]): [level]zopidad[/level]

hatkirby (2007-07-26) As long as the solution actually uses the device, I'd say it's OK. However, I know of a faster solution to that puzzle!

Anyway, there's a new puzzle! Password! You are given three barrels (which are the password), and another barrel (which is the data), and you have to convert them into crates. If the correct password is not in place, the data cannot get through to the matcher. The password has to be in crates, also because there are matchers for the password too.

Password - [level]jusulyg[/level]

TTTPPP (2007-07-26) I think you want to check that Password is possible.  Try using sandbox with a password such as 123 and try to get the machine to work - I couldn't manage it.  I think the barrel draw from the top of the pipe is too slow, and the middle digit gets copied too many times.

hatkirby (2007-07-26) Thanks for pointing that out, TTTPPP. It should be possible now:

Password - [level]tefulet[/level]

EDIT: Hark! A new addition to the Shadows series!

Misty Replication - [level]nenotyk[/level]

ANOTHER EDIT: New puzzle!

Boxes - [level]nacazex[/level]

Bucky (2007-07-27) Boxes(nacazex):[level]mavuhum[/level].  Most of the work was done by [spoiler]drop timers[/spoiler]
Misty Replicator:[level]nymetus[/level]. (You aren't the first to try this kind of puzzle.)

hatkirby (2007-07-28) I know that Shadows have been done before, but I like to make some easy levels along with the one's I don't even know are possible. Speaking of which, here's a new puzzle:

Debris - [level]gucukyf[/level]

I like your solution to Boxes, by the way.

jf (2007-07-28) For Debris ([level]gucukyf[/level]) : [level]fexefuz[/level].

hatkirby (2007-07-28) Good one jf. I've responded with a harder follow-up:

Among the Debris - [level]xopacax[/level]

jf (2007-07-28) For Among the Debris ([level]xopacax[/level]): [level]hepydev[/level] -- a trying exercise in miniaturization!

hatkirby (2007-07-28) That was a really good solution, jf! Here's another puzzle to keep you busy:

Buried Bricks - [level]gipigig[/level]

It's probably already been done, and it's probably simple, but I'm just keeping with the current theme of mess.

EDIT: Another new puzzle!

Half 'n' Half - [level]zalegih[/level]

sly (2007-07-28) for [level]gipigig[/level] : [level]hibaryb[/level]

I kept thinking of ways to cheat at it, but nothing worked. So I just did the simple thing :)

Good puzzle. Where I am it's 5:00 in the morning. Good night! *Passes out at desk*

hatkirby (2007-07-28) Well, where I am, right now it's about 1:00. Anyway, new puzzle:

The Blasted Furnaces of ---- - [level]gekagaz[/level]

Note that I am not a person who uses profanity. That's why the sign says HELP, not HE-Double-Hockey-Sticks.

Rene (2007-07-28) For Debris ([level]gucukyf[/level]): [level]gimyrig[/level]
For Boxes ([level]nacazex[/level]): [level]dizadof[/level]
For Misty Replication ([level]nenotyk[/level]): [level]dulipys[/level]

EDIT: Pretty smart solution for Debris by jf!

For Among Debris ([level]xopacax[/level]): [level]nepoboz[/level]
For Buried Bricks ([level]gipigig[/level]): [level]mygaruh[/level]

hatkirby (2007-07-28) Those are some really nice solutions! How are you finding these easy ways to solve these puzzles? The solution for Among the Debris was fantastic! Anyway, new puzzle:

hatkirby's Multiplier - [level]didohek[/level]

NOTE: This level is definatly possible, I've tested it myself.

Rene (2007-07-28) [quote author=hatkirby link=topic=280.msg2875#msg2875 date=1185631348]
Those are some really nice solutions! How are you finding these easy ways to solve these puzzles? The solution for Among the Debris was fantastic! Anyway, new puzzle:

hatkirby's Multiplier - [level]didohek[/level]
[/quote]

Thanks!
The solution to Among the Debris ([level]nepoboz[/level]) was actually inspired by JF's [spoiler]"trick the machine"[/spoiler] approach to Debris.

For The Blasted Furnaces of ---- ([level]gekagaz[/level]): [level]bucagih[/level]
For Hatkirby's Multiplyer ([level]didohek[/level]): [level]vexetup[/level]

I don't think that Half 'n Half is possible. The problem is that you need to get the solution up to the matchers. The crates that come down the pipes will go up there as well.

hatkirby (2007-07-28) You're right. Try this one instead:

Half 'n' Half - [level]gakecan[/level]

Why doesn't anyone attempt Password?

EDIT: New puzzles:

Encrypting File System - [level]typatog[/level]
Fours Galore - [level]hidinog[/level]

Rene (2007-07-28) [quote author=hatkirby link=topic=280.msg2878#msg2878 date=1185635553]
You're right. Try this one instead:

Half 'n' Half - [level]gakecan[/level]

Why doesn't anyone attempt Password?

EDIT: New puzzles:

Encrypting File System - [level]typatog[/level]
Fours Galore - [level]hidinog[/level]
[/quote]

For Fours Galore ([level]hidinog[/level]): [level]renutus[/level]

Half 'n' Half is still not possible. To be frank, I don't know what the machinery is supposed to do either. What comes to the target matchers is purely random - the only guarantee you have is that they are not 0. The crates that come out to the left don't give any information about them, and are therefore not very useful.

Encrypting File System is also impossible, for two reasons: 1) you don't have a crate to work with, and 2) there is a second target matcher that is inaccessible and empty half of the time.

hatkirby (2007-07-28) [quote author=Rene link=topic=280.msg2885#msg2885 date=1185646204]
[quote author=hatkirby link=topic=280.msg2878#msg2878 date=1185635553]
You're right. Try this one instead:

Half 'n' Half - [level]gakecan[/level]

Why doesn't anyone attempt Password?

EDIT: New puzzles:

Encrypting File System - [level]typatog[/level]
Fours Galore - [level]hidinog[/level]
[/quote]

For Fours Galore ([level]hidinog[/level]): [level]renutus[/level]

Half 'n' Half is still not possible. To be frank, I don't know what the machinery is supposed to do either. What comes to the target matchers is purely random - the only guarantee you have is that they are not 0. The crates that come out to the left don't give any information about them, and are therefore not very useful.

Encrypting File System is also impossible, for two reasons: 1) you don't have a crate to work with, and 2) there is a second target matcher that is inaccessible and empty half of the time.

[/quote]I've removed the second matcher, and now it is definatly possible. So is Half 'n' Half. I've definatly tested both levels, and if you don't believe me, try this:

Half 'n' Half Solution - [level]hasegov[/level]

Here's Encrypting File System:

Encrypting File System - [level]rugacyh[/level]

Rene (2007-07-29) [quote author=hatkirby link=topic=280.msg2887#msg2887 date=1185663703]
I've removed the second matcher, and now it is definatly possible. So is Half 'n' Half. I've definatly tested both levels, and if you don't believe me, try this:

Half 'n' Half Solution - [level]hasegov[/level]

Here's Encrypting File System:

Encrypting File System - [level]rugacyh[/level]
[/quote]

I stand corrected. For Half 'n' Half, [spoiler]I overlooked the mechanism in the top right[/spoiler]

For Encrypting File System ([level]rugacyh[/level]): [level]zoxypud[/level]

hatkirby (2007-07-29) Goodie! Why doesn't anyone try Password or Triple Swirl? Anyway, here's a random device that I made. I don't know what it does or how it works. Let's see if anyone else can find out.

hatkirby's Random Device - [level]mybugob[/level]

EDIT: I've finally made the sequel to Calculate the Answer! This one's probably a little easier. You have to put the right number of barrels in the input tray to produce the correct answer.

Calculate the Answer 2 - [level]netuguc[/level]

Rene (2007-07-29) On your request:

For Triple Swirl ([level]fuponyk[/level]): [level]nogurud[/level]  - takes a long time, but gets there in the end.
And Password ([level]tefulet[/level]): [level]voseduk[/level]  - [spoiler]a good use for Bucky's template copier[/spoiler]

sly (2007-07-30) I can tell you that your random machine isn't possible since there's no way of determining what the random number on the target matcher will be.

However I can also tell you that Calculate the answer two has been calculated. :) [level]borosuc[/level]

hatkirby (2007-07-30) Wow! That solution to Password.... it was beautiful...  :'( ;D ;D ;D ;D

About hatkirby's Random Device, new one, probably possible!

hatkirby's Random Device - [level]gysodyx[/level]

jf (2007-07-30) For Password ([level]tefulet[/level]): [level]jynysat[/level].

For Buried Bricks ([level]gipigig[/level]): [level]dixunil[/level].

hatkirby (2007-07-31) I'm loving all of these solutions to Password! Anyway, new puzzle:

It starts as a mild discomfort in your nose. Then the pain starts to increase. Finally, you can take it no longer. You need to pick your nose!

Pick your Nose - [level]rofabyf[/level]

Bucky (2007-07-31) Pick your Nose:[level]linahyl[/level].  You'd better pick the nose wisely or else [spoiler]you'll end up picking someone else's![/spoiler]

hatkirby (2007-07-31) Wow... that was easier than I expected.... so I made a new puzzle!

Sea of Fire - [level]depexig[/level]

Looking back, my front page is starting to look a little cliuttered, don't you agree?

jnz (2007-07-31) For Pick your Nose ([level]rofabyf[/level]): [level]vibymox[/level] (78 ticks)
For Sea of Fire ([level]depexig[/level]): [level]zobytuf[/level]

adept (2007-07-31) another sea of fire solution [level]colunyt[/level]

hatkirby (2007-07-31) Ah, you've crossed the sea of flames! But what happens when you return and there are builders there?

Sea of Fire 2 - [level]danybad[/level]

sly (2007-08-01) What do you do? Absolutely nothing :)

for [spoiler]danybad[/spoiler] : [spoiler]hozuget[/spoiler]

hatkirby (2007-08-01) ...ok... anyway... minor change to Sea of Fire 2.

Sea of Fire 2 - [level]febugog[/level]

EDIT: New puzzle:

The Credit Card Verification Device - [level]tevobeh[/level]

ANOTHER EDIT: While you are thinking about that, a new Sea of Fire:

Sea of Fire 3 - [level]jisodex[/level]

adept (2007-08-01) sea of fire 2 [level]jimefev[/level]

sea of fire 3 [level]mopeced[/level] [spoiler]I thought briefly about using the other passage through the fire[/spoiler]


Also- I believe there is an error in [b]Credit card verification device[/b].  The first number into the targets will always be 7.

hatkirby (2007-08-02) OK, good as these solutions are, I'm trying to make the point that you have to pass through BOTH barriers to win. That's why there's a new version:

Sea of Fire 4 - [level]kybybog[/level]

Also, good point adept. I've fixed that now. The first crate to enter is lifted by a winch, but you can keep the 7 there if you want by placing a barrel in the down-pipe above it. Here's the update:

The Credit Card Verification System - [level]jotipap[/level]

By the way, I'm designing a new level right now, so don't think you're free.

EDIT: And here it is:

Volleyball Team - [level]dekikit[/level]

Rene (2007-08-02)
For Sea of Fire 4 ([level]kybybog[/level]): [level]dyvomad[/level]

hatkirby (2007-08-02) [quote author=Rene link=topic=280.msg2920#msg2920 date=1186041270]

For Sea of Fire 4 ([level]kybybog[/level]): [level]dyvomad[/level]

[/quote]I'm sorry Rene, but that level does not exist.

adept (2007-08-02) Sea of Fire 4- [level]bunenuf[/level]

Volleyball Team- [level]dyrimul[/level]

jnz (2007-08-02) For Sea of Fire 4 ([level]kybybog[/level]): [level]xelerap[/level]
For Volleyball Team ([level]dekikit[/level]): [level]dymikyl[/level].  I have to come up with new tricks for the old physics.  :)

jf (2007-08-02) That's a sharp solution for Volleyball Team, jnz. I had fun putting together an assembly line of devices, but I like your minimalist style. My solution to Volleyball Team ([level]dekikit[/level]): [level]nugadom[/level]. Fun puzzle, hatkirby.

Rene (2007-08-02) [quote author=hatkirby link=topic=280.msg2921#msg2921 date=1186041362]
[quote author=Rene link=topic=280.msg2920#msg2920 date=1186041270]

For Sea of Fire 4 ([level]kybybog[/level]): [level]dyvomad[/level]

[/quote]I'm sorry Rene, but that level does not exist.
[/quote]

That should have been [level]dytomad[/level]

Rene (2007-08-02) [quote author=jnz link=topic=280.msg2924#msg2924 date=1186076126]
I have to come up with new tricks for the old physics.  :)
[/quote]

I had the same thing: I am amazed that you have to rethink even something as simple as a down counter.

For Volleyball Team ([level]dekikit[/level]): [level]dycobyb[/level]

jf (2007-08-02) [quote author=Rene link=topic=280.msg2928#msg2928 date=1186079256]
[quote author=jnz link=topic=280.msg2924#msg2924 date=1186076126]
I have to come up with new tricks for the old physics.  :)
[/quote]

I had the same thing: I am amazed that you have to rethink even something as simple as a down counter.

For Volleyball Team ([level]dekikit[/level]): [level]dycobyb[/level]
[/quote]

That is a great down counter. You and jnz are getting the old physics to jump through some neat hoops.

Bucky (2007-08-02) I feel like a loser for doing this, but:
Volleyball Team:[level]dumugev[/level]

sly (2007-08-03) For [level]dekikit[/level] : [level]bobatov[/level]

hatkirby (2007-08-03) [quote author=Bucky link=topic=280.msg2936#msg2936 date=1186095085]
I feel like a loser for doing this, but:
Volleyball Team:[level]dumugev[/level]
[/quote]I send a virtual grunt torwards Bucky and Sly, but other than that, great solutions! Thanks for the complement, jf! Anyway, I've come up with another monstrosity to annoy you:

Calibrate - [level]buheryn[/level]

Bucky (2007-08-03) Sly's solution doesn't even work if he gets three sevens before his first 8.

hatkirby (2007-08-03) [quote author=Bucky link=topic=280.msg2940#msg2940 date=1186123847]
Sly's solution doesn't even work if he gets three sevens before his first 8.
[/quote]That is true. Anyway, yet another new puzzle!

Christmas Lights - [level]labemev[/level]

Bucky (2007-08-03) labemev - I haven't tried to solve it yet, but it looks like it's [spoiler]trivially solvable by a template copier.[/spoiler]

Rene (2007-08-03)
For Calibrate ([level]buheryn[/level]): [level]fecagex[/level]

hatkirby (2007-08-03) That was great, Rene! I like how it just seems to happen to work! Anyway, here's another key puzzle!

Counting Lessons - [level]sokudyb[/level]

Rene (2007-08-03) Thanks, hatkirby!

For Counting Lessons ([level]sokudyb[/level]): [level]vigofyx[/level]

hatkirby (2007-08-04) That's a good one, Rene! It certainly wasn't what I was looking for! Maybe this will yield some interesting results:

Counting Lessons 2 - [level]hobalip[/level]

Phew! I just spent who knows how long converting the long home-page list into a table. I didn't know I had made that many! It turns out I've made 44 puzzles! Horray! Only 6 more until 50!

jnz (2007-08-04) For Counting Lessions 2 ([level]hobalip[/level]): [level]behehof[/level].  Should work for the original too, I think.

hatkirby (2007-08-04) [quote author=jnz link=topic=280.msg2956#msg2956 date=1186196101]
For Counting Lessions 2 ([level]hobalip[/level]): [level]behehof[/level].  Should work for the original too, I think.
[/quote]That was the kind of solution I was looking for. Good job jnz! Anyway, here's another one. It's probably difficuly because of its size:

Minimize - [level]kyfecad[/level]

EDIT: (story continued from Sea of Fire 4):

Yes, you have figured how to cross the venomous Sea of Fire! But the waves are rough, and soon enough, what you've been expecting the entire time happens. The boat gets hit by a huge lava wave, and off go 14 of your favorite crates! Now you only have a 2 left to allow you to cross the Sea of Fire:

Sea of Fire 5 - [level]dameval[/level]

ANOTHER EDIT: I've only just noticed this:[quote author=jnz link=topic=280.msg2924#msg2924 date=1186076126]
For Sea of Fire 4 ([level]kybybog[/level]): [level]xelerap[/level]
For Volleyball Team ([level]dekikit[/level]): [level]dymikyl[/level].  I have to come up with new tricks for the old physics.  :)
[/quote]Good job jnz! That was exactly what I was looking for in Sea of Fire 4!

YET ANOTHER EDIT: I've revived the Recycling Tray series. New puzzle:

Leased Recycling Tray - [level]heguhum[/level]

Rene (2007-08-04) For Minimize ([level]kyfecad[/level]): [level]colukuh[/level] - That was a nice and easy one
For Leased Recycling Tray ([level]heguhum[/level]): [level]nygomyk[/level]

hatkirby (2007-08-04) [quote author=Rene link=topic=280.msg2958#msg2958 date=1186216073]
For Minimize ([level]kyfecad[/level]): [level]colukuh[/level] - That was a nice and easy one
For Leased Recycling Tray ([level]heguhum[/level]): [level]nygomyk[/level]

[/quote]*sends a speechless expression towards Rene*
...you... Minimize... easy... ack...

New puzzles:

Unleashed Recycling Tray - [level]borigib[/level]
A Darkened Room - [level]bubigot[/level]
50'th Puzzle Party - [level]bibypis[/level]

50 puzzles! WOOHOO!!!!!!!!!!!!!!!! ;D ;D ;D ;D

Rene (2007-08-04) CONGRATULATIONS !!

... for achieving this milestone in the history of Rubicon !! Fifty puzzles in less than 2 weeks is immensely impressive!
Bring out the champagne!

:D ;D 8) ;D :D

For Counting Lessons 2 ([level]hobalip[/level]): [level]paxebyz[/level]

hatkirby (2007-08-04) [quote author=Rene link=topic=280.msg2960#msg2960 date=1186221708]
CONGRATULATIONS !!

... for achieving this milestone in the history of Rubicon !! Fifty puzzles in less than 2 weeks is immensely impressive!
Bring out the champagne!

:D ;D 8) ;D :D

For Counting Lessons 2 ([level]hobalip[/level]): [level]paxebyz[/level]
[/quote]Thanks! ;D It's just so weird! I didn't even realize how many puzzles I was producing until I changed the front page into a table! I guess I just like Rubicon. Or maybe I'm addicted. Mmmmm... Doesn't really make much of a difference. I'll still be making more and more puzzles.

That's a good solution to Counting Lessons 2! Now I know my 123's, next time won't you sing with me. How did you do that with Minimize? I was trying for ages to get it to work, but only got a solution that worked half of the time. Maybe I make so many puzzles because I'm not good at solving them! Hehe....

...well this is weird. This seems to be a post I have made without a link to a new puzzle in it. Well, that will change soon. Thanks again for the champagne.

EDIT: Phew. Made it.

Champagne - [level]lidebig[/level]

ANOTHER EDIT: Oops, mistake in Champagne.

Champagne - [level]titivof[/level]

It's funny, because just when I made my 50'th puzzle, I had around 1000 views on my topic. Strange, eh?

Another new level:

Jigsaw Puzzle - [level]pyburod[/level]

Rene (2007-08-04) [quote author=hatkirby link=topic=280.msg2961#msg2961 date=1186222162]

That's a good solution to Counting Lessons 2! Now I know my 123's, next time won't you sing with me. How did you do that with Minimize? I was trying for ages to get it to work, but only got a solution that worked half of the time. Maybe I make so many puzzles because I'm not good at solving them! Hehe....
[/quote]

Well, you just keep making puzzles, and I'll keep solving them. Although your current production is too much to follow....

For Darkened Room ([level]bubigot[/level]): [level]hagagyd[/level]  - the top left was really hard... working on a postal stamp

hatkirby (2007-08-04) [quote author=Rene link=topic=280.msg2962#msg2962 date=1186227838]
[quote author=hatkirby link=topic=280.msg2961#msg2961 date=1186222162]

That's a good solution to Counting Lessons 2! Now I know my 123's, next time won't you sing with me. How did you do that with Minimize? I was trying for ages to get it to work, but only got a solution that worked half of the time. Maybe I make so many puzzles because I'm not good at solving them! Hehe....
[/quote]

Well, you just keep making puzzles, and I'll keep solving them. Although your current production is too much to follow....

For Darkened Room ([level]bubigot[/level]): [level]hagagyd[/level]  - the top left was really hard... working on a postal stamp
[/quote]Well, as you keep solving puzzles, I'll keep making them. That way the world is balanced. Anyway, new puzzle. I know it's called Dichotomous Key, but it's not a real Dichotomous Key because there's no series of paired questions, but I just thought I sounded like a nice sorting name:

Dichotomous Key - [level]bukazig[/level]

jnz (2007-08-04) I can't keep up so I'm just skipping straight to the latest.
For Dichotomous Key ([level]bukazig[/level]): [level]batemuz[/level]
Congrats on hitting 50!

sly (2007-08-04) Wow! 50 in two weekas? Skillz to the man.

Jigsaw was cool. Fun and short. I like it!

for Jigsaw: [level]zogodim[/level]

hatkirby (2007-08-04) [quote author=jnz link=topic=280.msg2964#msg2964 date=1186263360]
I can't keep up so I'm just skipping straight to the latest.
For Dichotomous Key ([level]bukazig[/level]): [level]batemuz[/level]
Congrats on hitting 50!
[/quote][quote author=sly link=topic=280.msg2965#msg2965 date=1186266431]
Wow! 50 in two weekas? Skillz to the man.

Jigsaw was cool. Fun and short. I like it!

for Jigsaw: [level]zogodim[/level]
[/quote]Thanks for all of the congrads! These are great solutions! Yes, I liked Jigsaw too. It's just a puzzle that doesn't require anything insane, just small, and fun, like a jigsaw puzzle. Anyway, I have a new puzzle! (P.S. I have to make a sequel for Jigsaw)

Mining World - [level]rukipyt[/level]

EDIT: Here it is!

11-Piece Jigsaw - [level]gubybig[/level]

Happy 100th post on this topic!

sly (2007-08-04) Got it to work with six-pieces :)

For 11-piece igsaw : [level]momodyh[/level]

hatkirby (2007-08-05) [quote author=sly link=topic=280.msg2967#msg2967 date=1186271645]
Got it to work with six-pieces :)

For 11-piece igsaw : [level]momodyh[/level]
[/quote]That's really good! I only managed it with 13 pieces! Anyway, now stop thinking about piece allowance, and start thinking about time:

90-Tick Jigsaw - [level]xagesik[/level]

EDIT: New puzzle. I got the idea from Rene's Feed the Monster, but:

After 2 weeks of searching, you finally find it. The huge Temple of Crates. You try to enter, but a fierce defence mechanism activates, choosing what crates can enter. You must find the correct Key to the Tomb to enter.

The Key to the Tomb - [level]namezof[/level]

sly (2007-08-05) Key to the tombs a tough one!

However, I got the 90-tick jigsaw in 66 ticks :)

for [level]xagesik[/level] : [level]finidap[/level]

EDIT:

I noticed Champagne hadn't been solved. :)

So for [level]titivof[/level] : [level]xotidov[/level]

hatkirby (2007-08-05) [quote author=sly link=topic=280.msg2969#msg2969 date=1186276488]
Key to the tombs a tough one!

However, I got the 90-tick jigsaw in 66 ticks :)

for [level]xagesik[/level] : [level]finidap[/level]
[/quote]66, 66, we have 66! Can anyone beat 66? Anyway, new puzzle!

Directional Query - [level]cymozug[/level]

sly (2007-08-05) [quote author=hatkirby link=topic=280.msg2970#msg2970 date=1186278036]
[quote author=sly link=topic=280.msg2969#msg2969 date=1186276488]
Key to the tombs a tough one!

However, I got the 90-tick jigsaw in 66 ticks :)

for [level]xagesik[/level] : [level]finidap[/level]
[/quote]66, 66, we have 66! Can anyone beat 66? Anyway, new puzzle!

Directional Query - [level]cymozug[/level]
[/quote]

Nice try HatKirby, but unfortunately, the crates don't stay on the doorkeys long enough for there to be any effect.

hatkirby (2007-08-05) [quote author=sly link=topic=280.msg2971#msg2971 date=1186279469]
[quote author=hatkirby link=topic=280.msg2970#msg2970 date=1186278036]
[quote author=sly link=topic=280.msg2969#msg2969 date=1186276488]
Key to the tombs a tough one!

However, I got the 90-tick jigsaw in 66 ticks :)

for [level]xagesik[/level] : [level]finidap[/level]
[/quote]66, 66, we have 66! Can anyone beat 66? Anyway, new puzzle!

Directional Query - [level]cymozug[/level]
[/quote]

Nice try HatKirby, but unfortunately, the crates don't stay on the doorkeys long enough for there to be any effect.
[/quote]Ok, here's a fix:

Directional Query - [level]hydacyb[/level]

sly (2007-08-05) That was harder than it looked! I kept trying to [spoiler]find ways to make a crate add one or subtract one based on which doorkey was triggered[/spoiler]. It wasn't working so I [spoiler]just made it stop once the barrels had a lesser vlaue than the crate.[/spoiler] Good job!

for [level]hydacyb[/level] : [level]dacasuk[/level]

jnz (2007-08-05) [quote author=hatkirby link=topic=280.msg2970#msg2970 date=1186278036]
66, 66, we have 66! Can anyone beat 66? Anyway, new puzzle!
[/quote]

For 90-Tick Jigsaw ([level]xagesik[/level]): [level]tosepyh[/level].  I came in just under half the budget at 44.
The Key to the Tomb ([level]namezof[/level]): [level]laxabiv[/level].  Probably not what you intended.  Now you see why Rene's original had that kink in the input channel.  :)

sly (2007-08-05) I decided to solve some of the unsolved ones.

For Hatkirby's Random Device v1.2: [level]giluded[/level]
For Sea of Fire 5: [level]xykamab[/level]
For Champainge: [level]gozagug[/level]

jnz (2007-08-05) Did I say 44?  Because I meant 31.
For 90-Tick Jigsaw ([level]xagesik[/level]): [level]joxacec[/level]
Edit: slight aesthetic change

hatkirby (2007-08-05) [quote author=jnz link=topic=280.msg2974#msg2974 date=1186288947]
[quote author=hatkirby link=topic=280.msg2970#msg2970 date=1186278036]
66, 66, we have 66! Can anyone beat 66? Anyway, new puzzle!
[/quote]

For 90-Tick Jigsaw ([level]xagesik[/level]): [level]tosepyh[/level].  I came in just under half the budget at 44.
The Key to the Tomb ([level]namezof[/level]): [level]laxabiv[/level].  Probably not what you intended.  Now you see why Rene's original had that kink in the input channel.  :)
[/quote]Good point. Here's it fixed:

The Key to the Tomb 2 - [level]vababub[/level]

sly (2007-08-05) I'm such a cheater.  ;)

for [level]vababub[/level] : [level]regadek[/level]

Rene (2007-08-05)
For 11-piece Jigsaw ([level]gubybig[/level]): [level]vikypil[/level] - is 5 piece also OK?

jnz (2007-08-05) 90-Tick Jigsaw ([level]xagesik[/level]) in 26: [level]rifemub[/level]

hatkirby (2007-08-06) [quote author=sly link=topic=280.msg2979#msg2979 date=1186306232]
I'm such a cheater.  ;)

for [level]vababub[/level] : [level]regadek[/level]
[/quote]Can I make a level without it being 'cheated' upon?

The Key to the Tombs 3 - [level]dugyteg[/level]

TTTPPP (2007-08-06) A load more solutions, not *brilliant* solutions, but they work.

Sea of Fire 1 ([level]depexig[/level]): [level]porenuv[/level]
Sea of Fire 2 ([level]danybad[/level]): [level]syzygeb[/level]
Sea of Fire 3 ([level]jisodex[/level]): [level]xypuden[/level]
Sea of Fire 4 ([level]kybybog[/level]): [level]logonez[/level]
Sea of Fire 5 ([level]dameval[/level]): [level]kagovig[/level]

TTTPPP (2007-08-06) Some more solutions:

Random Device v1.2 ([level]gysodyx[/level]): [level]pagonaz[/level]
The Key to the Tombs 3 ([level]dugyteg[/level]): [level]gyducib[/level]
Champagne ([level]titivof[/level]): [level]jefeteg[/level]

Note that for Champagne it doesn't necessarily solve it.  If you watch my solution then you might notice it takes forever when ?=0, but in fact this is the only case it definitely solves.  The other cases it solves with overwhelming probability, but there's a chance it will output a zero first.

Lots of great puzzles still left for me to solve though!

jnz (2007-08-06) For Directional Query ([level]hydacyb[/level]): [level]malicir[/level]

Rene (2007-08-06)
Cheers ! Proost ! Santé ! Nastrovja ! Skål ! Gesundheit !

For Champagne ([level]titivof[/level]): [level]caloxem[/level]

hatkirby (2007-08-10) [quote author=TTTPPP link=topic=280.msg2986#msg2986 date=1186396881]
Some more solutions:

Random Device v1.2 ([level]gysodyx[/level]): [level]pagonaz[/level]
The Key to the Tombs 3 ([level]dugyteg[/level]): [level]gyducib[/level]
Champagne ([level]titivof[/level]): [level]jefeteg[/level]

Note that for Champagne it doesn't necessarily solve it.  If you watch my solution then you might notice it takes forever when ?=0, but in fact this is the only case it definitely solves.  The other cases it solves with overwhelming probability, but there's a chance it will output a zero first.

Lots of great puzzles still left for me to solve though!
[/quote]Amazingly strange solution to Champagine, but I liked it! I give up for The Key to the Tombs! And, new puzzle:

Calibrate 2 - [level]pogaxov[/level]

jnz (2007-08-10) For Calibrate 2 ([level]pogaxov[/level]): [level]ryrozos[/level]

jf (2007-08-11) For Calibrate 2 ([level]pogaxov[/level]): [level]dukogeh[/level].

Rene (2007-08-11)
For Calibrate 2 ([level]pogaxov[/level]): [level]fecemut[/level]

Timbo (2007-08-18) For Calibrate 2([level]pogaxov[/level]): [level]nylunon[/level]

Shamil (2008-02-28) [level]zazysoz[/level] is my solution for [level]zybyxib[/level] : [b]Gum up the Works v1.3[/b]

Shamil (2008-02-29) Simple solution for Misty Replication (nenotyk) : [level]zahakyp[/level]

dacodemasta (2009-10-10) sea of fire 5: [level]gidamir[/level]
dont even need the 2.... :P

TTTPPP's Puzzles

TTTPPP (2007-07-24) A list of the puzzles I've made:

[table]
[tr][td][b][center]Title[/center][/b][/td][td][b][center]Level[/center][/b][/td][td][b][center]Solution[/center][/b][/td][td][b][center]Notes[/center][/b][/td][/tr]
[tr][td]The Doubling Chamber[/td] [td][level]pagoxet[/level][/td] [td][spoiler][level]cixybax[/level][/spoiler][/td] [td]Fairly easy[/td][/tr]
[tr][td]Most Significant Bewilderment Level 1[/td][td][level]himaxot[/level][/td][td][spoiler][level]talyfyb[/level][/spoiler][/td][td]Hard*[/td][/tr]
[tr][td]Most Significant Bewilderment Level 2[/td][td][level]gipygux[/level][/td][td]No solution yet  [/td][td]Possibly impossible*[/td][/tr]
[tr][td]Most Significant Bewilderment Level 3[/td] [td][level]zotakuv[/level][/td] [td]No solution yet[/td] [td]Probably impossible*[/td][/tr]
[tr][td]Much Ado About Nothing (Original - MAAN5)[/td] [td][level]vivevop[/level][/td] [td]No solution yet[/td][td]Very hard/Impossible?[/td][/tr]
[tr][td]Much Ado About Nothing 17 (MAAN17)[/td] [td][level]bipugef[/level][/td] [td][spoiler][level]xaxibam[/level][/spoiler][/td][td]Fairly easy[/td][/tr]
[tr][td]Much Ado About Nothing 16 (MAAN16)[/td] [td][level]remaxus[/level][/td] [td][spoiler][level]dyxumub[/level][/spoiler][/td][td]Moderate[/td][/tr]
[tr][td]Much Ado About Nothing 9 (MAAN9)[/td] [td][level]sydagac[/level][/td] [td][spoiler][level]dopysov[/level][/spoiler][/td][td]Medium - Solution by Rene[/td][/tr]
[tr][td]Nudge Nudge[/td] [td][level]pibanyd[/level][/td] [td][spoiler][level]noribyn[/level][/spoiler][/td] [td]Easy/Medium[/td][/tr]
[tr][td]Waiting for a fad to pass[/td] [td][level]nylabuv[/level][/td]  [td][spoiler][level]votagov[/level][/spoiler][/td] [td]Hard[/td][/tr]
[tr][td]Dozer Overtime[/td] [td][level]hihuteb[/level][/td] [td][spoiler][level]ceculok[/level][/spoiler][/td] [td]Hard[/td][/tr]
[tr][td]Under and Over 1[/td] [td][level]rodakax[/level][/td] [td][spoiler][level]behevin[/level][/spoiler][/td] [td] Fairly easy - Solution by jnz[/td][/tr]
[tr][td]Under and Over 2[/td] [td][level]zykybym[/level][/td] [td][spoiler][level]cobytep[/level][/spoiler][/td] [td] Moderate - Solution by Sly[/td][/tr]
[tr][td]Under and Over 3[/td] [td][level]sumigut[/level][/td] [td][spoiler][level]dotugod[/level][/spoiler][/td] [td] Medium[/td][/tr]
[tr][td]Rubik's-on[/td] [td][level]bagabug[/level][/td] [td][spoiler][level]kyrunad[/level][/spoiler][/td] [td]Hard - Solution by jnz[/td][/tr]
[/table]

*Note that for the three "Most Significant Bewilderment" puzzles you are not meant to be able to put pieces into the mechanism (eg. dropping an initial barrel down to get a 1 crate out).  I only remembered to prevent this in the third level.

Enjoy!  :)

Rene (2007-07-24)
For The Doubling Chamber ([level]pagoxet[/level]): [level]tunupyv[/level]

I like the art work!

jf (2007-07-24) For the Doubling Chamber: [level]dinysuk[/level]. Rene's [level]tunupyv[/level] is impressive for its simplicity.

TTTPPP (2007-07-25) I wish there was a slow motion button so I could see how Rene's solution works!  I'll just think of it as magic.

JF's is also far simpler than my solution, and I love the use of 1-1+1 = 1, 2-2+2 = 2, etc.

TTTPPP (2007-07-27) New puzzle - Much Ado About Nothing [level]vivevop[/level].

I think this is quite an obvious idea for a puzzle, so I wouldn't be surprised if there's been a similar one before.  So far I've got a solution which works about 66% of the time [spoiler][level]padigyk[/level][/spoiler], and can in theory solve Much Ado About Nothing 16 - the same thing with 16 ? crates (i.e. the main puzzle is Much Ado About Nothing 5).

Can anyone manage a partial solution better than this, or a solution for Much Ado About Nothing 15, 14, etc.

TTTPPP (2007-07-28) New puzzle: Nudge Nudge [level]pibanyd[/level] - Solution [level]noribyn[/level]

I was trying to make a much harder puzzle, but came across this as a sub-puzzle of it!  I'm not even sure the harder puzzle was possible though!

hatkirby (2007-07-28) Solution to Nudge Nudge by yours truly!

Nudge Back - [level]zutyzek[/level]

Rene (2007-07-28) For Nudge Nudge ([level]pibanyd[/level]): [level]docilin[/level]

I am still working on Most Significant Bewilderment Level 1. That one is possible but hard. I have done the math, and now need to do the implementation work.
Most Significant Bewilderment Level 3 is theoretically possible, but I do not think there is enough space to make the solution. Even the math was very hard to figure out.

For Much Ado About Nothing: there have been similar puzzles. For example,
- use 0, 1, 3, and 9 to match a random crate - [level]dubynod[/level])
- use three random crates between 0-5 to make a 0 - cannot find that one anymore
But I haven't seen this one before. I think it should be theoretically possible with 4 random crates to always make a 0, but I didn't come any further than you did at the moment. [spoiler]Use zeros directly, and subtract duplicates from each other[/spoiler]

TTTPPP (2007-08-05) It's not possible to solve Much Ado About Nothing 4, as you may be given the crates 1,2,4 and 8.  I've come up with improvements on my previous method, but haven't yet been able to implement them.  It would solve MAAN9.

jnz (2007-08-05) For Nudge Nudge ([level]pibanyd[/level]): [level]binumir[/level]

[quote author=Rene link=topic=281.msg2870#msg2870 date=1185622114]
For Much Ado About Nothing: there have been similar puzzles. For example,
- use 1, 3, 5, and 9 to match a random crate - [level]dubynod[/level])
- use three random crates between 0-5 to make a 0 - cannot find that one anymore
[/quote]

It was Mod 5 by lopsidation. 
Thread: [url]http://kevan.org/rubicon/forums/index.php/topic,109.0.html[/url]
Mod 5 (fixed): [level]xynorud[/level]
My solution: [level]dyralum[/level]
Handi's solution: [level]pumonos[/level]
jf's solution: [level]zedagyx[/level]

Rene (2007-08-06)
And finally, my solution to Most Significant Bewilderment Level 1 ([level]himaxot[/level]): [level]varobol[/level]

Still looking at 2 and 3, but I am afraid they are probably not possible.

TTTPPP (2007-08-14) New Puzzle:

Waiting for a fad to pass [level]nylabuv[/level] (solution [level]votagov[/level]).

jnz (2007-08-15) For "Waiting for a fad to pass" ([level]nylabuv[/level]): [level]gogoxyr[/level].  That was tricky.  I don't think I've seen a puzzle like that before.

TTTPPP (2007-08-16) Good solution jnz!  I was hoping there'd be some different ways of solving it, but I could only find mine.  I'm guessing the longest running solution in the space given is [spoiler]by changing the +++++ in jnz's solution to +-+++.  Then it even solves "02C"![/spoiler]  The aim of the puzzle was really to see how long something could be made to run in the space, so if you move the 1 crate about to form a different solution I'd still be interested to see it!

jnz (2007-08-16) [quote author=TTTPPP link=topic=281.msg3043#msg3043 date=1187258004]
The aim of the puzzle was really to see how long something could be made to run in the space
[/quote]

Ok, how about [level]pocubeg[/level]?  Solves "8E8"

jf (2007-08-16) My solution to Waiting for a fad to pass ([level]nylabuv[/level]): [level]lilegin[/level] happens to be exactly the same as jnz's [level]gogoxyr[/level]. That was a tricky puzzle indeed.

(I also solved the version of Waiting... in Sly's Windows [url]http://kevan.org/rubicon/forums/index.php/topic,277.msg3046.html#msg3046[/url] in a different way, but I won't post that here, as it would be a spoiler to Sly's puzzle. My solution here will not work there, but that solution will work here. Sly's version has moved the 1 crate by one space.)

TTTPPP (2007-08-17) [quote author=jnz link=topic=281.msg3044#msg3044 date=1187280319]Ok, how about [level]pocubeg[/level]?  Solves "8E8"[/quote]
Awesome answer jnz!

Also I still like the other solution [level]lilegin[/level]/[level]gogoxyr[/level].  I think it's more elegant than my solution.

I had a go at Sly's Windows too, but have't yet solved WFAFTP there (seems a lot harder with the crate moved very subtly!)

Also I've made a new puzzle.  It's not exactly a new idea, but I thought people might enjoy a bit of dozer directing.
Dozer Overtime [level]hihuteb[/level] (solution [level]ceculok[/level]).

PS. I cheated by making the solution first, so sorry if the puzzle is inadvertently hard!

jnz (2007-08-17) [quote author=jf link=topic=281.msg3047#msg3047 date=1187307265]
My solution to Waiting for a fad to pass ([level]nylabuv[/level]): [level]lilegin[/level] happens to be exactly the same as jnz's [level]gogoxyr[/level].
[/quote]

Great minds think alike!  :)  Now, can you get better than 8E8?  With Sly's version I have something that runs slightly longer than my 8E8 solution but I haven't found anything better for the original puzzle.

sly (2007-08-18) Whew Dozer Overtime was a tough one! I like the idea as well as the way it was executed. Good job! I think with making the solution first here, you made it very limited to the amount of solutions possible (It was tough like you said), but my solution is basically the same as yours -_-

Anyway

for [level]hihuteb[/level] : [level]kegyhyr[/level]

jf (2007-08-18) For Dozer Overtime ([level]hihuteb[/level]): [level]kexovad[/level].

That was a good puzzle! I found the 4 and 5 difficult, but I spent most of the time along the bottom. [spoiler]I was able to solve first F, by going over the top of the E box, then come underneath the F box and solve D and C, and then make it up to a second level above the D box carrying a 0-barrel, ready to come back to the E from the right and push it left, but I just could not land on the right of the 0-barrel. I spent a lot of time trying to make this sequence work, before finally abandoning it and finding the sequence I used in the solution.[/spoiler] Here is the attempt that I just described in the spoiler: [level]nypaboz[/level], [spoiler]collecting an extra barrel just to show it's possible[/spoiler]. If anybody can figure out [spoiler]how to get the dozer back to the left with a barrel[/spoiler], you have a different ending to the original puzzle.

Rene (2007-08-18) Here is my Dozer Overtime ([level]hihuteb[/level]) solution: [level]kedabum[/level]

A well-crafted puzzle  :)

My solution is very similar to the others. I spent a long time on the bottom, because I had another solution at first that [i]almost[/i] worked. I gave up on that in the end, and then found this one quickly.

EDIT: looking at jf's [level]nypaboz[/level], that is exactly the kind of approach that I spent so much time on....  :(
Here is my attempt: [level]dubilus[/level] [spoiler]which does come back with the extra barrel that jf talks about, but it does not help. If you can get rid of the left over barrel on the right, you'll have another ending  ;)[/spoiler]

TTTPPP (2007-08-19) Wow!  I am very surprised to see three solutions almost identical to mine.  I completely underestimated how hard that would be!  Well done to everyone who solved it.

I've spent quite a bit of time looking at trying to get back up from the bottom in Dozer Overtime, and also at Sly's Windows (I've now solved the three bottom windows, and have pretty much given up on the top left and top right).

Also I've come up with a new puzzle.  I've been thinking about this for quite a while so I hope it's fun, and I also hope I haven't cut the creativity out too much with all the null spaces.  (Old version) Anyway here is "Under and Over" [level]rodakax[/level] (Old version).

The new version is "Under and Over 2" [level]zykybym[/level] (solution to both is [level]dotugod[/level]).

The even newer version is "Under and Over 3" [level]sumigut[/level] (solution still [level]dotugod[/level]).

jnz (2007-08-19) For Under and Over ([level]rodakax[/level]): [level]behevin[/level].  It is a rather boring solution, I'm afraid.

sly (2007-08-20) Good puzzle. :)

for [level]rodakax[/level] : [level]bemises[/level]

TTTPPP (2007-08-20) They're not boring solutions!  I forgot a few null squares though (about 6), and they're now added in:

"Under and Over 2" [level]zykybym[/level] (solution [level]dotugod[/level], which was also my given answer to "Under and Over 1").

I've put jnz's solution on the front page for "Under and Over 1", as it was the first one (and because it's specifically for "Under and Over 1").

Edit - There's a new version - "Under and Over 3" [level]sumigut[/level] (solution still [level]dotugod[/level]).

sly (2007-08-20) I sudddenly realized how retarded I was when I thought to myself [spoiler]"2 + 1 = 3? Holy crud! Why didn't I think of this before?" [/spoiler] -_-

Anyway

for [level]zykybym[/level] : [level]cobytep[/level]

TTTPPP (2007-08-20) lol - Good work again sly!

So on a third attempt I have added a few more nulls in, and checked that section fairly thoroughly.

I present you with "Under and Over 3" [level]sumigut[/level] (solution still [level]dotugod[/level]).

Btw Sly - I think the section about 2+1=3 should be in a spoiler tag ;)

jnz (2007-08-20) For Under and Over 3 ([level]sumigut[/level]): [level]nabysin[/level].  It is basically the same as my previous solution except for the 6th lifter.

jf (2007-08-20) For Under and Over [level]rodakax[/level]: [level]dydigeb[/level].

sly (2007-08-20) for [level]sumigut[/level] : [level]sybubid[/level]

Rene (2007-08-25)
For Under and Over 3 ([level]sumigut[/level]): [level]verecac[/level]

Variations on a theme...

Rene (2007-08-28)
For Much Ado About Nothing 16 ([level]remaxus[/level]): [level]rizotog[/level]
And Much Ado About Nothing 9 ([level]sydagac[/level]): [level]dopysov[/level]

TTTPPP (2007-08-29) The "Under and Over" series were easier than I'd planned, so I've currently given up trying to come up with situations which require distinctly different up-pipe draws.

Well done Rene with MAAN9, I've been struggling to get a solution to fit in the window for quite a while now!  I came up with one which would work if the play area was about 5 or 6 times wider!  Also nice work with MAAN16 - [spoiler]I had thought it must be possible to make an elegant solution to find pairs, but resorted to the brute force tree sort instead[/spoiler].  I can't see a good approach to MAAN puzzles with less crates than 9.

TTTPPP (2007-09-05) Right, a new puzzle.  Apologies for the fact that I can't solve it!

"Rubik's-on" [level]bagabug[/level]

I came up with an idea of trying to implement a Rubik's cube-esque puzzle, which only allowed permutations of the crates.  The spoiler below gives a description of how to use the machine (which I wouldn't really consider part of the puzzle).

[spoiler]The machine outputs a random permutation of the numbers 1,2,3 and 4.  This is the target to match using the four crates on the left.  The left-hand side takes four different inputs A,B,C and D.  These affect the crates as follows:
An A will permute the crates from 1,2,3,4 to 4,3,2,1 (i.e. a reversal).
A B will permute the crates from 1,2,3,4 to 4,1,2,3 (i.e. a rotation).
A C will permute the crates from 1,2,3,4 to 4,3,1,2.
A D will push the crates into the solution spot.
[/spoiler]

My progress so far:
[spoiler]I have made a solution for the first crate, using only B barrels as input to the machine.  I'm fairly sure this is the wrong way to go about a solution - maybe it's better to fix the 1 crate, then fix the 2 crate, etc.[/spoiler]

Bucky (2007-09-05) I got further than TTTPPP did.  I almost didn't fit what I have, and am not relishing handling the remaining logic in the remaining space.

[spoiler]I need to, for every barrel header barrel, set it to move a B from beginning to end of each group that follows and has a larger header barrel.  Then I need to add "AD" at the end.  Partial solution:  [level]kysycyt[/level][/spoiler]

EDIT:I'm even closer now.  I just need to [spoiler]add the needed B to the start of the next word to pass through.  Partial solution: [level]xylevoh[/level].[/spoiler]

EDIT:  Sooo close!  [level]lazedad[/level]

jnz (2007-09-05) For Rubik's-on ([level]bagabug[/level]): [level]kyrunad[/level]

Strategy: [spoiler]Rotate the given pattern left until the 1 is in the leftmost position, keeping track of the number of rotations.  This leaves us with 6 possibilities (1234, 1243, 1324, 1342, 1423, 1432).  Hash these possibilities down to a single barrel and then use it as input to a lookup table to select some permutations that will produce the 1xxx pattern.  Then push in the Bs we saved from the first step to rotate the pattern into the proper final position, followed by a D to flush the machine.[/spoiler]

TTTPPP (2007-09-06) jnz, that is quite brilliant!  I've filled a couple of sheets of paper with diagrams and equalities, and was nowhere near that solution. 

Bucky, I'm afraid I still don't understand quite what you're up to!  [spoiler]I was trying to use your barrel pusher from the right hand side, and have that for the first 3 barrels, and then have a second one for the fourth barrel.  This involves coming up with 8 preset sequences of input barrels, which 'magically' produce the desired ordering.  At this point I gave up and went to bed![/spoiler]

jnz (2007-09-06) [quote author=TTTPPP link=topic=281.msg3149#msg3149 date=1189076009]
jnz, that is quite brilliant!  I've filled a couple of sheets of paper with diagrams and equalities, and was nowhere near that solution. 
[/quote]

Why thank you.  :)  I had a page of notes in Notepad, an Excel spreadsheet ([spoiler]to find a collision-free hash function (4x+2y+z)[/spoiler]), and a Perl script ([spoiler]to produce the entries in the lookup table[/spoiler]).

Rene (2007-09-06) Rubik's-on is a very original and well designed puzzle; it really reminds of Rubik's Cube. I liked it very much.

For Rubik's-on ([level]bagabug[/level]): [level]gavidek[/level]

My strategy: [spoiler]I used a Rubiks type of solution as well. Each of the ABC patterns that I used is designed to swap only two digits and leave the other two intact. So, the first digit that comes out is looked up in a table, and produces the pattern that swaps that digit into the '1' position. The same swap is also done for the digits that the machine produces: an '1' that comes out later is replaced by the remembered digit. Subsequently, a similar thing is done for the second and third digit, producing the patterns that swap the second and third digits into place. [/spoiler]

BTW: the Rubicon identifier for the puzzle is quite funny: "bagabug"

EDIT: just looked at jnz's solution. Pretty smart. It is faster than mine, partly because you [spoiler]permutate three barrels at a time and use the efficient rotation operation.[/spoiler]

jnz (2007-09-07) Rene: I'd originally thought about doing something similar to your solution but then I realized that I'd have to keep track of [spoiler]which crates I had already swapped[/spoiler].  That seemed complicated so I moved on to other ideas.  You've managed to handle that problem in a quite simple and compact manner though.  Kudos!

TTTPPP (2007-09-10) Another nice solution from Rene as well!  I enjoyed the challenge of making this puzzle, so I'm glad it was interesting.  :)

Gameman (2007-11-04) for waiting for a fad to pass: [level]banyrad[/level]

Bucky (2007-11-06) [quote author=Gameman link=topic=281.msg3253#msg3253 date=1194209332]
for waiting for a fad to pass: [level]banyrad[/level]
[/quote]

This fails to solve.

Doubling Chamber vs. Template Copier:[level]xygetyh[/level]

jf (2008-01-02) For Rubik's-on ([level]bagabug[/level]): [level]kurened[/level].

I've been working on this one for quite some time, on and off, as I have found time to spend on it. That was quite an interesting puzzle!

Now that I've completed my solution, I've looked at the spoilers and the other solutions to compare. I came up with the same general design as Rene, implemented differently, and it works like this:

[spoiler]The left side handles a string of three barrels to solve the first three crates. If you solve three crates the fourth must end up in the right place.
barrel 1 (for 1st crate)
if (1) then nothing because the 1 crate is in the right spot already,
if (2) then ABCD->BACD (swap 1st and 2nd),
if (3) then ABCD->CBAD (swap 1st and 3rd),
if (4) then ABCD->DBCA (swap 1st and 4th);
barrel 2 (for 2nd crate)
if (1) then nothing -- another barrel will move the crate
if (2) then nothing because the 2 crate is in the right spot,
if (3) then ABCD->ACBD (swap 2nd and 3rd),
if (4) then ABCD->ADCB (swap 2nd and 4th);
barrel 3: (for 3rd crate)
if (1 or 2) then nothing -- another barrel will move the crate
if (3) then nothing because the 3 crate is in the right spot,
if (4) then ABCD->ABDC (swap 3rd and 4th)

The right side processes the first three barrels out of the machine. When a 1 is seen, a copy of the first barrel out replaces it. When a 2 is seen, a copy of the second barrel (which itself could be a copy of the first barrel) replaces it. For example, if 1 2 3 4 comes out, then 1 2 3 4 is passed to the left (and only 1 2 3 are used). If 4 3 2 1 comes out, then 4 3 3 4 is passed to the left. If 3 1 2 4 comes out, then 3 3 3 4 passes left. This simple repeating of the 1 and 2 positions remembers the state of swapped barrels for the left side.[/spoiler]

I was also working on a [spoiler]full table lookup of all 24 sequences[/spoiler], which I'll finish up as I have time.

jf (2008-01-03) Here is my alternate design for Rubik's-on ([level]bagabug[/level]): [level]logilyg[/level]

This solution uses [spoiler]a full-table lookup, where the table contains all solution sequences ahead of time[/spoiler]. This was also quite difficult. I kept alternating between this design and my other design as I ran into problems with each.

lightOfDay (2012-02-08) I haven't tried, but I'm 90% sure by observation that MSB 1 & 2 are indeed impossible. Especially considering the playing space. I do however believe that by doing somewhere near the basics of pre-calc could get a solution. Obviously pre-calc doesn't fit in the window...

jf (2012-02-09) For Most Significant Bewilderment Level 1 ([level]himaxot[/level]): [level]sedodeh[/level]

I somehow missed this puzzle the first time around. I found the same output pattern as Rene, but found a minimal solution to exploit it.

TTTPPP (2012-03-02) I don't think I managed to solve MSB-1 before, so I thought I'd try to rectify that!

For Most Significant Bewilderment Level 1 ([level]himaxot[/level]): [level]celaleb[/level]

I'll have a look at MSB-2 now, but I don't hold out much hope!

Rubiwin

hatkirby (2007-07-25) Let's see... I like Rubicon... and I like to program computer games.... if we put the two together, what do we get? Ah yes, a computer version of Rubicon!

I started writing Rubiwin about a month ago, and it's now in version 2.0. It uses Kevan's graphics (it's in the about box that it's your), and it has some new pieces. Rubiwin has (in the way of new pieces) Sideways Pipes, Sideways Copiers, Special Copiers that copy anything, Super Furnaces that destroy anything, Bombs that explode (turn into Super Furnaces for 1 tick) when they fall into Furnaces, Detonators that explode all bombs when a block falls onto them, Portals that when a block falls into one, it comes out of all the others, and Anti-Gravity Devices which reverse the gravity effect for that column (can be blocked by a Girder). Keys, Ramps and Winches do not work, Boolean Lights can have barrels to match as well as crates, and the item underneath a gate must be a barrel. In Rubiwin, you can also stretch the screen size (which is originally 16x16) to 32x32 or 8x8. If you have any complaints, please tell me about them. If you want me to remove the link, Kevan, you're welcome to do so as well.

[url]http://www.fourisland.com/rubiwin.php[/url]

NOTICE: Oops, the other link's been broken for ages. Here's the real one.

Screenshots:

[img]http://hatless.ns01.us/rubiwin/images/demo2.0small.png[/img] The 1/2 screen-size effect.
[img]http://hatless.ns01.us/rubiwin/images/demo2small.png[/img] Demonstrating Sideways Pipes and Copiers.
[img]http://hatless.ns01.us/rubiwin/images/demo3small.png[/img] Demonstrating Special Copiers, Portals and Anti-Gravity Devices.
[img]http://hatless.ns01.us/rubiwin/images/demo4small.png[/img] Demonstrating Super Furnaces

ddsdiur (2008-02-17) The link times out. It can't find http://www.fourisland.com/

ddsdiur (2008-04-19) I see that it's fixed, but the download doesn't work. Also, does anyone know if it runs in WINE, or if hatkirby would provide the source code?

hatkirby (2008-06-22) Sorry, but Rubiwin's been taken down to be rewritten. For both Linux and Windows, this time.

I'm pretty sure I did announce that I'd be taking them down [url=http://www.fourisland.com]on my blog[/url] at some point, but work on it hasn't moved that far yet. If you like, however, the original 2.5 release is still available here: [url]http://other.fourisland.com/backup/rubiwin/Rubiwin2.5.zip[/url].

ddsdiur (2008-07-06) Does it use any platform-specific APIs? If not, could it be made to run natively on OS X?

hatkirby (2010-02-21) I'm sorry, but Rubiwin has been a relatively dead project for a very long time. I may someday revive it, but that seems unlikely at this point. If anyone cares, however, I've uploaded the source code of the original Visual Basic version. It may or may not work anymore (I'm not sure as I don't run Windows anymore).

http://other.fourisland.com/Rubiwin_Source.zip

Warehouse search

hatkirby (2007-07-28) There is something wrong with the warehouse search. I go to the search and and search for my username, and a page of links comes up. That's it. Lots of my puzzles aren't there. Is there some problem with the search, or is the search using a cached index, or what? Please help, because it would really be useful the use the warehouse search to find my puzzles.

Bucky (2007-07-28) [quote author=hatkirby link=topic=283.msg2876#msg2876 date=1185634773]
There is something wrong with the warehouse search. I go to the search and and search for my username, and a page of links comes up. That's it. Lots of my puzzles aren't there. Is there some problem with the search, or is the search using a cached index, or what? Please help, because it would really be useful the use the warehouse search to find my puzzles.
[/quote]

The search only updates its index once every 24 hours.

hatkirby (2007-07-28) This is over a span of 4 or 5 days in which I'm complaining of no re-indexing.

EDIT: Never mind, it's seems to have updated now.

Wikey's Puzzles

Wikey (2007-08-07) I only recently started playing this, and am still pretty green. I've been playing around making puzzles, none of them are too terribly hard but they're pretty fun I think.

In a Tower 1 [level]zaxisuf[/level]
In a Tower 2 [level]salezon[/level] | Version 2: [level]gikigub[/level]

TTTPPP (2007-08-07) Nothing wrong with that puzzle at all :)

In a tower ([level]zaxisuf[/level]): [level]xozatoc[/level]

jnz (2007-08-07) For "I love it when good cargo comes together" ([level]zaxisuf[/level]): [level]kikidim[/level]

Rene (2007-08-07) Welcome to the forum, Wikey. It's always good to see new people come in with fresh new puzzles.

For "I love it when..." ([level]zaxisuf[/level]): [level]xezedag[/level]

One tip: to insert a link to your puzzles and solutions on the forum, you can use the '?'-crate icon. Just type the name of the puzzle, select it, click the '?'-crate, and there you are.

sly (2007-08-07) wow, all the other solutions are much more elegant than mine. :)

for [level]zaxisuf[/level] : [level]bytumyt[/level]

jf (2007-08-08) I dressed up my solution a bit to make it more interesting. For "I love it when good cargo comes together" ([level]zaxisuf[/level]): [level]gubanuv[/level].

Wikey (2007-08-08) Thanks for the tip and the warm welcome, Rene.

As far as unelegant solutions go, I think mine is the least elegant and I designed the puzzle. :)

My solution for [level]zaxisuf[/level] : [level]gatudyr[/level]

TTTPPP (2007-08-08) Maybe not as elegant Wikey, but your solution is the only one so far not to use gates (not using useful components can be considered an achievement!)

Wikey (2007-08-09) Thanks.

This one is a bit more difficult, I think.

In a Tower 2: [level]salezon[/level]

jf (2007-08-09) Rapunzel let down her hair: [level]homedyv[/level] for [level]salezon[/level].

Rene (2007-08-09)
For In a Tower 2 ([level]salezon[/level]): [level]lupixyg[/level]

jnz (2007-08-09) For In a Tower 2 ([level]salezon[/level]): [level]fydetip[/level]

Bucky (2007-08-09) In a Tower 2:[level]pedamet[/level].  [spoiler]I didn't even notice the dozer until I'd finished the puzzle.[/spoiler]

jf (2007-08-09) I thought that Tower 2 could be solved without using any pipes, winches or conveyors, and so I tried this: [level]reburur[/level].

Wikey (2007-08-10) You crafty snakes with your furnaces and down-pipes. :) Can't believe I forgot the x's.

I really like your solutions, jf. Very visually appealing with the keys.

jnz (2007-08-10) For In a Tower 2 v2 ([level]gikigub[/level]): [level]lugigeg[/level].  I could only "half-cheat" this version.  :)

Rene (2007-08-11)
For In a Tower 2 v2 ([level]gikigub[/level]): [level]bisikor[/level]

By the books, this time....  :D

Adept Puzzle

adept (2007-08-11) Okay, so after spending much time enjoying all the puzzles ( well many not exactly enjoying some of those glass floor things), I have decided to try to make my first puzzle.  I don't think it is particularly original, but it might give some people a little challenge as I don't let you use barrels.

Even though I think this title has been used, I called it [b]Simple Addition : [level]dusosoz[/level][/b]

sly (2007-08-13) OMG I made this so much harder than it had to be. There is probably a WAY more simple solution tthan what I made, I used much more than I could've. Also I used one of Rene's template copiers at the bottom. It wasn't necessarily the lack of barrels that was hard, it was crossing the barrels and crates across the area. I feel retarded for making such an awful solution :p

Anyway it actually took me an hour (and a three hour thinking session) to figure it out. I also came up with a machine that dispenses a dozer once the necessary amount of barrels are in place (it's near the top).

Thanks for making such a fun and challenging puzzle (for me at least) :)

for [level]dusosoz[/level] : [level]nytumek[/level]

adept (2007-08-13) [quote author=sly link=topic=285.msg3033#msg3033 date=1186997518]
OMG I made this so much harder than it had to be. There is probably a WAY more simple solution tthan what I made, I used much more than I could've. Also I used one of Rene's template copiers at the bottom. It wasn't necessarily the lack of barrels that was hard, it was crossing the barrels and crates across the area. I feel retarded for making such an awful solution :p

Anyway it actually took me an hour (and a three hour thinking session) to figure it out. I also came up with a machine that dispenses a dozer once the necessary amount of barrels are in place (it's near the top).

Thanks for making such a fun and challenging puzzle (for me at least) :)

for [level]dusosoz[/level] : [level]nytumek[/level]
[/quote]

Thanks for the compliment.  Glad you enjoyed it.  I actually made two solutions.  My original then I also used one of rene's template copiers. Your subtraction mechanism is much slicker than mine but we may have to wait until one of the other rubicon masters solve it to see a much simpler solution>

jnz (2007-08-13) For Simple Addition ([level]dusosoz[/level]): [level]xubagyc[/level].  I used a jf-style template copier.  The pacing dozer at the top is probably the weakest part. 

adept (2007-08-14) Here is an easy level. 
I was just messing around a little and liked the pattern so let's all go to
[b]Church : [level]lugyhom[/level][/b]

jnz (2007-08-14) [quote author=jnz link=topic=285.msg3035#msg3035 date=1187034338]
The pacing dozer at the top is probably the weakest part. 
[/quote]

That dozer was really bothering me so I reworked the feed mechanism. 
For Simple Addition ([level]dusosoz[/level]): [level]xoxabes[/level]

For Church ([level]lugyhom[/level]): [level]pubylyc[/level]

sly (2007-08-15) for [level]lugyhom[/level] : [level]cubarik[/level]

61 ticks :)

jnz (2007-08-15) Oh, so it is a tick war you want, eh?  :)
For Church ([level]lugyhom[/level]): [level]vedyxit[/level].  40 ticks.  I think 38 is the theoretical minimum.

TTTPPP (2007-08-16) Although there exist many puzzles requiring a template copier I have so far avoided constructing one.  However I hadn't solved any of Adept's puzzles, and so I gave it a go.  An hour (or so) later, here is my solution to Simple Addition ([level]dusosoz[/level]): [level]kidunof[/level].

Thanks for the puzzle Adept!

jf (2007-08-20) I found Simple Addition ([level]dusosoz[/level]) *incredibly* difficult. In hindsight, that others had solved it in an hour could have been a red flag that I was missing something: [spoiler]I did not notice the empty, available space inside the machine until I was *finished* and double-checking solution for "sandbox mistakes".[/spoiler] Oops!

If you want an extreme challenge, try the puzzle [spoiler]without using the internal free space[/spoiler].

What my solution does is [spoiler]figure out the value X of the additive barrel by watching the emitted values and looking for the one missing value out of sixteen. Since 0 never falls to the right of the gate, the value X + 0 will never come out. I started with a long series of gates, and was going to use an "Insomniatic" solution to calculate the missing value, but then decided to try for something more elegant, and ended up with quite a complicated mess, due mostly to initialization logic, and also, the twisty turns needed to get the solution turned around, through the template copier, and back to the left in such a cramped space. It may take a long time to complete due to the low probability of a 1 crate falling to the right of the gate -- I need to see 15 different values before I can be sure of the missing sixteenth value.[/spoiler]

For Simple Addition ([level]dusosoz[/level]): [level]hetubep[/level].

EDIT: jnz, that's actually Rene's template copier from (warning: spoilers for my puzzle "Spinning Wheel") [level]madaget[/level]. I had come up with something similar in [level]fitadan[/level], but it's not as refined and I've since adopted the madaget. The copier that sly uses fits quite nice in this puzzle, as does TTTPPP's copier. But then, you have added a nice feed to the madaget in xoxabes, so these are all interesting solutions.

jnz (2007-08-21) [quote author=jf link=topic=285.msg3065#msg3065 date=1187637762]
What my solution does is [spoiler]figure out the value X of the additive barrel by watching the emitted values and looking for the one missing value out of sixteen. Since 0 never falls to the right of the gate, the value X + 0 will never come out. I started with a long series of gates, and was going to use an "Insomniatic" solution to calculate the missing value, but then decided to try for something more elegant, and ended up with quite a complicated mess, due mostly to initialization logic, and also, the twisty turns needed to get the solution turned around, through the template copier, and back to the left in such a cramped space. It may take a long time to complete due to the low probability of a 1 crate falling to the right of the gate -- I need to see 15 different values before I can be sure of the missing sixteenth value.[/spoiler]
[/quote]

Wow, that's impressive.  I had thought about how to solve this puzzle in other than the intended way but I thought it was impossible.  I did realize that the random number generator wasn't [spoiler]generating zeros[/spoiler] but I didn't make the connection that it gave you enough information to solve the puzzle.  Even with that insight it still seems tricky to accomplish without any barrels to compare against.

[quote author=jf link=topic=285.msg3065#msg3065 date=1187637762]
EDIT: jnz, that's actually Rene's template copier from (warning: spoilers for my puzzle "Spinning Wheel") [level]madaget[/level].
[/quote]

I got that copier from the template copier demonstration [level]lamevut[/level] by Rene.  It was credited as a modification of your copier from [level]jynysat[/level] (solution to Password), so that's how I attributed it as well.  If you want to avoid credit for this creation, take it up with Rene.  ;)

 

adept (2007-08-21) [quote author=jf link=topic=285.msg3065#msg3065 date=1187637762]
I found Simple Addition ([level]dusosoz[/level]) *incredibly* difficult. In hindsight, that others had solved it in an hour could have been a red flag that I was missing something: [spoiler]I did not notice the empty, available space inside the machine until I was *finished* and double-checking solution for "sandbox mistakes".[/spoiler] Oops!.[/quote]

Very impressive.  I never thought it could be solved that way.  When I ran your machine to watch it, it lasted 4200 ticks looking for a 4.
I'm also glad you explained how it worked.  Even knowing that it took me a while to understand how you would end up with the correct number. 8)

I start grad school today, so not sure when I'll be back he for more fun.

Rene (2007-08-25)
Apparently, I had the same blind spot as jf, and solved "Simple Addition" the hard way [spoiler]without taking advantage of the open spot in the machine[/spoiler].
It was very hard to fit everything in the available space. Especially the initialization took some creative thinking; [spoiler]check e.g. how the initial '8' is placed in the subtractor, or how the 'F' for the template copier is initialized.  [/spoiler]

For Simple Addition ([level]dusosoz[/level]): [level]botadib[/level]

jf (2007-08-31) [quote author=Rene link=topic=285.msg3079#msg3079 date=1188058664]

Apparently, I had the same blind spot as jf, and solved "Simple Addition" the hard way [spoiler]without taking advantage of the open spot in the machine[/spoiler].
It was very hard to fit everything in the available space. Especially the initialization took some creative thinking; [spoiler]check e.g. how the initial '8' is placed in the subtractor, or how the 'F' for the template copier is initialized.  [/spoiler]

For Simple Addition ([level]dusosoz[/level]): [level]botadib[/level]
[/quote]

Rene, I was hoping you would attempt the hard solution  :). The initialization that you point out in your spoiler is quite clever -- [spoiler]I especially like how the 8 spends some time on up-draw duty before continuing on[/spoiler], it's fantastic. Also, [spoiler]I like how you handle the duplicate barrels, how they reverse direction and burn up. That's a clean solution to duplicates and also keeps the machine size down quite a bit.[/spoiler]

adept (2007-09-07) Are these Birds or Planes.  It's definitely not superman, but here is another quick little level.

[b]Birds: [level]bykinig[/level][/b]

Rene (2007-09-07)
For Birds ([level]bykinig[/level]): [level]cigoxab[/level]

jnz (2007-09-08) For Birds ([level]bykinig[/level]): [level]jexogex[/level]

adept (2007-09-12) A new puzzle- should be easy for most.  I have a few Ideas on making it harder, but will wait to see various solutions first.

[b]Simply Match Ten [level]lakapag[/level][/b]

okay- here it is with just a few extra spaces blocked.  I think it will make two of JNZ's cheats from the next post  not work  ::)
[level]segozus[/level]

jnz (2007-09-12) Various Solutions for Simply Match Ten ([level]lakapag[/level]): [level]hotupyk[/level], [level]megagem[/level], [level]debakyg[/level]
For SMT-vsr ([level]segozus[/level]): [level]gubogal[/level] (modified hotupyk) and [level]cyfilem[/level]

adept (2007-09-12) Here is another for match ten.
I still think this should not be too difficult for most.

[b]Ten Again [level]degitur[/level]  [/b]

jnz (2007-09-13) Another for SMT-vsr ([level]segozus[/level]): [level]ricevyg[/level]
And for Ten Again ([level]degitur[/level]): [level]tybifiz[/level]

adept (2007-09-13) jnz- nice copy mechanism in tybifiz - I think I figured out the right piece to add to stop you from clearing out the targets and replacing them with your own number.  I'll incorporate it in my next revision and see what I over-looked then

Okay- here is [b]Ten Again- Just a little bit smaller [level]dyzusah[/level][/b]

[spoiler]I'm not sure if my original solution would fit into this space, I modified one of jnz's solutions a little for this puzzle's solution[/spoiler]

Rene (2007-09-13)
For Ten Again - JALBS ([level]dyzusah[/level]): [level]vypuhaf[/level]

jnz (2007-09-13) For Ten Again - JALBS ([level]dyzusah[/level]): [level]xozobyr[/level] (modified tybifiz)

adept (2007-09-20) [b]Here is Just a simple little box [level]dydedad[/level][/b]

jnz (2007-09-20) For Just a Simple Box ([level]dydedad[/level]): [level]ginabec[/level].  Perhaps I missed the point?

adept (2007-09-20) [quote author=jnz link=topic=285.msg3208#msg3208 date=1190313306]
For Just a Simple Box ([level]dydedad[/level]): [level]ginabec[/level].  Perhaps I missed the point?
[/quote]

Well, I did say it was simple.

but this was not the finished puzzle I meant to post-- 

Try this one still should be easy for you
Corrected Simple Box [level]nyzebiz[/level]

Bucky (2007-09-20) Corrected Simple Box(nyzebiz):[level]baxyreb[/level].  I still have the impression I'm doing at least one thing here I'm not supposed to.

jnz (2007-09-21) For Corrected Simple Box ([level]nyzebiz[/level]): [level]kikysus[/level].  I guess this is something close to the intended method?

Shamil (2008-03-02) My solution for church:

[level]hobigym[/level]

immibis (2008-04-06) For Church: [level]sopigaz[/level]

geej66 levels

geej66 (2007-08-23) A Floor of Fours: [level]rebemah[/level]
A Floor of Fours 2: [level]cubobet[/level]

The Imposter: [level]nemodax[/level]
The Prisoners: [level]bigyrub[/level]

Just One Gate: [level]heribid[/level]
The Two Gates: [level]lozabur[/level]

Pick 15: [level]molixep[/level]
Pick 8: [level]sazezoh[/level]

The Zero Machine: [level]hesyxaz[/level]
Two Rolls of the Dice: [s][level]napahac[/level][/s]  [level]ryhurad[/level] (fixed!)

Shuffle mechanic puzzles:

3 Card Monte: [level]bahulan[/level]
Do the Shuffle: [level]bigisyd[/level]
Three Deck Shuffle: [level]nedebyl[/level]
Half and Half: [level]bahinih[/level]
Half and Half 2: [level]bubibag[/level]


Mixer mechanic puzzles:

Figure 8: [level]sabagys[/level]
Figure 8s: [level]cypypir[/level]
Figure 1234567: [level]xakixul[/level]
Mix and Match: [level]koxibil[/level]


Older puzzles:

[b]Tunnel of [glow=red,2,300][color=Orange]Fire[/color][/glow][/b]: [level]cokodan[/level]
[b]Get Me Some [size=15pt][color=Green]F[/color][/size]'s[/b]: [level]dipitib[/level]
Pick 7: [level]memuxur[/level]
The Labyrinth: [level]dikopyt[/level]

jnz (2007-08-23) For Tunnel of Fire ([level]cokodan[/level]): [level]sudonyg[/level].  Nice level.  Took some thinking to figure out how to solve it.

Rene (2007-08-25)
For [b]Tunnel of [color=Orange]Fire[/color][/b] ([level]cokodan[/level]): [level]pagigat[/level]

geej66 (2007-08-28) New puzzle:

[b]Get Me Some [size=15pt][color=Green]F[/color][/size]'s[/b]: [level]dipitib[/level]

adept (2007-08-28) Here are your[b] F's : [level]gokakuf[/level][/b]

[spoiler]I suppose if there were some truly unusual random numbers generated, (no f' generated for about 400 times) this would not work. I have an idea for a different type of solution, but no enough time to try to implement it.[/spoiler]

jnz (2007-08-28) For Get Me Some F's ([level]dipitib[/level]): [level]sosaguc[/level]

Rene (2007-08-28) For Get Me Some F's ([level]dipitib[/level]): [level]vinodac[/level]

[spoiler]It's based on the fact that only an F is bigger than all of its mulitples in modulo 16 arithmetic.[/spoiler]

jnz (2007-08-28) My linear sieve solution for Get Me Some F's was kinda boring, so here's a different solution that's more interesting to watch.
For Get Me Some F's ([level]dipitib[/level]): [level]hezyxyb[/level]

[spoiler]F is the only value such that x > 2x > 4x > 8x > 16x[/spoiler]

Rene: nice touch with the gate at the top to preprocess the stream

jwanders (2007-08-29) My solution seem to use a different strategy that the others so far:

Give me some F's ([level]dipitib[/level]): [level]vyzikig[/level]

[spoiler]I'm not sure what the math behind it is, but if you keep doubling random numbers modulo 16, you end up with 8.  Then, if you doubling random numbers modulo 16 keeping only those greater than 8, you get C; finally, keeping only numbers greater than C gives you an E to compare to the original random seem and select F's.[/spoiler]

TTTPPP (2007-08-30) jwanders - your solution went wrong the first time I watched it.  I don't know why, it was fine after that.  Here's a screen shot of it sending through an A instead of a C.

[img]http://img211.imageshack.us/img211/5411/somefskf3.th.gif[/img]
Full size image:[url]http://img211.imageshack.us/img211/5411/somefskf3.gif[/url]

jwanders (2007-08-30) [quote author=TTTPPP link=topic=286.msg3101#msg3101 date=1188459252]
jwanders - your solution went wrong the first time I watched it.  I don't know why, it was fine after that.  Here's a screen shot of it sending through an A instead of a C.
[/quote]
Hmm... I had that problem in my early attempts due to the "doublers" being feed too quickly, but slowed down the feed because of it... Don't know why that happened  ???

EDIT: Oh, I see... before an [8] reaches it's first comparator, there are three crates already waiting.  If of those crates two consecutive ones are >8, they'll be fed into the next doubler too quickly.

2nd EDIT: Fixed (with only two components, no less!) [level]kobizad[/level]

Shamil (2008-03-07) little late, but here is my solution for [b]Give Me Some F's[/b] : [level]gygulel[/level]

geej66 (2008-05-12) Here are some random levels I never posted for some reason or another.

Pick 7: [level]memuxur[/level]
The Labyrinth: [level]dikopyt[/level]

sly (2008-05-12) Interesting concept for a puzzle

for [level]dikopyt[/level] : [level]bozolen[/level]

Werbad (2008-05-12) For Pick 7 ([level]memuxur[/level]): [level]kaxityl[/level]

jnz (2008-05-12) For Pick 7 ([level]memuxur[/level]): [level]kehirig[/level]
For The Labyrinth ([level]dikopyt[/level]): [level]xifuxod[/level].  I used the same pattern as sly.

Rene (2008-05-19)
For Pick Seven ([level]memuxur[/level]): [level]begekah[/level]

immibis (2008-05-24) For Pick Seven ([level]memuxur[/level]): [level]cinyxod[/level]
For Labyrinth ([level]dikopyt[/level]):[level]bagaboh[/level]

TTTPPP (2008-06-10) For Labyrinth ([level]dikopyt[/level]): [level]dudavyv[/level]

I made a solution, and then incorporated the solution everyone else used with a ? barrel at the start.

geej66 (2009-09-17) It's been a while, but here are some new easy levels all based on the same mechanic.

Figure 8: [level]sabagys[/level]
Figure 8s: [level]cypypir[/level]
Figure 1234567: [level]xakixul[/level]
Mix and Match: [level]koxibil[/level]

colcolpicle (2009-09-18) I felt like solving give me some f so I did [level]lenygen[/level]

Rene (2009-09-18)
For Figure 8 ([level]sabagys[/level]): [level]tekebez[/level]
For Figure 8s ([level]cypypir[/level]): [level]bofezax[/level] - it can take a while, but it always comes up with the right answer

Funny little puzzles

Werbad (2009-09-18) For Figure 8 ([level]sabagys[/level]): [level]tyrenug[/level]
For Figure 8s ([level]cypypir[/level]): [level]vovolud[/level]
For Mix and Match ([level]koxibil[/level]): [level]myfitok[/level]

Edit:
For Figure 1234567 ([level]xakixul[/level]): [level]jozycat[/level] 

geej66 (2009-09-19) Nice job with [level]jozycat[/level] Werbad, that's more or less exactly how I intended it to be solved, but it does fail occasionally - I'm guessing one out of every four or so times. 

I believe the problem is [spoiler]there are two possible ways the crate can be introduced into the cycle and your solution only accounts for one[/spoiler].  These levels move so fast sometimes I cannot tell what's going on, so I may be mistaken.

Rene (2009-09-19) For Figure 1234567 ([level]xakixul[/level]): [level]tudyrib[/level]
For Mix and Match ([level]koxibil[/level]): [level]xapekec[/level]

geej66 (2009-09-19) Here's a few more.

3 Card Monte: [level]bahulan[/level]
Do the Shuffle: [level]bigisyd[/level]
Three Deck Shuffle: [level]nedebyl[/level]

Rene (2009-09-19) Nice to see some easy puzzles again

For 3 card Monte ([level]bahulan[/level]): [level]vynikig[/level]
For Do the Shuffle ([level]bigisyd[/level]): [level]zesopid[/level]
For Three Deck Shuffle ([level]nedebyl[/level]): [level]popanah[/level]

colcolpicle (2009-09-20) did the shuffle [level]telizor[/level]

Rene (2009-09-20)
I decided to make a faster solution for Figure 8s ([level]cypypir[/level]): [level]dovydir[/level]

geej66 (2009-09-20) Well since people seem to be solving most of the puzzles, I'll keep posting.

More shuffling puzzles:

Half and Half: [level]bahinih[/level]
Half and Half 2: [level]bubibag[/level]

Rene (2009-09-21) For Half and Half ([level]bahinih[/level]): [level]gohexav[/level]

I liked this one very much. It is one of those puzzles that you think: "how the hack am I going to solve this?", when you first see it. But then the solution is quite straight forward.

And for Half and Half 2 ([level]bubibag[/level]): [level]kotezaf[/level]

There is a minute chance for it to fail when one of the numbers has not been generated yet by the time the machinery starts

geej66 (2009-09-22) Well done Rene.  For Half and Half 2 I couldn't figure out a way to easily signify that all the crates had been put into action, so I ended up making them come out relatively quickly after the first one goes as a compromise.

geej66 (2009-09-23) I haven't troubleshooted this puzzle yet so there's probably a really easy way to do it. 

The Amazing Race: [level]demyzif[/level]

Werbad (2009-09-23) For The Amazing Race ([level]demyzif[/level]): [level]barobal[/level]
Easier solution: [level]gozital[/level]

geej66 (2009-09-23) Okay, let's see if this is more like what I wanted:

Amazing Race 2: [level]bonykeg[/level]

Werbad (2009-09-23) For Amazing Race 2 ([level]bonykeg[/level]): [level]xugypok[/level]

Rene (2009-09-23)
For Amazing Race 2 ([level]bonykeg[/level]): [level]jucigot[/level]

geej66 (2009-09-29) The Zero Machine: [level]hesyxaz[/level]

Two Rolls of the Dice: [s][level]napahac[/level][/s]  [level]ryhurad[/level] (fixed!)

Werbad (2009-09-29) For The Zero Machine ([level]hesyxaz[/level]): [level]sysorat[/level]

Rene (2009-09-29)
For The Zero Machine ([level]hesyxaz[/level]): [level]vynesuk[/level]

Werbad (2009-09-30) For Two Rolls of the Dice ([level]napahac[/level]): [level]sipemim[/level]
I had to add a right conveyor in the upper right section with the unpacker though, it was impossible to use it otherwise...

geej66 (2009-10-01) Argh.  That error showed up in editing.  I'll fix it.

Rene (2009-10-01) For Two Rolls of the Dice ([level]ryhurad[/level]): [level]pydoxel[/level]

Nice puzzle. The top half was really tough...

Interesting solution, Werbad!

geej66 (2009-10-01) Pick 15: [level]molixep[/level]
Pick 8: [level]sazezoh[/level]

Rene (2009-10-01) For Pick 15 ([level]molixep[/level]): [level]ticacah[/level]
For Pick 8 ([level]sazezoh[/level]): [level]jebagef[/level]

Great puzzles, keep them coming  8) !

geej66 (2009-10-03) The Two Gates: [s][level]cukyxor[/level][/s] [level]lozabur[/level]  (I think the look is more appropriate)

Just One Gate: [level]heribid[/level]

jnz (2009-10-04) For Themed Two Gates ([level]lozabur[/level]): [level]fygaxov[/level]
For Just One Gate ([level]heribid[/level]): [level]pyzibog[/level]

Werbad (2009-10-04) For Themed Two Gates ([level]lozabur[/level]): [level]vadumar[/level] (I see jnz used the same idea.)

Rene (2009-10-04) For Themed Two Gates ([level]lozabur[/level]): [level]zymysis[/level]
For Just One Gate ([level]heribid[/level]): [level]digeseg[/level] - a lot more complex as jnz's solution  >:(

geej66 (2009-10-07) The Imposter: [level]nemodax[/level]
The Prisoners: [level]bigyrub[/level]

jf (2009-10-09) These are good, interesting puzzles.

For Themed Two Gates ([level]lozabur[/level]): [level]gosucyh[/level]

For Just One Gate ([level]heribid[/level]): [level]macageb[/level]

geej66 (2009-10-10) Thanks for all the positive feedback (although I envisioned the gate levels to be solved in a completely different fashion).

Here are some more levels:
A Floor of Fours: [level]rebemah[/level]
A Floor of Fours 2: [level]cubobet[/level]

jf (2009-10-10) For a Floor of Fours ([level]rebemah[/level]): [level]nelebez[/level]

For the Amazing Race ([level]demyzif[/level]): [level]pykised[/level] -- although I really like Werbad's [level]gozital[/level]  :)

Werbad (2009-10-10) For A Floor of Fours 2 ([level]cubobet[/level]): [level]gerarak[/level]

Rene (2009-10-10) For A Floor of Fours ([level]rebemah[/level]): [level]rufatux[/level]
For A Floor of Fours 2 ([level]cubobet[/level]): [level]bicacoh[/level]

Werbad (2009-10-11) For The Prisoners ([level]bigyrub[/level]): [level]jomofip[/level]
Should work for The Imposter too with minor changes.

Rene (2009-10-11) [quote author=Werbad link=topic=286.msg4438#msg4438 date=1255277396]
For The Prisoners ([level]bigyrub[/level]): [level]jomofip[/level]
Should work for The Imposter too with minor changes.
[/quote]

I noticed that I did not do this one yet. Here it is:

For The Prisoners ([level]bigyrub[/level]): [level]muxobyg[/level]

Finite State Machine

Bucky (2007-08-24) [level]nufyxer[/level]

Due to space restrictions, we can use a maximum of 4 states; however, one can easily extend the input to be base-n (n<17).  Output occurs at the lower-left corner.  Unfortunately, I didn't have the space to implement it.

sly (2007-08-24) I fixed it to supply an output: [level]xucumig[/level]

I like what it does. It's also got that coolish sleek look to it. Good Job! :)

Bucky (2007-08-26) Here's an improved version:[level]kagupun[/level]  The important part runs faster and is more compact; there's now room for a fifth and possibly sixth state.  Also, the current state and state table are highlighted in crates.

Value Detector

Rene (2007-08-25)
Here is a compact value detector. It determines which of the possible 16 values are present in the input stream. It outputs the first occurance of each value, ignoring any duplicates.
This can be useful for puzzles where you need to know which values are used in the input, or which value is missing.

Value Detector: [level]doxitic[/level]

jwanders' levels

jwanders (2007-08-26) Still relative new to the game, but here are some levels I've put together

[table]
[tr][td]Elevate[/td]
    [td][level]gyrupyc[/level][/td][/tr]
[tr][td]Mountain Climber[/td]
    [td][level]sodypoh[/level][/td][/tr]
[tr][td]Loops[/td]
    [td][level]guxideg[/level][/td][/tr]
[tr][td]Combination Lock[/td]
    [td][level]fugifar[/level][/td][/tr]
[tr][td]Pods[/td]
    [td][level]suzyrub[/level][/td][/tr]
[tr][td]Follow the Queen[/td]
    [td][level]lylycyc[/level][/td][/tr]
[/table]

[b]Batch 2[/b]
[table]
[tr][td]Level 001[/td][td][level]gudahag[/level][/td][/tr]
[tr][td]ChainLink[/td][td][level]xexovup[/level][/td][/tr]
[tr][td]Chasm[/td][td][level]dusaxex[/level][/td][/tr]
[tr][td]The Matrix[/td][td][level]vudehyg[/level][/td][/tr]
[tr][td]Dilemmas[/td][td][level]saxicul[/level][/td][/tr]
[/table]

jnz (2007-08-27) Some nice levels here, increasing in difficulty as you go.

[table]
[tr][td]For Elevate ([level]gyrupyc[/level])[/td] [td][level]dyrygig[/level][/td][/tr]
[tr][td]For Mountain Climber ([level]sodypoh[/level])[/td] [td][level]gupygar[/level][/td][/tr]
[tr][td]For Loops ([level]guxideg[/level])[/td] [td][level]remenod[/level][/td][/tr]
[tr][td]For Combination Lock ([level]fugifar[/level])[/td] [td][level]manyruc[/level][/td][/tr]
[tr][td]For Pods ([level]suzyrub[/level])[/td] [td][s]I think I'll let somebody else tackle this one  :)[/s] Edit: [level]halelot[/level][/td][/tr]
[tr][td]For Follow the Queen ([level]lylycyc[/level])[/td] [td][level]famasip[/level][/td][/tr]
[/table]

Rene (2007-08-28)
My solutions:

Elevate ([level]gyrupyc[/level]): [level]calomaz[/level]
Mountain Climber ([level]sodypoh[/level]): [level]sidogic[/level]
Loops ([level]guxideg[/level]): [level]susufoz[/level]
Combination Lock ([level]fugifar[/level]): [level]kahipyb[/level]
Pods ([level]suzyrub[/level]): so solution yet
Follow the Queen ([level]lylycyc[/level]): [level]cydabeg[/level]

adept (2007-08-29) Solutions for:
    Elevate: [level]ryzeguc[/level]
    Mountain Climber: [level]kenityd[/level]
    Loops: [level]gisogav[/level]
    Combination lock: [level]subisoz[/level]
    Follow the Queen: [level]lylycyc[/level]

I'll follow the trend and try pods later.
JNZ- I really like you solution to Follow the Queen. [spoiler]Timing those keys must have been tricky[/spoiler]
And of course I made my lock picking device much more complex then both of solutions by JNZ and Rene

jnz (2007-08-29) [quote author=adept link=topic=289.msg3097#msg3097 date=1188409528]
    Follow the Queen: [level]lylycyc[/level]
[/quote]

You've accidentally put the link to the puzzle instead of the solution.  And since you have not saved it in the warehouse I can't look it up using the warehouse search tool.


[quote author=adept link=topic=289.msg3097#msg3097 date=1188409528]
JNZ- I really like you solution to Follow the Queen. [spoiler]Timing those keys must have been tricky[/spoiler]
[/quote]

Thanks.  I'm quite proud of that solution myself.  [spoiler]Getting the timing right was not as bad as it may seem.  Door keys open at the rate of 1 every 2 ticks when going right to left but they open infinitely fast going left to right.  Which is why I have them go through the pipes and then back again.  The bottom row is the effective one.  And since there is a space between each up pipe, I've got 1 tick worth of slack to work with (the gates can open at either tick X or tick X+1 and the crates will still go to the same place).  I first had a solution that worked without the looping back of the door keys and the timing on that was a bit trickier, with 4 ticks between each solution instead of 2.[/spoiler]

TTTPPP (2007-08-30) Some solutions:
Elevate ([level]gyrupyc[/level]): [level]gelegom[/level]
Mountain Climber ([level]sodypoh[/level]): [level]lezyrut[/level]
Combination Lock ([level]fugifar[/level]): [level]nunorab[/level]
Follow the Queen ([level]lylycyc[/level]): [level]rufogah[/level]

I did Loops too, but I can't find the save code at the moment.  Can't do Pods yet.

Bucky (2007-08-31) Tried 'em all.  Haven't solved the last one yet.  Didn't come up with anything special except for Loops.  I have an "elegant" solution([level]raradum[/level]) and a "fast" solution([level]gofogak[/level])

jwanders (2007-09-02) New Batch

[table]
[tr][td]Level001[/td][td][level]gudahag[/level][/td][/tr]
[tr][td]ChainLink[/td][td][level]xexovup[/level][/td][/tr]
[tr][td]Chasm[/td][td][level]dusaxex[/level][/td][/tr]
[tr][td]The Matrix[/td][td][level]vudehyg[/level][/td][/tr]
[tr][td]Dilemmas[/td][td][level]saxicul[/level][/td][/tr]
[/table]

Known solution spoiler: [spoiler]I've only solved "The Matrix", though I expect the others are all possible.[/spoiler]

Rene (2007-09-02) For the new batch:

Level001 ([level]gudahag[/level]): [level]dybevep[/level]
ChainLink ([level]xexovup[/level]): [level]lygubaz[/level]
Chasm ([level]dusaxex[/level]): [level]gebidop[/level]
The Matrix ([level]vudehyg[/level]): [level]budupit[/level]

Dilemmas ([level]saxicul[/level]) is not possible if any but the leftmost crate turns out to be '0'. Instead of preventing 'F's from occuring, you'd better stop '0's.

jnz (2007-09-02) [table]
[tr][td]For Level001 ([level]gudahag[/level])[/td] [td][level]binibyz[/level][/td][/tr]
[tr][td]For ChainLink ([level]xexovup[/level])[/td] [td][level]sagogub[/level][/td][/tr]
[tr][td]For Chasm ([level]dusaxex[/level])[/td] [td][level]gopatav[/level][/td][/tr]
[tr][td]For The Matrix ([level]vudehyg[/level])[/td] [td][level]vihabup[/level] [spoiler]Due to each input being used an even number of times (6), the solution is not unique.  I used 85C, but 0D4 works as well.[/spoiler][/td][/tr]
[/table]

adept (2007-09-04) [quote author=jnz link=topic=289.msg3098#msg3098 date=1188416013]

You've accidentally put the link to the puzzle instead of the solution.  And since you have not saved it in the warehouse I can't look it up using the warehouse search tool.

[/quote]

I guess that one is lost forever.  It was on a stickie note somewhere. I didn't save them as they are not that unique. It worked basically the same as rene's- but mine used twice as many parts as usual.

Here are some of mine for the next few

Level 001 :[level]zibatab[/level]
chain link: [level]mibirev[/level]
chasm :[level]bydamih[/level]
Matrix :[level]xohegef[/level]

I'll check these before I throw out the stickies  :)

immibis (2008-04-04) For Elevate (gyrupyc): [level]kimyvec[/level]
For Mountain Climbing (sodypoh): [level]munakin[/level]
For Loops (guxideg): [level]kebivuh[/level]

For Level 001 (gudahag): [level]tehibab[/level]
For Chainlink (xexovup): [level]civopat[/level]

I didn't get time to finish all of them.

immibis (2008-04-05) For Chasm: [level]gihixiz[/level]
For The Matrix: [level]boporuz[/level]. I actually wrote a shell script to calculate the correct crates for this one. The magic combination is [spoiler]0D4[/spoiler]
For Combination Lock: [level]mugecyt[/level]

rubicon processer 3

zantrua (2007-08-26) [level]bipavug[/level]
Hope you like it.  I think it is Turing complete, because I think it classifys as a bounded storage machine with interactive input, but I'm not sure...
Here is how it works

1 add current cell to the end of the code queue.  might be a while before it runs...
2 output current cell
3 take a box of input, set current cell
4 rotate cell loop counter clockwise, putting current cell on loop
5 add 1 to current cell
6 subtract 1 from current cell

anka (2009-04-14) There is a bug in the machine. If you put in the code "5452" the output will be 2 instead of one. It is because the memory for "count up/count down" is not updated correctly.
I changed it so it should work correctly: [level]kogirob[/level]

PS.
I do not think it is Turing-complete. It is for example impossible to write an infinite loop (that does more then add a 1-barrel to the code-que).
[spoiler]Because to copy [b]one[/b] operation to the code que, you need at least two operations (unless it is the same as the last one)[/spoiler]

Possible?

jwanders (2007-08-31) Can anyone come up with a solution to this: [level]gegynal[/level]?  I suspect it's impossible.

TTTPPP (2007-08-31) Lemma 1 ([level]gegynal[/level]): [level]vyvoric[/level]

sly (2007-08-31) That was actually kinda easy.

for [level]gegynal[/level] : [level]dorolut[/level]

jf (2007-08-31) For Lemma 1 ([level]gegynal[/level]): [level]noduvyd[/level]

jnz (2007-08-31) For Lemma 1 ([level]gegynal[/level]): [level]jutodyv[/level]

Small 'n difficult

sly (2007-08-31) I was inspired by Jwanders "Possible?" level.

Design challenge:

Try and make the hardest yet smallest level you can, but you have to make sure it's solvable.

Here's mine: [level]xuxazeg[/level]

jf (2007-08-31) Interesting challenge.

For Smallness: [level]beresel[/level]

jnz (2007-08-31) My Smallness solution was the same as jf's, which is not that surprising considering the puzzle.  :)

For the design challenge, I have Negative Image: [level]ropunab[/level], but I'm not sure how hard it will be.

Bucky (2007-08-31) As far as small and difficult goes, I think [level]golyzoc[/level] takes it.  It's similar enough to an existing puzzle that I'm sure it's solvable.

Negative image:[level]bulyzus[/level]

jnz (2007-08-31) [quote author=Bucky link=topic=292.msg3117#msg3117 date=1188584428]
As far as small and difficult goes, I think [level]golyzoc[/level] takes it.  It's similar enough to an existing puzzle that I'm sure it's solvable.
[/quote]

Ouch.  The original Timberline was hard enough without this added complication.  It looks solvable but my original solution doesn't have enough space to make it easily adaptable.  Rene's requires a conveyor where you've placed a crate and that might be hard to work around.  Only jf's original solution looks like it might not take a lot of work to adapt.

[quote author=Bucky link=topic=292.msg3117#msg3117 date=1188584428]
Negative image:[level]bulyzus[/level]
[/quote]

That's nice but not what I was going for.  :)  I tried to lock the minimum amount of space to keep it interesting but I guess I didn't get quite enough.  Try this one:
Negative Image 2: [level]gugypis[/level]

jf (2007-09-01) For Negative Image 2 [level]gugypis[/level]: [level]lakasot[/level].

These small puzzles are difficult, but the limited options make them somehow more manageable that a tough puzzle which spreads out across the entire playing field.

jnz (2007-09-01) Shall we try with one more locked space?
Negative Image 3: [level]mubabuk[/level]

And a new one which will perhaps make you regret that "manageable" comment.  I would consider this one quite unfair.
Pseudo-Random: [level]gyxarif[/level]

sly (2007-09-01) for [level]mubabuk[/level] : [level]baxivyc[/level]

sly (2007-09-01) Pseudo-Random is hard! I was determined to beat it cause I just HAD to name the solution Psuedo-Wudo. :)

Speaking of Determination, here's my next small n' hard puzzle: [level]tetopin[/level]
I takes a little thought but in my own opinion it's rather easy. The device at the bottom prevents an F from occuring.

jnz (2007-09-01) For determination ([level]tetopin[/level]): [level]nymusyl[/level]
I'm going to lock yet another space for Negative Image 4: [level]vidoxus[/level].  Nobody has found my original solution yet.  I'll just keep reducing the possibilities until there is only one unique solution left.  :)

Bucky (2007-09-01) I'd love to come up with something new for Negative image 4, but I'm frozen at the moment.  As nice as it would be to see the puzzle broken again, I'm afraid the best I can do is zigutyp, which is way too close to the original for my liking.

Here are eight more tiny brainteasers: [level]geritut[/level] (#7 is [level]analogy[/level] with less available space.)


jnz (2007-09-02) [quote author=Bucky link=topic=292.msg3127#msg3127 date=1188684928]
I'd love to come up with something new for Negative image 4, but I'm frozen at the moment.  As nice as it would be to see the puzzle broken again, I'm afraid the best I can do is zigutyp, which is way too close to the original for my liking.
[/quote]

And what's wrong with that, exactly?

For Eight brainteasers ([level]geritut[/level]): [level]cizalyg[/level].  I'd like to see what you intended for the "1" puzzle.

Pseudo-Random 0: [level]vatedar[/level].  Should be slightly easier than the first one (I have some hope that somebody might actually solve this one) so I'm numbering it 0.

TTTPPP (2007-09-02) A solution to Negative Image 1 and 4 is [level]vececuf[/level].  I haven't actually checked 2 and 3 to see if it works with those too.

Rene (2007-09-02) How about this for Negative Image 4 ([level]vidoxus[/level]): [level]defadiz[/level]

EDIT: same as Bucky's and TTTPPP's

jnz (2007-09-02) Finally it seems I've found a sufficient number of locked spaces for Negative Image.  Good job everyone!  I'll have to come up with actual new ideas now.  ;)

Edit: Key: [level]bulolyz[/level]

jf (2007-09-04) For Negative Image 4, I saved with an extra piece: [level]danarof[/level].

Key was tough [spoiler]until I let go of my partial solution and started over -- unlocked spaces could be a red herring[/spoiler] -- my solution: [level]nulalal[/level]

sly (2007-09-05) Key hurt my brainz!

[level]xicaful[/level]

jnz (2007-09-06) Nice solutions for Key everyone.  Here's my original solution that proved to me it was solvable: [level]mubolok[/level].

I've since come up with a tighter solution so here's Key 2: [level]vufogix[/level]

jf (2007-09-06) For Key 2: [level]gyvyhad[/level]. Good puzzle.

jnz (2007-09-06) Key 3: [level]pysomyz[/level]

Bucky (2007-09-06) Key 3: [level]sehulus[/level]. easy enough.

adept (2007-09-06) Key 3 [level]sahomyp[/level]  Maybe not that easy to people not named Bucky

jf (2007-09-07) For Key 3 ([level]pysomyz[/level]): [level]nugolis[/level]. Good puzzle -- it really gets down to subtleties with these tiny puzzles.

jnz (2007-09-07) Reverse Shuffle: [level]zatodos[/level]

Since nobody has solved Pseudo-Random 0 ([level]vatedar[/level]), I'll supply a hint: [spoiler]It can be solved using only girders[/spoiler]

Rene (2007-09-07) For Key 3 ([level]pysomyz[/level]): [level]xicited[/level] - Nice little one

I am surprised there are so many different solutions for this one

For Reverse Shuffle ([level]zatodos[/level]): [level]gyfidab[/level]

That was an easy one - I guess there is a follow-up?


Rene (2007-09-07) [quote author=jnz link=topic=292.msg3156#msg3156 date=1189181066]

Since nobody has solved Pseudo-Random 0 ([level]vatedar[/level]), I'll supply a hint: [spoiler]It can be solved using only girders[/spoiler]

[/quote]

I have a solution that solves all but the left-most crate. [spoiler]That solution uses more than only girders: [level]serabyt[/level], and I used a Java program to calculate what sequence of crates it should produce. Are you 100% sure that it can be solved with only girders?[/spoiler]

jnz (2007-09-07) [quote author=Rene link=topic=292.msg3158#msg3158 date=1189183373]
For Reverse Shuffle ([level]zatodos[/level]): [level]gyfidab[/level]

That was an easy one - I guess there is a follow-up?
[/quote]

Sure, why not?  Reverse Shuffle 2: [level]bugusys[/level]

[quote author=Rene link=topic=292.msg3159#msg3159 date=1189185979]
Are you 100% sure [spoiler]that it can be solved with only girders[/spoiler]?
[/quote]

Just checked again and my original solution still works.  ;)  I'll provide another hint if needed but not quite yet.

Rene (2007-09-08) [quote author=jnz link=topic=292.msg3161#msg3161 date=1189195202]

Just checked again and my original solution still works.  ;)  I'll provide another hint if needed but not quite yet.

[/quote]

No need... here is the solution:

For Pseudo Random-0 ([level]vatedar[/level]): [level]degohan[/level]

[spoiler]I solved it with another Java program. My original program was fooled by the gap between the 2 and the 9[/spoiler]

sly (2007-09-08) for reverse shuffle 2: [level]vokaleg[/level]

jnz (2007-09-09) [quote author=Rene link=topic=292.msg3166#msg3166 date=1189252965]
For Pseudo Random-0 ([level]vatedar[/level]): [level]degohan[/level]

[spoiler]I solved it with another Java program. My original program was fooled by the gap between the 2 and the 9[/spoiler]
[/quote]

I thought that might be the case.  I put that in specifically to frustrate simulation.  I guess it worked.  :)
I should also mention that I'm impressed with your almost-solution posted earlier.  I was hoping somebody would come up with a solution other than my original even though I thought it unlikely that one existed.  Five out of six is very nice indeed.

jnz (2007-09-10) Up and Down: [level]codyrab[/level]
Up and Down 2: [level]vonotob[/level]

adept (2007-09-13) Up and Down 2 Done- [level]nolucic[/level]

I'm still very perplexed about the first up and down.

Rene (2007-09-13) For Up and Down ([level]codyrab[/level]): [level]jaluhug[/level]
For Up and Down 2 ([level]vonotob[/level]): [level]bysuvub[/level]

jnz (2007-09-14) I expected that Up and Down 1 would effectively have only one solution.  I left Up and Down 2 a little more open-ended with the gaps on the sides.  Nice to see the different approaches there.  Lets see how you do when you have 4 less spaces to work with.

Up and Down 2b: [level]karituv[/level]

sly (2007-09-15) Dang I've been trying at those Up and Downs for a while, they are good and REALLY hard. Haven't been able to solve one yet tho.

I got one now:

Efficient: [level]rivybur[/level]

TTTPPP (2007-09-17) For Efficient ([level]rivybur[/level]): [level]pegemut[/level]

krisper (2007-09-17) First time I have posted, and would like to say awesome game... and great community. =)

Solved Efficient:[level]podozog[/level] and wanted everyone to know. =P



Just realized my does not work if the "?" crate is an "F"...

krisper (2007-09-17) [quote author=TTTPPP link=topic=292.msg3195#msg3195 date=1190027701]
For Efficient ([level]rivybur[/level]): [level]pegemut[/level]
[/quote]

wow Very nice and literally "Efficient" unlike my piece of junk haha =P

Rene (2007-09-17)
For Efficient ([level]rivybur[/level]): [level]folazed[/level]

And krisper, welcome to the forum ! It's always good to see some new people. Don't worry about the quality of your solutions. The more solutions you do, the more you get the hang of it.
These Small 'n Difficult puzzles can be real brain-wreckers sometimes, so it's an achievement to find a solution at all !

Rene (2008-09-27) Here is another puzzle in the Small 'n Difficult style:

Triplet: [s][level]cydukep[/level][/s] [level]komurux[/level]

Werbad (2008-09-27) For Triplet [level]cydukep[/level]: [level]jafopex[/level]
Was this the intended solution? [spoiler]Using the packer/target behavior[/spoiler]

Rene (2008-09-27)
No.... that was not quite the idea  :-[

Here is a fix: [level]komurux[/level]

Werbad (2008-09-27) For Tripled Fixed ([level]komurux[/level]): [level]ridodat[/level]

Rene (2008-09-27) [quote author=Werbad link=topic=292.msg4005#msg4005 date=1222517286]
For Tripled Fixed ([level]komurux[/level]): [level]ridodat[/level]
[/quote]
Well done, that was fast! Exactly the solution I had in mind.

Werbad (2008-09-28) 6 Ticks: [level]xugumux[/level]

Bucky (2008-10-01) Triplet Fixed([level]komurux[/level]):[level]mefyhal[/level].  Somehow, I don't think this was the intended solution.

ais523 (2009-07-06) [quote author=Bucky link=topic=292.msg3127#msg3127 date=1188684928]
Here are eight more tiny brainteasers: [level]geritut[/level] (#7 is [level]analogy[/level] with less available space.)
[/quote]

My solution: [level]hekybob[/level]

immibis (2009-07-06) for eight brainteasers: [level]gahomob[/level]

Fast solutions to the original levels

Bucky (2007-10-25) If you have not yet solved the base levels, do not look at these spoilers!

(new physics)
Level 1:[level]xaromux[/level](6 ticks)
Level 2:[level]fyhuxyb[/level] (easy 19 ticks)
Level 3:[level]luhexyg[/level] (4 ticks)
Level 4:[level]lekubip[/level] (6 ticks)
Level 5:[level]kugykub[/level] (17 ticks)
Level 6:[level]bosysid[/level] (28 ticks)  (solution by jnz)
Level 7:[level]cinasov[/level] (10 ticks)  (solution by jnz)
Level 8:[level]dudecyk[/level] (11 ticks)
Level 9:[level]bazisol[/level] (22 ticks)
Level 10:[level]salusan[/level] (56 ticks)
Level 11:[level]tidokis[/level] (12 ticks)
Level 12:[level]myhyvag[/level] (10 ticks)

Edit:Level 7's [level]lesyzud[/level] (13 ticks) replaced by [level]cinasov[/level] (10 ticks)
Edit (10/28/07):Level 6's [level]jaseped[/level] (29 ticks) replaced by [level]bosysid[/level] (28 ticks); credit to jnz
                      Level 7's [level]cinasov[/level] (10 ticks) replaced by [level]fimynyr[/level] (9 ticks); credit to jnz

jnz (2007-10-28) For Level 6 ([level]acolyte[/level]): [level]bosysid[/level] (28 ticks)
For Level 7 ([level]analogy[/level]): [level]fimynyr[/level] (9 ticks)
Edited to add:
For Level 9 ([level]acetate[/level]):  [level]myrodim[/level] (21 ticks)
[s]For Level 10 ([level]oregano[/level]): [level]dovysef[/level] (27 ticks)[/s]
Edit:
[s]For Level 8 ([level]ocarina[/level]): [level]cydaseg[/level] (8 ticks)[/s]
For Level 10 ([level]oregano[/level]): [level]kigixur[/level] (26 ticks) (improved over the above by 1 tick)
For Level 11 ([level]ukelele[/level]): [level]cixubyc[/level] (10 ticks)
Edit:
For Level 8 ([level]ocarina[/level]): [level]rebylad[/level] (6 ticks) (improved by 2 ticks)

TTTPPP (2007-10-30) jnz's level 10 is one tick faster in old physics mode.

Timbo (2007-11-01) For Level 7 ([level]analogy[/level]): [level]nyhelup[/level] (6 ticks)
Edit:
For Level 9([level]acetate[/level]): [level]taduvid[/level] (19 ticks)
For Level 11([level]ukelele[/level]): [level]kybygaz[/level] (10 ticks)
For Level 12([level]awesome[/level]): [level]zamerof[/level] (8 ticks)
Edit 2:
For Level 10 ([level]oregano[/level]): [level]xixehon[/level] (24 ticks)

Processing Plant

Skull Face72 (2007-11-11) [level]beboneb[/level]

Just something I made.The roof part is just for decoration. ;D
I'm testing out my creativity.Expect more from me!

Flying Dozers

Skull Face72 (2007-11-11) I was experimenting with flying dozers.
[level]zatigem[/level]

Crate Sorter

Skull Face72 (2007-11-11) Here's a challenge:
Create a simple sorter using whatever you need.
I made an example:
[level]bybopiv[/level]

This was inspired by jboymicro's bargrapher.

EDIT:
Sorts letters now too.
[level]tadogyg[/level]

Gameman (2007-11-11) his name is jboymicro.

Bucky (2007-11-11) That's one of the oldest devices in the warehouse; see [level]lutozon[/level].

There are other types of sorting devices, but you shouldn't refer to them until you've beaten the base levels because they use advanced techniques.

How do I solve Lvl 9?

Skull Face72 (2007-11-11) I need help!
How do I solve Level 9?
When I try using a packer it turns my crate into a barrel,which doesn't help!

Bucky (2007-11-11) Think about it some more.  Solving all the base levels (without spoilers) is a rite of passage because each level makes you come up with a new technique to solve it.

Skull Face72 (2007-11-13) Good point.I'll do that.

Loading User-Made levels

Skull Face72 (2007-11-15) Almost all of the time, Whenever I try to load somebody's level, I get this at the top left of the screen:
http://img340.imageshack.us/my.php?image=symbolkn7.png
Sometimes, It goes away and the level appears, but that's getting less and less common.
Is this supposed to happen?

jnz (2007-11-15) That's the logo for [url=http://www.processing.org]Processing[/url] which is the framework upon which Rubicon is built.  It gets displayed while your browser is loading the Java applet.  If it doesn't go away that means that the Java applet never finished loading (or maybe it crashed before it got to draw anything).  Check to make sure you have the latest version of Java: [url]http://www.java.com/en/download/installed.jsp[/url]

Skull Face72 (2007-11-22) Thanks  ;D

Gaeel's machine

Gaeel (2007-11-26) Just a quick puzzle to see how you guys figure it out.

You'll notice the machine churns out a line of barrels on the right corresponding to the sequence of crates you need to input at the top.
The crates given to you are random.

Let me know what you think along with your solutions.

[level]koxybed[/level]

Bucky (2007-11-27) The puzzle is not solvable if the crates given to you are all 0, or most of the time when they're all even, or...

jnz (2007-11-27) Bucky is correct in that it is not solvable every time, but you can get close.  This one works about 98.4% of the time.
For Conway's machine ([level]koxybed[/level]): [level]ficovoh[/level]
Can anyone hit 99%?

Gaeel (2007-11-27) I suppose the puzzle should be fixed by putting a 1 in the supply crates by default, and leave the others at random...

jnz's Puzzles

jnz (2008-02-01) I came up with a new puzzle so I thought I'd start my own thread.  I'll start with the ones I posted over in the [url=http://kevan.org/rubicon/forums/index.php/topic,292.0.html]Small 'n difficult[/url] thread with the new ones at the bottom.  I'll also reveal my long-awaited solution for Pseudo-Random so everyone can see why I classified it as unfair.

[table]
[tr][td][center][b]Name[/b][/center][/td][td][center][b]Level[/b][/center][/td][td][center][b]Solutions[/b][/center][/td][/tr]
[tr][td]Negative Image[/td] [td][level]ropunab[/level][/td] [td][level]bulyzus[/level] by Bucky[/td][/tr]
[tr][td]Negative Image 2[/td] [td][level]gugypis[/level][/td] [td][level]lakasot[/level] by jf[/td][/tr]
[tr][td]Negative Image 3[/td] [td][level]mubabuk[/level][/td] [td][level]baxivyc[/level] by sly[/td][/tr]
[tr][td]Negative Image 4[/td] [td][level]vidoxus[/level][/td] [td][level]zigutyp[/level] by Bucky
[level]vececuf[/level] by TTTPPP
[level]defadiz[/level] by Rene
[level]danarof[/level] by jf
[/td][/tr]

[tr][td]Pseudo-Random 0[/td] [td][level]vatedar[/level][/td] [td][level]serabyt[/level] by Rene (5 out of 6)
[level]degohan[/level] by Rene
[/td][/tr]
[tr][td]Pseudo-Random[/td] [td][level]gyxarif[/level][/td] [td][level]dybihom[/level] by me[/td][/tr]

[tr][td]Key[/td] [td][level]bulolyz[/level][/td] [td][level]nulalal[/level] by jf
[level]xicaful[/level] by sly
[level]mubolok[/level] by me
[/td][/tr]
[tr][td]Key 2[/td] [td][level]vufogix[/level][/td] [td][level]gyvyhad[/level] by jf[/td][/tr]
[tr][td]Key 3[/td] [td][level]pysomyz[/level][/td] [td][level]sehulus[/level] by Bucky
[level]sahomyp[/level] by adept
[level]nugolis[/level] by jf
[level]xicited[/level] by Rene
[/td][/tr]

[tr][td]Reverse Shuffle[/td] [td][level]zatodos[/level][/td] [td][level]gyfidab[/level] by Rene[/td][/tr]
[tr][td]Reverse Shuffle 2[/td] [td][level]bugusys[/level][/td] [td][level]vokaleg[/level] by sly[/td][/tr]

[tr][td]Up and Down[/td] [td][level]codyrab[/level][/td] [td][level]jaluhug[/level] by Rene[/td][/tr]
[tr][td]Up and Down 2[/td] [td][level]vonotob[/level][/td] [td][level]nolucic[/level] by adept
[level]bysuvub[/level] by Rene
[/td][/tr]
[tr][td]Up and Down 2b[/td] [td][level]karituv[/level][/td] [td][level]damugyb[/level] by jf
[level]jeriduh[/level] by me[/td][/tr]
[tr][td][b]And now the new ones.[/b] 
From here on I'm just going to post my own solutions
since the others are available in this thread[/td][/tr]
[tr][td]Pinhole Camera[/td] [td][level]hymipyb[/level][/td] [td][level]cetudyd[/level][/td][/tr]
[tr][td]Pinhole Camera 2[/td] [td][level]defuned[/level][/td] [td][level]zimybax[/level][/td][/tr]
[tr][td]Triangular Numbers[/td] [td][level]xovelig[/level][/td] [td][level]bysegeg[/level][/td][/tr]
[tr][td]Triangular Numbers 2[/td] [td][level]lakifuk[/level][/td] [td][level]vygodab[/level][/td][/tr]
[tr][td]One Away[/td] [td][level]retogud[/level][/td] [td][level]gomogog[/level][/td][/tr]
[tr][td]Alphabetic[/td] [td][level]cosufyd[/level][/td] [td][level]benufac[/level][/td][/tr]
[/table]

Bucky (2008-02-02) Pinhole Camera ([level]hymipyb[/level]) : [level]didafiv[/level]
(Okay, so I sacrificed some speed for aesthetics.)

Timbo (2008-02-02) For Pinhole Camera 2([level]defuned[/level]) [level]redekeb[/level]

jf (2008-02-04) This new puzzle thread was a nice surprise.

My solutions for the pinhole cameras came out eerily similar to Bucky's and Timbo's:

For Pinhole Camera ([level]hymipyb[/level]): [level]gadudeg[/level]
For Pinhole Camera 2 ([level]defuned[/level]): [level]kinaped[/level]

And for Up and Down 2b ([level]karituv[/level]): [level]damugyb[/level]

jnz (2008-02-08) Nice solutions everyone.  Here are mine:
For Pinhole Camera ([level]hymipyb[/level]): [level]cetudyd[/level]
For Pinhole Camera 2 ([level]defuned[/level]): [level]zimybax[/level]
I can't find my original solution to Up and Down 2b ([level]karituv[/level]) but I think it looked something like this: [level]jeriduh[/level]

Here's another (easy) puzzle.
Triangular Numbers: [level]xovelig[/level]

Rene (2008-02-09) For pinhole camera ([level]hymipyb[/level]): [level]zefuzib[/level]
For pinhole camera 2 ([level]defuned[/level]): [level]cohuxyv[/level]
And for Triangular Numbers ([level]xovelig[/level]): [level]fasocup[/level]

Nice to see some new puzzles again.



Timbo (2008-02-10) For Triangular Numbers ([level]xovelig[/level]): [level]hakixaf[/level]

jf (2008-02-12) For Triangular Numbers: [level]tovepip[/level]

Timbo, I think you found those copiers in the sandbox.  ;)

Werbad (2008-02-16) Triangular Numbers: [level]batusuv[/level]

jnz (2008-02-26) Nice solutions to Triangular Numbers everyone.  Except Timbo, you cheater.  :)  Werbad's solution is interesting in using the timing of the crates instead of their values to find the transition. 

My solution for Triangular Numbers ([level]xovelig[/level]): [level]bysegeg[/level]

And here's Triangular Numbers 2: [level]lakifuk[/level]

Werbad (2008-02-27) For Triangular Numbers 2 ([level]lakifuk[/level]): [level]degodog[/level]

jf (2008-02-27) For Triangular Numbers 2 ([level]lakifuk[/level]): [level]nakolyc[/level]

jnz (2008-03-26) I had misplaced my solution for Triangular Numbers 2 ([level]lakifuk[/level]) but I found it again: [level]vygodab[/level]
jf, "I think you found those copiers in the sandbox" :)

jf (2008-03-26) [quote author=jnz link=topic=301.msg3552#msg3552 date=1206561209]
I had misplaced my solution for Triangular Numbers 2 ([level]lakifuk[/level]) but I found it again: [level]vygodab[/level]
jf, "I think you found those copiers in the sandbox" :)
[/quote]

Oops! :D Well then, back to the drawing board...

Edit> For Triangular Numbers 2 ([level]lakifuk[/level]), sans copiers: [level]cazuduk[/level]

jnz (2008-03-26) [quote author=jf link=topic=301.msg3553#msg3553 date=1206566829]
Oops! :D Well then, back to the drawing board...

Edit> For Triangular Numbers 2 ([level]lakifuk[/level]), sans copiers: [level]cazuduk[/level]
[/quote]

Oooh, so close!  You just need one more barrel in the stack for when the crate is a 5.

jf (2008-03-27) [quote author=jnz link=topic=301.msg3554#msg3554 date=1206571751]
[quote author=jf link=topic=301.msg3553#msg3553 date=1206566829]
Oops! :D Well then, back to the drawing board...

Edit> For Triangular Numbers 2 ([level]lakifuk[/level]), sans copiers: [level]cazuduk[/level]
[/quote]

Oooh, so close!  You just need one more barrel in the stack for when the crate is a 5.
[/quote]

Argh! Testing was light. [level]suxarux[/level]

(I had another solution recently that was one barrel light -- oh that's it over in Werbad's Puzzles, caught by Timbo. I keep the barrel count down to reduce my carbon footprint.)

immibis (2008-04-06) For Triangular Numbers 2: [level]dybasib[/level]
You have no idea how long it took me to solve that. Actually, neither do I.
Worst case is 0 (954 ticks). Best case is 6 or E (285 ticks).

Rene (2008-04-19)
For Triangular Numbers 2 ([level]lakifuk[/level]): [level]kelenop[/level]

jnz (2008-05-30) New Puzzle
One Away: [level]retogud[/level]

Werbad (2008-05-30) For One Away ([level]retogud[/level]): [level]gavaton[/level]

I would like to see someone solve this level in the "correct" order.

jf (2008-05-30) For One Away ([level]retogud[/level]): [level]butysur[/level]

I won't look at Werbad's solution yet. I would like to see if I can come up with a "proper" solution.

Timbo (2008-05-31) For One Away ([level]retogud[/level]): [level]zyvolos[/level]

Werbad (2008-05-31) For One Away ([level]retogud[/level]): [level]xidamyn[/level] (Solves in numerical order)

This was a real challenge, barely had enough room pretty much everywhere. I'm only disappointed with the 8 placement since it has to pass under the matcher once.
The hardest thing with this level is [spoiler]getting the dozer back up to the top after solving the 7 crate[/spoiler].

jnz (2008-06-02) Nice solutions everyone.  And solving it in numerical order is quite a feat, Werbad!  Here's my solution (in non-numerical order):
For One Away ([level]retogud[/level]): [level]gomogog[/level]
I kinda contrived the level a bit so this would be possible.  :)

jnz (2010-05-06) This thread had fallen off the first page so it is time for a New Puzzle
Alphabetic: [level]cosufyd[/level]

Werbad (2010-05-06) For Alphabetic ([level]cosufyd[/level]): [level]dezybuk[/level]

colcolpicle (2010-05-06) I think this always works
[level]cosufyd[/level] : [level]sitefyr[/level]


edit: changed level title

jnz (2010-05-06) [quote author=colcolpicle link=topic=301.msg4759#msg4759 date=1273178394]
I think this always works
[level]cosufyd[/level] : [level]kebotoh[/level]
[/quote]
That link doesn't work.  Perhaps you mistyped the level code.

Werbad (2010-05-07) Simpler solution: [level]bininan[/level]

Rene (2010-06-25) For Alphabetic ([level]cosufyd[/level]): [level]sycexeb[/level]

ais523 (2012-05-31) For [level]retogud[/level]: [level]buxacic[/level]

Werbad's Puzzles

Werbad (2008-02-16) [table]
[tr][td][b]Level[/b][/td][td][b]Link[/b][/td][/tr]
[tr][td]Streams[/td][td][level]rilacog[/level][/td][/tr]
[tr][td]Streams '2'[/td][td][level]sixuruk[/level][/td][/tr]
[tr][td]Streams '3'[/td][td][level]kacupev[/level][/td][/tr]
[tr][td]Encryption Hash[/td][td][level]tukafur[/level][/td][/tr]
[tr][td]Inspection Line[/td][td][level]joducuv[/level][/td][/tr]
[tr][td]Doubles[/td][td][level]lagyleh[/level][/td][/tr]
[tr][td]Change[/td][td][level]hucyzir[/level][/td][/tr]
[tr][td]Change - Poor Version[/td][td][level]sugazuz[/level][/td][/tr]
[tr][td]Messenger[/td][td][level]gegygif[/level][/td][/tr]
[tr][td]Rotation[/td][td][level]vagosuv[/level][/td][/tr]
[tr][td]Train[/td][td][level]gaparok[/level][/td][/tr]
[tr][td]Train v3[/td][td][level]pesurud[/level][/td][/tr]
[tr][td]Merge[/td][td][level]notuber[/level][/td][/tr]
[tr][td]Surfing[/td][td][level]resugyd[/level][/td][/tr]
[tr][td]Surfing v2[/td][td][level]liladyn[/level][/td][/tr]
[tr][td]Dictionary[/td][td][level]rydedyf[/level][/td][/tr]
[tr][td]Tiki Room[/td][td][level]gudefud[/level][/td][/tr]
[tr][td]Twin Works[/td][td][level]facypom[/level][/td][/tr]
[tr][td]Recycle[/td][td][level]cufanid[/level][/td][/tr]
[tr][td]Cycler[/td][td][level]butazap[/level][/td][/tr]
[tr][td]Chambers[/td][td][level]gipufyg[/level][/td][/tr]
[tr][td]Timer[/td][td][level]bylomud[/level][/td][/tr]
[tr][td]Timer v2[/td][td][level]gubafed[/level][/td][/tr]
[tr][td]Castles[/td][td][level]lyzebux[/level][/td][/tr]
[tr][td]Quickpeek[/td][td][level]pycezod[/level][/td][/tr]
[tr][td]Collection[/td][td][level]xegukub[/level][/td][/tr]
[tr][td]Collection 2[/td][td][level]coxydet[/level][/td][/tr]
[tr][td]Collection 2 v2[/td][td][level]dogadov[/level][/td][/tr]
[tr][td]Mass Production[/td][td][level]kazyvub[/level][/td][/tr]
[tr][td]Mass Production v2[/td][td][level]pilibuh[/level][/td][/tr]
[tr][td]Mass Production v3[/td][td][level]bysirez[/level][/td][/tr]
[tr][td]Mass Production v4[/td][td][level]gybuxox[/level][/td][/tr]
[tr][td]Swap[/td][td][level]duzyhyn[/level][/td][/tr]
[tr][td]Simplicity[/td][td][level]ricedub[/level][/td][/tr]
[tr][td]Copier[/td][td][level]volubac[/level][/td][/tr]
[tr][td]Copier 2[/td][td][level]byzaled[/level][/td][/tr]
[tr][td]Full Speed[/td][td][level]divosyb[/level][/td][/tr]
[tr][td]Fragments[/td][td][level]dugohok[/level][/td][/tr]
[tr][td]Troubled Waters[/td][td][level]xonogod[/level][/td][/tr]
[tr][td]Cubicle[/td][td][level]gakopig[/level][/td][/tr]
[tr][td]Shuffle[/td][td][level]rebexer[/level][/td][/tr]
[tr][td]Morse Code[/td][td][level]hobegip[/level][/td][/tr]
[tr][td]Selection[/td][td][level]hygityk[/level][/td][/tr]
[tr][td]Safehouse[/td][td][level]lolokir[/level][/td][/tr]
[tr][td]Safehouse 2[/td][td][level]dynozim[/level][/td][/tr]
[tr][td]Garbage Collection v2[/td][td][level]vacysak[/level][/td][/tr]
[tr][td]Break[/td][td][level]visaguz[/level][/td][/tr]
[tr][td]Zero Point[/td][td][level]tozefif[/level][/td][/tr]
[tr][td]Fire Escape[/td][td][level]sobexeg[/level][/td][/tr]
[tr][td]Make me some C0FFEE[/td][td][level]tabivex[/level][/td][/tr]
[tr][td]Exclusive[/td][td][level]zugagag[/level][/td][/tr]
[tr][td]Exclusive 2[/td][td][level]gusinyz[/level][/td][/tr]
[tr][td]Exclusive 3[/td][td][level]zyzaduf[/level][/td][/tr]
[tr][td]Routing Problems[/td][td][level]rynidoh[/level][/td][/tr]
[tr][td]Cyclops[/td][td][level]hagilid[/level][/td][/tr]
[tr][td]Lift[/td][td][level]lihamav[/level][/td][/tr]
[tr][td]Battlefield[/td][td][level]gybixah[/level][/td][/tr]
[tr][td]Shift Worker[/td][td][level]zidevud[/level][/td][/tr]
[tr][td]Full Speed Delivery[/td][td][level]byruzir[/level][/td][/tr]
[tr][td]Ultimate Reproduction Cycle[/td][td][level]nabudov[/level][/td][/tr]
[tr][td]Re-Arrangement[/td][td][level]dasohyd[/level][/td][/tr]
[tr][td]Quicktime v2[/td][td][level]fukireg[/level][/td][/tr]
[tr][td]Quicktime 2 v2[/td][td][level]xatobut[/level][/td][/tr]
[tr][td]Scrambled Eggs[/td][td][level]dehadoh[/level][/td][/tr]
[tr][td]Speed Test[/td][td][level]segugyb[/level][/td][/tr]
[tr][td]Speed Test 2[/td][td][level]jepycad[/level][/td][/tr]
[tr][td]Speed Test 3[/td][td][level]hakefuh[/level][/td][/tr]
[tr][td]The Safe[/td][td][level]kikorom[/level][/td][/tr]
[tr][td]The Safe (Hard)[/td][td][level]xakudyc[/level][/td][/tr]
[tr][td]Match 3[/td][td][level]nubidus[/level][/td][/tr]
[tr][td]Match 2-2[/td][td][level]ruhocic[/level][/td][/tr]
[tr][td]Match 4-2[/td][td][level]pepiral[/level][/td][/tr]
[tr][td]Squareroot[/td][td][level]dugygup[/level][/td][/tr]
[tr][td]Squareroot Variation[/td][td][level]hymyzag[/level][/td][/tr]
[tr][td]Squareroot 2[/td][td][level]sidydyb[/level][/td][/tr]
[tr][td]Squareroot 2 Variation[/td][td][level]cigasar[/level][/td][/tr]
[tr][td]Bingo[/td][td][level]luvogab[/level][/td][/tr]
[tr][td]Garbage Collection Revisited[/td][td][level]cokihys[/level][/td][/tr]
[tr][td]4-bit Difference[/td][td][level]gafylid[/level][/td][/tr]
[tr][td]Underflow Protection[/td][td][level]habitah[/level][/td][/tr]
[tr][td]Underflow Protection 2[/td][td][level]muzidim[/level][/td][/tr]
[tr][td]Underflow Protection 3[/td][td][level]morezyh[/level][/td][/tr]
[tr][td]Odd Problem[/td][td][level]devupok[/level][/td][/tr]
[tr][td]Odd Problem 2[/td][td][level]byrurac[/level][/td][/tr]
[tr][td]Warehouse[/td][td][level]nasifut[/level][/td][/tr]
[tr][td]Pitfall[/td][td][level]kasykug[/level][/td][/tr]
[tr][td]Uneven Multiplication[/td][td][level]ganexod[/level][/td][/tr]
[tr][td]Match Maker[/td][td][level]gamogyr[/level][/td][/tr]
[tr][td]Timelimit[/td][td][level]hacuzot[/level][/td][/tr]
[tr][td]Controller[/td][td][level]sokixep[/level][/td][/tr]
[tr][td]Controller v2[/td][td][level]dodenaf[/level][/td][/tr]
[tr][td]Gateway[/td][td][level]gifadoc[/level][/td][/tr]
[tr][td]Devils Crate[/td][td][level]nefobic[/level][/td][/tr]
[tr][td]Shift Period[/td][td][level]gudebeb[/level][/td][/tr]
[tr][td]Spaceships[/td][td][level]febakyn[/level][/td][/tr]
[tr][td]Full Stop[/td][td][level]byryned[/level][/td][/tr]
[tr][td]Cross Communication[/td][td][level]zegitaf[/level][/td][/tr]
[tr][td]Cross Communication 2[/td][td][level]kygocex[/level][/td][/tr]
[tr][td]Two-Timer[/td][td][level]bebixup[/level][/td][/tr]
[tr][td]Resource Shortage[/td][td][level]papudic[/level][/td][/tr]
[tr][td]Minor Difference[/td][td][level]cicahim[/level][/td][/tr]
[/table]
This post no longer fits all levels. The table is continued on [url=http://kevan.org/rubicon/forums/index.php/topic,302.msg4700.html#msg4700]page 21[/url].

Bucky (2008-02-18) Inspection Line([level]joducuv[/level]):[level]bocyboh[/level].  I'm still curious as to how you intended this to be solved.

Timbo (2008-02-19) For Streams ([level]rilacog[/level]): [level]nabycan[/level]
For Encryption Hash ([level]tukafur[/level]): [level]vonulag[/level]
For Change - Poor Version ([level]sugazuz[/level]): [level]lumehyd[/level]

Werbad (2008-02-19) Inspection Line ([level]joducuv[/level]): [level]buvatub[/level]
Streams ([level]rilacog[/level]): [level]jypelut[/level]
Encryption Hash ([level]tukafur[/level]): [level]punytod[/level]

When I had finished my solution for Change i thought of how evil it would be to remove all barrels but the 1 barrel, thus resulting in the poor version... Since I wasn't sure if you would have enough room I didn't bother solving it... Nice work on that one.

Made some new ones:
Messenger [level]gegygif[/level]
Rotation [level]vagosuv[/level]

Werbad (2008-02-21) New Level:
Train [level]gaparok[/level]

I wanted to create a level that wasn't based on random barrels but that still would be a challenge. The resulting machine kinda looked like a train, so I made it into one.

My record is at 4203 ticks, but I'm sure there is a faster solution.

jf (2008-02-21) For Rotation ([level]vagosuv[/level]): [level]baribiz[/level]
For Messenger ([level]gegygif[/level]): [level]fydalov[/level]
For Encryption Hash ([level]tukafur[/level]): [level]fanyryg[/level]

Messenger was tough. Good puzzles.

jnz (2008-02-21) For Streams ([level]rilacog[/level]) I thought I had come up with a nice minimum-tick solution in [level]fusutit[/level].  Then I realized that I was trying too hard: [level]potygys[/level] (let it run for a few minutes).

For Change ([level]hucyzir[/level]): [level]fukypus[/level]
For Change - Poor Version ([level]sugazuz[/level]): [level]vazikir[/level]
For Train ([level]gaparok[/level]): [level]bydikeg[/level].  A bit off the mark at 7179 ticks.

jf (2008-02-22) [quote author=jnz link=topic=302.msg3390#msg3390 date=1203635232]
For Streams ([level]rilacog[/level]) I thought I had come up with a nice minimum-tick solution in [level]fusutit[/level].  Then I realized that I was trying too hard: [level]potygys[/level] (let it run for a few minutes).
[/quote]

I think you mean when the machine gets stuck with F10 [spoiler]which happens if by chance two zeroes in a row are fed in at the bottom[/spoiler]. I added the upper right block in my solution just to detect and handle that special case.

For Streams ([level]rilacog[/level]): [level]foboted[/level]

And for Change - Poor Version ([level]sugazuz[/level]): [level]tabuson[/level]

jnz (2008-02-22) [quote author=jf link=topic=302.msg3391#msg3391 date=1203642018]
I think you mean when the machine gets stuck with F10 [spoiler]which happens if by chance two zeroes in a row are fed in at the bottom[/spoiler]. I added the upper right block in my solution just to detect and handle that special case.
[/quote]

Yes, that's what I meant.  I was working on a special case for my machine when I realized that it wasn't going to get me what I wanted.  I couldn't detect the change fast enough to stop the matcher from going red for a couple ticks.  It wouldn't be truly solved until after we got stuck so why bother with the complicated machine when a very simple one could accomplish the same thing?  Now if you could detect the change and switch modes without going red for even one tick ...

For Train ([level]gaparok[/level]): [level]beteguc[/level].  1739 ticks.

jf (2008-02-22) [quote author=jnz link=topic=302.msg3392#msg3392 date=1203656632]
[quote author=jf link=topic=302.msg3391#msg3391 date=1203642018]
I think you mean when the machine gets stuck with F10 [spoiler]which happens if by chance two zeroes in a row are fed in at the bottom[/spoiler]. I added the upper right block in my solution just to detect and handle that special case.
[/quote]

Yes, that's what I meant.  I was working on a special case for my machine when I realized that it wasn't going to get me what I wanted.  I couldn't detect the change fast enough to stop the matcher from going red for a couple ticks.  It wouldn't be truly solved until after we got stuck so why bother with the complicated machine when a very simple one could accomplish the same thing?  Now if you could detect the change and switch modes without going red for even one tick ...

For Train ([level]gaparok[/level]): [level]beteguc[/level].  1739 ticks.


[/quote]

Here [level]zigedam[/level] is a solution for Streams that detects the change fast enough to maintain the green matcher. The matcher may be red for the first couple of crates during initialization, depending on the start values, but once the matcher turns green it stays green even if the machine gets stuck on F10. [spoiler]This includes the case where the very first two ? crates happen to be zero. To force a stuck machine for testing, in the sandbox put a conveyor belt along the bottom from the right edge of the screen all the way to the bottom two ? crates (over the bricks) and load the right edge of the screen with tons of zero crates. They'll cruise along the conveyor and then jam the machine as they load in place of the ? copier output. Or, just change all three initial ? crates to zero crates, or even just the one over the copier, to vary the time before jamming.[/spoiler]

Werbad (2008-02-22) I thought I had eliminated all getting-stuck cases for streams... Nice work solving it even with this error.
For Train I noticed a design error that allows you to prevent the machine from locking the packer/unpacker sections...
I will see if a can fix it...

My solutions:
Change ([level]hucyzir[/level]): [level]jufobuk[/level]
Rotation ([level]vagosuv[/level]): [level]tuvudyr[/level]
Messenger ([level]gegygif[/level]): [level]meduxon[/level]

Edit:
Train v3 [level]pesurud[/level]

Made a second version of Streams. Fixed the double 0-case too.
Streams '2' [level]sixuruk[/level]

jnz (2008-02-22) [quote author=jf link=topic=302.msg3393#msg3393 date=1203666434]
Here [level]zigedam[/level] is a solution for Streams that detects the change fast enough to maintain the green matcher. The matcher may be red for the first couple of crates during initialization, depending on the start values, but once the matcher turns green it stays green even if the machine gets stuck on F10.
[/quote]

Ok, I couldn't let that go unanswered.  :)
For Streams ([level]rilacog[/level]): [level]xydonir[/level].  Solves in 41 ticks and stays solved.

jf (2008-02-22) [quote author=Werbad link=topic=302.msg3394#msg3394 date=1203683018]
...
For Train I noticed a design error that allows you to prevent the machine from locking the packer/unpacker sections...
I will see if a can fix it...

Edit:
Train v3 [level]pesurud[/level]
...
[/quote]

I already have a solution for Train, but it depends that design error for [spoiler]just one extra +[/spoiler]. My best time  is 2087 ticks so far, and I've just been trying to improve that. There is a solution, then, [spoiler]within the allotment of + and -[/spoiler] ? If so, then I'll try that before looking at any solutions yet.

EDIT> Oh, I see my mistake! I just noticed [spoiler]that the leftmost 0 is not sitting on a matcher. If you include the 0, then you need at least one more + or one more -[/spoiler].

jf (2008-02-22) [quote author=jnz link=topic=302.msg3392#msg3392 date=1203656632]
For Train ([level]gaparok[/level]): [level]beteguc[/level].  1739 ticks.
[/quote]

For Train ([level]gaparok[/level]): [level]huroroc[/level] in 1691 ticks.  ;)

[spoiler]I built a programmable machine which takes these opcodes:
1: add 1
7: no-op
A: accept
F: subtract 1
The paper tape along the top is executed as the two values loop, each in their own independent thread. Of the four possible sequences that solve using at most 15 + and 15 -, this is the shortest. The timing of the bottom track should work fine with Train v3 too.[/spoiler]

Werbad (2008-02-22) Nice!
[spoiler]My solution is also a kind of programmable machine, but a little more complex than yours...[/spoiler]
It is actually possible to snatch one more + or - [spoiler]by dropping the 2 crates at the same time...[/spoiler]

For Train v3 ([level]pesurud[/level]): [level]lucibyb[/level] (3903 ticks)

Is there nobody who has tried Doubles yet? Took a while for me to complete, but it is solvable...

Edit:
Merge [level]notuber[/level]
Surfing [s]resugyd[/s] [level]liladyn[/level] (fixed start of a dozer)
Tiki Room [level]gudefud[/level]

jf (2008-02-23) I simplified my solution a bit -- it looks more like a train station now -- and it works fine for Train v3 ([level]pesurud[/level]): [level]zusihig[/level]. And somehow, I saved exactly 1 tick, so now it solves in 1690 ticks.

Great puzzle. That was a lot of fun to work on.

jf (2008-02-23) [quote author=Werbad link=topic=302.msg3398#msg3398 date=1203724685]
Surfing [s]resugyd[/s] [level]liladyn[/level] (fixed start of a dozer)

Somebody make up a name for [level]gudefud[/level]
[/quote]

What was wrong with the start of the dozer... hmmm, was it a little, umm, shall we say, DIFFICULT?!? That was insane.

Nevertheless, I managed to keep the dozer in check long enough to catch the wave...

For Surfing ([level]resugyd[/level]): [level]dekebef[/level].


I would name gudefud, "Tiki Room". But it doesn't look possible to me yet.

jnz (2008-02-23) I looked at Doubles but it seemed like a lot of work and I couldn't come up with a good strategy.

For Streams 2 v2 ([level]sixuruk[/level]): [level]bagesam[/level]
For Surfing v1 ([level]resugyd[/level]): [s][level]mavahih[/level][/s] [level]kegocyh[/level].  The placement of the dozer didn't cause me any trouble but it does take a while to sync up.
For Tiki Room ([level]gudefud[/level]): [level]turubad[/level].  Might be impossible at 1/2 rate; I had to settle for 1/4.

Werbad (2008-02-23) Nice work on surfing jf, didn't think of using [spoiler]a winch instead of locks[/spoiler]

My solution: [level]podyriv[/level]

I don't currently have any uploaded solutions for the other levels since I work in a home-made OpenGL port of rubicon...

jf (2008-02-23) That was quite an interesting puzzle. I see jnz has posted [level]kegocyh[/level] which makes it look so easy, but I found it quite challenging.

For Tiki Room, I did manage to run at a 1/2 sampling rate, which I suspect will send jnz back to the drawing board.  :)  [spoiler]When I first looked at the puzzle, it seemed impossible. Once I ran a test stream and watched it in action, it was obvious where the information comes from. The hard part is reading the sample.[/spoiler]

For Tiki Room ([level]gudefud[/level]): [level]hisodyk[/level]

Werbad (2008-02-23) New puzzle:
Dictionary [level]rydedyf[/level]

Should be easy for most people unless I missed something...

Timbo (2008-02-23) For Tiki Room: [level]pabavat[/level]
This is the fastest machine I can build for the problem. It runs at 1/2 sampling rate and solves every input in 44 ticks.

jf (2008-02-23) For Doubles ([level]lagyleh[/level]): [level]risalec[/level]

For Dictionary ([level]rydedyf[/level]): [level]puvidec[/level]

Werbad (2008-02-23) Nice solution for doubles, but it has one flaw. It will not solve if [spoiler]There are 16 unique crates and the doubled crate is at the top of the stack[/spoiler]

My solution uses a completely different approach: [level]filogez[/level]
[spoiler]Instead of searching for doubled crates I simply check if there are 2 or more F's. If not, I add 1 to all crates in the stream and check again.[/spoiler]

New Puzzle:
Twin Works [level]facypom[/level]
I have only solved the left side so far, but im sure the right is also possible.

jnz (2008-02-24) For Twin Works ([level]facypom[/level]): [level]zukineb[/level].  Runs just [i]slightly[/i] slower than 1/2 rate. ;)
Still working on that 44 tick record for Tiki Room.  Once I heard that 1/2 rate was possible, I realized what I had missed ([spoiler]the old ramp trick for reading a door key[/spoiler]) but I've only got it down to 46 ticks so far.
Update: For Tiki Room ([level]gudefud[/level]): [level]bodavec[/level] runs in 44.   Now that I look at Timbo's solution, I see some similarities like [spoiler]the gate under the adder at the bottom and the other adder on top of the pipe to retrieve the value[/spoiler]
Update 2: [level]pokyzyk[/level] runs in 43.  I stole a good idea from Timbo [spoiler]of running the dozer right through the stream of crates[/spoiler]

jf (2008-02-25) [quote author=Werbad link=topic=302.msg3407#msg3407 date=1203800922]
Nice solution for doubles, but it has one flaw. It will not solve if [spoiler]There are 16 unique crates and the doubled crate is at the top of the stack[/spoiler]
...
[/quote]

This fixes the flaw: [level]zibenon[/level] for Doubles. [spoiler]It handles the 17th crate separately.[/spoiler]

Timbo (2008-02-27) I lied. I am able to build a machine for Tiki Room which needs less than 44 ticks.
This machine only needs 41 ticks: [level]cugegyx[/level]

And my solution for Doubles: [level]pudipet[/level]

jnz (2008-02-28) For Tiki Room (gudefud): [level]tyxumuh[/level].  41 ticks.  Trying for 40 but so far I have been unsuccessful.
Timbo's [level]cugegyx[/level] is broken (but easily fixable, I think) for F

Werbad (2008-02-28) New puzzle:
Recycle [level]cufanid[/level]

Didn't think Tiki Room would become that popular -_-'... Nice work getting a 41 tick solution, 38 ticks is minimum for checking 16 barrels...

Timbo (2008-02-28) My fixed version with 41 ticks: [level]fycikeg[/level]
And my new version with 40 ticks and an entirely different approach: [level]daxohef[/level]

Werbad (2008-02-29) Made a new puzzle:
Cycler [level]butazap[/level]

Seems like it got a little harder that I first imagined...

jf (2008-03-01) For Twin Works ([level]facypom[/level]): [level]xidedob[/level]

Nice work, jnz. Once I had a particular (much more complicated) solution in mind, I didn't even notice [spoiler]the larger, simpler pattern[/spoiler].

Werbad (2008-03-01) Created a lookup-table kind of thing for Twin Works that finds the right numbers within one cycle: [level]tizadoz[/level]
It's not solved yet though...

Timbo (2008-03-01) For Twin Works ([level]facypom[/level]): [level]dubocug[/level]

Werbad (2008-03-02) New Puzzle:
Chambers [level]gipufyg[/level]

I felt like making a new kind of puzzle that didn't base around finding out a random crate.

Werbad (2008-03-04) Got tired of making next-to impossible levels:
Timer [level]bylomud[/level]

Hopefully it won't be as hard as my recent levels...

Timbo (2008-03-04) Timer is a lot easier than the last ones. Here is the solution [level]zogaser[/level]

Werbad (2008-03-04) Timer v2 [level]gubafed[/level]

Was a little too easy...

jnz (2008-03-04) For Timer ([level]bylomud[/level]): [level]mudivug[/level]
For Timer v2 ([level]gubafed[/level]): [level]mofebyz[/level]

Werbad (2008-03-04) New Puzzle:
Castles [level]lyzebux[/level]

Can you snatch all treasure before the gates close?

jnz (2008-03-04) For Castles ([level]lyzebux[/level]): [level]zumirer[/level]

jf (2008-03-04) For Castles ([level]lyzebux[/level]): [level]becirov[/level]

Werbad (2008-03-05) New Puzzle:
Quickpeek [level]pycezod[/level]

jnz (2008-03-05) For Quickpeek ([level]pycezod[/level]): [level]gugyzob[/level]

Werbad (2008-03-05) Collection [level]xegukub[/level]

Too bad I keep forgetting to save my own solutions...

jf (2008-03-05) For Quickpeek ([level]pycezod[/level]): [level]byzobop[/level]

For Collection ([level]xegukub[/level]): [level]bukybov[/level]

For Timer ([level]bylomud[/level]) : [level]hovuled[/level]

For Timer v2 ([level]gubafed[/level]) : [level]tinuryg[/level]

Werbad (2008-03-06) Your solution for Collection is identical to mine except for the initialization part to the left...
For Collection: [level]jagegod[/level]

Made a full stream version of collection. Don't think it is solvable though: [level]coxydet[/level]

Edit:
With 3 matchers and reduced time for the upper stream it is possible:
Collection 2 v2 [level]dogadov[/level]

New levels:
Streams '3' [level]kacupev[/level]
Mass Production [level]kazyvub[/level]
Mass Production v2 [level]pilibuh[/level]

jf (2008-03-07) For Cycler ([level]butazap[/level]) : [level]sadadob[/level]

What it lacks in speed, it makes up for in simplicity. [spoiler]Given any start values, the sequence repeats itself. I treat this sequence as a long strand of fixed solution crates, and solve all of them individually by dropping increasing values on a single gate as they pass under.[/spoiler]

Werbad (2008-03-07) Damn, now I have to solve it now that I know that it's possible...

jnz (2008-03-07) For Mass Production ([level]kazyvub[/level]): [level]sydytyh[/level]
For Mass Production v2 ([level]pilibuh[/level]): [level]lycypep[/level]

Werbad (2008-03-08) Mass Production v3 [level]bysirez[/level]
Now don't go break this one too -_-'

Timbo (2008-03-08) Is this the intended solution for Mass Production v3: [level]dabolid[/level]

jnz (2008-03-08) [quote author=Werbad link=topic=302.msg3474#msg3474 date=1204977188]
Mass Production v3 [level]bysirez[/level]
Now don't go break this one too -_-'
[/quote]

I'm sorry I cannot oblige: [level]gymigis[/level]

Werbad (2008-03-08) Yes, that is the kind of solution I was looking for.
My solution for Mass Production [level]berysad[/level] (same method should work for the other versions aswell)

Now I'll just have to find out a better way to prevent jamming the machinery -_-'

Edit:
Mass Production v4: [level]gybuxox[/level]
My best solution for v4 solves in 253 ticks [b]without[/b] jamming the machine. Can anyone get better?

dacodemasta (2008-03-09) well i havent gotten faster (449 ticks) but i did solve it :P

([level]gybuxox[/level]) [level]kaboviz[/level]

jnz (2008-03-09) For Mass Production v4 ([level]gybuxox[/level]): [level]fisybyd[/level] (241 ticks)

Timbo (2008-03-09) Without looking on jnz solution I made nearly the same.
But my runs in 231 ticks.
For Mass Production v4 ([level]gybuxox[/level]): [level]fobycyl[/level]

Werbad (2008-03-09) My solution: [level]pigaxav[/level]

Finally solved Streams '3' as well, but I'm not posting the solution until someone else solves it.

Edit:
I made a 233 tick solution, but a can't seem to find my save....

New Easy Puzzles:
Swap [level]duzyhyn[/level]
Simplicity [level]ricedub[/level]

Timbo (2008-03-09) For Swap: [level]cyhuzim[/level]
Simplicity isn't solvable, because there isn't any information about the random crate

Edit:
Found a way to solve Simplicity: [level]decyvol[/level]
But I think that is cheating

Werbad (2008-03-09) For Swap: [level]kagesor[/level]
For Simplicity: [level]susosuc[/level]
[spoiler]There is a reason why i used Doors ^^[/spoiler]

jf (2008-03-10) For Swap ([level]duzyhyn[/level]): [level]gygycab[/level]

For Mass Production v4 ([level]gybuxox[/level]): [level]roboxac[/level] in 226 ticks

Timbo (2008-03-10) For Mass Production v4 ([level]gybuxox[/level]): [level]pymufal[/level] in 203 ticks

Werbad (2008-03-10) My 233 tick solution feels so bad at the moment...
Nice work on the 203 tick solution though.

New Level:
Copier [level]volubac[/level]
Current record is 53 ticks

Timbo (2008-03-10) For Mass Production v4 ([level]gybuxox[/level]): [level]kabivet[/level] in 189 ticks

For Copier ([level]volubac[/level]): [level]vimonig[/level] in 31 ticks

Werbad (2008-03-10) And I thought 203 ticks was good...
For copier I'm still trying to find the most efficient input, currently down to 41 ticks.

Edit:
32 ticks: [level]gaseleb[/level]
Seems like we used the same input...

Edit:
Another 32 tick solution with a different input -_-'
[level]monaxyp[/level]
[spoiler]FF2B. Only 4 inputs, but getting the 2 takes too long...[/spoiler]

jnz (2008-03-10) For Copier ([level]volubac[/level]): [level]xyguged[/level].  Ties 31 ticks using input [spoiler]FFBFB which is the same as Timbo's[/spoiler].
It looks like the only promising inputs are [spoiler]FFBFB, FF2B, and FFF2A for which I have 31, 32 and 33 tick solutions respectively[/spoiler].  Any one that I missed?  Are other people finding their inputs by writing programs like I did?
Edit: simplified a bit, no with no dozers: [level]dameniv[/level]

Timbo (2008-03-10) You missed one promising input [spoiler]FFFB2F[/spoiler].
For Copier ([level]volubac[/level]): [level]kykahog[/level] in 32 ticks.
An interesting behavior occurs if three crates are dropped into the machine with little distance between them.
But I don't think it is possible to use that, since when you have three crates it is too late.
I have the same times for the mentioned inputs as jnz


I would be able to do so but I didn't wrote a program to find the input.
I used some math and found this:
[spoiler]If x0, x1, x2, ... is the input then the output b0, b1, b2, ... is
b0=12+x0
b2=12+x0+x2
b4=12+x0+x2+x4
...
b1=3+x1
b3=3+x1+x3
b5=3+x1+x3+x5
...
Then I tried to get this two subsequence to the same value.[/spoiler]

Werbad (2008-03-12) New Puzzle:
Copier 2 [level]byzaled[/level] (Record 42 ticks)
(The system at the bottom doesn't really do anything...)

Also these levels has not yet been solved:
Streams '3' [level]kacupev[/level]
Collection 2 v2 [level]dogadov[/level]

Not sure if there are possible:
Merge [level]notuber[/level]
Recycle [level]cufanid[/level]
Collection 2 [level]coxydet[/level]

jnz (2008-03-12) For Copier 2 ([level]byzaled[/level]): [level]rudekid[/level] (37 ticks)

Werbad (2008-03-12) [level]suficab[/level] (36 ticks)
Gonna try a 35 tick solution later.

Edit:
Nope, 36 is the best I can get.

New Puzzle:
Full Speed [level]divosyb[/level]

jnz (2008-03-13) For Full Speed ([level]divosyb[/level]): [level]mepades[/level]
For Merge ([level]notuber[/level]): [level]xubyxen[/level].  Reminds me of [url=http://kevan.org/rubicon/forums/index.php/topic,114.0.html]Trinery Arithmatic[/url]
Edit: I was sure I had solved a 0139 puzzle before but I didn't have a solution for Trinery Arithmatic posted in the above linked thread.  A bit more searching in the warehouse and I found it: MagiMaster's Counting Problem 5 ([level]gogybix[/level]): [level]kukyfig[/level].  Unsurprisingly, I reused the same strategy here.

Werbad (2008-03-13) Full Speed ([level]divosyb[/level]): [level]sufamuc[/level]

Nice work on Merge, wasn't entirely sure if it was possible at first...

Werbad (2008-03-16) New Puzzle:
Troubled Waters [level]xonogod[/level]

Can you get the dozer safely over to the other side?

jnz (2008-03-17) For Troubled Waters ([level]xonogod[/level]): [level]jelahyl[/level].  Not thoroughly tested but I think it works.  I thought this would require a much more complicated solution than I ended up needing.  :)

Werbad (2008-03-17) Seems like you used the same basic idea as me, a lot cleaner solution though...
My solution: [level]bydakip[/level]

jf (2008-03-17) For Troubled Waters ([level]xonogod[/level]): [level]dygebov[/level]. I found the same key as Werbad and jnz. [spoiler]When I first opened this puzzle, it looked like it would require an extremely complicated machine.[/spoiler] This is a fun puzzle because it has an interesting meta-puzzle that you have to solve before you begin on the implementation of a solution.

I just noticed the "kicker" at the bottom of Werbad's bydakip. That's a useful device to know [spoiler]to trim off a horizontal tick[/spoiler].

jf (2008-03-19) For Full Speed ([level]divosyb[/level]): [level]gahagag[/level]. I struggled with this puzzle for some time, before I discovered the secret key. [spoiler]Werbad and jnz use the same basic trick, which I simplify a bit -- note there is no conveyor for the barrels in my solution yet somehow the full crate stream is pushed right. Strange, isn't it?[/spoiler]

Werbad (2008-03-20) Nice solutions jf! Your Full Speed solution looks a little weird at first, but looking closely you see that [spoiler]the barrels and the dozers merge into a temporary full stream successfully reproducing the full stream of crates[/spoiler]
The "kicker" device is actually something I borrowed from one of Timbo's solutions earlier in this thread.

Made a new puzzle: Fragments [level]dugohok[/level]

jf (2008-03-21) [quote author=Werbad link=topic=302.msg3534#msg3534 date=1206040410]
...but looking closely you see that [spoiler]the barrels and the dozers merge into a temporary full stream successfully reproducing the full stream of crates[/spoiler]...
[/quote]

That's pretty neat -- [spoiler]the conveyors can be raised up to a single line at the level of the furnace and it works fine[/spoiler].

For Fragments ([level]dugohok[/level]): [level]jozetek[/level] -- another fun puzzle.

Timbo (2008-03-21) For Fragments ([level]dugohok[/level]): [level]hadorat[/level]
Why are furnace forbidden in that level? I would use them at 3 points in this level.

jf, your solution [level]jozetek[/level] doesn't work when all random barrels are bigger than 7.
The needed 0 crate isn't insert in the machine.
But that is easily corrected, by deleting on of the 0 barrels at the first adder

Werbad (2008-03-21) Nice solutions!
There isn't really a reason why I removed furnaces...

My solution: [level]bipyxib[/level]

Pretty similar to Timbo's solution except that I use Dozers to move the crate stream.

Werbad (2008-03-22) New Puzzle:
Cubicle [level]gakopig[/level]

Timbo (2008-03-22) For Cubicle([level]gakopig[/level]): [level]gagodiz[/level] -- nice puzzle

Werbad (2008-03-22) Nice Work!
My solution: [level]lofohyr[/level]
[spoiler]I used a full speed crate checker in my solution, but the lookup table seems pretty similar.[/spoiler]

And a New Puzzle:
Shuffle [level]rebexer[/level]
This puzzle is just the result of my many attempts to make a shuffler device

sly (2008-03-23) I'm sure there's a much simpler solution but

for [level]rebexor[/level] : [level]gabigob[/level]

The removal of the copiers made it.. interestingly difficult :)

Werbad (2008-03-23) Interesting solution.
My solution ([level]butygil[/level]) is completely different.

It's always fun to see people finding unique solutions that I didn't think of when I made the puzzle.

Edit:
Since nobody has posted any solution to these level I'm posting mine:
For Streams '3' ([level]kacupev[/level]): [level]siduxyg[/level] (takes a while to initialize...)
For Collection 2 v2 ([level]dogadov[/level]): [level]legozir[/level]

jf (2008-03-26) For Cubicle: [level]kypigap[/level]. I see I went in the other direction than the other solutions.

For Shuffle: [level]rupatyr[/level]. I reworked an older solution of mine ([level]gecyvag[/level]) to solve this one.

immibis (2008-04-19) Full Speed: I had a solution that would work if there were movable furnaces in rubicon. D'oh!
The solution is '[level]cocyhuc[/level]' (open in my rubicon version - see [url]http://kevan.org/rubicon/forums/index.php/topic,308.new.html[/url])
Fragments: [level]jebibud[/level] - werre the furnaces disallowed so as to prevent any kind of compact full-speed draw, by the way?

Werbad (2008-04-19) The feed of [level]jebibud[/level] is too slow and will not solve if all crates are filtered. And there was no real reason why I removed the furnaces...

Edit:
New Puzzle:
Morse Code [level]hobegip[/level]

Rene (2008-04-19)
For Morse Code ([level]hobegip[/level]): [level]bibyhil[/level]

An original and hard puzzle. Well done Werbad!

Werbad (2008-04-19) For Morse Code ([level]hobegip[/level]): [level]pehyset[/level]

Took a while for me to figure out how to read the output.

Rene (2008-04-21) After some period away from the forum I finally have some time again for Rubicon. I checked out the new contributions and it is good to see new people coming up with excellent puzzles.
Werbad's puzzles seemed like good challenges, so I spend a relaxed Sunday solving some Rubicon again:

Encryption Hash ([level]tukafur[/level]): [level]gikehuf[/level]
Change ([level]hucyzir[/level]): [level]jybatub[/level]
Change - Poor version ([level]sugazuz[/level]): [level]donidup[/level]
Rotation ([level]vagosuv[/level]): [level]fikivir[/level]
Messenger v2 ([level]gegygif[/level]): [level]gygapav[/level]
Merge ([level]notuber[/level]): [level]cagyfex[/level]
Surfing ([level]resugyd[/level]): [level]horabed[/level]
Fragments ([level]dugohok[/level]): [level]lehuzen[/level]
Cubicle ([level]gakopig[/level]): [level]tubacug[/level]

Surfing I liked especially. That's a very original puzzle; at first sight I thought it would be impossible. Only after I saw that jnz had posted a solution I figured what the trick could be.

Timbo (2008-04-22) For Morse Code ([level]hobegip[/level]): [level]kotubol[/level]

jf (2008-04-23) For Morse Code ([level]hobegip[/level]): [level]tekyhim[/level]

That is a very good puzzle. Now, I'll have to spend some time understanding the other solutions. Timbo's solution is quite impressive in it's visual simplicity.

Rene (2008-04-23)
For Troubled Waters ([level]xonogod[/level]): [level]cahatod[/level]

That's an amazing puzzle.
It took me a long time to figure out what pattern to detect. If you detect the wrong pattern (as I did at the start), there is no real indication what is wrong  :-[
Then it took a while to correctly combine the right barrels in the machinery in the short time that is available. And in the end I figured there was 2 ticks more time available than I thought there was  :-X
But all was forgiven when I saw the little dozer skipping all the fires and pitholes and reach the target  ;D

immibis (2008-04-24) For Mass Production: [level]baxidiz[/level]
Mass Production v2: [level]lyhizyz[/level]
Mass Production v3: [level]matehig[/level]
Mass Production v4: [level]kizuxul[/level]
Dictionary: [level]fegerep[/level]
Swap: [level]firofih[/level]

Rene (2008-04-25)
For Full Speed ([level]divosyb[/level]): [level]jugafas[/level]

immibis (2008-05-09) For Inspection Line: [level]biryguh[/level]

Werbad (2008-05-17) New Puzzle:
Selection [level]hygityk[/level]

immibis (2008-05-18) For Selection: [level]degaxoz[/level] (depends on the numbers generated)

jnz (2008-05-18) For Selection ([level]hygityk[/level]): [level]karenyl[/level]

Werbad (2008-05-18) My solution: [level]dylasol[/level]
Pretty similar to your solution jnz.

New Puzzles:
Safehouse [level]lolokir[/level]
Safehouse 2 [level]dynozim[/level]

Rene (2008-05-19) For Selection ([level]hygityk[/level]): [level]zylytol[/level]
For Safehouse ([level]lolokir[/level]): [level]muleryx[/level]
For Safehouse 2 ([level]dynozim[/level]): [level]bitevid[/level]

immibis (2008-05-21) For Safehouse: [level]cidekyb[/level]
I don't see any real difference between Safehouse and Safehouse 2, Werbad, what is the intention?

Werbad (2008-05-21) Safehouse 2 has a major difference: [spoiler]Instead of ? +- x it's x +- ?[/spoiler]
And I think you forgot a girder in your solution...

My solutions:
For Safehouse ([level]lolokir[/level]): [level]nyxizab[/level]
For Safehouse 2 ([level]dynozim[/level]): [level]pelonym[/level]

immibis (2008-05-22) Oops. [level]radedum[/level] fixes that

Werbad (2008-05-22) New Puzzle:
Garbage Collection [level]hibigok[/level], [level]dubutym[/level]

Not sure if the first is possible...

jnz (2008-05-22) For Garbage Collection ([level]hibigok[/level] or [level]dubutym[/level]): [level]nyxitop[/level]

Rene (2008-05-22) For Garbage Collection (both): [level]kemugad[/level]

Not what you intended, but hey, everything goes in Love and Rubicon, right?
edit: it's the same as jnz's solution

Werbad (2008-05-22) Ok, fixed it:
Garbage Collection v2 [level]vacysak[/level]

immibis (2008-05-23) Garbage Collection (both): [level]cogyfox[/level]. And the difference between them is?

Werbad (2008-05-23) The difference was the changed crate order, now go solve the fixed version.

sly (2008-05-23) I'm currently having incredible difficulty solving this puzzle (and it may be just me lol) but it seems that [spoiler]It requires a mechanism of some sort capable of adding four crates without using any adders. I have an idea of how to do that but it would require copiers.[/spoiler]

Timbo (2008-05-23) For Garbage Collection v2 ([level]vacysak[/level]): [level]dobezex[/level]
I agree with sly: [spoiler]The problem is adding without using any adder. But you have to add 5 values. It doesn't make it easier that you don't have copiers and you only have half the screen[/spoiler]

Werbad (2008-05-23) Nice work! The level turned out a little harder than I first imagined.
My solution:
For Garbage Collection v2 ([level]vacysak[/level]): [level]kycofav[/level]

And a new puzzle:
Break [level]visaguz[/level]

jf (2008-05-24) For Safehouse ([level]lolokir[/level]): [level]kexabok[/level]. Very interesting puzzle, Werbad.

Rene (2008-05-26) For Garbage Collection v2 ([level]vacysak[/level]): [level]dyxunig[/level]

Werbad (2008-05-27) New Puzzle:
Zero Point [level]tozefif[/level]
Shouldn't be too hard for most people.

jnz (2008-05-27) For Zero Point ([level]tozefif[/level]): [level]gotanuk[/level]

jf (2008-05-27) For Garbage Collection v2 ([level]vacysak[/level]): [level]dudedag[/level]

[quote author=Timbo link=topic=302.msg3853#msg3853 date=1211573292]
I agree with sly: [spoiler]The problem is adding without using any adder. But you have to add 5 values. It doesn't make it easier that you don't have copiers and you only have half the screen[/spoiler]
[/quote]

I didn't [spoiler]add anything[/spoiler] -- I use a [spoiler]simple timing mechanism to capture a crate at the opportune moment[/spoiler].

Werbad (2008-05-27) That's a very nice solution jf!

I have currently found 2 different ways for solving Zero Point: [level]gozanuz[/level] and [level]kogupog[/level]
The first solution is what I first intended, but I couldn't find any good way of preventing the second way...

jf (2008-05-27) [quote author=Werbad link=topic=302.msg3868#msg3868 date=1211919510]
That's a very nice solution jf!

I have currently found 2 different ways for solving Zero Point: [level]gozanuz[/level] and [level]kogupog[/level]
The first solution is what I first intended, but I couldn't find any good way of preventing the second way...
[/quote]

Here is a solution for Zero Point: [level]gudybag[/level]. It's along the same lines as kogupog. I was trying a gozanuz-style solution when I impatiently switched to gudybag, and then looked at your solutions--so I won't be attempting the gozanuz-style solution now.  :)

Werbad (2008-05-27) I would say that gudybag uses a different approach than kogupog to get a 0 crate.
gozanuz uses [spoiler]? + ? = 0[/spoiler]
kogupog uses [spoiler]? ^ 2 ^ 2 ^ 2 ^ 2 = 0[/spoiler]
gudybag uses [spoiler]? * 16 = 0[/spoiler]

Which means that we currently have 3 different solutions for the level.

immibis (2008-05-28) For Zero Point ([level]tozefif[/level]): [level]dizulog[/level], and [level]begozig[/level]

Timbo (2008-05-28) For Zero Point([level]tozefif[/level]): [level]dehyhox[/level](15 ticks)
It uses [spoiler]a little bit Fibonacci: ?+?+?+2?+3?+5?+3?=0[/spoiler]

Werbad (2008-05-28) 7 ticks: [level]bubyzug[/level]
A gozanuz style solution, might be possible to do even faster.

jf (2008-05-29) For Break ([level]visaguz[/level]): [level]hubytig[/level]

That was a very tough one, and it's very difficult to test.

My design: [spoiler]I drop a repeating stream of F to 0 on the "moving" value, with a space between the F and the following 0. This gives a leftward burst of barrels leading with the matching value, and with the space, this works even if the moving value is F (without the space you would see just a continuous stream). I then trim all but the first value of each burst -- this identifies the current moving value. I watch the trigger, and each time it fires, I edit out a little bit of the "timeline" on both the left and right of the identification barrel stream.[/spoiler]

[spoiler]The edit is needed because when the moving value shifts, you can get a misread depending on where in the sequence it appears--for example, if the value becomes F, then any dropping barrel will start a new burst, which is a misread if it's not F. I have to edit on the left because I can't get the barrels up and over to the match test fast enough--editing out to the left is going back in time. Otherwise, it the moving value changes too quickly, I won't have time to catch it down on the bottom once the match is made.[/spoiler]

[spoiler]The match is a simple "subtract and it should be zero" test. When it matches, I open the catch valve.[/spoiler]

[spoiler]It's possible I made a mistake on the time window for editing. Switching the increment value from 4 to 2 increases the edit window. I lost patience counting ticks.[/spoiler]

[spoiler]One of the hardest pieces to get working is the time editor, which has to keep the erase head operating for a constant time from the last trigger, which means, a constant stream of triggers has to keep the erase head erasing, and it can't stop erasing until the constant time from the very last trigger.[/spoiler]

[spoiler]Due to the constantly looping test stream, it's possible to catch the value within a very short time, when by chance the stream just happens to cross the value and start a burst when the erase head is not erasing, so, a full drop of sixteen barrels is not necessary on any given moving crate.[/spoiler]

Werbad (2008-05-29) Nice work! It seems a little more complicated than my solution, looking at the explanation that is...

My solution: [level]kelibyp[/level]

[spoiler]In my solution I repeatedly drop x and x+1 onto the moving matcher with a 10 tick interval, where x is the target value. If the first barrel goes left it will move to the top of the device and will, if no break signal is received, unlock the target. If the second barrel goes left it will manually trigger a break signal thus invalidating the first barrel. Since the 'F' case doesn't have a x+1 value this barrel is simply not included. I reset the break switch every 10th tick, just after the first barrel has passed[/spoiler]

Edit:
Made a faster version of my previous solution: [level]tumahyk[/level]
It shouldn't be possible to check the crates any faster than this.

[spoiler]This time I throw a constant flow of x and x+1 onto the matcher. This gives a 4 tick cycle compared to my 10 tick cycle in my previous solution. If x goes left it will position itself into the row of crates at the top. If x+1 goes left it will temporarily remove one crate from the row. Since the check is so fast, the only time I need to break the operation is if the check crate changed in between the two checks. Every fourth tick a dozer will push the row of crates, and if it is complete it will unlock the target.

Timing is the key![/spoiler]


New puzzle:
Fire Escape [level]sobexeg[/level]

Werbad (2008-06-02) New Puzzle:
Make me some C0FFEE: [level]tabivex[/level]

Rene (2008-06-02) For Break ([level]visaguz[/level]): [level]sudebek[/level]

[spoiler]I managed to test on both x and x+1 within the 2 ticks that the moving crate is showing. This enables me to ignore the "new crate" key, which means I do not need to bother with reseting the machine. The machine correctly matches even if the correct crate is within a stream of other crates (try setting the 'D' to '0' instead). The hardest part was to get the exception 'F' to work.[/spoiler]

jf (2008-06-03) [quote author=Rene link=topic=302.msg3885#msg3885 date=1212444383]
For Break ([level]visaguz[/level]): [level]sudebek[/level]

[spoiler]I managed to test on both x and x+1 within the 2 ticks that the moving crate is showing. This enables me to ignore the "new crate" key, which means I do not need to bother with reseting the machine. The machine correctly matches even if the correct crate is within a stream of other crates (try setting the 'D' to '0' instead). The hardest part was to get the exception 'F' to work.[/spoiler]
[/quote]

I am intrigued -- I will find time to attempt a similar solution based on the spoiler alone, before looking at the solution.

On another note, for Fire Escape ([level]sobexeg[/level]): [level]dekomag[/level]

Werbad (2008-06-03) If I'd known that was possible I wouldn't have added the break key... Nice work Rene.

And for Fire Escape: [level]tupaled[/level]

Rene (2008-06-03) [quote author=Werbad link=topic=302.msg3888#msg3888 date=1212474115]
If I'd known that was possible I wouldn't have added the break key... Nice work Rene.
[/quote]

Thanks. I am actually most pleased with [spoiler]the simply way I found to detect a single barrel coming out of the detector, but ignore 2 in a row[/spoiler].

For Fire Escape ([level]sobexeg[/level]): [level]sagulag[/level]
For Coffee ([level]tabivex[/level]): [level]zucahug[/level]

[spoiler]I used a computer program to compute the correct sequence, and then implemented an automata for the solution.[/spoiler]

jnz (2008-06-03) For Make me some C0FFEE ([level]tabivex[/level]): [level]mygahul[/level]
[spoiler]Like Rene, I also used a program to find an input sequence[/spoiler]

Werbad (2008-06-04) Nice work for C0FFEE, I seem to have lost my solution though...
I really like jnz solution, makes it seem so easy.

Werbad (2008-06-06) New Puzzle:
Exclusive [level]zugagag[/level]

It is theoretically possible, but I currently have no solution for it.

jf (2008-06-07) For Exclusive ([level]zugagag[/level]): [level]magiguc[/level]

[spoiler]It's a low-tech approach, if you don't mind the wait. I'll see if I can come up with a high-tech solution too.[/spoiler]

jnz (2008-06-07) For Exclusive ([level]zugagag[/level]): [level]kozobeg[/level].  Simple and slow.
jf: [level]magiguc[/level] will fail by [spoiler]putting a 0 barrel on the matcher[/spoiler] when [spoiler]the output is (X+1 barrel, X-1 barrel, X crate) or (X crate, X+1 barrel, X+2 barrel)[/spoiler].

Werbad (2008-06-07) kozobeg fails on Barrel 0, Crate 1, Barrel 2...

jnz (2008-06-07) [quote author=Werbad link=topic=302.msg3907#msg3907 date=1212804532]
kozobeg fails on Barrel 0, Crate 1, Barrel 2...
[/quote]
Ah, so it does.  Let's try again:
For Exclusive ([level]zugagag[/level]): [level]cepogud[/level]

jf (2008-06-07) [quote author=jnz link=topic=302.msg3906#msg3906 date=1212803109]
For Exclusive ([level]zugagag[/level]): [level]kozobeg[/level].  Simple and slow.
jf: [level]magiguc[/level] will fail by [spoiler]putting a 0 barrel on the matcher[/spoiler] when [spoiler]the output is (X+1 barrel, X-1 barrel, X crate) or (X crate, X+1 barrel, X+2 barrel)[/spoiler].
[/quote]

I could probably fix that, but instead, I created a high-tech solution:

For Exclusive ([level]zugagag[/level]): [level]fykupys[/level]

This solves on [spoiler]the first set of numbers which is not a pair or a straight (poker terms)[/spoiler], which is as fast as it gets.

Rene (2008-06-07) For Exclusive ([level]zugagag[/level]): [level]felobox[/level]

It's also slow and low-tech.

TTTPPP (2008-06-07) For Exclusive ([level]zuqaqaq[/level]) I've made [level]didogiv[/level] which is certainly slow and low tech.  Not only that, but I think it should occasionally fail.

The aim is [spoiler]to take the first of the three outputs only when the ? crates near the bottom are bigger than C to release crate, barrel, barrel as soon as they arrive, and discard anything else.[/spoiler]

I tried [spoiler]replacing the C barrel in the mechanism with a 3 or 4 barrel to speed up testing the level, and it seems to fail occasionally, which should be even less frequently with the C barrel.[/spoiler]

Werbad (2008-06-07) New Version:
Exclusive 2 [level]gusinyz[/level]

I made the resupply manual and made the machine break down if a resupply is received after a valid output, making low-tech solutions impossible.
Also thought I'd mention that the original version of the puzzle featured 2 random barrels. But since it almost never gave a valid output I reduced it to 1.

jf (2008-06-08) For Exclusive 2 ([level]gusinyz[/level]): [level]xotyrif[/level]

I improved my design. [spoiler]I calculate the difference for each of three unique pairs of the three outputs. If two pairs generate 1 or F, a resupply is triggered, otherwise if a single pair generates 1 or F, the result selects one value of the pair to solve.[/spoiler]

Rene (2008-06-08) [quote author=jf link=topic=302.msg3913#msg3913 date=1212909951]
For Exclusive 2 ([level]gusinyz[/level]): [level]xotyrif[/level]

I improved my design. [spoiler]I calculate the difference for each of three unique pairs of the three outputs. If two pairs generate 1 or F, a resupply is triggered, otherwise if a single pair generates 1 or F, the result selects one value of the pair to solve.[/spoiler]
[/quote]

For Exclusive 2 ([level]gusinyz[/level]): [level]naronid[/level]

I admit that I looked at JF's spoiler before attempting a solution.
Edit: small improvement: [level]xabivyn[/level] also correctly picks the crate when the two barrels are the same (at least in 2/3 of the cases)

Werbad (2008-06-10) New Puzzle:
Exclusive 3 [s][level]xinorex[/level][/s] [level]zyzaduf[/level] (Produced boring output...)

TTTPPP (2008-06-11) For Exclusive 3 ([level]zyzaduf[/level]): [level]nugubob[/level]

jf (2008-06-11) For Exclusive 3 ([level]zyzaduf[/level]): [level]mebadod[/level]

Werbad (2008-06-11) Seems like we all used different approaches for the level...
My solution: [level]didycek[/level]

Rene (2008-06-11)
For Exclusive 3 ([level]zyzaduf[/level]): [level]xoguled[/level]

immibis (2008-06-16) For Exclusive 3: [s][level]zidoduc[/level][/s] [level]sypigif[/level]. I think this solution just might approach [level]bidaril[/level] in complexity (bidaril is my solution to Son of Hockey Stick).

What it does is:
[spoiler]
Finds out if the first value is the crate, by working out if b + c + d - 3a (where a,b,c,d are the values) = 6
If not, it rearranges the values and puts them back into the machine.
If it is, it floods the machine with 6's which causes the crate to fall onto the target matcher.
[/spoiler]

Also note I haven't tested it for all values of the random crate, so it might not work for some.

Edit: Just noticed that the [spoiler]device to rearrange the crates/barrels[/spoiler] in the top left corner occasionally fails and only delivers 2 of the 4 crates. If it does then restart the solution. This is probably the worst part of the solution and something that rearranges the crates so that 1234 becomes 4123 would be much much better, but I don't know how to fit it into the small space. I think this one also fails often on F, 6 and 5.

Edit 2: Fixed many problems ([level]sypigif[/level])

Werbad (2008-06-16) New Puzzle:
Routing Problems [level]rynidoh[/level]

And I really like Rene's solution for Exclusive 3. Never thought such a simple solution would be possible.

immibis (2008-06-17) Unsolvable. Every time a new crate is input into the machine there will be no crate above the matcher for one tick.

Edit: ....or not? Some quirk of Rubicon physics allows this.

Werbad (2008-06-17) The level is fully possible. The packer trick is something I picked up at one of Rene's puzzles.

Rene (2008-06-17)
For Routing Problems ([level]rynidoh[/level]): [level]pufybec[/level]

You like to make them difficult, don't you  ;)

[spoiler]The problem is not really routing the crates, but getting them to the output fast enough. There is exactly one tick too little to get them straight from input to output.[/spoiler]

Werbad (2008-06-17) Nice work. As usual my solution is a lot messier than yours...
My solution: [level]picadyz[/level]
[spoiler]I actually had the crates going a little too fast at the beginning.[/spoiler]

I didn't intend for the level to be as tricky as it eventually became, my fixes destroyed some of the original design...

Werbad (2008-06-24) New Puzzle:
Cyclops [level]hagilid[/level]

Once again I managed to make it way harder than I first imagined...

Rene (2008-07-10) [quote author=Werbad link=topic=302.msg3952#msg3952 date=1214341939]
New Puzzle:
Cyclops [level]hagilid[/level]

Once again I managed to make it way harder than I first imagined...
[/quote]

Mmmmm.... that was very hard indeed  :(
[spoiler]The basic mechanism to get information across the eye from both sides was fun to work out. But the timing was a real pain in the @*$[/spoiler]

For Cyclops ([level]hagilid[/level]): [level]jibizux[/level]

Werbad (2008-07-26) New Easier Puzzles:
Lift [level]lihamav[/level]
Battlefield [level]gybixah[/level]

As for Cyclops, I thought I had a working solution, but it appears it was flawed... So I won't post it unless I manage to fix it...

Edit:
A little harder puzzle:
Shift Worker [level]zidevud[/level]

jnz (2008-07-29) For Lift ([level]lihamav[/level]): [level]dusulut[/level]
For Battlefield ([level]gybixah[/level]): [level]nubidud[/level]
[s]Still working on Shift Worker[/s]
Edit: For Shift Worker ([level]zidevud[/level]): [level]nulydex[/level]

Werbad (2008-07-30) Nice work!

My solutions:
For Battlefield ([level]gybixah[/level]): [level]mivynag[/level]
For Shift Worker ([level]zidevud[/level]): [level]dodibys[/level]

It seems that I forgot to save my Lift solution, but it was basically the same as yours.

Werbad (2008-08-02) New Puzzle:
Full Speed Delivery [level]byruzir[/level]

Edit:
I have finally managed to solve what I think is the ultimate stream reproduction puzzle, so here it is:
Ultimate Reproduction Cycle [level]nabudov[/level]
It is far from easy and I don't expect many people to solve it.

jnz (2008-08-03) For Full Speed Delivery ([level]byruzir[/level]): [level]beruhys[/level]
Of course if I needed a few more ticks I could have always done this: [level]foferuf[/level]

Werbad (2008-08-03) I should have known there was a way to mess up the timer... Thankfully, you didn't use it in your solution.
My solution: [level]padatyl[/level]

Rene (2008-08-05) For Lift ([level]lihamav[/level]): [level]gygevul[/level]
For Battlefield ([level]gybixah[/level]): [level]hohyzem[/level]
For Shift Worker ([level]zidevud[/level]): [level]gididog[/level]

I love jnz's solution to Shift Worker. I never thought of [spoiler]transporting 2 crates at a time[/spoiler].

Rene (2008-08-17) I finally had an attempt at Ultimate Reproduction Cycle ([level]nabudov[/level]), and almost solved it. The solution does actually work completely, but I was forced to re-order the given crates to match my solution. I tried to initialize with the given order, but could not get that to work. Feel free to try it yourself.
I don't feel so bad about it, because I am guessing they were ordered in this peculiar way to match Werbad's solution anyways...  ;D

For Ultimate Reproduction Cycle ([level]nabudov[/level]): [level]nyrodyc[/level]

Looking forward to see Werbad's solution... I have been trying to reverse engineer a solution that matches the order of the crates, but did not succeed.

It is a nice puzzle that forced me to cover new grounds again
[spoiler]The "value range checker" I had not found before, and the simple trick at the bottom to delay the barrels one tick if they are larger than 7 was a new discovery as well.[/spoiler]

(by the way, I have 2 ticks to spare)

Werbad (2008-08-17) Nice work! You're right that the order of the crates match my solution.
My solution: [level]xyfyrig[/level]

I'm not going to bother explaining how it works though.

Rene (2008-08-17) [quote author=Werbad link=topic=302.msg3974#msg3974 date=1218978588]
Nice work! You're right that the order of the crates match my solution.
My solution: [level]xyfyrig[/level]

I'm not going to bother explaining how it works though.
[/quote]

That solution is just amazing! Very smart thinking...
You seem to have plenty of time to spare as well... I count at least 6 ticks, probably more with some restructuring

Werbad (2008-08-17) By using some more efficient structure and some 'kickers' I could probably shave off some more ticks. But I wanted to support alternative solutions as well...

Edit:
This inspired me to create a new puzzle:
Re-Arrangement: [level]dasohyd[/level]

Rene (2008-08-19)
For Re-arrangement ([level]dasohyd[/level]): [level]vanecuk[/level]

Werbad (2008-08-19) Now that made me feel like I overcomplicated the problem... A truly amazing solution!
My Solution: [level]serapag[/level]

It looks complicated but it was pretty fun to build.

Bucky (2008-08-20) Rearrangement([level]dasohyd[/level]):[level]syrygit[/level]

This solution isn't quite as [spoiler]generic[/spoiler] as it looks; fortunately, [spoiler]it works for that sequence.  And it's fast[/spoiler].

Werbad (2008-08-21) Made a new simpler solution, it is pretty fast, but using Bucky's method it can probably be done faster.
58 Ticks: [level]bytesix[/level]

Edit:
Using Bycky's method I got 44 ticks: [level]gexizit[/level]

Werbad (2008-09-15) New Puzzle:
Quicktime [level]husidyr[/level]

jnz (2008-09-16) For Quicktime ([level]husidyr[/level]): [level]hebedoc[/level].

Werbad (2008-09-16) I knew I should have banned Copiers...
Quicktime v2: [level]fukireg[/level]

Rene (2008-09-16) For Quicktime ([level]husidyr[/level]): [level]rizyras[/level]  (without adders - but with copiers)
For Quicktime v2 ([level]fukireg[/level]): [level]bemegoz[/level]

Werbad (2008-09-16) Nice work! As an extra challenge you can try solving it using only 2 passages. It should be possible even without copiers.
My solution: [level]jidacah[/level] (should work for v2 as well with minor adjustments)

Edit:
A new day and new crates to deliver, you come to work just to realize some idiot has jammed the top gateway. Can you still deliver the crates on time?
Quicktime 2 [s]cavadad[/s][level]xatobut[/level]

Rene (2008-09-17) [quote author=Werbad link=topic=302.msg3995#msg3995 date=1221597010]
Nice work! As an extra challenge you can try solving it using only 2 passages. It should be possible even without copiers.
[/quote]

I can do better than that  ;)

For Quicktime v2 ([level]fukireg[/level]): [level]sigagan[/level] (using only 1 passage)

Werbad (2008-09-18) Nice find! Fixing...
Quicktime 2 v2 [level]xatobut[/level]

jf (2008-09-22) For Quicktime 2 v2 [level]xatobut[/level]: [level]kofifyt[/level]

For Shift Worker [level]zidevud[/level]: [level]bygusom[/level]

The puzzles have not gotten any easier while I've been away.

Werbad (2008-09-27) Nice work!
My solution for Quicktime 2: [level]hufedot[/level] (Works for v2 as well)

Rene (2008-09-27)
For Quicktime 2 v2 ([level]xatobut[/level]): [level]xetyped[/level]

No tricks this time

Werbad (2008-09-30) New Puzzle:
Scrambled Eggs [level]dehadoh[/level]
Currently I have no solution for it, but it is theoretically possible to solve. Bonus points if anyone solves it without gates as a main element.

Rene (2008-11-02)
For Scrambled Eggs ([level]dehadoh[/level]): [level]pihuvyd[/level]

Not one of my fastest solutions, but it does the job... ;)  No bonus points, either:
[spoiler]I first sort the crates, which would probably be considered using gates as "main element". Then I compare each crate with the left-most target. The highest one that moves to the left is the one that is equal to the target. The other targets are determined in the same way. [/spoiler]

Werbad (2008-11-03) My Current Solution: [level]lasidav[/level]
[spoiler]It relies entirely on the delay between the released crates. It's not the solution I had in mind, but it's currently my only working.[/spoiler]

immibis (2008-11-07) Werbad, your solution didn't work when I tried it. Screenshot: [url]http://www.mediafire.com/download.php?ykmyguxzcyz[/url]

Werbad (2008-11-07) Interesting. You didn't happen see what was the cause of it?

Edit:
It breaks if the feed is too fast...
Fixed Version [level]tuvesux[/level]
[spoiler]Just needed to adjust the timing for the top feed[/spoiler]

Werbad (2008-11-10) New Puzzles:
Speed Test: [level]segugyb[/level]
Speed Test 2: [level]jepycad[/level]
Speed Test 3: [level]hakefuh[/level]

First one should be easy for the more experienced players. I've been close to solving the second one, but I have yet to find a working solution for it.

Edit:
Solved the second one. For the third I've managed to retrieve 3/4 bits.

Werbad (2008-11-24) New Puzzles:
The Safe [level]kikorom[/level]
The Safe (Hard) [level]xakudyc[/level]

Anyone tried the speed test levels yet?

Twee (2008-11-24) [quote author=Werbad link=topic=302.msg4073#msg4073 date=1227540717]
Anyone tried the speed test levels yet?
[/quote]

I still haven't cracked "Quickpeek" [level]pycezod[/level].  :P

immibis (2008-11-25) For Change: [level]lymytuz[/level]

jf (2008-12-01) For The Safe Hard ([level]xakudyc[/level]): [level]muxufug[/level]

That's a tough one! It's a grueling exercise in timing and miniaturization. Now I know why I don't have any time to catch up on Rubicon puzzles -- the little Rubicon time that I do have now and then gets eaten up in the Werbad puzzle thread. My other Werbad solutions-in-progress will have to wait for another day.

My solution takes its sweet time to solve, not due to waste -- once I've matched any value, I lock that one down to the end -- but because it seems to take forever to get that last, third number dialed in. [spoiler]Each sweep of the combination takes 256 ticks, and the sequential adding of random numbers doesn't seem to produce an even distribution when I'm watching for it to finally match! I suspect a gremlin.[/spoiler]

My design: [spoiler]I detect the values up top in a periodic sweep, and send them down to the bottom for comparison, only spinning the dials for the misses and keeping the matched values locked in place. Each sweep takes 128 ticks due to the design of the sweeping mechanism, and every other sweep is garbage due to timing conflicts with the spinning of unmatched dials, so every other sweep is discarded, giving a period of 256 ticks.[/spoiler]

Without revealing the design, here is how many of the up or down pipes I used: [spoiler]Just one down pipe is used.[/spoiler]  ;)

Werbad (2008-12-01) Nice work on that one!
My solution: [level]hupifal[/level]

I see that we used pretty different ways for solving the level though. My solution uses [spoiler]3 up and 2 down[/spoiler] pipes.

My solution is kind of complex:
[spoiler]The basic idea is that I check each target one at a time. I drop X and X+1 onto the gate at the top and count the number of barrels that went left. If the result was 0 or 2 I spin the dials. Otherwise I move on to the next barrel. The solution is made up of a lot of smaller sub-systems, all which are pretty complex. I'm not going to explain how all of them work though.[/spoiler]

Note: Last time I tried it I had to wait for 15 minutes before it solved.

Edit:
My solution for the 'Easy' version: [level]mypodes[/level]

And a new Puzzle:
Match 3: [level]nubidus[/level]

jf (2008-12-01) Nice design. I especially like the samplers with their [spoiler]dozer delay[/spoiler].

For Match 3 [spoiler]I tried a brute-force technique: let's just hope it solves one day![/spoiler] : [level]hakisyh[/level]

Edit: Well, I left it running all afternoon and into the evening, and I just checked on it: Solved in 152404 ticks. How long is that in dog years? And, what will I spend all this money on...

Werbad (2008-12-03) Due to the extremely low chance of getting useful crates out of the former machine(~2%) I made a new one.

Match 2-2: [level]ruhocic[/level]
And the hardcore version:
Match 4-2: [level]pepiral[/level]

jf (2008-12-04) For Match 4-2: [level]gicizez[/level]

Good puzzle, Werbad. This time I tried for more elegance.

jf (2008-12-08) For Re-Arrangement [level]dasohyd[/level]: [level]dizymit[/level].

But, how can you top Rene's solution [level]vanecuk[/level]?

Werbad (2008-12-09) I stopped trying to find a faster solution and made this basic one:
For Match 4-2 ([level]pepiral[/level]): [level]pilenax[/level]

New Puzzle:
Squareroot [s][level]hediped[/level][/s] [level]dugygup[/level] (If someone finds a definite solution for the first version I will restore it.)
Squareroot Variation [level]hymyzag[/level]

Twee (2008-12-11) for "Squareroot Variation" ([level]hymyzag[/level]): [level]gacysyv[/level]
Edit: here's a stripped down version of [level]gacysyv[/level] that solves "Squareroot v2" ([level]dugygup[/level]), albeit painfully slowly: [level]tudizyz[/level].

Werbad (2008-12-12) Nice work! I especially like how you used [spoiler]a ramp to lock down the dozer at the end[/spoiler].

My solutions:
For Squareroot v2:  [level]lupyxyp[/level]
For Squareroot Variation:  [level]zurugel[/level]

New Versions:
Squareroot 2: [level]sidydyb[/level]
Squareroot 2 Variation: [level]cigasar[/level]

And I have a new puzzle [s]I cannot find a good name for[/s]:
Bingo: [level]luvogab[/level]

Twee (2008-12-13) Thanks, that was my favorite component. I like your method for stopping the program also. I'm looking forward to taking a crack at Squareroot 2.

for Unnamed ([level]luvogab[/level]) [level]xykodys[/level]
You could call it "Bingo" because the starting square of crates and barrels resembles a bingo card. This puzzle was the perfect difficulty for me after an extra tiring day at work.

Thanks for the puzzles.

Werbad (2008-12-13) My solution: [level]galegaf[/level]

And I just solved Squareroot 2 Variation. Squarreroot 2 will be a pain to solve, unless I find another method.

Edit:
Solved Squareroot 2 as well.

jf (2008-12-13) For Bingo [level]luvogab[/level]: [level]lygyrab[/level]

Werbad (2008-12-13) New Puzzles:
Garbage Collection Revisited: [level]cokihys[/level]
4-bit Difference: [level]gafylid[/level]

Twee (2008-12-15) For "Garbage Collection Revisited" ([level]cokihys[/level]): [level]lececyg[/level]

Werbad (2008-12-17) New Puzzles:
Underflow Protection: [level]habitah[/level]
Underflow Protection 2: [level]muzidim[/level]
Odd Problem: [level]devupok[/level]
Odd Problem 2: [level]byrurac[/level]

jf (2008-12-18) For Odd Problem [level]devupok[/level]: [level]mybyhel[/level]
For Odd Problem 2 [level]byrurac[/level]: [level]somomyr[/level]
For Underflow Protection [level]habitah[/level] : [level]dasoloc[/level]
For Underflow Protection 2 [level]muzidim[/level]: [level]nazarov[/level]

Twee (2008-12-18) for Odd Problem: ([level]devupok[/level]): [level]tekenyc[/level]
for Odd Problem 2: ([level]byrurac[/level]): [level]cyfokup[/level]

Werbad (2008-12-19) Hmm, it never occured to me that you could collect F's for Odd Problem 2.... Kind of overcomplicated that one.

My Solution: [level]pisepyz[/level]

I won't post my solution for Underflow Protection 2 since it kind of spoils the intended solution for this new puzzle:

Underflow Protection 3: [level]morezyh[/level]

Bucky (2008-12-19) Underflow Protection([level]habitah[/level]):[level]xetates[/level]

jf (2008-12-19) For Underflow Protection 3 [level]morezyh[/level]: [level]folypol[/level]

For Squareroot 2 [level]sidydyb[/level]: [level]fanatat[/level]

For Squareroot v2 [level]dugygup[/level]: [level]monulom[/level]

Werbad (2008-12-20) Nice work!
Bucky's Underflow Protection solution is what I first intended for the level, then I realized it could be done faster and made the second and third levels.

My Solutions:
For Underflow Protection ([level]habitah[/level]): [level]dygulig[/level]
For Underflow Protection 2 ([level]muzidim[/level]): [level]gygodyg[/level]
For Underflow Protection 3 ([level]morezyh[/level]): [level]bokedur[/level]

And because I had nothing better to do I recreated my Underflow 2 Solution for Underflow 3:
For Underflow Protection 3 ([level]morezyh[/level]): [level]gepyvyh[/level]

Squareroot solutions:
For Squareroot 2 ([level]sidydyb[/level]): [level]kaposag[/level]
For Squareroot 2 Variation ([level]cigasar[/level]): [level]sogelok[/level]

Edit:
New Puzzle:
Warehouse [level]nasifut[/level]

jf (2008-12-22) Nice work with [level]pisepyz[/level]. For [level]gygodyg[/level] and [level]gepyvyh[/level], that's just crazy. Great solutions.

For Warehouse, [spoiler]space is too tight on the right![/spoiler] Argh! But I managed to solve it: for Warehouse [level]nasifut[/level]: [level]nikezip[/level]

Rene (2008-12-23) That was a tough one!
Or I may just be rusty, because it's been a while since I have played Rubicon. Here is my solution:

For Warehouse ([level]nasifut[/level]): [level]gapibob[/level]

Werbad (2008-12-23) Nice work!

My solution: [level]metydap[/level]
Pretty similar setup as jf's solution, though I had no problem with [spoiler]space to the right[/spoiler].

I have no idea how Rene's solution works though.

immibis (2008-12-31) Werbad, on your first post [level]rebexer[/level] is listed as both "Shuffle" (which it is) and "Selection" (which it is not).

Werbad (2008-12-31) Fixed. I also added all newer puzzles to the list.

Edit:
New Puzzle:
Pitfall [level]kasykug[/level]

Made an easy one this time.

jf (2008-12-31) For Pitfall [level]kasykug[/level]: [level]vadafyl[/level].

[spoiler]I had just seen the "dipping" pattern in Rene's gapibob.[/spoiler]

Bucky (2008-12-31) Pitfall([level]kasykug[/level]):[level]bolibal[/level]

immibis (2008-12-31) For Pitfall: [level]jipyfup[/level]

Twee (2008-12-31) For "Pitfall" ([level]kasykug[/level]): [level]posedal[/level]

It's simple and slow; but all I have time for now.

Werbad (2009-01-01) Nice Work Everyone!
My solution: [level]byguvoh[/level]

immibis (2009-01-02) For Odd Problem: [level]rukizuv[/level]

Werbad (2009-01-02) New Puzzle:
Uneven Multiplication [level]ganexod[/level]

What the machine does: [spoiler]The machine will output a series of random crates multiplied by a fixed, odd number. The first crate out is the one 'matching' the target crate.[/spoiler]
Hint: [spoiler]0 and 1 is not included in the stream of random crates, so try to figure out these values to find the multiplier.[/spoiler]

Bucky (2009-01-02) partial solution to Uneven([level]ganexod[/level]):[level]nygobux[/level].  It produces the barrel which you need to multiply the first crate by.

Werbad (2009-01-02) You do realize that barrel gets randomly picked every time, right? There's a random delay before the machine starts working to prevent timed solutions.

jf (2009-01-03) For Uneven Multiplication [level]ganexod[/level]: [level]mofiziz[/level]

Rene (2009-01-06) For Uneven Multiplication ([level]ganexod[/level]): [level]dabilub[/level]

Edit: I used the same principle as JF

Werbad (2009-01-07) I used a slightly different method to get the target crate. [spoiler]After finding out the multiplier I create all possible multiples and extract the index of the one that matches the first output[/spoiler]
My solution: [level]pykitis[/level]

Rene (2009-01-07) [quote author=Werbad link=topic=302.msg4165#msg4165 date=1231316709]
I used a slightly different method to get the target crate. [spoiler]After finding out the multiplier I create all possible multiples and extract the index of the one that matches the first output[/spoiler]
My solution: [level]pykitis[/level]
[/quote]

Funny mechanism you have at the bottom, with the cycling list of values. That must be usable for more purposes...
BTW, you solution fails when the target crate is 'F' (which happened the first two times I run your machine, talk about Murphy). It then produces a '7' instead of 'F'. Not sure why.

Werbad (2009-01-07) Hmm it's probably the 8- part that's wrong. I did some last minute optimizations, removing all even numbers from the cycle, and that seems to have messed it up.
Original solution: [level]fomyget[/level]

Edit:
I just noticed that your solution fails if the target crate is 1. It's really easy to fix though, just [spoiler]don't let the first crate pass through the multiplier checking system[/spoiler]

Rene (2009-01-07) [quote author=Werbad link=topic=302.msg4167#msg4167 date=1231359833]
Hmm it's probably the 8- part that's wrong. I did some last minute optimizations, removing all even numbers from the cycle, and that seems to have messed it up.
Original solution: [level]fomyget[/level]
[/quote]
Correct. The '8' should be '0' instead (all numbers add up to 8, modulo 16, but the uneven numbers on their own add up to 0). Strange that it did work for other targets, though.

[quote author=Werbad link=topic=302.msg4167#msg4167 date=1231359833]
Edit:
I just noticed that your solution fails if the target crate is 1. It's really easy to fix though, just [spoiler]don't let the first crate pass through the multiplier checking system[/spoiler]
[/quote]
Mmm, did not think of that. You're correct of course.

Here is my solution for Pitfall ([level]kasykug[/level]): [level]manusup[/level]
And for Underflow Protection 2 ([level]muzidim[/level]): [level]hidomoz[/level]
And Underflow Protection 3 ([level]morezyh[/level]): [level]dadatar[/level]

jf (2009-01-08) Very stylish solutions, Rene. They have inspired me to simplify my solution to 4-bit Difference.

For 4-bit Difference [level]gafylid[/level]: [level]xagoxat[/level]

Werbad (2009-01-08) Nice one. I'm pretty sure I never posted my solution for that one: [level]gedybem[/level]

Rene (2009-01-10) [quote author=jf link=topic=302.msg4169#msg4169 date=1231443106]
Very stylish solutions, Rene. They have inspired me to simplify my solution to 4-bit Difference.
[/quote]

Thanks. I am especially proud of [level]hidomoz[/level]. It took surprisingly long to construct, though.
As I did not solve 4-bit Difference yet, I had a go at that one as well. That's a very hard puzzle!

For 4-bit Difference ([level]gafylid[/level]): [level]jepanot[/level]

[spoiler]I tried with a look-up table first, but did not get that to work. Then I found this pattern that allowed a solution without look-up table.[/spoiler]

Werbad (2009-01-12) New Puzzle:
Match Maker [level]gamogyr[/level]

Rene (2009-01-13) [quote author=Werbad link=topic=302.msg4181#msg4181 date=1231778150]
New Puzzle:
Match Maker [level]gamogyr[/level]
[/quote]

Ough. That is going to be a tough one...

But I managed ! This has really been my cross for the past week. The solution is an intricate timing exercize. It is a bit slow, but gets the job done! The slowest is probably combination 2355 (read from bottom to top), which happens to be solved in 5233 ticks, peculiar enough.
But it was fun; I learned a number of new tricks on the way, which is surprising after the number of puzzles I have already done.

For Match Maker ([level]gamogyr[/level]): [level]hydehyz[/level]

This must have the largest number of ways to block/unblock a pipe in a single solution:
[spoiler][list]
[li]a normal dozer draw[/li]
[li]a 2-tick fibrating barrel[/li]
[li]a door key triggered by a barrel[/li]
[li]a door key triggered by a dozer[/li]
[li]with the passing dozer[/li]
[li]with a passing barrel[/li]
[li]with a stationary barrel removed by an adder[/li]
[/list][/spoiler]

I am looking forward to seeing Werbads solution  :)

Werbad (2009-01-20) Actually, I just solved it myself just now. When I posted the level I had just confirmed it was possible, and hadn't started any solution yet. It took a while, but here's my solution: [level]zaxotob[/level]

We seem to use the same basic idea for creating the target crates, but I reused my cycler device to check the crates.

The only thing I'm worried about is that the solution might not work in all cases since I skip the 0-crate. If it doesn't I'll have to use a completely different approach...

Edit:
New Puzzle:
Timelimit [level]hacuzot[/level]

Edit:
And Another:
Controller [s]sokixep[/s] [level]dodenaf[/level] (I have no solution for this one yet)

Rene (2009-01-25) [quote author=Werbad link=topic=302.msg4183#msg4183 date=1232467269]
Actually, I just solved it myself just now. When I posted the level I had just confirmed it was possible, and hadn't started any solution yet. It took a while, but here's my solution: [level]zaxotob[/level]

We seem to use the same basic idea for creating the target crates, but I reused my cycler device to check the crates.

The only thing I'm worried about is that the solution might not work in all cases since I skip the 0-crate. If it doesn't I'll have to use a completely different approach...
[/quote]

Pretty impressive, Werbad! I started out with something like that, but could not keep track of the complexity in my head.
Your solution will work, even without the 0:
[spoiler]Without using the 0, each target value can be made with 14 different combinations of two crates. Each crate that is used takes out two of those combinations. After 3 target values, 6 crates have been used, and maximum 12 combinations have been taken out. Therefore, at least two combinations remain for the 4th target value.
[/spoiler]

[quote]
Edit:
New Puzzle:
Timelimit [level]hacuzot[/level]

Edit:
And Another:
Controller [level]sokixep[/level] (I have no solution for this one yet)
[/quote]

For Timelimit ([level]hacuzot[/level]): [level]gynymur[/level]

Controller is actually not possible to solve. The falling row of crates prevents the left-most selector from working. In my solution I have adapted the puzzle by placing a furnace on top of the top-most turn signal.

For Controller ([level]sokixep[/level]): [level]pibomif[/level]

Werbad (2009-01-25) Actually, there's a problem with even crates:
[spoiler]Since some sums are made by using the same number they don't have the 8 unique sums that odd crates do. For example, 4 can be made of the following 9 sums:
2+2, 3+1, 4+0, 5+F, 6+E, 7+D, 8+C, 9+B, A+A
Of these A+A and 2+2 are invalid, which leaves 7 sums. If we cannot use 0 one more sum is lost leaving 6. If all these six sums are destroyed by earlier steps it will fail to produce 4.[/spoiler]

For Timelimit you have once again made an excellent solution. You are very good at finding the simplest solutions to complex puzzles. My solution is not as pretty, but I just couldn't resist usinc my cycler device: [level]lefafaz[/level]

And I didn't notice the problem with the controller level, fixing...

jf (2009-02-04) I've just completed my solution for Cyclops ([level]hagilid[/level]): [level]vuhoneh[/level]

That puzzle was a monster.

[spoiler]I had started with two constantly moving streams detecting pulses across the eye, but moved to the start/stop winking you see in the solution. The period of 120 ticks was interesting to work with -- I wanted to keep everything time-based and not depend on the door key signals to avoid complexity, ironically.[/spoiler]

Edit: And for Timelimit ([level]hacuzot[/level]): [level]pitofov[/level] -- good puzzle!

Werbad (2009-02-05) New Puzzle:
Gateway [level]gifadoc[/level]
[s]Still working on this one.[/s] Solved it, awaiting your solutions...

jf (2009-02-07) For Gateway ([level]gifadoc[/level]): [level]xubagyd[/level]

Good puzzle!

Rene (2009-02-08) For Gateway ([level]gifadoc[/level]): [level]naparid[/level]

Man, what a tough one this was  :-\
Very original puzzle.
I see that JF has a much simpler and radically different approach.

EDIT: speeded up the solution: [level]didipuz[/level]

Werbad (2009-02-08) Nice work!
My solution: [level]ziriven[/level]
It uses the same approach as jf, which was the intended way to solve the puzzle. I figured Rene's way would be possible but I never had enough space to implement such a solution.

Werbad (2009-04-09) New Puzzles:
Devils Crate: [level]nefobic[/level]
Shift Period: [level]gudebeb[/level]

And some old level I found lying around, never managed to solve this one:
Spaceships: [level]febakyn[/level]

Twee (2009-04-09) Quick and dirty "Devil's Crate" ([level]nefobic[/level]) solution: [level]tubufeb[/level]. It makes use of a component which I just learned from your "One For All" solution:  A method for [spoiler] moving one barrel left from the top of a pipe[/spoiler] by [spoiler]using a gate with a right-conveyor to its left, and two zero-barrels on top.[/spoiler]. I don't recall ever seeing that before, but expect to use it many times in the future!

Edit: For "Shift Period"([level]gudebeb[/level]): [level]sinikyf[/level]. That was a tough one! My solution borrows Rene's [spoiler]template copier[/spoiler].

Werbad (2009-04-19) Nice Work! I kind of like your solution to Shift Period better though, it isn't as messy as mine.

My solutions:
For Devils Crate ([level]nefobic[/level]): [level]belitub[/level]
For Shift Period ([level]gudebeb[/level]): [level]zotyfad[/level]

I still haven't solved Spaceships though.

Werbad (2009-04-20) New Puzzle:
Full Stop [level]byryned[/level]

Should be pretty easy.

jnz (2009-04-20) For Full Stop ([level]byryned[/level]): [level]xohazam[/level]

Werbad (2009-04-20) Hmm, I see some similarities with my solution: [level]bahyhal[/level]

Twee (2009-04-21) I came up with this one for  Full Stop (byryned):[level]xykixak[/level]. It fails if the first but not second crate is F. I haven't figured out why yet. I also haven't figured out how your "messier" and significantly faster "Shift Period" solution works yet, Werbad.

Werbad (2009-04-21) It fails because there needs to be a crate before the F crate or the F will not stop underneath the copier.

Twee (2009-04-21) [quote author=Werbad link=topic=302.msg4238#msg4238 date=1240301627]
It fails because there needs to be a crate before the F crate or the F will not stop underneath the copier.
[/quote]

I feel like an idiot for not figuring that out. Thanks for clearing it up, all the same. 

jf (2009-04-21) For Shift Period ([level]gudebeb[/level]): [level]cabikaz[/level]

Excellent puzzle, Werbad! My solution is a little slow, [spoiler]only due to my slow template copier[/spoiler]. To see the design principle, [spoiler]open up the fresh puzzle in the sandbox, and catch the barrels as they come out. Catch nine in a first column, eight in the next, seven in the next, six in the next, and finally five in the last, with the top of each column lined up. Then, by setting the five starter barrels to various patterns of 0 and F to control the count of ? crates injected, the resulting pattern will be obvious[/spoiler].

For Devil's Crate ([level]nefobic[/level]): [level]dadimil[/level]

Another good puzzle!

Edit: For Full Stop ([level]byryned[/level]): [s]logogec[/s] [level]bexivov[/level]

Werbad (2009-04-22) Nice work! Though I still don't understand how your Shift Period Solution works :p

New Puzzle:
Cross Communication: [level]zegitaf[/level]

jf (2009-04-22) [quote author=Werbad link=topic=302.msg4243#msg4243 date=1240411561]
Nice work! Though I still don't understand how your Shift Period Solution works :p
[/quote]

[level]konygun[/level] shows the pattern I am looking for: [spoiler]I take five strings of crates -- the first nine, the next eight, the next seven, the next six, and the next five. I make a copy of each string, trim off the first crate from the copy, and then compare that with the next string. (Conveniently, trimming the first string of nine handles the mix-up possible at the start when the injection timing is just right, where the crates re-order once). Trimming the first nine gives eight, which I compare to the next eight. Trimming the next eight gives seven, which I compare with the next seven, and so on. For any comparison, if my "z bit" 1 barrel stays on the gate long enough it will boost the "result" dozer upwards.[/spoiler]

Werbad (2009-04-26) Ok, I understand it now.

Made a follow-up on Cross Communication:
Cross Communication 2: [level]kygocex[/level]

It's twice as fast as the original, I stumbled across a new way of sending the information when solving the first one that worked for this speed as well.
If you are having problems with the first one, don't bother with this one.

Rene (2009-05-01) [quote author=Werbad link=topic=302.msg4228#msg4228 date=1239280801]
And some old level I found lying around, never managed to solve this one:
Spaceships: [level]febakyn[/level]
[/quote]

You should not tempt me with a challenge like that, you know  :D
What a difficult puzzle this was!! It seems that you have just a bit too little space or time in every corner, and for every part of the solution  >:( Very good challenge  8)

For Spaceships ([level]febakyn[/level]): [level]pozevyg[/level]

And for Cross Communication 2 ([level]kygocex[/level]): [level]xegemob[/level]

In this solution, I am particulary proud of the [spoiler]binary transmitter[/spoiler], found in the left bottom corner (and top right corner)

And for Devils Crate ([level]nefobic[/level]): [level]senilyd[/level]

Werbad (2009-06-07) Forgot to post my solution to Cross Communication 2: [level]romivyh[/level]
I've been busy trying to solve Spaceships. Still no luck on this one though.

jf (2009-06-09) I'm going to have to dust off my Cross Communication work and finish it one of these days. I also have some work on Spaceships in progress. I just haven't had much time to devote to puzzling lately. They are tough ones.

Werbad (2009-06-10) New Puzzle:
Two-Timer: [level]bebixup[/level]

Edit:
Resource Shortage: [level]papudic[/level]

jf (2009-06-11) Are you crazy?! Good puzzle! For Two-Timer ([level]bebixup[/level]): [level]babycyp[/level].

Rene (2009-06-11) For Two Timer ([level]bebixup[/level]): [level]jilibes[/level]
And Resource Shortage ([level]papudic[/level]): [level]jibukug[/level]

Werbad (2009-06-15) Great work! My solutions:
For Two Timer ([level]bebixup[/level]): [level]gipumyr[/level] [spoiler]I didn't think of using crates at the bottom, so I counted the number of adds instead.[/spoiler]
Resource Shortage ([level]papudic[/level]): [level]jibyden[/level]

Werbad (2009-07-12) New Puzzles!
Minor Difference: [level]cicahim[/level]
Shift: [level]bevizif[/level]
Shift 16: [level]maduxiz[/level]

Edit:
Shift 40: [level]laleher[/level]

Rene (2009-07-26) For Shift ([level]bevizif[/level]): [level]fygekul[/level] - Interesting puzzle

For Shift 16 ([level]maduxiz[/level]): [level]rybymif[/level] - More of the same

For Shift 40 ([level]laleher[/level]): [level]bezatez[/level] - Simplified post-postprocessing

Rene (2009-07-29)
For Minor Difference ([level]cicahim[/level]): [level]paregiv[/level]

The hardest part was the lack of space in the top right, where it was most natural to place the machinery.

Werbad (2009-08-04) Nice Work!

My solutions:
For Shift ([level]bevizif[/level]): [level]vunyhyc[/level] [spoiler]I checked the crates a bit differently and stored the values in a cycle[/spoiler]
For Shift 16 ([level]maduxiz[/level]): [level]zimykas[/level]
For Shift 40 ([level]laleher[/level]): [level]bynatar[/level] [spoiler]Slightly faster than Rene's solution as Rene stops for 2 ticks for every crate.[/spoiler]
For Minor Difference ([level]cicahim[/level]): [level]madyrib[/level] [spoiler]Not sure if the crate-finder to the left works every time. It failed once, but I think I solved that.[/spoiler]

Werbad (2010-01-08) New Puzzle!
Geiger Counter: [level]sirucic[/level]

jf (2010-01-09) For Geiger Counter ([level]sirucic[/level]): [level]hedizyx[/level]

Good, fun puzzle.

Rene (2010-01-09) Agree. Fun puzzle.

For Geiger Counter ([level]sirucic[/level]): [level]moxapod[/level]

colcolpicle (2010-01-09) ([level]sirucic[/level]): [level]nomuhux[/level]

nice level.

Werbad (2010-01-09) Nice Work! Seems like that one was easy enough.
My solution: [level]xigedac[/level]

I have a second one that should force at least Rene and colcolpicle to rethink their solutions:
Geiger Counter II: [level]mibahak[/level]

I also have these versions, [s]I'm still working on these myself though.[/s]
Geiger Counter III: [s][level]jovuben[/level][/s] [level]kicysad[/level]
Geiger Counter IV: [s][level]xykumig[/level][/s] [level]gesehyv[/level]

Edit: Solved III and IV.

jnz (2010-01-09) For Geiger Counter ([level]sirucic[/level]): [level]rehikyd[/level]

Rene (2010-01-10) [quote author=Werbad link=topic=302.msg4546#msg4546 date=1263046247]
I have a second one that should force at least Rene and colcolpicle to rethink their solutions:
Geiger Counter II: [level]mibahak[/level]
[/quote]

Not really. Just an adaptation to the solution.

For Geiger Counter II ([level]mibahak[/level]): [level]kaguriv[/level]

Werbad (2010-01-10) That fails in the unlikely event that a non-0 crate fails to trigger the doorkey long enough for the machine to think it is a 0. Not that I think that would ever happen, but still.
Edit: Just had it happen with at 1 crate...

Rene (2010-01-10) [quote author=Werbad link=topic=302.msg4549#msg4549 date=1263138136]
That fails in the unlikely event that a non-0 crate fails to trigger the doorkey long enough for the machine to think it is a 0. Not that I think that would ever happen, but still.
Edit: Just had it happen with at 1 crate...
[/quote]

Fair enough... that is the danger with statistical solutions  :-\. You can make failure less likely by slowing down the timer on the left.
Especially for you, I have made a deterministic solution for Geiger Counter III. And it is fairly fast as well.

For Geiger Counter III ([level]kicysad[/level]): [level]hezogav[/level]

And the solution for Geiger Counter IV is also deterministic and even faster:

For Geiger Counter IV ([level]gesehyv[/level]): [level]vofubir[/level]

Very nice series of puzzles, Werbad

jf (2010-01-12) For Geiger Counter IV ([level]gesehyv[/level]): [level]sigegak[/level].

[spoiler]Rene's identification feed runs four times faster at 2 ticks vs 8 ticks, and mine runs a bit lossy (although I took measures to reduce this) and it's therefore possible to miss rare outputs. My search feed continues to clock at 8 ticks compared to Rene's 12 ticks, but I doubt that this is enough to offset the initial advantage of lossless-2 vs lossy-8 ticks.[/spoiler]

EDIT> Updated solution: [level]xusobyz[/level]. [spoiler]This almost completely eliminates lossiness in the search phase, and so it's a matter of Rene's 2-tick rate in the initial phase giving an advantage to generating rare outputs in less time.[/spoiler]

Nice puzzles. I'll take a swing at II and III later.

Werbad (2010-01-13) Nice Work! For III and IV I tried doing something like Rene's [level]vofubir[/level], but I didn't manage to get it compact enough. My solution uses [spoiler]a full speed cycle to manage all outputs, and the slow feed means that it almost never trashes any outputs. The slow feed was necessary to be able to stop the machine in time on a correct output.[/spoiler]

My solutions:
Geiger Counter II: [level]hibudad[/level]
Geiger Counter III: [level]guxatam[/level]
Geiger Counter IV: [level]bibogod[/level]

Werbad (2010-01-13) Made a new puzzle.
Multi-sum: [level]tegilih[/level]

[s]So far I have only solved by cheating and using copiers (not copying the crates though). It is a bit too cramped to convert it to a no-copier version though, so I might have to rethink my strategy...[/s]

Edit: Managed to solve it properly after some major re-structuring.

Rene (2010-01-21) It took a while, but I think I have all special cases covered 8). That was an interesting puzzle... I am eager to see what solution Werbad has.

For Multi Sum ([level]tegilih[/level]): [level]dododif[/level]

Werbad (2010-01-21) My solution: [level]gugager[/level]

It doesn't really have any special cases to solve. It's a general solution that finds a matching sequence for any number of crates. It's a lot slower than Rene's though.

Rene (2010-01-22) [quote author=Werbad link=topic=302.msg4566#msg4566 date=1264115682]
My solution: [level]gugager[/level]

It doesn't really have any special cases to solve. It's a general solution that finds a matching sequence for any number of crates. It's a lot slower than Rene's though.
[/quote]

Amazing. I love the mechanism with the dozers and matchers. That must be useful in other circumstances as well.

I had another idea about my solution, and managed to drastically simplify it. No special cases anymore.

For Multi Sum ([level]tegilih[/level]): [level]disukyd[/level]

Werbad (2010-03-25) New Puzzle:
Lock Picker: [level]mydiger[/level]

Shouldn't be too hard for people used to maneuvering dozers.

I've also made an alternate version, [level]xodikyp[/level], but I've not yet managed to solve it. I have an idea that might work, but there simply isn't enough room to fit it.

colcolpicle (2010-03-27) for Lock Picker:
[level]mydiger[/level]:[level]bebygyr[/level]

Twee (2010-03-29) For "Lock Picker": [level]mydiger[/level]: [level]bybuham[/level]
I think i can imagine a solution to the alternate version  also, but i just barely fit bybuham into the available space. [s]If the playing field were just one space higher, my solution would be potentially a lot faster.[/s] That's so often the case though. I think it is funny that the level code for a puzzle focusing on a bulldozer almost spells "my digger."

[i]Edit: I managed to [spoiler]shorten the bottom loop considerably, at the expense of lengthening the loop above it[/spoiler] . [/i] [level]sonozoz[/level] [i]should run faster on average, I think.[/i]

jf (2010-03-30) For Lock Picker ([level]mydiger[/level]): [level]venigof[/level].

Nice puzzle.

Werbad (2010-03-30) Nice Work! I did actually manage to solve the harder version as well, but I have my solution codes on another computer so unfortunately I cannot post them at the moment...

I've made another dozer-centered puzzle though:
Race Condition: [level]bigiraf[/level]

Bonus points if you manage to solve it using only one of the dozers.

colcolpicle (2010-03-31) Was it really meant to be this easy? I didn't need either dozer.
[level]tacodon[/level]

Werbad (2010-03-31) Ah, I made a slight mistake when I minimized the mechanism at the bottom. Here, have a fixed version:
Race Condition v2: [level]mezigyp[/level]

colcolpicle (2010-03-31) for race condition 2(one dozer, no crates, or are they barrels?):[level]bitivog[/level] nice, but still a bit easy for 'expert'.

edit: fixed a glitch that caused it to fail 50% of the time

Werbad (2010-03-31) Stop finding alternative solutions to my puzzle!
I really didn't want to force the correct solution this way, but you give me no choice:
Race Condition v3: [level]zamepyf[/level]

I should have learned by now that players will always find a way to break even the greatest puzzles...

jf (2010-04-01) [quote author=colcolpicle link=topic=302.msg4604#msg4604 date=1270063218]
for race condition 2(one dozer, no crates, or are they barrels?):[level]dymyled[/level] nice, but still a bit easy for 'expert'.
[/quote]

I ran this three times in a row and it didn't work. It unsolves itself with one last trailing crate.

I'm on the way to a "correct solution" but I'm having trouble with [spoiler]the limited time of 101 ticks[/spoiler].

Werbad (2010-04-13) New Puzzle:
Slider: [level]tamaves[/level]

Twee (2010-04-14) I finally beat "warehouse"([level]nasifut[/level]): [level]kapafid[/level]. This puzzle had been bugging me for a long time.  I used a component based on one from Werbad's solution to one of my own puzzles.

jf (2010-04-15) [quote author=Twee link=topic=302.msg4665#msg4665 date=1271288422]
I finally beat "warehouse"([level]nasifut[/level]): [level]kapafid[/level]. This puzzle had been bugging me for a long time.  I used a component based on one from Werbad's solution to one of my own puzzles.
[/quote]

Simple and direct -- I really like it. It inspired me to revisit one of Werbad's puzzles that I never finished.

I couldn't find my original work so I started over from scratch, found a new idea, and came up with [level]tucodal[/level] for Multi-sum ([level]tegilih[/level]).

It's really satisfying to come up with such a solution.

Twee (2010-04-15) [quote author=jf link=topic=302.msg4669#msg4669 date=1271328942]
Simple and direct -- I really like it. It inspired me to revisit one of Werbad's puzzles that I never finished.
I couldn't find my original work so I started over from scratch, found a new idea, and came up with [level]tucodal[/level] for Multi-sum ([level]tegilih[/level]).
[/quote]

Thanks!  Congratulations on solving Multi-sum. I've not looked at your solution, as that is another one I hope to eventually solve.

Werbad (2010-04-21) Continued from page 1:
[table]
[tr][td]Shift[/td][td][level]bevizif[/level][/td][/tr]
[tr][td]Shift 16[/td][td][level]maduxiz[/level][/td][/tr]
[tr][td]Shift 40[/td][td][level]laleher[/level][/td][/tr]
[tr][td]Geiger Counter[/td][td][level]sirucic[/level][/td][/tr]
[tr][td]Geiger Counter II[/td][td][level]mibahak[/level][/td][/tr]
[tr][td]Geiger Counter III[/td][td][level]jovuben[/level][/td][/tr]
[tr][td]Geiger Counter III v2[/td][td][level]kicysad[/level][/td][/tr]
[tr][td]Geiger Counter IV[/td][td][level]xykumig[/level][/td][/tr]
[tr][td]Geiger Counter IV v2[/td][td][level]gesehyv[/level][/td][/tr]
[tr][td]Multi-sum[/td][td][level]tegilih[/level][/td][/tr]
[tr][td]Lock Picker[/td][td][level]mydiger[/level][/td][/tr]
[tr][td]Race Condition[/td][td][level]bigiraf[/level][/td][/tr]
[tr][td]Race Condition v2[/td][td][level]mezigyp[/level][/td][/tr]
[tr][td]Race Condition v3[/td][td][level]zamepyf[/level][/td][/tr]
[tr][td]Slider[/td][td][level]tamaves[/level][/td][/tr]
[tr][td]Distress Signal[/td][td][level]digogug[/level][/td][/tr]
[tr][td]Magic Square[/td][td][level]gaxilud[/level][/td][/tr]
[tr][td]The Device[/td][td][level]hapeguh[/level][/td][/tr]
[/table]

Twee (2010-04-22) [quote author=Werbad link=topic=302.msg4700#msg4700 date=1271876177]
It appears that I now have made too many puzzles for all of them to fit in the first post. Is there a solution to this dilemma other than removing the table I used to save characters?
[/quote]

you can start a new table here and just say "continued on page x of the thread."

Werbad (2010-04-22) Alright, I'll do that. I'll just modify the top post on this page.

jf (2010-04-23) Werbad, you make some crazy difficult puzzles!

For Slider [level]tamaves[/level]: [level]hacekil[/level]

Werbad (2010-05-16) Unfortunately I have the level code for my Slider solution on a different computer and I don't know when I'll be able to retrieve it...

In other news, I finally managed to solve this new puzzle I made:
Distress Signal: [level]digogug[/level]

Edit: Updated level, I had accidentally removed the 1 crate in the previous one...

Edit:
Found my Slider solution: [level]dibasup[/level]

Werbad (2010-05-23) New Puzzle:
Magic Square: [level]gaxilud[/level]

colcolpicle (2010-06-01) That gave me more trouble than it should have
[level]gaxilud[/level]: [level]dobopus[/level]

Werbad (2010-06-02) You seem to have forgotten to move the target crate into position after finding a matching crate making the puzzle remain unsolved after a matching crate has been found... It will also fail for 0's as a 0 crate will never make it past the first gate.

Rene (2010-06-13) For Magic Square ([level]gaxilud[/level]): [level]gaxaped[/level]

For Distress Signal ([level]digogug[/level]): [level]zusopaz[/level]
There is a small chance that it fails (about 2%)  :-\, which can be reduced by extending the timers.
[spoiler]I could not find a way to detect that a crate has been passed through the mechanism.[/spoiler]

For Slider ([level]tamaves[/level]): [level]gacagiz[/level]
That is a fun puzzle  :)

Werbad (2010-06-13) Nice work on that Slider solution, it never occurred to me that you could simply [spoiler]reset the slider after each target crate had been fetched[/spoiler]

My magic square solution ([level]kilybad[/level]) runs a bit faster than yours at 16 ticks per crate. Not as clean as your solution though.

For Distress Signal there isn't actually a way to know if the message has gone through or not. It is still solvable however which can be seen in my solution: [level]mepupup[/level]
[spoiler]In the puzzle 2 crates has to be passed through a gate where there is no guarantee that the message will get through or when it does. In my solution I have split the 2 crates into 8 single bits and added each bit to an even barrel. This way I get 8 unique barrels that can be cycled through the gate. As the barrels are unique I can then simply collect them and wait until I have all 8 bits on the lower half. As the bits are associated with a fixed even number based on their original position I have enough information to recreate the original crates.

Space was an issue in my solution though and the placement of the 1 crate was directly based on my solution.[/spoiler]

Werbad (2010-06-21) I found this strange device laying around and I have no idea what it's for:
The Device: [level]hapeguh[/level]

Can you help me figure it out?

Rene (2010-06-26) [quote author=Werbad link=topic=302.msg4795#msg4795 date=1277138275]
I found this strange device laying around and I have no idea what it's for:
The Device: [level]hapeguh[/level]

Can you help me figure it out?
[/quote]

It's a match maker. It selects the pair of crates whose relationship will last until eternity  :D
For The Device ([level]hapeguh[/level]): [level]bifobec[/level]

[quote author=Werbad link=topic=302.msg4782#msg4782 date=1276463906]
For Distress Signal there isn't actually a way to know if the message has gone through or not. It is still solvable however which can be seen in my solution: [level]mepupup[/level]
[/quote]

I finally gave up on Distress Signal, and decided that it is impossible to detect the correct crates with 100% certainty. Therefore, I went ahead and had a look at your solution. That is freeking amazing  :o.  What a smart mechanism !!

For Race Condition v3 ([level]zamepyf[/level]): [level]lexusat[/level]

Werbad (2010-07-08) A match maker huh? I wonder what that did lying around in my basement...
My solution: [level]mydupop[/level]

I can't seem to find my Race condition solution though, must have saved it on another computer.

In other news I found these random puzzles saved that I never posted as they are most likely impossible, or at the very least extremely hard. Maybe someone can prove me wrong?
[level]loharah[/level]
[level]sesanit[/level]
[level]dinymuk[/level]

Werbad (2010-08-06) New Puzzles:
Rocket Science: [level]ficobih[/level]
Sign Gate: [level]tomybac[/level]

Edit:
Full Speed II: [level]husesed[/level]

Rene (2010-08-10) For Rocket Science ([level]ficobih[/level]): [level]vudyciv[/level]
For Sign Gate ([level]tomybac[/level]): [level]gisecag[/level]
For Full Speed II ([level]husesed[/level]): [level]vumiken[/level]

As usual, fun puzzles again.

Rene (2010-08-13) [quote author=Werbad link=topic=302.msg4813#msg4813 date=1278603995]
In other news I found these random puzzles saved that I never posted as they are most likely impossible, or at the very least extremely hard. Maybe someone can prove me wrong?
[level]loharah[/level]
[level]sesanit[/level]
[level]dinymuk[/level]
[/quote]

At least [level]loharah[/level] is possible. Very, very hard... but possible. Here is my solution: [level]cepikip[/level]

I think [level]dinymuk[/level] should also be possible. No solution yet though...

Werbad (2011-03-29) Been a while since I visited this place. Will see if I can find my solutions for the most recent puzzles when I get home.

New Puzzle:
Life Cycle: [level]modoged[/level]
Beware of irregular time signatures.

colcolpicle (2011-04-18) life cycle for some cases: [level]kasuhyg[/level] (powers of 2)

edit: timing fixed

jf (2011-05-02) There are still so many puzzles that I haven't tried yet -- Distress Signal is a good one. I read that Rene had used timers, and that Werbad had a solution, but thank goodness for spoiler tags so I could meet that puzzle head-on with a good, long blank stare, until a solution occurred to me: [spoiler]I had the same general idea as Werbad, except that I encode the values as four two-bit nibbles. A simple lookup table gives two barrels for each solution crate. The top two bits identifies which of the four barrels, and the bottom two bits carry the nibble which are recombined on the other side.[/spoiler]

For Distress Signal ([level]digogug[/level]): [level]dasyxiv[/level]

jf (2011-05-02) [quote author=Rene link=topic=302.msg4888#msg4888 date=1281467329]
For Full Speed II ([level]husesed[/level]): [level]vumiken[/level]
[/quote]

So simple! Why didn't I think of that?  :)

For Full Speed II ([level]husesed[/level]): [level]mobubyd[/level]

immibis (2011-05-03) I tried FSII just now but I couldn't seem to get the timing right. Here's my partial solution that does everything else: [level]gubitep[/level]

jf (2011-05-03) For Rocket Science ([level]ficobih[/level]): [level]kadaxub[/level]

That is a really classic, fun puzzle. It's simple, there are not a lot of moving parts, and there is a lot of space to work in. And there is an interesting, difficult puzzle to figure out before you can even start building the machinery.

On my design: [spoiler]I spent a lot of time working out an approach, and then simplified as much as possible. I like to try for the austere aesthetic, although I've written my share of crazy mechanical "clockworks". I also like these slow mesmerizing lines of barrels, and solutions that seem to flow like water.[/spoiler]

The details: [spoiler]If you pour the sequence n .. 0, then F .. n + 1 (where n is the solution crate), making the 16-barrel sequence from n down to zero and wrapping back to F and then to n + 1, you'll notice that the barrels split in three ways:

1. First left, then right (L R) if the nose barrel matches the solution
2. First left, then right, then left (L R L)
3. First right, then left, then right (R L R)

I added an initial zero, so that the three sequences are (L R), (L R L), or (L R L R) and in that third case, the L is just the single zero barrel, and the R L R is a complete set of 16 barrels.

Now, if you drop the first L in each case, then in case 1 the R gives the number of F's to add to F, in case 2 the R + L gives the number, and in the third case, the last R gives the number. I discard the first sequence of L (left flowing barrels), then keep the rest, and if there is a *second* stream of R (case 3), then since R + L + R gives 16 barrels, I simply double the second set of R to get the correct number of F's to add to F.[/spoiler]

Werbad (2012-02-16) Been a while since I made a puzzle, so here's a new one:
The Jeep: [level]magyzur[/level]

Rene (2012-02-18)
For The Jeep ([level]magyzur[/level]): [level]tovegog[/level]

You have a talent for coming up with new and interesting puzzles.

Werbad (2012-02-18) Very nice solution! Makes mine seem clumsy and inefficient: [level]nosimat[/level]
I used a different approach, which turned out much slower than yours.

In fact, seeing that solution gave me an idea for a solution that [s]might work[/s] works for:
The Van: [level]xuxerup[/level]

Edit:
Got an idea for a general solution that, given enough space, should solve with about the same speed for any vehicle length of 3 crates and above.
So while I'm at it, might just as well do this:
The Bus: [level]kuvebit[/level]

Werbad (2012-02-20) A slightly easier puzzle:
The Skull: [level]metyvit[/level]

curly (2012-02-21) For The Skull ([level]metyvit[/level]) : [level]ziperid[/level]

Werbad (2012-02-21) I knew I'd overlooked something...
The Skull v2: [level]tunokod[/level]

jf (2012-02-21) For the Skull v2 ([level]tunokod[/level]): [level]forezum[/level]

curly (2012-02-21) For The Skull v2 ([level]tunokod[/level]) : [level]nadysad[/level]

curly (2012-02-21) For Simplicity ([level]ricedub[/level]) : [level]lybugyd[/level]

jnz (2012-02-21) For The Skull v2 ([level]tunokod[/level]): [level]bomytep[/level] (10 ticks)

Werbad (2012-02-22) Challenge accepted!
For The Skull v2 ([level]tunokod[/level]): [level]dopehiz[/level] (8 ticks)

curly (2012-02-22) [quote author=Rene link=topic=302.msg3967#msg3967 date=1217933298]
For Lift ([level]lihamav[/level]): [level]gygevul[/level]
[/quote]

Here's a simpler solution to Lift ([level]lihamav[/level]) : [level]cugebix[/level].  Cool puzzle.

Rene (2012-02-24) For Skull v2 ([level]tunokod[/level]): [level]gevedas[/level] (8 ticks)

Werbad (2012-02-28) I found an old daisy wheel printer standing around in a shed, but unfortunately the wheel is severely damaged and in need of some repairs. Can you get it working again?

Daisy Wheel Printer: [level]kizukyx[/level]

jf (2012-02-29) [quote author=Werbad link=topic=302.msg5263#msg5263 date=1330390272]
I found an old daisy wheel printer standing around in a shed, but unfortunately the wheel is severely damaged and in need of some repairs. Can you get it working again?

Daisy Wheel Printer: [level]kizukyx[/level]

[/quote]

Ha, ha, ha. I'm trying to solve a difficult puzzle of my own, and I still have Rene's glass floor puzzle to do, and now this?  ;) I'll get to it a.s.a.p. It looks difficult!

humbugger (2012-11-06) I came up with this solution to "The Safe" [level]kikorom[/level] : Safe Opened [level]xagelez[/level]

I haven't tried it for "The Safe (Hard) yet.  But I will when I get some time.

Rene (2012-11-10) I finally found a solution to Daisy Wheel Printer ([level]kizukyx[/level]): [level]vozuzif[/level]

I am not a good repairman, though. [spoiler]I don't actually repair the daisy wheel. The solution uses only two of the daisy wheel crates, and sets them to the correct next value every time.[/spoiler]

It can take a while for the correct solution to synchronize.

curly (2012-11-10) I couldn't find any solutions on here for an old puzzle called Geiger Counter ([level]sirucic[/level]) so here's mine: [level]sikuhig[/level]

Werbad (2012-11-11) Nice work for Daisy Wheel Printer there Rene, not quite what I had in mind but a solution none the less.

Here's my solution: [level]hemuxan[/level]

Not only is repairing the daisy wheel a demanding task, you also need to be able to use the printer once it's been restored to a working state.
Needless to say it takes a while for this solution to stop printing gibberish.

Rene (2012-11-11) [quote author=Werbad link=topic=302.msg5224#msg5224 date=1329595113]
Got an idea for a general solution that, given enough space, should solve with about the same speed for any vehicle length of 3 crates and above.
So while I'm at it, might just as well do this:
The Bus: [level]kuvebit[/level]
[/quote]

I finally found a good solution for The Bus ([level]kuvebit[/level]): [level]pufunir[/level]. Any of my previous attempts always failed in corner cases.

It uses the same solution principle as my solution for The Jeep. It does not solve it at "about the same speed for any vehicle length of 3 crates and above", though. The solution time would be roughly linear in number of crates (assuming you can find enough space for more than the current 5 crates). So Werbad must have a different approach in mind.

Cool puzzle.

Rene (2012-11-11) [quote author=Werbad link=topic=302.msg5503#msg5503 date=1352593278]
Nice work for Daisy Wheel Printer there Rene, not quite what I had in mind but a solution none the less.

Here's my solution: [level]hemuxan[/level]

Not only is repairing the daisy wheel a demanding task, you also need to be able to use the printer once it's been restored to a working state.
Needless to say it takes a while for this solution to stop printing gibberish.
[/quote]

Impressive.

Werbad (2012-11-12) Nice work for The Bus, here's my solution:
[level]beroxut[/level]

It's been a while since I made this solution but I think this is how it works:
[spoiler]New crates are generated on a 20 tick cycle.
On every cycle I first retrieve the value of the rightmost crate.
At the end of the cycle, when the new crates arrive, I alternate between dropping F's on crate 1 and 3 and on crate 2 and 4.
If either of the crates are F's the rightmost value is grabbed and stored in a circular buffer at the top left side of the machine.
Since I check every second crate each cycle I can check all of the moving crates for F's every 2 cycles.

When all crates have been found and the buffer is full I deliver the contents of the buffer to the lower right and stop the crate cycle.
Since the buffer crates will be 1 off from the target crates, the buffer includes a 1 crate which I use to correct the values.
Finally I grab the last crate to end up on the rightmost matcher and subtract the buffer crates from this value, generating the final stream of crates under the matchers.[/spoiler]

b612 (2013-02-04) for Daisy Wheel Printer [level]kizukyx[/level] : [level]saganom[/level]

humbugger (2013-02-06) This is my solution to Devils Crate [level]nefobic[/level]

Exorcism [level]fyvysoh[/level]

I'm still pretty new to this forum but I'm getting better.  Most of my solutions are
without looking at other solutions.  I do usually check to see if the are possible though..

curly (2013-02-16) For [level]nefobic[/level] : [level]gyduveb[/level]

b612 (2013-03-13) Daisy Wheel Printer [level]kizukyx[/level] in 1146 ticks : [level]vyfugud[/level]

b612 (2013-04-04) For [level]sesanit[/level] : [level]nipegom[/level]

b612 (2013-09-29) better sollution for sesanit: [level]jidured[/level]

humbugger (2014-02-10) I wasn't going to try this puzzle until I finally found that there was a solution posted.  After many attempts (all with problems), I finally came up with this.

For Streams 3: [level]kacupev[/level] - [level]kizireh[/level]

I have also done Streams 1 and 2, but didn't save them,  I may go back and do them again since I leaned a lot coming up with this solution.

Humbugger

humbugger (2014-02-11) Well I went back and redid 1 & 2,  They gave me some ideas for improvements to 3.

Streams [level]rilacog[/level] : [level]tazivol[/level]

Streams '2' [level]sixuruk[/level] : [level]jigydin[/level]

Streams '3' [level]kacupev[/level] : [level]bivytar[/level]

Humbugger

jf (2014-05-30) For Daisy Wheel Printer [level]kizukyx[/level]: [level]bicyzat[/level]. I took advantage of the 34-tick cycle which slows it down compared to b612's nicely optimized solution, but it solves nice and easy in 1350 ticks using simple components. That is not to say that it was an easy puzzle. Rene's solution is sharp.

Rubicon source

ddsdiur (2008-02-17) Does anyone know if the Rubicon source file is available, or if it could be released?

Rene (2008-02-18) [quote author=ddsdiur link=topic=303.msg3379#msg3379 date=1203229125]
Does anyone know if the Rubicon source file is available, or if it could be released?
[/quote]

There have been similar requests before, and I have never seen Kevan respond to them. I guess he is not so eager to share the source...
You could reverse engineer the Java applet, of course.

ddsdiur (2008-02-18) Thanks, I'll try that
EDIT: Got it
Here's the link: [url]http://www.mediafire.com/?1je4jggkgb2[/url]
PS: If Kevan wants to keep the source private, I'll delete this

Simple Level?

ddsdiur (2008-03-02) Just a level I made when I was bored. Not sure if it is solvable.
[level]bumadip[/level]

EDIT:
Created Evil Edition - Even less sure if solvable
[level]voxodud[/level]

jnz (2008-03-02) It is kinda late at night but it looks solvable to me.
For Data Transmission ([level]bumadip[/level]): [level]cevamuf[/level]
For Data Transmission - Evil Edition ([level]voxodud[/level]): [level]zegyzyb[/level]

Dacodemasta's puzzle's

dacodemasta (2008-03-11) Heres the puzzles I've made:


[u]Puzzle name[/u]                   [u]Level code[/u]

The Keycode Safe:         [level]vadatuh[/level]
The Keycode Safe v2:   [level]lodikip[/level]
Double Timing:               [level]mafehuv[/level]
Timed Encryption:        [level]dasuvyg[/level]
Rand Match:                    [level]cadodep[/level]
Rand Match X:                [level]guredad[/level]
Implausible:                    [level]rebacet[/level]
EnDe:                                  [level]dozufup[/level]
Lost Input:                       [level]kidizyx[/level]
Random-----:                   [level]nakidex[/level]

jnz (2008-03-11) Do you have a solution in mind for this?  Because it seems impossible on multiple counts.

dacodemasta (2008-03-11) oops i posted the old version on accident i fixed it the new version is up.

Werbad (2008-03-11) I think it is impossible if the left barrel is a 0, correct me if I'm wrong...

jnz (2008-03-11) I believe Werbad is correct.  [level]hyletar[/level] solves if the left barrel is not a 0 and gets only the E matcher if it is a 0.  It might be possible to cheat a bit and find a solution if we had those unlocked spaces back on the inside.

dacodemasta (2008-03-11) yeah it looks like it wont work if the left barrel is 0  :(
New version: The Keycode Safe v2 [level]dadocem[/level]

jnz (2008-03-11) For The Keycode Safe v2 ([level]dadocem[/level]): [level]xorapeg[/level].  Only works the first time you run it due to weird door-key behavior in Rubicon.  Manually adding door pieces is usually a bad idea because of things like this.

dacodemasta (2008-03-11) [quote author=jnz link=topic=305.msg3499#msg3499 date=1205270077]
Only works the first time you run it due to weird door-key behavior in Rubicon.  Manually adding door pieces is usually a bad idea because of things like this.
[/quote]

forgot all about that >.<

[b]EDIT:[/b] fixed + new puzzle: Double Timing [level]mafehuv[/level]

jnz (2008-03-12) For the fixed Keycode Safe v2 ([level]lodikip[/level]): [level]pohugut[/level]
For Double Timing ([level]mafehuv[/level]): [level]donadod[/level]

Werbad (2008-03-12) For Double Timing ([level]mafehuv[/level]): [level]jybehaf[/level]

dacodemasta (2008-03-21) new puzzle  ;D 8)

Timed Encryption: [level]notatug[/level]

Werbad (2008-03-21) I don't think this is possible if all random crates become 0's. Not very likely that it happens, but you should make a fix for it...

Timbo (2008-03-21) If at least one of the crates is odd, then following solution works [level]gudabag[/level]

jnz (2008-03-21) Here's another "if at least one is odd" solution for Timed Encryption ([level]notatug[/level]): [level]rikazav[/level] (solves almost 97% of the time)
And here's one that works if all the crates are even as long as at least one is not 0, 4, 8, or C: [level]dakigok[/level] (solves better than 99.9% of the time)

dacodemasta (2008-03-21) ok its fixed [level]dasuvyg[/level]

Werbad (2008-03-22) For Timed Encryption fixed ([level]dasuvyg[/level]): [level]xuhevob[/level]

jf (2008-03-28) For Timed Encryption ([level]dasuvyg[/level]): [level]fylexib[/level].

dacodemasta (2008-04-07) new puzzle:

Rand Match:  [level]cadodep[/level]

Werbad (2008-04-07) It might not be possible if all crates go to the right or left...

Edit:
For Rand Match ([level]cadodep[/level]): [level]bytoros[/level]

dacodemasta (2008-04-07) new puzzle... not entirely sure if its possible... ???

Rand Match X:  [level]guredad[/level]

immibis (2008-04-08) That puzzle appears to have a bug in it. Examine the first three random barrels, and the crates, and you will see what I mean.

Werbad (2008-04-08) I see no problem with the puzzle. It still has the case of missing crates, but that can be solved by manually inserting more crates into the machine like I did in my solution to the original puzzle. However, if I'm ever going to solve this puzzle I will have to make up a completely new solution...

Edit:
For Rand Match X ([level]guredad[/level]): [level]kagosug[/level]

dacodemasta (2008-04-08) the occasional missing crates is actually part of the puzzle :P

immibis (2008-04-09) [quote author=immibis link=topic=305.msg3613#msg3613 date=1207635016]
That puzzle appears to have a bug in it. Examine the first three random barrels, and the crates, and you will see what I mean.
[/quote]
I meant Rand Match, not Rand Match X.

Werbad (2008-04-09) It's not really a bug that the first barrel doesn't trigger the gate... Or did you mean something else?

immibis (2008-04-10) The crates that are input are 8, 2 and D in that order.
Say the first three random barrels produced are 8, 6 and 3.
The 8 should go left (8 is equal to 8), the 2 should go left (2 is less than 6) and the D should go right (D is greater than 3).
So below the matchers should be 8, D in that order, and the 2 would be to the left at the top.
But what actually happens is that below the matchers is 2, 8 and the D is to the right.
Sometimes it works correctly and sometimes it doesn't, for some reason.

dacodemasta (2008-04-10) well due to the "bug" were its skips the first crate the 8 barrel wouldnt trigger the gate,
so ive tested it and ive not been able to replicate what happened for u, so theres not
any real way i can fix it unless i wanted it to not skip the first crate.

dacodemasta (2009-07-18) I'm back!!!!! :P
with a new puzzle!!

Implausible:[level]rebacet[/level]

enjoy!! :P ;D

Werbad (2009-07-18) For Implausible ([level]rebacet[/level]): [level]kebypap[/level]

dacodemasta (2009-10-04) new puzzle!!! YAY!!!
EnDe [level]vagiboc[/level]

jnz (2009-10-04) Hi, nice to see you again.  [level]vagiboc[/level] seems to be missing a few things.  Like crates and matchers.

dacodemasta (2009-10-05) wow.... ur right i completly forgot about changing it for solving..... >.<
EnDe fixed [level]dozufup[/level]

altho theres an easy way to solve it...
it would be more interesting if you can undo all the adding :D :P

Rene (2009-10-10)
For EnDe Fixed ([level]dozufup[/level]): [level]gygylob[/level]
[spoiler]The solution reverses most of the adding, except for the first crate[/spoiler]

dacodemasta (2009-11-07) Lost Input: [level]kidizyx[/level]
enjoy :P

Rene (2009-11-07)
For Lost Input ([level]kidizyx[/level]): [level]fedolop[/level]

dacodemasta (2009-11-14) :P puzzle:
Random-----: [level]besuvuk[/level]

Rene (2009-11-15) [quote author=dacodemasta link=topic=305.msg4456#msg4456 date=1258163534]
:P puzzle:
Random-----: [level]besuvuk[/level]
[/quote]

I am not sure that this one is possible. Suppose the target crate is 0, for example, then there is no way to get a crate between the matchers.

dacodemasta (2009-11-16) ug, i always manage to forget about something >.< LOL
anyways:
Random----- [level]cokegyf[/level] (fixed)

jnz (2009-11-16) [quote author=dacodemasta link=topic=305.msg4464#msg4464 date=1258365945]
ug, i always manage to forget about something >.< LOL
anyways:
Random----- [level]cokegyf[/level] (fixed)
[/quote]
This still looks impossible to me.  There's no way to get a useful crate out of the machine and there are no crates given.  The left side looks difficult but I'm not convinced that it is impossible yet.

dacodemasta (2009-11-16) oh snap >.< i accidentally deleted the random crate when i was changing it >.<
here: [level]nakidex[/level] fixed again >.<

jnz (2009-11-17) For Random----- fixed v2 ([level]nakidex[/level]): [level]xesegyf[/level]

Rene (2009-11-17) For Random----- fixed v2 ([level]nakidex[/level]): [level]dyhemom[/level]

I used the same principle as jnz

dacodemasta (2009-11-18) [quote author=Rene link=topic=305.msg4471#msg4471 date=1258488181]
For Random----- fixed v2 ([level]nakidex[/level]): [level]dyhemom[/level]

I used the same principle as jnz
[/quote]
For some reason [level]dyhemom[/level] fails ocasionaly
i attached and image of one time, im not sure what happened tho

jnz (2009-11-18) It happens when the leftmost of the 7 random barrels is 0.  That barrel will then roll left off the gate at the bottom.  This is why I used an F barrel instead of a 0 under that gate.  :)
I should note that I used the single stepping in my [url=http://kevan.org/rubicon/forums/index.php/topic,335.0.html]beta version of Rubicon[/url] to track this down.  What are you people waiting for?  You know you want to download it!

dacodemasta (2009-11-18) lol i did download it :D
i just forget about it in the process of working on random projects on top of playing with rubicon :P lol

Rene (2009-11-18) [quote author=jnz link=topic=305.msg4474#msg4474 date=1258510406]
It happens when the leftmost of the 7 random barrels is 0.  That barrel will then roll left off the gate at the bottom.  This is why I used an F barrel instead of a 0 under that gate.  :)
I should note that I used the single stepping in my [url=http://kevan.org/rubicon/forums/index.php/topic,335.0.html]beta version of Rubicon[/url] to track this down.  What are you people waiting for?  You know you want to download it!
[/quote]

I, of course, deliberately introduced this flaw in the solution, so that you guys would be forced to download the new Rubicon for its single stepping capabilities  ;D

Interesting solutions to standard levels

cliffyqs (2008-03-14) as a counterpart to the 'fast solutions' thread, interesting solutions to standard levels.
Example: solution to level 12 using locks: [level]kuhyzad[/level]

Minimal solutions to standard levels

cliffyqs (2008-03-14) Solutions using minimal number of pieces.

level 1 ([level]abalone[/level]): 3 pieces [level]gipetoz[/level]
level 2 ([level]origami[/level]): [s]17 pieces [level]mixuvoc[/level][/s] 12 pieces [level]subisul[/level]
level 3 ([level]unaware[/level]): 15 pieces [level]guduneg[/level]
level 5 ([level]edifice[/level]): 15 pieces [level]myhalov[/level]

Level 9 ([level]acetate[/level]): 9 pieces [level]goxacyd[/level]
level 11 : [s]35 pieces [level]suxekid[/level][/s] 32 pieces [level]vyvigot[/level]

jf (2008-03-14) Nice idea for a thread.

[level]acetate[/level] in 7 pieces: [level]zybusyb[/level]

jnz (2008-03-14) Level 6 ([level]acolyte[/level]): [level]tobazap[/level] (3 pieces)
Level 7 ([level]analogy[/level]): [level]xilunob[/level] (6 pieces)
Level 8 ([level]ocarina[/level]): [level]benovud[/level] (8 pieces)
Level 9 ([level]acetate[/level]): [level]lufydyd[/level] (6 pieces)
Level 10 ([level]oregano[/level]): [level]nutezyh[/level] (2 pieces)
Level 11 ([level]ukelele[/level]): [level]gyzucav[/level] (22 pieces)

jf (2008-03-14) Ok, so I revisited [level]acetate[/level] and found a solution in 6 pieces: [level]fyrefac[/level] -- different from jnz's solution. Now let's see about those other numbers...  :)

I found the exact same solution for oregano as jnz, [spoiler]working from the number 2, which is a big clue[/spoiler].

[level]ukelele[/level] [s]in 21 pieces: [level]laputot[/level][/s] in 20 pieces: [level]jicacah[/level]

jnz (2008-03-14) Updated Level 8 ([level]ocarina[/level]): [level]tecusad[/level] (3 pieces)
Updated Level 11 ([level]ukelele[/level]): [level]xycybar[/level] (18 pieces)

jf (2008-03-14) [quote author=jnz link=topic=307.msg3520#msg3520 date=1205526647]
Updated Level 11 ([level]ukelele[/level]): [level]xycybar[/level] (18 pieces)
[/quote]

Level 11 ([level]ukelele[/level]) in 17 pieces! [level]nuvydeb[/level]

jnz (2008-03-15) Updated Level 11 ([level]ukelele[/level]): [s][level]nopecux[/level] (16 pieces)[/s] [level]jefakeg[/level] (12 pieces!)

Rubicon level data

ddsdiur (2008-03-16) I hope I put this in the right forum, but I decompiled Rubicon's JAR file, and it has the data for saving/loading Rubicon levels. So far, I figured out the URL for loading levels. If you go to http://kevan.org/rubicon/rubiload.php?filename=[[INSERT LEVEL CODENAME]], adding the level name, you will get a page with the raw code of the level. I'm working on figuring out the format, and examining the PHP script. I'll edit this topic when I've made more progress. I've already posted the full source file in [url]http://www.mediafire.com/?1je4jggkgb2[/url]. I know this may seem pointless, but it might save space on the database if people could save their creations on their own computer while they are creating them.

EDIT: I built a Processing applet that can download the raw level code from a Rubicon level, and save it to a file on your computer. It's at [url]http://www.mediafire.com/?j24q23yl9z2[/url].

PS: How do you make a link be descriptive text, instead of a URL?

Werbad (2008-03-16) I figured out the level format not too long ago...
The file starts with a couple of info lines containing info about the level (physics version, level name, etc.)
Info lines has the format:
* Tag:Value

After the info lines comes the actual level data. Each line consists of 50 characters corresponding to a tile on the current line in the grid.
Here is the piece data I used in my OpenGL version of rubicon:
[url]http://www.mediafire.com/?cbcw32xnwyy[/url]

Hope this helped.

Btw, it was only thanks to you uploading the source that I could actually make my version. I could never had figured out the exact execution order without it.

Edit:
Does anyone want my version of the game? The only thing not supported is uploading files to the server...

ddsdiur (2008-03-16) Werbad, I'm very happy that me uploading the source was helpful to someone. It'd be great if you could put a ZIP file of the OpenGL version's source on MediaFire or some other filehosting site. I would use the source code to compile it since I have a Mac. If the file(s) are too big for media fire, then please tell me what size they are. I'll try and find a hosting site that can host the file. Thanks for posting the file format! I'm working on an applet that can save local files to the database, but it might take a while.

I've got the Processing code for level upload, but can anyone figure out why the server isn't accepting the data? It creates the level just fine, but it doesn't upload the actual level. [url]http://www.mediafire.com/?g0ann38nw3o[/url]

Werbad (2008-03-17) The problem with my OpenGL version is that it uses windows api for a lot of things, the rubicon part is stand alone though... I used Dev C++ to make this since I didn't have visual at the moment, so I cannot guarantee that it will be 100% compatible with other compilers.

I will look through the code and might upload it later, it was not originally intended to be released so it is kind of messy at the moment.

Edit:
OK, I uploaded my source, but you'll probably have to rewrite a lot of it in order to compile it on a mac. The main engine works with wrapper functions, so hopefully most of it should work as it is.
[url]http://www.mediafire.com/?u9lcjmm2isi[/url]

I included a compiled version of the game as well, if anyone wants to try it out without bothering to compile it.

immibis (2008-04-18) Code in header files....  >:( >:( >:(
Perspective view....  ??? ??? ???
Oh, and the graphics need to be changed a little bit - in the 'real' rubicon, empty spaces have a few grey dots in them.

Werbad (2008-04-18) If you are talking about my game, the code is very messy. I made this for fun and never intended to release it. About the code in headers, it's just to get rid of some of the code from the .cpp file... Feel free to change it if you like.
The OpenGL view is originally a 3D render, so some old 3D code such as Perspective corrections might still be in there.
And empty squares do have gray dots in them...

immibis (2008-04-18) ...I see now...they are very dark though.
Oops, I meant to post this level as well. It's a puzzle for Werbad's version. (See attached file).
You may use any of the additional pieces in your solution, though you will need to be in the sandbox to use them.

Edit: oops, it seems boulders and super furnaces disappear when you save. Just add a boulder above the copier that has nothing above it, and a super furnace at the very bottom right corner, before attempting to solve.

Another edit: It also seems that the extra parts added do not work in the old physics.

Werbad (2008-04-18) No, and the old physics might be incorrect in some cases as I have not tested it.

immibis (2008-04-19) I am modifying the Rubicon source code to create my own version.
It has the following extra parts: Super furnace, super copier, backwards packer/unpacker/gate, boulder, movable furnace, crate-gate (crates go left, barrels go right), left/right/upward/downward gun and target (transports crates and barrels across vast distances without conveyors or others, Yes-signs (opposite of anti-sign, allow you to use some sandbox parts)

See puzzle 'lebezaf' for a demonstration (must be opened in this version).
Download the game from [url]http://www.mediafire.com/?o1s2dmys1bi[/url] (it runs standalone or as an applet, just like the original Rubicon. Did you know Rubicon could run standalone?)

Edit: bugfix

ddsdiur (2008-04-19) immibis, thank you for adding those objects! They enable so many new
puzzles/solutions! Maybe you could add a reflector for the crate-shooter,
and the ability to use the new parts in levels. Maybe a NOTGATE(gate appears when opposite square is empty).
Did you use the source code I posted, or did you decompile it yourself? Just curious.

immibis (2008-04-19) ddsduir: I decompiled it myself, and you can make a reflector out of a gun and a target (and maybe a girder).

An explanation of guns and targets for anyone who doesn't get it: When a crate/barrel/boulder/movable furnace goes next to the green line of the gun, the program looks in the appropriate direction for a target. If a target is found, the object is transferred next to the target's red line. If not, nothing happens. Yes, they can go through walls.

It's compatible with normal Rubicon, except that the additional parts will not be loaded properly into rubicon and instead you will get a mess. Rubicon was running out of characters to store the stuff with, so the additional parts are three-character combinations: a backquote (`) and two other characters.

If you want to use the new parts in levels, use a Yes-Sign (it's the opposite of an anti-sign). You probably shouldn't use them in normal Rubicon puzzles as they will be considered cheating most of the time.

immibis (2008-04-20) Sorry for the double post but i've optimized the physicsv2 function (the slowest function that is not part of Processing) and it now runs at about 5fps on my laptop, with the CPU scaled to 662 MHz - much faster than it was.
Kevan, maybe you should include it in the next release of rubicon (of course after removing the additional parts processing) - the source is included in the jar file.

Latest release of mine: [url]http://www.mediafire.com/?0d9bdcrcog0[/url]. I also changed the maximum fps to 20, so it should be more responsive and run levels faster.

Edit: Another optimization, not sure if it works though.
Another edit: Now interfaces with...*drum roll*...jnz's Warehouse Search! Woohoo!
Edit number three: Ultra-dozers (which turn when they hit a wall, and ignore turn signals), and Bugs (blue Bugs can push crates, and turn 90[sup]o[/sup] clockwise when they hit a wall, red Bugs are a combination of blue Bugs and Super Furnaces). See [level]vifavim[/level] and [level]logihyn[/level]. Even upward-facing bugs can push crates (so can downward-facing ones, but it's not really obvious unless one rescues a crate from a furnace).
Edit #4: Will be posting a bugfix for the flickering behaviour soon.
Edit #5: Will be posting a bugfix for the upward-facing-red-bugs-turn-into-ultradozers bug (get it, [b]bug[/b]fix?) at the same time.

Dirdle's Puzzle(s)

Dirdle (2008-03-30) Hi everyone,

Edit: Puzzles now in table below.

Here's an interesting challenge-puzzle (if leaning ever so slightly towards action-arcade): [level]xedycop[/level]. Confused? [spoiler]If you switch to sandbox, play the puzzle, switch to game and stop it, you'll find an answer.[/spoiler]
This has likely been done before, but it's fun to bring it up anyway.

[i][b]Puzzles[/b][/i]

[i]Possible*[/i]
[level]pomydaf[/level]: [level]bytysex[/level], [level]difycor[/level]
[level]sulydeh[/level]: [level]rebemag[/level], [level]dolupal[/level]
[level]xedycop[/level]: [level]xuhapov[/level], [level]gunexim[/level]
[level]gixevih[/level]: [level]tufolus[/level], [level]dedubih[/level]
[level]recokem[/level]: [level]xuberox[/level]

[i]Impossible[/i]
[level]nycunid[/level]

[i]Unsolved[/i]


[i]*Possible puzzles are in the form (puzzle): (simplest solution), (alternative solution)[/i]

jnz (2008-03-30) Hi Dirdle.  Welcome to the forum.

I'm sad to say that neither version is solvable since the output does not uniquely identify the input.  There are 256 different inputs but only 128 different outputs and for every output there are two different inputs that produce it.  For example, try 00 and then 88. 

Something similar has been done before in Rene's Plus Minus puzzles (see [url]http://kevan.org/rubicon/forums/index.php/topic,119.0.html[/url]).  Don't feel too bad though.  There are a lot of old puzzles and nobody expects you to go through all of them.

As with the Plus Minus puzzles this can be made solvable by either adding another output or by somehow encoding which of the two possibilities was used into the existing outputs.

Bucky (2008-03-30) You can definitely extract the values([level]zixynik[/level]) but only by making it unsolvable for other reasons.

[spoiler]If I had an extra F-crate, I could solve it from there with a template copier. [/spoiler]

Timbo (2008-03-30) If the Locked Spaces are set into the machine it isn't solvable, since the input 00 and 88 both give the output 00.

geej66 (2008-04-04) Here's my solution to Schrodinger's Crate ([level]pomydaf[/level]):  [level]difycor[/level]

Werbad (2008-04-04) For Schrödinger's Crate ([level]pomydaf[/level]): [level]folyhyd[/level]

jnz (2008-04-04) For Schrödinger's Crate ([level]pomydaf[/level]): [level]bytysex[/level]

immibis (2008-04-05) For Schrodinger's [s]Cat[/s] [s]Dog[/s] [s]Human[/s] Crate: [level]bisiryd[/level]

Dirdle (2008-04-05) Nice solutions everyone. The next puzzle is [s][level]mebyber[/level][/s] [level]sulydeh[/level], but I'm pretty certain it can't be done because of space constraints. Good luck anyway.

Werbad (2008-04-05) The level doesn't even have any matchers...

Dirdle (2008-04-06) Oops. That's a level I was using for testing the principle. Here, I've fixed it: [level]sulydeh[/level].

Werbad (2008-04-06) For [level]sulydeh[/level]: [level]rebemag[/level]

sly (2008-04-06) for [level]sulydeh[/level] : [level]juvusat[/level]

jnz (2008-04-06) For Myopic Cyclops ([level]sulydeh[/level]): [level]xekodif[/level]

immibis (2008-04-07) For Myopic Cyclops ([level]sulydeh[/level]): [level]mubimyd[/level]

dacodemasta (2008-04-07) For Myopic Cyclops ([level]sulydeh[/level]): [level]zidaxav[/level]

it was pretty easy  :D

Timbo (2008-04-07) For Myopic Cyclops ([level]sulydeh[/level]): [level]dolupal[/level]

There is a big difference to the other solutions: [spoiler]It's time-based not value-based[/spoiler]

Dirdle (2008-04-08) Sorry if it was too easy dacodemasta. I'll do better next time  :)? My solution, by the way, is [level]vipehep[/level], another time-based one.

immibis (2008-04-28) Vacuum: [level]xuhapov[/level]. I don't quite understand your hint, Dirdle, what were you trying to say? You should move it to solvable, it's easy to solve.

Dirdle (2008-04-28) [quote author=immibis link=topic=309.msg3719#msg3719 date=1209342537]
Vacuum: [level]xuhapov[/level]. I don't quite understand your hint, Dirdle, what were you trying to say? You should move it to solvable, it's easy to solve.[/quote]
Hmm, so it is. Must ban copiers next time. The hint is simple enough: it is instructions on how to unlock the random crate. The same technique can, of course, unlock objects that move out of range of the anti-sign when the puzzle plays. Or, just to be annoying, lock things that move into range. This is a meta-puzzle (of which the [url=http://kevan.org/rubicon/forums/index.php/topic,199.0.html]action arcades[/url] are another type), as no combination of pieces will solve it - you have to do something OUTSIDE the puzzle first.

Edit: two rather deriviative new puzzles; [level]gixevih[/level] and [level]recokem[/level] (yes, I know I spelled hyperopic wrong).

jf (2008-04-29) [level]tufolus[/level] for Partial Eclipse ([level]recokem[/level])

immibis (2008-04-29) I lost my solution for Hyperopic Cyclops and can't be bothered with solving it again.
For Partial Eclipse: [level]dedubih[/level]

Rene (2008-04-29) For Hyperopic Cyclops ([level]gixevih[/level]): [level]xuberox[/level]
For Partial Eclipse ([level]recokem[/level]): [level]xosofak[/level] (almost identical to JF's)

Twee (2008-11-19) "schrodinger's crate" ([level]pomydaf[/level]): [level]gygonog[/level]
"myopic cyclops"([level]sulydeh[/level]): [level]nopabyf[/level]
"hyperopic cyclops"([level]qixevih[/level]):[level]bosogox[/level]
"partial eclipse"([level]recokem[/level]):[level]behylib[/level]

The [spoiler]time-based[/spoiler] solution I used for "Partial Eclipse" could easily be adapted to work for the two cyclops puzzles as well. I'm rather pleased with [level]bosogox[/level] though. I originally didn't know if I could make everything fit, but ended up with a pretty tidy and compact solution, at least compared to some of mine.

Twee (2008-11-19) Incidentally, "Vacuum" ([level]xedycop[/level]), despite the claim otherwise in the original post, is not solvable. Both of the example solutions use a ? barrel (which is not possible without sandbox mode). My assumption is that the posted solutions were for an earlier version of the puzzle which [i]was[/i] possible.

Werbad (2008-11-19) The "solution" is to [spoiler]Start the game and switch to sandbox mode and back while it's running. The ? barrel will now be available.[/spoiler]

Twee (2008-11-20) Thanks Werbad. I feel better about this knowing that I was right that it isn't possible without [spoiler]using sandbox mode[/spoiler]. All the same, that's too much like cheating for my tastes.

Bucky (2008-11-20) Yeah.  I consider abusing sandbox-switching cheating because it allows you to severely mess with certain puzzles. Like [level]gunicav[/level] (solvable by going into sandbox mode even if you don't actually do anything there)

immibis's puzzles and non-puzzles

immibis (2008-04-03) [table]
[tr][td][b]Puzzles[/b][/td][/tr]
[tr][td]Code[/td][td]Name[/td][td]Solution[/td][td]Solver[/td][/tr]
[tr][td][level]nycyzuk[/level][/td][td]Bucky's, er, immibis's copying service[/td][td][spoiler][level]myzorag[/level][/spoiler][/td][td]geej66[/td][td]Fixed version of [level]gokurav[/level][/td][/tr]
[tr][td][level]gydoteh[/level][/td][td]Randomization[/td][td][spoiler][level]bylycug[/level][/spoiler][/td][td]jnz[/td][/tr]
[tr][td][level]samasut[/level][/td][td]Ones and Zeroes[/td][td][spoiler][level]nadezys[/level][/spoiler][/td][td]me[/td][/tr]
[tr][td][level]fycyzup[/level][/td][td]Fibonacci Puzzle[/td][td][spoiler][level]gidonoh[/level][/spoiler][/td][td]me[/td][td]impossible to distinguish between C and D[/td][/tr]
[tr][td][level]mifohag[/level][/td][td]A Puzzle[/td][td][/td][td][/td][/tr]
[tr][td][level]myhikup[/level][/td][td]B Puzzle[/td][td][/td][td][/td][td]Variation of A Puzzle[/td][/tr]
[tr][td][level]heronel[/level][/td][td]Timing Crates[/td][td][spoiler][level]fydivut[/level][/spoiler][/td][td]me[/td][td]need my modified version of Rubicon to play[/td][/tr]
[tr][td][level]dyxubif[/level][/td][td]Timing Crates - normal version[/td][td][spoiler][level]bugobyf[/level][/spoiler][/td][td]jnz[/td][/tr]
[tr][td][level]tabotel[/level][/td][td]Actually Timing Crates[/td][td][spoiler][level]dycavil[/level][/spoiler][/td][td]jnz[/td][/tr]
[tr][td][level]gexilod[/level][/td][td]Reorder[/td][td][spoiler][level]nuhobot[/level][/spoiler][/td][td]jnz[/td][/tr]
[tr][td][level]tuhofic[/level][/td][td]The Great Gate - Easy v2[/td][td][spoiler][level]kuguluc[/level][/spoiler][/td][td]me[/td][/tr]
[tr][td][level]gyfagub[/level][/td][td]The Great Gate - Medium v2[/td][td][spoiler][level]buxinut[/level][/spoiler][/td][td]Rene[/td][/tr]
[tr][td][level]kybosuh[/level][/td][td]The Great Gate - Hard v4[/td][td][/td][td][/td][/tr]
[tr][td][level]hogypuf[/level][/td][td]The Great Gate - Expert v4[/td][td][/td][td][/td][/tr]
[tr][td][level]xomosik[/level][/td][td]Timing Crates 2[/td][td][/td][td][/td][/tr]
[tr][td][level]kafogul[/level][/td][td]Timing Crates 2 harder version[/td][td][/td][td][/td][/tr]
[tr][td][level]nygorof[/level][/td][td]Timing Crates 3[/td][td][/td][td][/td][/tr]
[tr][td][level]gofageb[/level][/td][td]Fibonacci Crates[/td][td][/td][td][/td][/tr]
[tr][td][level]detecit[/level][/td][td]Timing is Everything[/td][td][/td][td][/td][/tr]
[/table]


[table]
[tr][td][b]Non-puzzles[/b][/td][/tr]
[tr][td]Code[/td][td]What it is[/td][/tr]
[tr][td][level]fexivun[/level][/td][td]fast fibonacci sequence[/td][/tr]
[tr][td][level]rybibir[/level][/td][td]faster fibonacci sequence[/td][/tr]
[tr][td][level]bazomad[/level][/td][td]square of a number, modulo 16[/td][/tr]
[tr][td][level]vefahod[/level][/td][td]very fast processor similar to Rubicon Processor 1[/td][/tr]
[tr][td][level]dipaxag[/level][/td][td]slow physics change counter[/td][/tr]
[tr][td][level]cugaveg[/level][/td][td]faster physics change counter[/td][/tr]
[tr][td][level]jerefel[/level][/td][td]modulo 16 multiplication[/td][/tr]
[tr][td][level]hikyzon[/level][/td][td]division, only works if answer is an integer[/td][/tr]
[tr][td][level]xamucyv[/level][/td][td]bubble sort that never terminates[/td][/tr]
[tr][td][level]pigariv[/level][/td][td]A full-speed gate[/td][/tr]
[tr][td][level]nexelob[/level][/td][td]Full speed dozer draw, messes up order of crates[/td][/tr]
[tr][td][level]pezybez[/level][/td][td]Better divider[/td][/tr]
[tr][td][level]dimyxor[/level][/td][td]Full speed adder[/td][/tr]
[tr][td][level]nipabat[/level][/td][td]Timing-based communication[/td][/tr]
[tr][td][level]benexaf[/level][/td][td]Compact physics detector using up pipe bug[/td][/tr]
[tr][td][level]gukinag[/level][/td][td]Compact physics detector using packer[/td][/tr]
[tr][td][level]vobylih[/level][/td][td]Even faster fibonacci sequence than I thought was possible[/td][/tr]
[tr][td][level]nykever[/level][/td][td]Two digit fibonacci sequence[/td][/tr]
[/table]

sly (2008-04-03) I like all of your non-puzzles, especially the crate sorter, it's so simple! I can't beileive nobody else had thought of it. And also, yes, your puzzle is entirely impossible.

Bucky (2008-04-03) [quote author=immibis link=topic=310.msg3562#msg3562 date=1207209168]
[level]gokurav[/level]    Bucky's, er, immibis's copying service  Possibly impossible, if that makes sense
[/quote]

Definitely impossible.  There is no way to obtain a non-1 crate outside the enclosure.

geej66 (2008-04-04) I've modified the level to make [level]gokurav[/level] possible *sometimes*.  I thought my changes were in the spirit of the level, but I apologize if not.

My solution still won't solve the level for when the crate is a 9.  I'm pretty sure that can't be done with the basic idea of the level.

[level]myzorag[/level]

immibis (2008-04-04) Actually that crate sorter was inspired by another that I saw in the warehouse, but it wasn't posted to the forums. It's almost exactly like that one, so if you can find out who made that one, they get credit for it, rather than me.

And geej66, yes, that's how it was intended to be. I evidently wasn't thinking when I made that level. You're right, it doesn't work with a nine because then you can't get anything but a 1 out of it.

Bucky (2008-04-04) [quote author=immibis link=topic=310.msg3569#msg3569 date=1207280588]
Actually that crate sorter was inspired by another that I saw in the warehouse, but it wasn't posted to the forums. It's almost exactly like that one, so if you can find out who made that one, they get credit for it, rather than me.

And geej66, yes, that's how it was intended to be. I evidently wasn't thinking when I made that level.
[/quote]

It looks like something from [url=http://kevan.org/rubicon/forums/index.php/topic,96.0.html]this thread[/url].

immibis (2008-04-04) New puzzle: Randomization ([level]hicimux[/level]). I know it's possible because there has previously been a level using the same techniques, and it has been solved.

Werbad (2008-04-04) Are you sure? The machine isn't placing a crate on the matcher and it isn't outputting any crates. It doesn't seem possible unless you mess with the machine itself...

I'm guessing this isn't how you intended it to be solved: [level]bubolop[/level]

jf (2008-04-04) [quote author=Werbad link=topic=310.msg3577#msg3577 date=1207314038]
Are you sure? The machine isn't placing a crate on the matcher and it isn't outputting any crates. It doesn't seem possible unless you mess with the machine itself...

I'm guessing this isn't how you intended it to be solved: [level]bubolop[/level]
[/quote]

I had also created the obligatory cheat for an unlocked puzzle  ;)  -- [level]lebubor[/level] for [level]hicimux[/level].

immibis (2008-04-04) Whoops, sorry, try this instead: [level]gytodeh[/level]

sly (2008-04-05) "gytodeh could not be found"

immibis (2008-04-05) *sigh* [level]torolor[/level]

geej66 (2008-04-05) original level name was [level]gydoteh[/level]

jnz (2008-04-06) For Randomization Fixed ([level]gydoteh[/level]): [level]ruzugep[/level]

geej66 (2008-04-06) solution to [level]gydoteh[/level]:  [level]nacomit[/level]

Werbad (2008-04-06) Modified the level a little bit to prevent cheating: [level]bivesuz[/level]

For Randomization Fixed ([level]gydoteh[/level]): [level]zefyryg[/level]

geej66 (2008-04-07) I don't think most people would consider what I did "cheating". 

Maybe that was the solution immibis intended. 

jnz (2008-04-07) My previous solution for Randomization Fixed will fail if the random crate on top of the up pipe becomes a 0.
Fixed solution for Randomization Fixed ([level]gydoteh[/level]): [level]bylycug[/level]

immibis (2008-04-07) Well there wasn't really any intended solution for either puzzle. I didn't even bother to make my own solutions  :o

Werbad (2008-04-07) Mine would also fail on a random 0... Fixed: [level]moguzum[/level]

immibis (2008-04-10) Fibonacci Puzzle: [level]fycyzup[/level]

My solution: [spoiler][level]cigovah[/level][/spoiler]
After I made this I realised it was not possible 100% of the time because the output for C is the same as the output for D. Also my solution doesn't bother to correct this so it only solves it for 0-C.

dacodemasta (2008-04-10) level[level]cigovah[/level] could not be found

immibis (2008-04-11) Okay. [level]gidonoh[/level] solves for all except for D, since it's not possible to distinguish between C and D.

jf (2008-04-12) [quote author=jnz link=topic=310.msg3598#msg3598 date=1207531751]
My previous solution for Randomization Fixed will fail if the random crate on top of the up pipe becomes a 0.
Fixed solution for Randomization Fixed ([level]gydoteh[/level]): [level]bylycug[/level]
[/quote]

Randomization is a similar idea to Solitaire [url]http://kevan.org/rubicon/forums/index.php/topic,62.msg1839.html#msg1839[/url], but without the space constraint.  :)

immibis (2008-04-12) Ones and Zeroes: [level]samasut[/level]. My solution [spoiler][level]nadezys[/level][/spoiler]
A Puzzle: [level]mifohag[/level].
Variation of A Puzzle: B Puzzle: [level]myhikup[/level].

Werbad (2008-04-13) For Ones and Zeroes ([level]samasut[/level]): [level]bypuged[/level]

A Puzzle reminds me of Timberline (Don't remember who made it), gonna try it out later.

Edit:
For A Puzzle ([level]mifohag[/level]): [level]pimydut[/level]
For B Puzzle ([level]pimydut[/level]): [level]kamoled[/level]  (~6500 ticks)

jnz (2008-04-14) For Ones and Zeroes ([level]samasut[/level]): [level]javyhat[/level]
Timberline was by jf.  My solution for that is too big to fit in the space available here though.

geej66 (2008-04-15) Ones and Zeros ([level]samasut[/level]): [level]hesolet[/level]

immibis: I enjoyed the simplicity of your solution (I also can't believe I didn't find a similar solution).

jf (2008-04-15) For Ones and Zeroes ([level]samasut[/level]): [level]kykicer[/level]. It's funny that I didn't see my overkill on the top left, until I looked at other solutions. Oh well...

For B Puzzle ([level]myhikup[/level]): [level]gubakak[/level]. I bolted together some components following the principle of my Timberline solution, and came up with a new template copier variation.

Timbo (2008-04-15) For Ones and Zeroes: [level]gibodup[/level] (Cheating is fun)

immibis (2008-04-20) Timing Crates: [level]heronel[/level]. You will need my version of Rubicon to play this, see [url]http://kevan.org/rubicon/forums/index.php/topic,308.new.html#new[/url] for a download link (or it will just look like lots of random parts).
My solution [spoiler][level]fydivut[/level][/spoiler]

immibis (2008-04-22) Here's a version that works with normal rubicon: [level]dyxubif[/level]

Werbad (2008-04-22) For Timing Crates ([level]dyxubif[/level]): [level]hyzusud[/level]
Probably not the solution you looked for...

jnz (2008-04-22) For Timing Crates ([level]dyxubif[/level]): [level]bugobyf[/level]

Rene (2008-04-22) For Timing Crates ([level]dyxubif[/level]): [level]nutymyd[/level]

Did you intend to disable copiers and adders?

Werbad (2008-04-22) Still not Hard...
No Copiers or Packers: [level]kesagal[/level]

immibis (2008-04-24) Actually Timing Crates: [level]tabotel[/level] (works in normal rubicon).

jnz (2008-04-24) For Actually Timing Crates ([level]tabotel[/level]): [level]dycavil[/level].  I didn't realize until after I was finished that I made it way harder than it had to be.

immibis (2008-04-24) Reorder: [level]gexilod[/level]

Werbad (2008-04-24) For Actually Timing Crates ([level]tabotel[/level]): [level]rydebec[/level]
For Reorder ([level]gexilod[/level]): [level]togikaz[/level]

jnz (2008-04-24) For Reorder ([level]gexilod[/level]): [level]vidihod[/level]

Rene (2008-04-24) For Actually Timing Crates ([level]tabotel[/level]): [level]buvudir[/level]
For Reorder ([level]gexilod[/level]): [s][level]nuhubot[/level][/s]  [level]nuhobot[/level]

immibis (2008-04-24) nuhubot could not be found

jnz (2008-04-25) [quote author=immibis link=topic=310.msg3713#msg3713 date=1209077756]
nuhubot could not be found
[/quote]
It is [level]nuhobot[/level]

Timbo (2008-04-25) For Reorder ([level]gexilod[/level]): [level]gemudul[/level]

immibis (2008-04-29) More non-puzzles:

[level]pigariv[/level] A full speed gate
[level]dimyxor[/level] A full speed adder
[level]nexelob[/level] A very simple full speed dozer draw, it messes up the order of the crates so not sure how much use it is...
[level]pezybez[/level] Better divider, it works even if there is a remainder, and the "remainder alarm" on the right flashes if there is one.
[level]nipabat[/level] Communication across any distance in a fixed amount of time - increase the distance by making the middle section longer. Note that this would be more useful if the Rubicon window was bigger. It can send one crate/barrel every 32 ticks, but it might take longer than 32 ticks to actually appear on the other side.

jnz (2008-04-29) [quote author=immibis link=topic=310.msg3724#msg3724 date=1209452692]
[level]nipabat[/level] Communication across any distance in a fixed amount of time - increase the distance by making the middle section longer. Note that this would be more useful if the Rubicon window was bigger. It can send one crate/barrel every 32 ticks, but it might take longer than 32 ticks to actually appear on the other side.
[/quote]

Seems to have a problem with 0s and Fs.

immibis (2008-04-30) Yes, sorry, I forgot to mention in the original post that it handles neither 0 nor F.
[level]nexelob[/level] works correctly (not messing up the order of the crates) if the input is from the left - see [level]vyhinib[/level]

immibis (2008-05-02) New puzzle: The Great Gate for the Unknown Crate:
Easy version: [level]rogafog[/level]
Medium version: [level]bymibik[/level]
Hard version: [level]jymigod[/level]
Expert version: [level]syryhym[/level]

geej66 (2008-05-02) I think I'm missing something.  I have two solutions which themselves (or slight variations) solve all the different puzzles.

I'm just showing the ones for the "expert" puzzle ([level]syryhym[/level]): [level]vitytot[/level] and [level]valyhog[/level]

sly (2008-05-02) Well, they all need a little revision. This solution works for all of them with a little adjustment. : [level]huladar[/level]

immibis (2008-05-03) Hmm they weren't supposed to be solvable that easily (except for easy/medium versions). I must check my puzzles before posting them next time.

immibis (2008-05-03) Easy version 2: [level]tuhofic[/level]
Medium version 2: [level]gyfagub[/level]
Hard version 2: [level]decexyt[/level]
Expert version 2: [level]sumyled[/level]

Edit: oops, I accidentally classified the first two as 'Solution' and the Expert version as 'Hard'.

Rene (2008-05-03)
I am afraid they are still not very well protected. See for example [level]buxinut[/level] for the "medium" level. The "Hard" and "Expert" solutions can even be simpler. I was trying to find out what the intended solution would be but cannot figure that out either (what's the hole on the left with the winch for?). One tip: make sure that you cannot push anything (dozer, barrels) into any of the exits, and cannot get anything out of the entrances. A simple one step height difference will do.

immibis (2008-05-03) *smacks head*
The easy and medium puzzles were intended to be solved that way.
Hard version 3: [level]zanybim[/level]
Expert version 3: [level]kokaxun[/level]
And the intended solution is anything that works.

immibis (2008-05-03) New non-puzzles:
Compact physics detector [level]benexaf[/level] (only works if the top furnace is at the very top of the window), uses the up pipe bug to detect physics.
Another compact physics detector [level]gukinag[/level] (works anywhere), uses packers to detect physics.
These detectors output a zero for new physics, or a one for old physics.

Edit: And an INCREDIBLY FAST fibonacci sequence calculator: [level]vobylih[/level]

sly (2008-05-03) Those physics detectors might prevent someone from using Bucky's impossible puzzle solver. Thus making more impossible puzzles even more impossible.

immibis (2008-05-03) More fixes for TGGFTUC:
Fixed Hard v3: [level]sugebam[/level]
Fixed Expert v3: [level]zanovid[/level]

*bangs head on table*
*bangs head on table*
*nangs head on table*

jnz (2008-05-04) Are you sure these new versions are possible?  I don't see a way to solve for 6, A, or E.

immibis (2008-05-04) .......................................ok :o ???
Hard version 4: [level]kybosug[/level]. I am certain this is solvable.
Expert version 4: [level]hogypuf[/level]. I am certain this is also solvable.
You may move the machine anywhere around in your solutions, if there isn't enough space, but there should be.

jnz (2008-05-04) For expert version 4: [level]gegadop[/level] although this can't be what you were looking for.

immibis (2008-05-04) Oops, I forgot to change it back after testing. I can't be bothered changing it AGAIN....so before you solve it, people, would you mind replacing the C with a ? crate?

Edit: Non-puzzle: Two-digit fibonacci sequence [level]nykever[/level]

sly (2008-05-04) [level]sykogap[/level]

what's the intended solution?

immibis (2008-05-04) [quote author=sly link=topic=310.msg3792#msg3792 date=1209879574]
[level]sykogap[/level]

what's the intended solution?
[/quote]

[quote author=immibis]
...[b]so before you solve it, people, would you mind replacing the C with a ? crate?[/b]...
[/quote]

Rene (2008-05-04)
For The Great Gate Expert v4 ([level]hogypuf[/level]): [level]zuhyxab[/level]

[quote author=immibis link=topic=310.msg3791#msg3791 date=1209879436]
Oops, I forgot to change it back after testing. I can't be bothered changing it AGAIN....so before you solve it, people, would you mind replacing the C with a ? crate?
[/quote]

Life is hard as a puzzle maker  ;)

Werbad (2008-05-04) For The Great Gate Expert v4 ([level]hogypuf[/level]): [level]relebeb[/level]

Rene, your solution fails on 0, but it is easilly corrected using the spare 0 crates.

jnz (2008-05-04) For expert version 4 (with the ? crate): [level]cihutul[/level]

immibis (2008-05-07) 3-digit fibonacci sequence: [level]lodyced[/level]
The order of digits is reversed.
This could be extended to more digits if there was more space.
Also for my 2-digit fibonacci non-puzzle, there are 2 unpackers with 9's below them. Replace the 9's with A's for it to work correctly or you will get the wrong numbers.

Werbad (2008-05-07) You have to replace the top 9 Crate aswell...

immibis (2008-05-09) Oops, how did I miss that?
Also, if anyone wants to try my new extended physics model (before I test it, it's probably buggy so just be aware of that), [url]http://www.mediafire.com/?ndwlbyywzb2[/url].
The key to change to this model is N. Pressing N will toggle between new (Kevan's version 2 physics) and extended (mine) physics. Pressing N while in old physics will change to new.

Edit: Tested some stuff and fixed some bugs, including some very important ones. [url]http://www.mediafire.com/?xtxcgsit3bn[/url]
Edit #2: Didn't see any more blatantly obvious bugs (ramps going the wrong way, dozers not falling down, etc). [b][url]http://www.mediafire.com/?m9byngmyjbh[/url][/b]

immibis (2008-05-11) One that my brother (who does not yet have an account on the forums) asked me to post here:

Random Number 1: [level]suhusul[/level]

Werbad (2008-05-11) Needs another crate.

immibis (2008-05-12) Oops, that should be [level]hubuzed[/level]

sly (2008-05-12) The random crate doesn't add with the 0 barrel, I suggest revision.

immibis (2008-05-13) Oops, that should be a girder below the 0 barrel. Please replace that before solving. Thank you for doing so.

Werbad (2008-05-13) For Random Number 1 ([level]hubuzed[/level]): [level]xekaluv[/level]

jnz (2008-05-13) For Random Number 1 ([level]hubuzed[/level], with the girder correction): [level]getycop[/level]

immibis (2008-05-24) Timing Crates 2: [level]xomosik[/level]
Hard(er) version: [level]kafogul[/level]

Also some random stuff with dozers: [level]cunuzac[/level]

Werbad (2008-05-24) For Timing Crates 2 ([level]xomosik[/level]): [level]dudozab[/level]

Rene (2008-05-26) For Timing Crates 2 ([level]xomosik[/level]): [level]fyfydob[/level]
For the hard version ([level]kafogul[/level]): [level]docazor[/level]

immibis (2008-06-01) New puzzle: Timing Crates 3 ([level]mirudub[/level])

Werbad (2008-06-01) Does not seem possible. 1 and 2, 6 and 7, 9 and A gives the same output...

immibis (2008-06-03) Fixed: [level]nygorof[/level]

jnz (2008-06-03) For Timing Crates 3 fixed ([level]nygorof[/level]): [level]citipab[/level]

Rene (2008-06-04)
For Timing Crates 3 ([level]nygorof[/level]): [level]ragevud[/level]

immibis (2008-06-05) Fibonacci Crates: [level]gofageb[/level]

Rene (2008-06-05) For Fibonacci Crates ([level]gofageb[/level]): [level]sydipyt[/level]

I took the liberty of changing the 'C' into a '?' - does not make it much harder though.

Werbad (2008-06-05) For Fibonacci Crates ([level]gofageb[/level]): [level]bubygek[/level]

immibis (2008-06-05) Thanks for noticing that.
Fibonacci Crates 2: [level]lahakad[/level]

Edit: Fixed (was sudigat)

Werbad (2008-06-05) Maybe you should fix the left pipe... We don't get much of an output at the moment...
Also, there are some squares you forgot to lock.
And there is no crate available...

You should at least check if the puzzle is solvable before you post it...

Edit:
That unlocked space kind of broke the level.
For Fibonacci Crates ([level]gofageb[/level]): [level]lagytyp[/level] (29 ticks)

immibis (2008-06-06) Fixed: [level]lahakad[/level]

Rene (2008-06-06) For Fibonacci Crates 2 fixed ([level]lahakad[/level]): [level]fihybab[/level]

Timbo (2008-06-06) For Fibonacci Crates 2 fixed ([level]lahakad[/level]): [level]titumuf[/level]
Rene your solution doesn't work for 1, since [spoiler]The output is missing a 0 and comes one tick later[/spoiler]

jnz (2008-06-06) For Fibonacci Crates 2 fixed ([level]lahakad[/level]): [level]leluzig[/level]

Rene (2008-06-06) [quote author=Timbo link=topic=310.msg3901#msg3901 date=1212748618]
For Fibonacci Crates 2 fixed ([level]lahakad[/level]): [level]titumuf[/level]
Rene your solution doesn't work for 1, since [spoiler]The output is missing a 0 and comes one tick later[/spoiler]
[/quote]
Subtle... very subtle...  :-\

This should fix it: [level]ginexyf[/level]

immibis (2008-07-08) [b]GRANDSON OF HOCKEY STICK[/b]
(Credits to [img]http://kevan.org/rubicon/forums/Themes/default/images/spoiler.gif[/img] for the original Hockey Stick and Son of Hockey Stick puzzles)

UW: [level]godysiz[/level]
DP: [level]sitymag[/level]
DK: [level]pegyref[/level]
UP: [level]damopyd[/level]

Poor man's version: [level]mirumyd[/level]

Werbad (2008-08-03) For GoHS UP ([level]damopyd[/level]): [level]vuxesab[/level]
For GoHS DK ([level]pegyref[/level]): [level]himovag[/level]
For GoHS DP ([level]sitymag[/level]): [level]gycigab[/level]
For GoHS UW ([level]godysiz[/level]): [level]sudadog[/level]

immibis (2008-11-20) Timing is Everything: [level]camygud[/level]
Very hard if it's solvable at all.

Werbad (2008-11-20) For Timing Is Everything ([level]camygud[/level]): [level]macovyv[/level]

[spoiler]I base the timing on the fact that during every 32 tick cycle ?+F is added to the top stream. When the random add to this cycle results in 0 it will produce a full stream of 0 - F. I simply wait for the right moment and delay the delivery with target crates value.[/spoiler]

I don't know if it was your intention, but you can just [spoiler]enter a 0 value barrel to always trigger the delivery.[/spoiler]

Faster Solution: [s][level]dubekut[/level][/s] [level]dofecix[/level] (Now properly uses the random barrels to the right)

[spoiler]I simply recreated the flow slightly ahead of time and predicted when the next matching crate would appear. In the worst case it will solve at the third matching crate.[/spoiler]

immibis (2008-11-21) Your last solution was what I was looking for. (And the speed is impressive).

Edit: Next person to post here is post #100 in this thread.

Rene (2009-01-10)
For Timing is Everything ([level]camygud[/level]): [level]fyburun[/level]

immibis (2009-03-19) Square-root finder in modulo 16: [level]zobyfir[/level]. Note that for some reason, the square of a number is always 0, 1, 4 or 9 modulo 16. It takes about 2150 ticks to find all solutions. The number in the yellow box is the input, and the output goes to the yellow line. There will be 4 square roots found for 0, 1, 4 or 9 and none for anything else.

Ability to speed up level

immibis (2008-04-04) There should be a button to change the speed, or something, for solutions that take a while to run.

dacodemasta (2008-04-07) that would be definitely useful for those solutions that take forever.

Bucky (2008-04-14) Rubicon is fairly slow and inefficient.  It can't run any faster than it already does without rewriting the program for performance.  If you run it on a faster computer, it will run quicker, but otherwise there is no easy way to speed it up.

jnz (2008-04-14) [quote author=Bucky link=topic=311.msg3637#msg3637 date=1208131685]
It can't run any faster than it already does without rewriting the program for performance.  If you run it on a faster computer, it will run quicker, but otherwise there is no easy way to speed it up.
[/quote]

This isn't really true.  It is currently throttled to run at 10fps.  It will run at 10fps no matter fast the computer gets.  If you run it on a slow enough computer it will run at less than 10fps of course.  If I pull the framerate limiter out I can get it up to 35 fps on my system when running a simple level with not much going on.  Complicated levels with many things happening at the same time cause it to run slower.

Currently it spends a lot of time repainting the entire window every frame.  If it were to be optimized to only repaint the areas that changed between frames you could likely achieve significantly higher framerates.

immibis (2008-04-14) What if it only painted every [i]n[/i]th frame when you turned off the fps limiter?

Werbad (2008-04-14) The Java version currently eats about 98% CPU, so it is not possible to speed it up any more, not for me at least... That's why I'm currently using a custom windows port.

RubE On Conveyor Belts

immibis (2008-04-12) See [url]http://esolangs.org/wiki/RubE_On_Conveyor_Belts[/url]

ddsdiur (2008-04-17) It looks great, but does it use API calls? If not, could you make it work on a Mac?

immibis (2008-04-18) The interpreter I wrote for it uses the Window API to position the cursor in the console window, to display the program as it's running, like Rubicon does. Other than this, it only uses the standard library, though.

ddsdiur (2008-04-19) Would you please post the source file(s)? If it's written in C/C++, You could just have it write to an array of chars, and then print the array on screen. I wrote a game in ANSI C that uses that strategy, and it works fine.

immibis (2009-07-05) Here is the source code, sorry for reviving an old thread.

Complex solutions to base levels

immibis (2008-04-13) Here are my complex solutions to the original puzzles. I was trying to get something as complex as [level]bidaril[/level], but it just didn't quite work out that way. Apparently you need a tricky puzzle to come up with a really, really, really complex solution that uses nearly every square in some way.
For level 1 ([level]abalone[/level]): [level]cobizyl[/level]
For level 2 ([level]origami[/level]): [level]cavikod[/level]. For extra [s]fun[/s]boredom, change the upward copier below the topmost dozer into an up-pipe.
I ran out of time to do the others, sorry (waiting for the level 2 solution), so I will do them at a later time.

ddsdiur (2008-11-27) I was inspired, and came up with [level]topudax[/level] for level 2.

immibis (2008-12-31) Level 5 ([level]edifice[/level]): [level]sifaxyd[/level]
Edit: Level 6 ([level]acolyte[/level]): [level]lofuveb[/level]
Edit: Level 7 ([level]ocarina[/level]): [level]rihifon[/level]

immibis (2008-12-31) Level 10 ([level]oregano[/level]): [level]mizarub[/level]
Level 11 ([level]ukelele[/level]): [level]fipetil[/level]

4-cell addressable RAM memory

immibis (2008-04-21) [level]lixahad[/level] (you need my Rubicon version to run it)
In the top left corner you will see three lots of crates.
The top one is the cell to write into, the middle one is the value to write into the cell, and the bottom one is the cell to read from. Both the top and middle crates must arrive at the same tick if you want to write into a cell. The output goes to the area surrounded by girders.

ddsdiur (2008-04-22) the level can't be found.

immibis (2008-04-22) [level]jebycus[/level]

Copier/Pipe/Winch chaining

immibis (2008-05-01) Could it be made so that you can chain winches and copiers in the same way you can chain pipes?
For example, in [level]ryduseb[/level]:
the second example from the left will copy the crate
the third example from the left makes the crates alternate from top to bottom
all the examples in the right-hand box act the same (ie. copy one crate)

Logic gates

immibis (2008-05-03) Logic gates (that use 1 as true and 0 as false): [level]rykumyd[/level] (AND at top, OR at bottom, NOT at right)
But it would be easier if the presence of a crate is true, and the absence of any crate is false.
Logic gates that use any crate as true and no crate as false: [level]fituryk[/level] (AND at top, OR at bottom, NOT at right, note the old physics).
These are very small (most of the space in each is taken up by a device to adjust timings, and a full-speed draw), and run at full speed.

Rene (2008-05-03) [quote author=immibis link=topic=316.msg3768#msg3768 date=1209776313]
Logic gates that use any crate as true and no crate as false: [level]fituryk[/level] (AND at top, OR at bottom, NOT at right, note the old physics).
These are very small (most of the space in each is taken up by a device to adjust timings, and a full-speed draw), and run at full speed.
[/quote]

The old physics is still fun!
Things get a lot simpler if you don't care about the value of the barrels: [level]lubiged[/level]
Left side top to bottom: OR, AND, splitter, flipflop
Right side top to bottom: NOT, switch, wire crossing
All run at full speed

And here is a working circuit with the gates: [level]sivanic[/level]. It's a traditional SR flipflop with 2 OR gates, 2 NOT gates and a wire crossing. The stuff on the left is to generate regular set and reset pulses. You'll see some oscilating behaviour at the start - before the first reset pulse. It's funny to see the electricity flowing at 10 ticks per second...

immibis (2008-05-03) Very good. I especially like your NOT gate and flipflop. What's the middle-right thing supposed to do?
You can also make a SR flipflop easily if you abuse a bug (which will not be fixed because it's actually useful) in my Rubicon ([url]http://kevan.org/rubicon/forums/index.php?topic=308.msg3676#msg3676[/url]) where ultra-dozers can't fall down. See [level]tenecef[/level]. The middle one oscillates between on and off quickly and controls itself (Q is connected to Reset, Q-Bar is connected to Set) while the right shows how small it can be (it oscillates based on an external input). The left side shows how to put the Q and Q-Bar outputs on one side
If you don't remember what Q and Q-Bar are, Q is the output which reflects the flipflop's state and Q-Bar is (NOT Q).

Interesting door keys

immibis (2008-05-10) Here are some interesting patterns of door keys

[level]xabyzaz[/level]

Top left: Rather large pattern that oscillates a few times then closes completely.
Top middle: A smaller pattern, without the extra crates at the top it oscillates, with them it closes.
Middle (underneath the previous one): Another pattern that closes completely.
Top right and middle right: A pattern that oscillates normally, but with an extra half-speed stream of crates it either closes completely (top right) or opens completely (middle right)
Bottom right: Two diamond-shaped patterns that oscillate
Bottom left: (From left to right) A pattern that oscillates in four directions, A pattern that behaves strangely, and another pattern that oscillates in four directions.

I got these patterns by randomly placing door keys next to each other, so it's likely that other patterns do other interesting or unusual things.

Full-speed and half-speed draws

immibis (2008-05-13) [level]retygav[/level]
Bottom left is a double dozer draw, which works at half speed without copiers.
I'm sure you're familiar with the furnace draw, half furnace draw and full-speed furnace draw along the left.

As you can see (top right) simply dropping crates down onto a conveyor will move them at half speed.
Right, second from top: an upside-down full-speed furnace draw which can draw crates downwards at full speed
Right, middle: an upside-down half furnace draw which burns every second crate
Right, second from bottom: a very simple full-speed downwards draw that doesn't use copiers
Right, bottom: A full-speed downwards draw using only conveyors and ramps, but you need quite a bit of horizontal space to use it.

Also [level]cedogyz[/level] shows a full-speed downwards draw using old physics.

Rubicon "Part-at-a-time" challenge

immibis (2008-06-19) [level]xitagud[/level]

The idea is that people each add a little bit to the solution, and nobody can go twice in a row.
Rules:
[list]
[li]You may not add more than three pieces per turn, and you may not delete more than three pieces per turn. Replacing a part counts as a deletion and an addition. You may delete three pieces and add three pieces, but you may not add three pieces and replace three pieces, for example.[/li]
[li]You may not take two or more turns in a row.[/li]
[li]Each person must state whose they have edited[/li]
[li]Do not archive[/li]
[/list]

I have started: [level]kobedan[/level]

TTTPPP (2008-06-19) [level]vagameg[/level] (Edited version of [level]kobedan[/level] by immibis)

Werbad (2008-06-19) [level]denapos[/level] (Edited [level]vagameg[/level] by TTTPPP)

Still don't understand why immibis placed a pipe instead of a winch...

sly (2008-06-19) [level]sadogav[/level] (Edited [level]denapos[/level] by Werbad)

Solved.

immibis (2008-06-20) Yes, about the pipe, I wasn't thinking ahead (remember you can delete parts). Version 2 of that puzzle: [level]romapoh[/level]

sly (2008-06-20) [level]nisiraf[/level] (Edited [level]romapoh[/level] by Immibis)

Werbad (2008-06-20) [level]cogapad[/level] (Edited [level]nisiraf[/level] by sly)

immibis (2008-06-21) [level]cubivak[/level] (edited [level]cogapad[/level] by Werbad)

Rene (2008-06-21) Nice idea.

Here is [level]gesugob[/level] (edited [level]cubivak[/level] by immibis)

Werbad (2008-06-21) [level]lodulem[/level] (Edited [level]gesugob[/level] by Rene)

Great Pipe placement btw.

jf (2008-06-22) [level]dycuxyv[/level] (edited [level]lodulem[/level])

immibis (2008-06-22) Don't worry, you're allowed to go into the sandbox to place pipes, but not copiers. You're also allowed into the sandbox to delete parts, by the way.

[level]cigegef[/level] (edited [level]dycuxyv[/level] by jf)

Werbad (2008-06-22) [level]bybogef[/level] (Edited [level]cigegef[/level] by immibis)

Solved. Didn't need the pipes anyway.

sly (2008-06-22) [s][level]tuxubyc[/level] (Edited [level]cigegef[/level] by immibis)
Solved.[/s]

Oh holy crap Werbad, we posted the same solution at the same time. Sorry about that.

Werbad (2008-06-22) They where pretty much identical anyways.  :P

Could the next challenge be something like [level]seloxib[/level]?

immibis (2008-06-23) Sure, why not?
Part-at-a-time challenge three: [level]seloxib[/level] (unarchived)

jnz (2008-06-23) [level]fagotyv[/level] (edited [level]seloxib[/level] by Werbad)

Werbad (2008-06-23) [level]fyrymab[/level] (edited [level]fagotyv[/level] by jnz)

immibis (2008-06-24) [level]hadoroh[/level] (edited [level]fyrymab[/level] by Werbad)

TTTPPP (2008-06-24) [level]lygyhah[/level] (edited [level]hadoroh[/level] by immibis)

Werbad (2008-06-24) [level]xibibur[/level] (Edited [level]lygyhah[/level] by TTTPPP)

jnz (2008-06-24) [level]xavicob[/level] (edited [level]xibibur[/level] by Werbad).
Solved, although it could use an extra girder at the right.  Should we try this level again, without gates this time?

Werbad (2008-06-24) Ok:
PAAT challenge IV: [level]cunogob[/level]

jnz (2008-06-25) [level]bidavup[/level] (edited [level]cunogob[/level] by Werbad)

TTTPPP (2008-06-27) [level]masuget[/level] (edited [level]bidavup[/level] by jnz)

immibis (2008-10-26) [level]lusakox[/level] (edited [level]masuget[/level] by TTTPPP)

colcolpicle (2009-11-15) [level]sidonic[/level] (edited lusakox by immibis)

Locked pieces bug

immibis (2008-07-08) Sometimes, if you attempt to select a region and fill it in the sandbox, some pieces will be left out, and they are the spaces that were locked last time you were in game mode.
Steps to reproduce:
[list]
[li]Load [level]sybypom[/level] (for example). Note how the pipes are shaded blue, but the yellow/black tiles are not.[/li]
[li]Enter sandbox mode[/li]
[li]Select a copier (for example) from the toolbox.[/li]
[li]Select the whole thing using shift+click.[/li]
[li]Press F[/li]
[li]Notice that the squares that were shaded blue in game mode (the pipes) do not change.[/li]
[/list]

immibis (2008-09-19) *bump* Kevan could you please fix this?

immibis (2009-07-04) *bump again* still no fix...

Rene (2009-07-05) I don't think that Kevan reads this forum much anymore. You better send him an e-mail:
kevan at kevan dot org

colcolpicle (2010-02-28) this doesn't happen anymore, but there is a similar glitch.

1. load [level]gogigis[/level]
2. go to sandbox mode
3. press play, and switch to game mode while it is playing
4. press stop
5. shift click to select a region around all parts
6. press F to fill it in.

There is a shadow of where the pieces were!
This also works with dozers.

Twee's Puzzles

Twee (2008-11-07) Here's the list of my puzzles. All of them have been solved, and the solutions can be found in this thread.

Mothballed                 [level]gikoxiv[/level]
Mothballed 2              [level]jakovog[/level]
Diamond in the Rough  [level]byhefil[/level]
Ball-and-cup                [level]debegid[/level]
Catch as Catch Can      [level]ronered[/level]
One For All                 [level]kibadyn[/level] 
Pick Three                  [level]bigyzof[/level]         
Sisyphus Shrugged      [level]bimuned[/level]
Thresher                    [level]gokegam[/level]
Thresher variation        [level]remigaf[/level]
Routing Problem          [level]sorukys[/level]
Routing Problem 2       [level]sorodih[/level]
Routing Problem 3        [level]hygixug[/level]
1/4096                       [level]dodaxud[/level]
Carnival Ride                [level]cobulaz[/level]
Pushing Arithmetic       [level]myvavyh[/level]
Bottleneck                  [level]mogehes[/level]
Bottleneck v2              [level]kavobec[/level]
Cuckoo Clock              [level]fomugak[/level]

Twee (2008-11-07) Here's two more as a set. Again not ground-breaking, but hopefully different enough to be worth the post:

Mothballed: [level]gikoxiv[/level]
Mothballed 2: [level]jaxovog[/level]

Twee (2008-11-08) Yay, I succeeded in making a puzzle that actually took me a bit of time to solve. I'm not sure whether to classify this one as "newbie" or "easy". Easy, i guess.

Ball-and-Cup: [level]debegid[/level] Here's my inelegant solution: [spoiler] [level]ludaton[/level] I created this in the sandbox after deciding to add a third target; so hopefully it's valid. ;)[/spoiler]

Werbad (2008-11-08) For Diamond in the Rough ([level]byhefil[/level]): [level]vabitig[/level]
For Mothballed ([level]gikoxiv[/level]): [level]gysubyb[/level]
For Mothballed 2 ([level]jaxovog[/level]): [level]posahan[/level]
For Ball-and-Cup ([level]debegid[/level]): [level]ladanug[/level]

Always fun to see new people here.

immibis (2008-11-09) For [level]byhefil[/level]: [level]hohinet[/level]
For [level]gikoxiv[/level]: [level]gefipad[/level]
For [level]jaxovog[/level]: [level]lasapap[/level]
For [level]debegid[/level]: [level]peradug[/level]

Bucky (2008-11-10) Diamond in the Rough([level]byhefil[/level]):[level]bikufig[/level]  (minimalist - 5 pieces)
Mothballed([level]gikoxiv[/level]):[level]botofat[/level] (warning:sloppy)

Twee (2008-11-20) A new one, with apologies. [b]Pew Pew[/b]: [level]kecepig[/level]
[spoiler]Yes, it's an "action arcade" puzzle, and yes I have managed to get it to solve. It took me several minutes of button-mashing even after I made it easier by moving the top barrel left a space though. [/spoiler]
This isn't really my style of puzzle, but I noticed that [spoiler]in the old physics model, barrels won't exit a pipe to the top row of the screen[/spoiler], and just had to exploit that.

Twee (2008-11-20) [quote author=Bucky link=topic=321.msg4030#msg4030 date=1226279755]
Diamond in the Rough([level]byhefil[/level]):[level]bikufig[/level]  (minimalist - 5 pieces)
Mothballed([level]gikoxiv[/level]):[level]botofat[/level] (warning:sloppy)
[/quote]

Originally I had ramps on the inside of the diamond also, which would have prevented the space for your 5-piece solution. I changed the size of the diamond and forgot to add them back in. I'm glad I did though, because I found your [spoiler]use of doors/winches[/spoiler] enlightening and fun to watch.  :)

Bucky (2008-11-20) [quote author=Twee link=topic=321.msg4054#msg4054 date=1227148983]
[quote author=Bucky link=topic=321.msg4030#msg4030 date=1226279755]
Diamond in the Rough([level]byhefil[/level]):[level]bikufig[/level]  (minimalist - 5 pieces)
Mothballed([level]gikoxiv[/level]):[level]botofat[/level] (warning:sloppy)
[/quote]

Originally I had ramps on the inside of the diamond also, which would have prevented the space for your 5-piece solution. I changed the size of the diamond and forgot to add them back in. I'm glad I did though, because I found your [spoiler]use of doors/winches[/spoiler] enlightening and fun to watch.  :)
[/quote]

So what did you have in mind? Something like [level]gizopeb[/level]?

Twee (2008-11-20) [quote author=Bucky link=topic=321.msg4055#msg4055 date=1227153305]
[quote author=Twee link=topic=321.msg4054#msg4054 date=1227148983]
[quote author=Bucky link=topic=321.msg4030#msg4030 date=1226279755]
Diamond in the Rough([level]byhefil[/level]):[level]bikufig[/level]  (minimalist - 5 pieces)
Mothballed([level]gikoxiv[/level]):[level]botofat[/level] (warning:sloppy)
[/quote]

Originally I had ramps on the inside of the diamond also, which would have prevented the space for your 5-piece solution. I changed the size of the diamond and forgot to add them back in. I'm glad I did though, because I found your [spoiler]use of doors/winches[/spoiler] enlightening and fun to watch.  :)
[/quote]

So what did you have in mind? Something like [level]gizopeb[/level]?
[/quote]
No, my solution took 18 ticks, not 1!  :o It involved [spoiler]a winch under a gate with a zero barrel on top[/spoiler], if i recall correctly.
Edit: Actually I'm not sure how I would have been fitting an 18-tick solution in there. I do recall it was slower than any of the other ones posted here though.

Bucky (2008-11-20) [quote author=Twee link=topic=321.msg4056#msg4056 date=1227153866]
Edit: Actually I'm not sure how I would have been fitting an 18-tick solution in there. I do recall it was slower than any of the other ones posted here though.
[/quote]
Like this: [level]daropet[/level]?

Or do you mean with less space on the other half too?  Then you would have needed something like [level]rydufud[/level].  (you can get up to 25 with a combination of both methods:[level]vigygas[/level])

Twee (2008-11-20) Looks like you are having fun figuring out how many different solutions there are to that. Here's my re-creation of my original solution: [level]retadet[/level]. Oddly, I recall that barely fitting in the diamond before. Oh well, It's meant to be an easy puzzle in any case.
I'd like to come up with a really interesting puzzle, but inspiration hasn't struck yet. In  the meantime, I've still got a ways to go before solving many of the puzzles in the warehouse.

immibis (2008-11-20) What are you trying to do with that solution Bucky?

Lol at level name, "retadet" (pronounced re-tar-det?)

Twee (2008-11-25) I'm not sure where in the forum to put this, but here seems as good a place as any. Here's a puzzle designed by my 6-year old nephew: [level]hoguren[/level]. It might actually take a few minutes for a rank beginner to solve.  ;)
Here's my solution to it: [level]pipygaf[/level]
Edit: last night when I posted this, I thought pipygaf was his solution to level 1 which I had saved. It looks like I lost the little scrap of paper that was written on. Ah well. Just imagine a random bunch of door keys and barrels, and some conveyor belts which carry the crate to the target. Rubicon's definately not a good game for a 6-year old, but he wanted me to show him what computer games I like. I thought it was pretty cool that he solved the first level.

immibis (2008-11-26) Solved: [level]baxidax[/level]

jnz (2008-11-27) For R492 ([level]hoguren[/level]): [level]jokohul[/level]

jf (2008-12-02) For R492, I have [level]fupogim[/level]. I think jnz's solution is cool.

Twee (2008-12-07) [quote author=jf link=topic=321.msg4088#msg4088 date=1228197432]
For R492, I have [level]fupogim[/level]. I think jnz's solution is cool.
[/quote]
I agree. I like yours also.

Twee (2008-12-07) [b]New puzzle:[/b] [level]ronered[/level]
I've not archived it yet, since I'm not sure what difficulty level to rate it as. I'd appreciate opinions on that. It's inspired by Magimaster's "Catch 2" ([level]pihinom[/level]). Here's my solution: [level]cugacop[/level].
Edit: fixed my solution to  not fail on 2.  :-[

jf (2008-12-07) For [level]ronered[/level]: [level]jixosag[/level]

jnz (2008-12-07) For [level]ronered[/level]: [level]rekepib[/level]

Werbad (2008-12-07) For [level]ronered[/level]: [level]zudanut[/level]

Twee (2008-12-07) Nice solutions guys. I'm warehousing this one as easy.

Twee (2009-04-08) New puzzle: "One For All": [level]kibadyn[/level].
My solution: [spoiler][level]depivyt[/level][/spoiler]

Werbad (2009-04-08) For One For All ([level]kibadyn[/level]): [level]fitumad[/level]

Rene (2009-04-17) My solution:

For One for All ([level]kibadyn[/level]): [level]bulogeg[/level]

Nice puzzle

jf (2009-04-21) For One For All ([level]kibadyn[/level]): [level]buhymak[/level]

Good puzzle. Keep them coming.

Twee (2009-05-01) I'm glad you guys enjoyed "One for All". :)

Here are two new puzzles:
"Pick Three":[level]bigyzof[/level]  Inspired by geej66's [spoiler]"pick seven"[/spoiler].
"Sisyphus Shrugged" [level]bimuned[/level]

I haven't solved either of these yet, [s]and therefore haven't warehoused them[/s]. I apologize in advance if "Sisyphus Shrugged" turns out to be impossible. I can't figure out how to determine if it is, in fact. It definitely makes my brain hurt. I'm not too worried about "Pick Three".

Edit: fixed a mistake in bigyzof. that'll teach me to post stuff I've not yet solved :-[


Werbad (2009-05-01) For Sisyphus Shrugged ([level]bimuned[/level]): [level]xyveked[/level] (Doesn't seem impossible to me...)
For Pick Three ([level]bigyzof[/level]): [level]mefesox[/level]

Twee (2009-05-01) [quote author=Werbad link=topic=321.msg4247#msg4247 date=1241176847]
For Sisyphus Shrugged ([level]bimuned[/level]): [level]xyveked[/level] (Doesn't seem impossible to me...)
[/quote]

Thanks, I'll stop worrying about that. Here's my own kludgey solution for "Pick Three" ([level]bigyzof[/level]): [level]bycysus[/level]. I'll have to put my shoulder back to the wheel and solve "Sisyphus Shrugged", now that I know it can be done.  ;)

Rene (2009-05-02)
For Sisyphus Shrugged ([level]bimuned[/level]): [level]divebyh[/level]

jf (2009-05-02) For Sisyphus Shrugged ([level]bimuned[/level]): [level]fytaziz[/level]

For Pick Three ([level]bigyzof[/level]): [level]satixim[/level]

Rene (2009-05-02) For Pick Three ([level]bigyzof[/level]): [level]pogezed[/level]

immibis (2009-05-04) For Sisyphus Shrugged ([level]bimuned[/level]): [level]tubysud[/level]

Twee (2009-05-11) Nice solutions everyone! I especially liked Rene's "Sisyphus Shrugged" solution for it's elegance.
I also liked Immibis' solution. It was more like what I was imagining when I came up with the puzzle. Instead of shrinking from the difficulty of implementing it as I did, he actually made it work.
Here's my belated and unremarkable solution for "Sisyphus Shrugged"([level]bimuned[/level]: [level]xidikuz[/level]

Edit: now properly spelled "Immibis".

immibis (2009-05-15) You can't even spell my name right?

Twee (2009-05-15) [quote author=immibis link=topic=321.msg4255#msg4255 date=1242361868]
You can't even spell my name right?
[/quote]

Apparently not, sorry about that. Are you saying I insulted you in some other way also? If I did, it was unintentional.

Twee (2009-05-22) New puzzle (Hopefully an original one):

"Thresher": [level]gokegam[/level]
"Thresher variation": [level]remigaf[/level]

my solutions: for "Thresher" ([level]gokegam[/level]): [level]tyfecob[/level]
                   for "Thresher variation"([level]remigaf[/level]): [level]gucecib[/level]

Werbad (2009-05-24) For "Thresher" ([level]gokegam[/level]): [level]xetidud[/level]
For "Thresher variation" ([level]remigaf[/level]): [level]terokid[/level]

Rene (2009-05-26) For Thresher ([level]gokegam[/level]): [level]dyxerom[/level]  - indeed an original one
For Thresher Variation ([level]remigaf[/level]): [level]kexyhus[/level]

I wonder if it would be possible to solve it without barrels [i][b]and [/b][/i]with limited time

Twee (2009-06-05) Nice solutions, guys. I'm slightly embarrassed by my use of winches in mine: in one I put in a winch where i meant to use a down-pipe, and in the other, i used a series of downpipes and bulldozers where winches would have been simpler. It seemed to make sense at the time.
I too was wondering whether Thresher would be possible with the ~150 tick time limit and without barrels, Rene. I think it is probably not possible, and proving myself wrong would be a real pain.

Here are some new puzzles. The first two are very easy, as I think the warehouse needs more good "newbie" difficulty puzzles.

"Routing Problem" [level]sorukys[/level]
"Routing Problem 2" [level]sorodih[/level]

Edit: i warehoused the wrong puzzle for "Routing Problem 3" twice! Here's the fixed version: "Routing Problem 3" [level]hygixug[/level]
I wish it were possible to un-warehouse stuff. :-[

jnz (2009-06-06) For Routing Problem ([level]sorukys[/level]): [level]baboneg[/level]
For Routing Problem 2 ([level]sorodih[/level]): [level]difesev[/level]

immibis (2009-06-06) [level]cukemum[/level] for routing problem 1
[level]hogesac[/level] for routing problem 2

Twee (2009-06-06) A caveat about "Routing Problem 3": I haven't actually solved it, and while I think it is possible, I'm finding space to be a real issue. It's definately not "easy" though. Sorry about that.

Werbad (2009-06-06) For "Routing Problem" ([level]sorukys[/level]: [level]cybycyb[/level]
For "Routing Problem 2" ([level]sorodih[/level]: [level]gukecos[/level]
For "Routing Problem 3" ([level]hygixug[/level]): [level]hanyzef[/level]
Good puzzle! I didn't have any space problems though.

Bucky (2009-06-07) Routing Problem ([level]sorukys[/level]):[level]xotinyg[/level].  Extremely simple.
Routing Problem 2([level]sorodih[/level]):[level]hyzygap[/level].  As much as I hate using [spoiler]drop timers[/spoiler], the level design made it necessary.
Sisyphus Shrugged ([level]bimuned[/level]):[level]zytizyh[/level]

jf (2009-06-07) For Routing Problem 2 ([level]sorodih[/level]): [level]ficegir[/level]

For Routing Problem 3 ([level]hygixug[/level]): [level]hexuban[/level]

For Thresher ([level]gokegam[/level]): [level]tisinel[/level] -- It looks like I used the same general principle as Werbad, but in a different fashion.

For Thresher variation ([level]remigaf[/level]): [level]vozigib[/level]

Rene (2009-06-10) For Routing Problem 1 ([level]sorukys[/level]): [level]kalisym[/level]
For Routing Problem 2 ([level]sorodih[/level]): [level]nuhybid[/level]
For Routing Problem 3 ([level]hygixug[/level]): [level]damybap[/level]

Twee (2009-12-30) New Puzzle, "1/4096": [level]dodaxud[/level]
                  "1/4096 variation": [level]sohysyr[/level]
I'm going to wait til I or someone else solves these before I warehouse them. Belated congratulations to everyone who solved "Routing Problem Three," et al.

Rene (2010-01-01) "1/4096" is a very tough puzzle, which consists of two sub-puzzles: To detect which pattern is on the targets, and to detect when that pattern is matched. Don't wait for my solution to solve it: it takes forever. I let it run for a day, and it came up with a correct solution in almost 100,000 ticks.
The first sub-puzzle inspired me to create a new "Glass Floor" puzzle, see [url]http://kevan.org/rubicon/forums/index.php/topic,119.msg4528.html#msg4528[/url]. My solution to 1/4096 contains spoilers for the new Glass Floor puzzle.

For 1/4096 ([level]dodaxud[/level]): [level]gahodov[/level]

Twee (2010-03-30) Wow, good job solving 1/4096, Rene! I've still not looked at your solution, since I hope to maybe solve it myself at some point. In the meantime, here's a couple of easy [b]new puzzles[/b], which I actually solved before warehousing:

"Carnival Ride":         [level]cobulaz[/level] [spoiler][level]nydebim[/level][/spoiler]
"Pushing Arithmatic": [level]myvavyh[/level] [spoiler][level]byhovof[/level][/spoiler]

[i]Edit: Argh! I just can't seem to get the hang of warehousing the finished version of a puzzle, rather than one of my saved works in progress. Ah well.[/i]

Werbad (2010-03-30) For Carnival Ride ([level]cobulaz[/level]): [level]vacufof[/level]
For Pushing Arithmatic ([level]myvavyh[/level]): [level]pebiguv[/level]

Twee (2010-04-05) [b]New puzzle:[/b]  "Bottleneck": [level]mogehes[/level]. It's inspired by (but doesn't really resemble very much) ais523's "Encoding," which I really enjoyed. My solution: [spoiler][level]bozigox[/level][/spoiler]

Madball (2010-04-06) Bottleneck solution - [level]nenulev[/level]. Unsolves after a while.

colcolpicle (2010-04-06) [level]mogehes[/level]:[level]myvixug[/level] I had to mess with it a little bit, but it works. It's probably not what you meant for a solution, and while I think I understand what you wanted[spoiler]multiply every other crate by four and add the following crate[/spoiler], I have no idea of how to do it.

Twee (2010-04-06) Wow, good job, colcolpicle!

Here's version two: "Bottleneck v2" [level]kavobec[/level]

jf (2010-04-07) For Pushing Arithmatic ([level]myvavyh[/level]): [level]bebykes[/level]. Well, I over-engineered that! I started with the intention of using just one of the dozers, then ran out of patience and finished it quickly.

Rene (2010-04-07) For Bottleneck ([level]mogehes[/level]): [level]ruhadyr[/level]
And the same for Bottleneck v2 ([level]kavobec[/level]): [level]berynob[/level]

For Carnival ([level]cobulaz[/level]): [level]rutevic[/level]
For Pushing Arithmetic ([level]myvavyh[/level]): [level]tibefug[/level]

jf (2010-04-08) [quote author=Rene link=topic=321.msg4626#msg4626 date=1270671905]
For Pushing Arithmetic ([level]myvavyh[/level]): [level]tibefug[/level]
[/quote]

Very crisp, clean solution -- really well done. You've inspired me to not be so lazy and impatient on my next puzzle attempt. (I haven't looked at the other solutions yet as I have not had time to even start on those puzzles.)

Werbad (2010-04-09) For Bottleneck v2 ([level]kavobec[/level]): [level]vibytag[/level]

Twee (2010-04-10) Nicely done, everyone. It's fun to see four machines with pretty different layouts that do the same thing. I notice that everyone managed to solve "Bottleneck" without slowing down the solution stream except for me. Ah well. I agree that Rene's "Pushing Arithmetic" solution is indeed nice and clean. Also, I just learned the correct spelling for arithmetic.
Speaking of lazy solutions (or perhaps careless is more the word), I just noticed that Jf's "Thresher variation" solution [level]vozigib[/level] uses some illegal 0-barrels.

jf (2010-04-12) [quote author=Twee link=topic=321.msg4635#msg4635 date=1270909725]
Speaking of lazy solutions (or perhaps careless is more the word), I just noticed that Jf's "Thresher variation" solution [level]vozigib[/level] uses some illegal 0-barrels.
[/quote]

Ouch. I don't know if lazy is exactly the right word. It's not giving the puzzle my full attention, and then finishing it off impatiently. I don't remember that puzzle but I'll bet that I had it parked in jnz's rubicon app for a long time, sitting in the sandbox. I'll have a go at it again, without illegal barrels.  ;)

Twee (2010-04-20) [quote author=jf link=topic=321.msg4641#msg4641 date=1271064264]
Ouch. I don't know if lazy is exactly the right word.
[/quote]

That was an artless segue on my part. That solution is quite good despite breaking the rules; and obviously not a product of laziness. Sorry it took me so long to mention my agreement.

jf (2010-04-21) Here is the solution fixed to have the illegal barrels removed  ;) : [level]gytygol[/level]

jf (2010-04-26) For Bottleneck 2 ([level]kavobec[/level]): [level]bufodar[/level].

Now looking at Rene and Werbad's solutions, I think they have a much simpler design on the right side. I took the brute force approach.

colcolpicle (2010-04-26) I like your timing based approach to finding the first value.

Twee (2010-04-26) Nicely done, Jf. I like how you fit the initialization mechanism entirely on the right side.

[b]new puzzle:[/b] "Cuckoo Clock:[level]fomugak[/level]
  I designed it on graph paper while waiting at the DMV- hopefully it isn't too derivative of existing puzzles.

Werbad (2010-04-29) For Cuckoo Clock ([level]fomugak[/level]): [level]samaloh[/level]

jf (2010-04-29) For Cuckoo Clock ([level]fomugak[/level]): [level]vohofil[/level]

Good puzzle -- it has some nice subtle difficulties to it.

I took pretty much the same approach as Werbad. I wonder if there is a more efficient way to close in on the target value.

colcolpicle (2010-04-29) cuckoo clock (fomugak) : [level]jarenog[/level]
nice puzzle. I probably should have figured out how I was going to detect that the value was correct before I built the dozer loop, but it ended up working out.

edit: now that I see JF's solution I am a bit embarrassed. In comparison my solution is almost laughably crude.

jf (2010-05-01) [quote author=colcolpicle link=topic=321.msg4730#msg4730 date=1272582838]
edit: now that I see JF's solution I am a bit embarrassed. In comparison my solution is almost laughably crude.
[/quote]

It's been many times that I've seen other solutions that make my solution look over-engineered.  :)

I just had to try solving this puzzle a different way, so here is my alternate solution for Cuckoo Clock ([level]fomugak[/level]): [level]pohinod[/level]

[spoiler]I look for an exact match and catch the very first one out, solving with just a single crate except for E and F. For those two, I solve on the first 7 followed by the next 0 or 1. For 0, the puzzle remains solved from the start. I also took great care to fit the puzzle entirely in its stacked vertical space, which required some cramped miniaturization. That was fun![/spoiler]

jnz (2010-05-01) For Cuckoo Clock ([level]fomugak[/level]): [level]zexorid[/level]

Twee (2010-05-03) [quote author=jf link=topic=321.msg4729#msg4729 date=1272581092]
For Cuckoo Clock ([level]fomugak[/level]): [level]vohofil[/level]
Good puzzle -- it has some nice subtle difficulties to it.
[/quote]

Thanks!

Congratulations to everyone who solved cuckoo clock. I have had no time for puzzles since posting it. I haven't actually solved it, but I did make a couple of solution flowcharts on paper when I designed the puzzle.

Rene (2010-06-25) For Cuckoo ([level]fomugak[/level]): [level]xatosad[/level]

Pretty much the same principle as everybody else, just a little bit more compact.
I agree with JF: good puzzle. Looks simple at the start, but the twist makes it challenging.

curly (2012-05-01) Simple and fast solution to Ball-and-cup ([level]debegid[/level]) : [level]jokosop[/level]

Binary Conversion

ddsdiur (2008-11-13) I don't know if this has been done before, but here's a level I made: [level]zetirax[/level]

Werbad (2008-11-13) It will fail to produce any output for F (the random barrel that is)...

Solution for all but 0000:
[level]degoxeb[/level]

Twee (2008-11-15) Here's a machine that converts the output barrel to binary crates: [level]duxipyf[/level]
And here's a modified version that solves the puzzle for every output barrel value: [level]gixyfob[/level]

Edit: added the second solution.

Twee (2008-11-15) I just looked at Werbad's solution, and it is really cool! It does the same thing as mine in about  a half the space. It'll fail on 2 though. ;)

Werbad (2008-11-15) It seems that the level produces 0100 for both 2 and 4... I won't bother fixing it since the level fails at F anyways.

Twee (2008-11-15) [quote author=Werbad link=topic=322.msg4044#msg4044 date=1226752189]
It seems that the level produces 0100 for both 2 and 4... I won't bother fixing it since the level fails at F anyways.
[/quote]

Yes, I fixed mine because I wanted to see if i could eke out enough space to fit in a component to compensate for that. It turned out to be fairly simple. Had my solution been as compact as yours, this would have been trivial, and I probably wouldn't have bothered.
  Incidentally, fixing that problem in the puzzle part of the machine is as simple as this: [level]tumubav[/level]. Getting it to work for f barrels without being significantly bigger is a bit too challenging for my current state of mind though.

Werbad (2008-11-15) Fixed it to work properly for every case: [level]dogahaf[/level]

immibis (2008-11-18) Solved: [level]xyburol[/level] (I solved Werbad's fixed version)

Werbad, would you please warehouse your version of the puzzle?

Puzzle: Faulty Wiring

ddsdiur (2008-11-25) [level]fynibas[/level]
You have to transmit some data, but the connection occasionally drops data!

Werbad (2008-11-25) The machine will always drop 0's. Easily fixed by flipping the randomizing part: [level]xonopig[/level].
And you should really lock the tiles within the machine. It's very easy to break it at the moment.

Properly Solved: [level]kakebob[/level] (Yes, the doorkeys are necessary!)

POGOGUF - 4-bit converter

jsq0228 (2008-12-23) Help, I made a "4-bit to digit" but the convator is faster then the adders at the bottom.

Can someone save an edited copy of it fixed and post it please?


So far I came up with: [level]pogoguf[/level]

[glow=blue,2,300]PLEASE, PPLZ[/glow]

immibis (2008-12-23) The problem is not that it's too fast. [level]hapamug[/level]

jsq0228 (2008-12-28) Ahh...

Thank you very much.


I moved a copy to the warehouse.

Code: [level]durenag[/level]
Author: jsq0228 and immibis

INSPIRATION!

immibis (2009-01-01) Doesn't work if any crate is 0. Try [level]naregyd[/level] (which I made from scratch). You can also this one more than once.

Puzzle: Repetition

Aryn (2008-12-28) My first post on the forum, and first puzzle that I consider worthy of postage.

"Repetition"
[level]kovutab[/level]

My Solution:
[level]dacopig[/level]
EDIT: Whoops, forgot to put the targets in the solution.

If anyone asks, I have no clue how that solution works, it just does. I discovered the phenomenon before making the puzzle. I wanted to see if any of you could make more understandable solutions.

immibis (2008-12-28) For Repetition: [level]gudubud[/level]

jnz (2008-12-28) For Repetition ([level]kovutab[/level]): [level]hyroros[/level]
Does [level]dacopig[/level] ever get to a permanent solved state?

jf (2008-12-28) For Repetition [level]kovutab[/level]: [level]damonap[/level]

Twee (2008-12-30) For Repetition ([level]kovutab[/level]): [level]bymybyb[/level]
I liked JF's solution, particularly for the [spoiler]first gate changing from 1 to 0 after the 2nd crate[/spoiler], and [spoiler]0-7=9; which fact didn't occur to me.[/spoiler]

Edit: fixed typo.

Werbad (2008-12-30) For Repetition [level]kovutab[/level]: [level]tobihyg[/level]

Bucky (2008-12-30) This looks like a job for my favorite reprogrammable solution.

Repitition([level]kovutab[/level]):[level]nygihip[/level]

immibis (2008-12-31) 38-tick solution: [level]boxycud[/level]

jf (2008-12-31) I had to give this another go. For Repetition: [level]riguveg[/level]

immibis (2008-12-31) Nice, jf.

immibis (2009-01-01) Just noticed that I accidentally erased the copier for my 38-tick solution. 39-tick solution: [level]sesahan[/level]
Edit: 29-tick solution: [level]pelokib[/level]
Edit #2: 27-tick solution: [level]tyratod[/level]

Werbad (2009-01-01) 22 ticks: [level]pigyhot[/level]

Edit:
20 ticks: [level]gacegip[/level]
19 ticks would be possible if I could make a smaller machine.

jaspertje1 (2012-09-26) My solution:
[level]sizyhez[/level]
Edit:
[level]xidodyf[/level] 44 ticks. (Whoops, it's actually 43.)
[level]roduhov[/level] 26 ticks.

POGOGUF - 4-bit converter (2)

immibis (2008-12-28) jsq0228: Aryn has pointed out that the 4-bit converter does not work if any of the input bits are 0.
(My changes were intended to show you how to add multiple values, not to fix all of it)

PS. Who locked the other thread?

15-cell addressable memory

immibis (2009-01-01) [level]rarebed[/level]
The inputs are on the left.
When a crate or barrel enters the top input, data will be read from the specified address (0 is not a valid address).
If there is a crate or barrel waiting in the bottom input, it will be written to that address, and the previous contents of the cell will be read and output.
Otherwise, the current contents of the cell are read and output.
More than one read operation may be waiting behind a write operation, but if multiple write operations are waiting to be processed the behaviour is undefined.

Flipflop

immibis (2009-01-01) [level]boxuriv[/level]
Top input is set, bottom input is reset. If a set and reset signal arrive at the same time, the reset signal will be ignored.

Bucky (2009-01-01) Looks like a latch to me.  And if you want an SR latch, [level]nadevyk[/level] is more compact.  (The inner shell is the device itself; the outer shell is all the IO management)

Although to be fair, my device also has a possibly undesirable double-set/reset state.

immibis (2009-01-01) What's the difference between a flipflop and a latch?

ais523's puzzles

ais523 (2009-06-18) Here are three sorting-based puzzles.
[level]kycyfog[/level]
[level]mybuguc[/level] (the same as the one before, but with more banned items)
[level]sozuhek[/level] (still much the same, but randomized to avoid programmed solutions, and with even more banned items)
I wonder how many different sorting algorithms can be implemented in Rubicon, especially wih all those banned items?

jnz (2009-06-19) For "Random sorter - no barrels" ([level]sozuhek[/level]): [level]dudupal[/level].  I borrowed one of Rene's (IIRC) old selection sort machines.

immibis (2009-06-19) Are you the guy from [url=http://esolangs.org/wiki/]the Esolang wiki?[/url]

[level]litigor[/level] (for the first. This would win the Inefficient Sorter of the Year Award if there was one, at 1263 ticks and using most of the available space.)
[level]revuhet[/level] (for the third)

ais523 (2009-06-19) @immibis: yes, I am.

Here's my solution to #3: [level]gygyxot[/level]. That one's an insertion sort.
My solution to #2 is [level]lihazin[/level]; pretty much the same solution as #3, but uglier because of the lack of horizontal space.
As for #1, here's a bubble sort solution: [level]muvygyg[/level]

jf (2009-06-19) For [level]sozuhek[/level]: [level]logepah[/level]

Good puzzle. I like your insertion sort.

For [level]kycyfog[/level]: [level]pacuhib[/level]

ais523 (2009-06-30) A new puzzle: [level]hidypom[/level]. Yes, it is possible for all 256 combinations of crates.
My solution: [spoiler][level]xegybev[/level] (I earlier suggested [level]rexogyr[/level] here but it fails if twice the left crate, plus the right crate, equals 3)[/spoiler]

Werbad (2009-07-02) For 1-up ([level]hidypom[/level]): [level]suvalis[/level]

ais523 (2009-07-02) Here's another puzzle; it's a bit like an upside-down Glass Floor. [level]byluxid[/level]
My solution: [spoiler][level]lofigyn[/level][/spoiler]

Rene (2009-07-03) For Glass Ceiling ([level]byluxid[/level]): [level]gitixug[/level]

Original puzzle. The solution was simpler than I thought it would be, though
[b]EDIT:[/b] Just looked at your solution. Yeh, that is how difficult I thought it would be...

I am still thinking about [level]hidypom[/level]. It's very similar to another puzzle we've seen (don't remember whose), but it has an extra twist that makes it harder.

Werbad (2009-07-03) For Glass Ceiling ([level]byluxid[/level]): [level]nuxohuh[/level]
[spoiler]I originally tried making a solution similar to Rene's, but I failed to get both crates to move in opposite directions, so I ended up making this slower solution instead.[/spoiler]

ais523 (2009-07-04) Another puzzle: Four of a kind. [level]hekuged[/level]
My solution: [spoiler][level]kidedig[/level][/spoiler].

(Incidentally, I also finished off coppro's attempt at making a true bubble sort for sozuhek: [level]hixugab[/level].)

Werbad (2009-07-04) For Four of a kind ([level]hekuged[/level]): [level]xoxobob[/level]

ais523 (2009-07-04) [quote author=Werbad link=topic=330.msg4310#msg4310 date=1246697446]
For Four of a kind ([level]hekuged[/level]): [level]xoxobob[/level]
[/quote]
There's a small bug in that; it fails if, say, 4 of the crates are 0 and the other 45 are all 1, because the 45 crates can reach the left-hand side of the screen without the help of the dozer. I suspect it won't be too hard to fix that, though, and it's the sort of arrangement that has basically no chance of coming up randomly.

Werbad (2009-07-04) Should have fixed it: [level]tigozyp[/level] (Good thing right conveyors have priority over left conveyors)

Rene (2009-07-04)
For Four of a Kind ([level]hekuged[/level]): [level]lafuvyb[/level]

ais523 (2009-07-06) A new puzzle; "Slightly Too Slow". It almost self-solves - all you have to do is get the crate to its destination one tick faster.

Puzzle: [level]relacyt[/level]
My solution: [spoiler][level]gutigod[/level][/spoiler]

jf (2009-07-06) For Four of a Kind ([level]hekuged[/level]): [level]ticykel[/level]. It's the same idea as Werbad's and Rene's.

Werbad (2009-07-06) For "Slightly Too Slow" ([level]relacyt[/level]): [level]sovukok[/level]

ais523 (2009-07-06) [quote author=Werbad link=topic=330.msg4325#msg4325 date=1246907898]
For "Slightly Too Slow" ([level]relacyt[/level]): [level]sovukok[/level]
[/quote]

Ugh, jamming the mechanism over the right isn't an intended solution. I'll have to make a fixed version somehow. Not now, though, I'll try later.

ais523 (2009-07-06) Fixed version of "Slightly Too Slow": [level]nefecod[/level]

Werbad (2009-07-06) I assume this isn't an intended solution either: [level]xivimoz[/level]

I am working on a proper solution though.

jnz (2009-07-06) For Slightly Too Slow ([level]relacyt[/level]): [level]sudadid[/level]

Werbad (2009-07-06) For Slightly Too Slow - fixed ([level]nefecod[/level]): [level]cobiram[/level]

immibis (2009-07-06) For Slightly Too Slow - fixed ([level]nefecod[/level]): [level]budolyn[/level]. I don't think this was the intended solution either.

jf (2009-07-08) For Slightly Too Slow - fixed ([level]nefecod[/level]): [level]dugypyx[/level]. [spoiler]I started with the same idea as Werbad only at half speed on the loop, but couldn't get it to work. I didn't think of a full speed loop.[/spoiler]

I like ais523's solution. [spoiler]The door key trick for timing on the bottom left is clever.[/spoiler]

Werbad (2009-07-08) [level]dugypyx[/level] fails for E's because of [spoiler]the crates stopping for one tick before the 1 crate is removed, thus removing the 2 crate instead. Shortening the downwards pipe by 2 solves the problem[/spoiler].

jf (2009-07-09) [quote author=Werbad link=topic=330.msg4336#msg4336 date=1247085832]
[level]dugypyx[/level] fails for E's because of [spoiler]the crates stopping for one tick before the 1 crate is removed, thus removing the 2 crate instead. Shortening the downwards pipe by 2 solves the problem[/spoiler].
[/quote]

Thanks, Werbad. One should always retest after making changes, eh? I spent some time on [spoiler]the bottom dozer to maximize the looping used to manufacture an F[/spoiler], and didn't retest after the "beautification".

Rene (2009-07-09)
For Slichtly too slow ([level]nefecod[/level]): [level]humilyn[/level]

jf (2009-07-10) [quote author=Rene link=topic=330.msg4338#msg4338 date=1247178563]

For Slichtly too slow ([level]nefecod[/level]): [level]humilyn[/level]
[/quote]

Very artful solution!

jf (2009-07-11) For Glass Ceiling ([level]byluxid[/level]): [level]gemedif[/level]. This puzzle is very tough, and quite satisfying to solve. I'm very interested in what the other solutions look like. Good puzzle, ais523!

ais523 (2009-07-18) New puzzle: Encoding. [level]dinasog[/level]
My solution: [spoiler][level]ficynut[/level][/spoiler]

Werbad (2009-07-20) For Encoding ([level]dinasog[/level]): [level]dubevog[/level]
[spoiler]I'm not sure if compressing both crates into a base 11 number was the smartest choice, but it gave me an extra bit to work with.[/spoiler]

Rene (2009-07-26) For Encoding ([level]dinasog[/level]): [level]niluxig[/level]

Nice puzzle

Twee (2010-02-19) It's a bit late, but here's mine for 1-up([level]hidypom[/level]): [level]sylyduc[/level].
[i]edit: removed some vestigial parts from my solution.[/i]

ais523 (2012-03-01) New puzzle: [level]zykyfox[/level], "Speed Copy". Like one of my others, almost self-solving, but the crates are the wrong color. Can you copy them fast enough?

I haven't solved it yet (only just created it), but I suspect it's possible.

Rene (2012-03-02)
Speed Copy is certainly possible, but also pretty tough. I had an advantage because I had a solution to my own puzzle "Speed Floor Fluid Extreme" ([level]dufocyn[/level]), which I could re-use. So, I cleaned and tuned the diesel engine from that solution, installed a second one, and presto: here is my speed boat solution

For Speed Copy ([level]zykyfox[/level]): [level]sykimaz[/level]

ais523 (2012-03-10) So here's a nice easy one, just because I'm amused it's possible: [level]serefyd[/level], Sequence in a Confined Space. I imagine most people's solutions to this will be pretty similar to mine, and each other.

ais523 (2012-03-10) And here's a rather harder one: [level]segupop[/level], No Timing Necessary.

My solution: [spoiler][level]mecydag[/level][/spoiler]

This one's sort-of an inversion of 1-Up. Instead of sending data upwards, you send it downwards. Instead of being able to send only crates, you can't send crates. And instead of requiring a solution based on timing… well, you'll see.

jf (2012-03-10) For No Timing Necessary ([level]segupop[/level]): [level]xogugax[/level]

curly (2012-03-10) For No Timing Necessary ([level]segupop[/level]) : [level]dyfegyp[/level]

Rene (2012-03-10) For Sequence in a Confined Space ([level]serefyd[/level]): [level]dybipoh[/level]
For No Timing Necessary ([level]segupop[/level]): [level]bycelyb[/level] - ;D [spoiler]Just because no timing is necessary, does not mean that it is not possible to use timing[/spoiler]

And finally:
For 1-up ([level]hidypom[/level]): [level]dyhokag[/level]

Werbad (2012-03-10) For No Timing Necessary ([level]segupop[/level]): [level]lixoreb[/level]

jf (2012-03-11) [quote author=Werbad link=topic=330.msg5303#msg5303 date=1331410758]
For No Timing Necessary ([level]segupop[/level]): [level]lixoreb[/level]
[/quote]

That is really cool.

ais523 (2012-03-11) So it turns out, conveying 4 bits of information is easy just by counting dozers, as you can fit 16 dozers just fine. This allows for timing-based solutions where you cut off the stream of dozers at a given point.

However, what if you had to convey not 4 bits, but 12?

No Timing Necessary 2: [level]kygusih[/level]

My solution: [spoiler][s][level]kuravys[/level][/s] [level]nupacoh[/level] (the previous version failed on the all-zeros case, I fixed it by adding one girder)[/spoiler]

Werbad (2012-03-11) For No Timing Necessary 2 ([level]kygusih[/level]): [level]gytysin[/level]

ais523 (2012-03-12) Have another new puzzle!

Busy Gate: [level]jyvusom[/level]

My solution: [spoiler][level]lubenub[/level]. The hard part was working out a pattern around the gate that allowed me to do both less-than and not-equal comparisons. Once I'd done that, I could create a selection sort that discards duplicates and works only on almost-sorted lists, to maintain a constant list of distinct crates in sorted order.[/spoiler]

Rene (2012-03-12) For No Timing Necessary 2 ([level]kygusih[/level]): [level]kogydyg[/level]

For Busy Gate ([level]jyvusom[/level]): [level]dalobih[/level] - Very slow, but simple and steady.

ais523 (2012-03-12) [quote author=Rene link=topic=330.msg5314#msg5314 date=1331567681]
For Busy Gate ([level]jyvusom[/level]): [level]dalobih[/level] - Very slow, but simple and steady.
[/quote]

I like it. The algorithm is slower than mine, but it's simple enough that the execution is faster (yours took about half the number of ticks mine does). [spoiler](Mine requires all of 0-8 to appear at least once, and it maintains the ninth-highest distinct value it's seen on the target matcher; yours requires all of 0-F to appear in order, and waits until it's seen them all before it outputs its answer.)[/spoiler]

Rene (2012-03-12) [quote author=ais523 link=topic=330.msg5315#msg5315 date=1331573798]
I like it. The algorithm is slower than mine, but it's simple enough that the execution is faster (yours took about half the number of ticks mine does). [spoiler](Mine requires all of 0-8 to appear at least once, and it maintains the ninth-highest distinct value it's seen on the target matcher; yours requires all of 0-F to appear in order, and waits until it's seen them all before it outputs its answer.)[/spoiler]
[/quote]

Your remarks made me realize I could improve the speed. [spoiler]I don't need to wait until 9-F have been determined, nor do I need to keep those around.[/spoiler]
So here is an improved one: [level]lavodeg[/level] - turned out it became even simpler as well.

BTW, your design is impressive, I especially like the spiralling dozer  :)

ais523 (2012-03-13) Have another easy one, at least if you spot the trick.

Elimination: [level]tetevad[/level]

My solution: [spoiler][level]fedotef[/level] (may well be needlessly complicated)[/spoiler]

Werbad (2012-03-14) For Elimination ([level]tetevad[/level]): [level]goseros[/level]

Rene (2012-03-14) For Elimination ([level]tetevad[/level]): [level]jogimup[/level]

ais523 (2012-03-15) [quote author=Rene link=topic=330.msg5322#msg5322 date=1331730909]
For Elimination ([level]tetevad[/level]): [level]jogimup[/level]
[/quote]
Fails for sufficiently pathological randomness, unless there's something in the timing I'm missing. [level]radiher[/level] is an example of an input sequence (constructed by hand) where your program doesn't succeed.

Werbad (2012-03-15) For Busy Gate ([level]jyvusom[/level]): [level]fudohif[/level]

I started out trying to implement a more complex algorithm, but the lack of gates to use for crate triggers made it too hard so I went with this simpler solution instead.

And, as usual, Rene's solution is both faster and more elegant than mine. Nice work there.

jnz (2012-03-16) For Busy Gate ([level]jyvusom[/level]): [level]morohyh[/level].  I wanted to make a continuously recirculating buffer like Rene's [level]lavodeg[/level] but I couldn't figure out how to make the timing work.

ais523 (2012-03-21) New puzzle!

My Timer, Your Timer: [level]gydogah[/level]

My solution: [spoiler][level]dapudoz[/level][/spoiler]

Werbad (2012-03-21) For My Timer, Your Timer ([level]gydogah[/level]): [level]xadepip[/level]

Rene (2012-03-22) [quote author=ais523 link=topic=330.msg5323#msg5323 date=1331770055]
[quote author=Rene link=topic=330.msg5322#msg5322 date=1331730909]
For Elimination ([level]tetevad[/level]): [level]jogimup[/level]
[/quote]
Fails for sufficiently pathological randomness, unless there's something in the timing I'm missing. [level]radiher[/level] is an example of an input sequence (constructed by hand) where your program doesn't succeed.
[/quote]

You are absolutely correct. I thought I had worked out in my mind that it would always work, but you proved me wrong. Here is a solution that should always work:

For Elimination ([level]tetevad[/level]): [level]buhozud[/level]

Rene (2012-03-22)
For My Timer, Your Timer ([level]gydogah[/level]): [level]punilyb[/level]

jf (2012-03-22) For My Timer Your Timer ([level]gydogah[/level]): [level]xebemiz[/level]

Rene (2012-03-23) I was inspired by the very smart mechanism that Werbad has in his solution ([level]xadepip[/level]), and used it to make a solution without barrels:

For My Timer, Your Timer ([level]gydogah[/level]): [level]baxymel[/level]

curly (2012-03-25) For My Timer, Your Timer ([level]gydogah[/level]) : [level]dinokun[/level]

ais523 (2012-05-17) New puzzle: The Crate Trap ([level]juhucuk[/level]).

I haven't solved it myself yet, but I'm pretty sure it's possible; it's just an issue of getting all the moving parts to synchronize correctly.

curly (2012-05-17) [quote author=ais523 link=topic=330.msg5396#msg5396 date=1337224382]
New puzzle: The Crate Trap ([level]juhucuk[/level]).

I haven't solved it myself yet, but I'm pretty sure it's possible; it's just an issue of getting all the moving parts to synchronize correctly.
[/quote]

Ummm......?  [level]ragicob[/level]

I guess those 8's should be ?'s.

Rene (2012-05-18) [quote author=curly link=topic=330.msg5397#msg5397 date=1337247865]
[quote author=ais523 link=topic=330.msg5396#msg5396 date=1337224382]
New puzzle: The Crate Trap ([level]juhucuk[/level]).

I haven't solved it myself yet, but I'm pretty sure it's possible; it's just an issue of getting all the moving parts to synchronize correctly.
[/quote]

Ummm......?  [level]ragicob[/level]

I guess those 8's should be ?'s.
[/quote]

If you replace the 8's with ?'s, then the puzzle becomes theoretically impossible, if I judged it right. If you add another up/down pipe, then I think it might be theoretically possible. Wether you can build a machine for it, would still be questionable. This would still be an extremely hard puzzle. Extend the up/down pipes to 8, and it becomes more easy.

BTW, I am still working on your last two puzzles, Curly. They are hard!

curly (2012-05-18) [quote author=Rene link=topic=330.msg5398#msg5398 date=1337332415]
If you replace the 8's with ?'s, then the puzzle becomes theoretically impossible, if I judged it right. If you add another up/down pipe, then I think it might be theoretically possible. Wether you can build a machine for it, would still be questionable. This would still be an extremely hard puzzle. Extend the up/down pipes to 8, and it becomes more easy.
[/quote]

Yes I was lying in bed last night trying to work out if ?'s could be done with just 5 pipes but I don't know how to do it with less than 8 since the read is destructive.

[quote author=Rene link=topic=330.msg5398#msg5398 date=1337332415]
BTW, I am still working on your last two puzzles, Curly. They are hard!
[/quote]

He he.  I wasn't sure.  I figured either that or they were too easy and nobody could be bothered :-)

ais523 (2012-05-19) Err, the 8s are meant to be ?s, indeed.

The Crate Trap - fixed: [level]baxikug[/level]

Five is the minimum number of crate traps required to solve it with ?s; I sat down and worked out the maths before actually setting the problem. I already have a working mechanism that communicates both numbers to both sides, but ran of space in the puzzle trying to actually construct the mechanism to put the crate in the solution. I'll keep working on solving it, in case nobody else can.

(@Rene: It's pretty easy with 8. If you want to work out the algorithm, you could try working out how to do it in 7 and working it out from there. A hint: [spoiler]communicating the bits in the individual numbers one at a time isn't going to work; you need to communicate the bits in something else.[/spoiler])

ais523 (2012-05-20) Whew, solved it! That took hours of effort, but it's so satisfying to make it work. And it proves that the level most definitely is possible. (I love it when a very simple level requires a very complex solution, such as in this case; this isn't the only level with this property, but it's probably the first of mine that works like that.)

For [level]baxikug[/level]: [spoiler][level]jebigex[/level][/spoiler]

Serious spoilers on how to solve this puzzle and on my solution, don't read this unless you've solved it yourself or aren't planning to solve it: [spoiler]The mechanism I ended up using over the right is rather simpler than some of the ones I'd tried before. The trick turned out to be the use of half-cycle furnace draws in order to allow me to choose a "default" crate when no crate is present; that way, I could send either an F (to wait the maximum possible length of time before next sending the dozer out) or some other lettter (e.g. E for a minimum wait, 7 for a wait exactly in between those, etc.) This allowed me to do a binary search and communicate all 5 bits of the difference between the two values, in such a way that both sides knew what it was. Previously, I'd been using gates that acted like left conveyors on half the cycle, by putting Fs connected to winches underneath them, to give packers time to add the crate I wanted and the crate I didn't together; but that both used more space, and delayed the crates a crucial 2 ticks, which turned out to be just enough to make the F/0 case indistinguishable from F/1.

I also like the mechanism for communicating from right to left; because I had to use the entire range of crate values (and F in particular) for controlling the timing machinery, I was stuck with having to use ? crates for counting the number of crates that go past, as they needed to move to the right on top of a gate. Once six crates have passed (five that measure the results of the comparisons, one that is always F but is used so that the timing impact of the previous crate is taken into account), the ? crate falls off the gates with a timing that jams the timing machinery.

Over the left, the trick was to convert the numbers into timings at the rate of 4 ticks per value, rather than 2 ticks like I was trying earlier. This simplifies the communication from right to left somewhat, because it doesn't have to use awkward single-cycle timings or an alternate communication path to signal the last bit, and means I only have one case over the left rather than two. This is done using a "reservoir" of crates, that's filled with a number of crates representing the number to encode, and with one crate removed every four cycles until it runs out.

Finally, at the far left there's a loop that cycles through all the possible values over time, and from there we can work out the difference between the crates mod 16; and from that, it's a case of simple arithmetic to calculate the value of the remaining crate. (Not that simple, though, because I was running seriously short on space; top and bottom use entirely different tricks to make it work, such as reusing the unpacker at the bottom, and sending a dozer into the middle region of the program and back again at the top.)[/spoiler]

ais523 (2012-05-28) Bleh, nobody's got it yet?

Meanwhile, here's a much easier puzzle:

Narrow Window: [level]fosapom[/level] (my solution: [spoiler][level]fecoteg[/level][/spoiler])

Werbad (2012-05-29) For Narrow Window ([level]fosapom[/level]): [level]sasadet[/level]

I've looked a bit at The Crate Trap but I haven't been able to find a working algorithm for it yet. I do want to solve it eventually, as with many other puzzles on this site.

Rene (2012-05-29) [quote author=ais523 link=topic=330.msg5401#msg5401 date=1337481908]
Whew, solved it! That took hours of effort, but it's so satisfying to make it work. And it proves that the level most definitely is possible. (I love it when a very simple level requires a very complex solution, such as in this case; this isn't the only level with this property, but it's probably the first of mine that works like that.)

[/quote]

Darn.... That means that I actually need to sit down and solve it  ;). And I was pretty sure of my theoretical line of thought. Haven't looked at your spoilers yet, I will have to if I cannot work out a possible solution in theory  ???

Rene (2012-05-29) [quote author=ais523 link=topic=330.msg5402#msg5402 date=1338229584]
Bleh, nobody's got it yet?

Meanwhile, here's a much easier puzzle:

Narrow Window: [level]fosapom[/level] (my solution: [spoiler][level]fecoteg[/level][/spoiler])
[/quote]

Easier indeed. For Narrow Window: [level]dekelap[/level]

ais523 (2012-05-31) Another tough one, which hopefully I'll solve eventually (I've already worked out the algorithm, the problem is fitting it onto the screen).

Summing Station: [level]sexekar[/level]

Rene (2012-06-02) What an amazing, inventive and original puzzle! I honestly was completely convinced that it was impossible. And not impossible in the sense that there is not enough space to work with. No, impossible in the sense that the fundamental laws of the universe need to change. And then I thought about it again, and..... no, totally impossible. And then I thought about it again...

For The Crate Trap ([level]baxikug[/level]): [level]raharym[/level]

Double thumbs up, Ais!

EDIT: I have now studied Ais's solution, and although we use the same solution principle, we actually use different algorithms.
[spoiler]We both convert the crate values into time, in order to detect which of the crates is larger: whomever drops a barrel in the pipe first, is the smaller. Both sides can reliably determine that. Then its a binary search to find the difference between the values.
But Ais also uses the timing for determining the difference eventually: how much time it took determines the difference. But he needs to double the difference between them at the start. In my solution, I keep track of which comparisons were larger and which smaller, and get the difference value from that.
[/spoiler]

ais523 (2012-06-03) Wow, you used so much less space than I did. [spoiler]I like what you did with the winches over the right hand side; I think that's the main thing responsible for the savings, as it means you only have one dozer to have to deal with on top and bottom rather than two. It turns out I still had a couple of columns spare in my solution though – I can see where to save them – but it's nothing on the many tens you have. Incidentally, with my solution, I was originally trying to make top and bottom exact mirrors in order to get the timing right, but it didn't quite work out.[/spoiler]

ais523 (2012-07-02) Here's another one that may look impossible at first sight, and so I had to solve it to prove it was possible.

The Torch: [level]gymagim[/level]

My solution:[spoiler][level]galobed[/level][/spoiler]

Note: make sure your solution works with [i]all[/i] ? crate configurations, including two 0s (an easy case to overlook).

Rene (2012-07-03) For The Torch ([level]gymagim[/level]): [level]fotogen[/level]

Interesting puzzle. I spent most time on the meta-puzzle: to figure out a set of patterns that covers all possible values and that is easy to detect and generate. For the implementation, I had to [spoiler]find a high-speed look-up table design, because the normal design was exactly 1 tick too slow  :-\[/spoiler]

For Ais: [spoiler]After comparing your solution and mine, I noticed that you use a different set of patterns than I do. As a result, I think it should actually be possible to distinguish between all 16 values, not just 15. It would be cool to see a "Torch 2" puzzle in which you need to transfer an arbitrary crate with the same mechanism.  [/spoiler]

ais523 (2012-07-03) [quote author=Rene link=topic=330.msg5449#msg5449 date=1341320147]For Ais: [spoiler]After comparing your solution and mine, I noticed that you use a different set of patterns than I do. As a result, I think it should actually be possible to distinguish between all 16 values, not just 15. It would be cool to see a "Torch 2" puzzle in which you need to transfer an arbitrary crate with the same mechanism.  [/spoiler]
[/quote]

[spoiler]Looking at it, what's happening is that we both found a way to read the value three times in four cycles. I do it by blocking one side of the gate so that the barrel stays there until the cycle after with one possible input value, which lets me distinguish 9991 from 9911 and 9999, and 1119 from 1111 and 1199. Meanwhile, you do it by placing a different barrel there on the fourth cycle, letting you distinguish EE00, EE0E, EEE0, EEEE, but presumably at the cost of being able to distinguish 000E from 0000. I guess the problem more generally is that taking values off the gate, and putting values on the gate, interfere with each other, especially as we need to do the three-way check of low, high, or nothing on the first cycle.

If there's a way to do it, I guess it uses a setup like yours, and somehow ensures that both ports of the adder have something on them on the third cycle regardless of whether the barrel was pushed to the left or right on the second. I think we could actually do this if we had access to the bottom of the mechanism, but we don't; the other possibility would be to try to communicate that the barrel was pushed to the right in one cycle, which likewise seems impossible. So I'm a little out of ideas for combining the techniques right now.

Perhaps it's for the best; we might end up with a six-cycle glass floor or something else ridiculous like that, otherwise…[/spoiler]

Werbad (2012-07-04) For The Torch ([level]gymagim[/level]): [level]pynuhik[/level]

Like Rene I spent most of my time solving the meta-puzzle.

Rene (2012-07-04) [quote author=ais523 link=topic=330.msg5450#msg5450 date=1341355861]
[spoiler]Looking at it, what's happening is that we both found a way to read the value three times in four cycles. I do it by blocking one side of the gate so that the barrel stays there until the cycle after with one possible input value, which lets me distinguish 9991 from 9911 and 9999, and 1119 from 1111 and 1199. Meanwhile, you do it by placing a different barrel there on the fourth cycle, letting you distinguish EE00, EE0E, EEE0, EEEE, but presumably at the cost of being able to distinguish 000E from 0000. I guess the problem more generally is that taking values off the gate, and putting values on the gate, interfere with each other, especially as we need to do the three-way check of low, high, or nothing on the first cycle.

If there's a way to do it, I guess it uses a setup like yours, and somehow ensures that both ports of the adder have something on them on the third cycle regardless of whether the barrel was pushed to the left or right on the second. I think we could actually do this if we had access to the bottom of the mechanism, but we don't; the other possibility would be to try to communicate that the barrel was pushed to the right in one cycle, which likewise seems impossible. So I'm a little out of ideas for combining the techniques right now.

Perhaps it's for the best; we might end up with a six-cycle glass floor or something else ridiculous like that, otherwise…[/spoiler]
[/quote]

[spoiler]If you post the puzzle, then I have a solution worked out ;D
[/spoiler]

ais523 (2012-07-04) [quote author=Rene link=topic=330.msg5452#msg5452 date=1341426478][spoiler]If you post the puzzle, then I have a solution worked out ;D[/spoiler][/quote]

How can I resist a challenge like that?

The Torch 2: [level]fobysex[/level]

Rene (2012-07-04) [quote author=ais523 link=topic=330.msg5453#msg5453 date=1341429626]

How can I resist a challenge like that?

The Torch 2: [level]fobysex[/level]
[/quote]

Here you go:

For The Torch 2 ([level]fobysex[/level]): [level]gakugyx[/level]

I love the level code of the puzzle, by the way  :D

[spoiler]The main thing I realized by analyzing your solution for The Torch, is that you used the right side better. In my solution, when the first barrel moves to the right, I remove the barrel after it has moved. That means the machine can only detect two patterns after that: move left or right on the 3rd tick. You, however, keep the barrel there, enabling detection of an extra pattern: move left on 3, move left on 4, or not move at all.

You do the same thing when the first barrel moves left, giving you detection of one extra pattern there as well. In my solution, however, the trick with the adder gives [i][b]two[/b][/i] extra patterns, 4 in total: (1) move right on 3 and move left on 4, (2) move right on 3 and not move on 4, (3) not move on 3 and move right on 4, and (4) not move at all.

Therefore combining my left side with your right side would give the possibility to detect an extra pattern for the total solution.  ;)
[/spoiler]

ais523 (2012-07-05) Hmm, I guess I specialise in these sorts of puzzles where you have to communicate a small piece of information via some sort of complex medium.

I was inspired to make an easy puzzle of this sort (partly by seeing Xindaris discussing the basics of communicating information via timings in his thread):

How Not To Stop Timing: [level]miboziv[/level] (my solution: [spoiler][level]memavex[/level], and a version that locks up after finishing: [level]domagab[/level][/spoiler])

Werbad (2012-07-05) For How Not To Stop Timing ([level]miboziv[/level]): [level]gesubem[/level]

Rene (2012-07-05)
For How Not To Stop Timing ([level]miboziv[/level]): [level]denugix[/level]

ais523 (2013-11-25) New puzzle!

Zero One Two: [level]xununez[/level]

My solution: [spoiler][level]gepybis[/level][/spoiler]

Rene (2014-02-18) For Zero One Two ([level]xununez[/level]): [level]pububem[/level]

jf (2014-05-29) For Zero One Two [level]xununez[/level]: [level]zuvoxod[/level]

Cyclic Tag: a Turing-completeness proof

ais523 (2009-06-19) Being an esoprogrammer, I couldn't resist the opportunity to prove Rubicon Turing-complete (given infinite playfield space). See [url]http://esolangs.org/wiki/Bitwise_Cyclic_Tag[/url] for details (I implemented Cyclic Tag itself, not the bitwise version).

[level]geponod[/level] is the interpreter itself. The program is entered at the bottom-right; use A to represent a 0 in the program, 9 to represent a 1 in the program, and 0 to represent a semicolon that separates rules. (Don't forget the final semicolon!) The initial data is entered at the top; for the data, use 8 to represent a 0 in the data, and 7 to represent a 1 in the data.

[level]voladik[/level] is a possible setup for the interpreter; it adds the program and data given in the Collatz sequence example on Esolang, and thus calculates (very slowly; it took about 9000 ticks to get the second entry in the sequence) the Collatz sequence starting with 3.

Although there's limited space in the playfield itself, the queue used for the data can easily be extended to be unbounded; you just need to continue the rows of conveyors and downpipes infinitely to the right.

Bucky (2009-06-21) It was already suspected that one could stack finite state machines (As in [level]kagupun[/level]) to produce an arbitrary cellular automaton where each cell has at most 16 states.  Extending the same finite state machine design to accommodate an arbitrary number of states (which one could combine with a pair of queues to form a Turing machine directly) is possible too, but there isn't enough room to demonstrate it.

colcolpicle's puzzles

colcolpicle (2009-06-19) I've been playing rubicon for a while now, and have finally decided to make an account. I only have a couple levels right now, but I am still making them in my spare time and I'm sure I have a file in my computer with  a couple more level names on it.

I hope you enjoy my puzzles!


The closing gate [level]sokolix[/level]

Divide by two (fixed) [level]tizodum[/level]

Random [level]behapeg[/level]   [spoiler][level]gybuzum[/level][/spoiler]

Counting [level]luxedar[/level]

organize again[level]verodyh[/level]    [spoiler][level]kivogil[/level][/spoiler]

Reverse Engineering [level]zitotub[/level]    [spoiler][level]resebad[/level][/spoiler]

Binary flipping[level]sucosah[/level]     [spoiler][level]bucazal[/level][/spoiler]

little, but hard[level]devokun[/level]

little, but hard fixed [level]roxykix[/level]

dozer stunt easy [level]burobus[/level]           [spoiler][level]mugetyg[/level][/spoiler]

predicting the crate  (hard)  [level]zuzehyx[/level]

Not actual levels.

Kinda cool dozer pattern [level]govodud[/level]

Sorting [level]tyzazoc[/level]

jnz (2009-06-20) For "The closing gate" ([level]sokolix[/level]): [level]gulofez[/level]
Is "Divide by two" ([level]gebubes[/level]) possible for crates in the range 1 through 7?

immibis (2009-06-20) For The Closing Gate: [level]katysut[/level]
For Divide by Two: [level]sucadyp[/level] (makes no attempt to solve for any number 0-7, even though 0 is possible)

Divide by Two is not possible for the following crates: 1, 2, 3, 4, 5, 6, 7 because for 1,3,5,7 you can't get an odd crate from what the machine outputs (2/6/A/E) and for 2 you can only get 4/8/C/0, and for 4 you can only get 8 and 0. For 6 (which gives 8) you can only get C/8/4/0

Werbad (2009-06-20) For The closing gate ([level]sokolix[/level]): [level]darytav[/level]
I didn't bother solving Divide by two as it doesn't seem possible for 1-7

colcolpicle (2009-06-20) Sorry, I really screwed that one up. I have a fixed version above [level]tizodum[/level]

Werbad (2009-06-20) For Divide by two (fixed) ([level]tizodum[/level]): [level]rurukoc[/level]
Speedy data doesn't seem possible as you don't have any crates to work with.
For Random ([level]behapeg[/level]): [level]cicyvet[/level]
For Counting ([level]luxedar[/level]): [level]xepokin[/level]

Rene (2009-06-20) Welcome to the forum, colcolpicle, nice to see some new people!
Nice puzzles as well. Here are my solutions:

For The closing gate ([level]sokolix[/level]): [level]disupuk[/level]
For Divide by two (fixed) ([level]tizodum[/level]): [level]gokixuv[/level]
For Speedy data ([level]negopan[/level]): not possible due to missing initial crate (I looked at your solution: you cheated!  ;))
For Random ([level]behapeg[/level]): [level]nebusen[/level]
For Counting ([level]luxedar[/level]): [level]bumuset[/level]

jnz (2009-06-20) For Divide by two (fixed) ([level]tizodum[/level]): [level]radezud[/level].  I half-cheated on this.

jf (2009-06-20) Nice puzzles, colcolpicle.

For The closing gate ([level]sokolix[/level]): [level]dodybip[/level]
For Divide by two fixed ([level]tizodum[/level]): [level]cuvefeg[/level]
For Counting ([level]luxedar[/level]): [level]kobapug[/level]

Rene, your [level]gokixuv[/level] always seems to get the same results.  ;)

colcolpicle (2009-06-20) Sorry about the speedy data level, I had found it in a file somewhere in my computer and didn't bother to check.

immibis (2009-06-21) For Random ([level]behapeg[/level]): [level]fukazit[/level] (is that an offensive save name?)
For Organize Again: [level]getynev[/level]

Werbad (2009-06-21) For organize again ([level]verodyh[/level]): [level]bedogyb[/level]

Rene (2009-06-21) [quote author=jf link=topic=332.msg4289#msg4289 date=1245525084]
Rene, your [level]gokixuv[/level] always seems to get the same results.  ;)

[/quote]

Yeh, that's a good trick, isn't it.... ;D Forgot to put the ? back after testing

For Organize again ([level]verodyh[/level]): [level]sorehyg[/level]

colcolpicle (2009-06-21) While working on a new puzzle I figured out how to get a dozer to stay somewhere until a crate or barrel comes into the input slot. The dozer can then get back in by simulating an input from below. An example is in the lower left corner of my next ( but currently unfinished) puzzle, [level]sunyrig[/level]. Is this new or have I just rediscovered the wheel?

Werbad (2009-06-22) For Reverse Engineering ([level]zitotub[/level]): [level]vyhohyc[/level]

jnz (2009-06-22) For Reverse Engineering ([level]zitotub[/level]): [level]fegebub[/level]
Edit: I just remembered what puzzle this reminded me of: Rubik's-on by TTTPPP ([url]http://kevan.org/rubicon/forums/index.php/topic,281.msg3144.html#msg3144[/url])

Rene (2009-06-22) [quote author=colcolpicle link=topic=332.msg4294#msg4294 date=1245589000]
While working on a new puzzle I figured out how to get a dozer to stay somewhere until a crate or barrel comes into the input slot. The dozer can then get back in by simulating an input from below. An example is in the lower left corner of my next ( but currently unfinished) puzzle, [level]sunyrig[/level]. Is this new or have I just rediscovered the wheel?
[/quote]

This particular pattern I have not seen before, but there is an easier way to achieve the same thing (see [level]nupaneg[/level]), that has been used in solutions a number of times.

immibis (2009-06-29) For Reverse Engineering ([level]zitotub[/level]): [level]tyhipek[/level]
The secret code is [spoiler]F33545544453354445333354551[/spoiler]

Edit: I built a machine that accepts the same codes as your puzzle but works about 6 times faster. [level]pihecat[/level] (solution [level]sopyhap[/level])

Werbad (2009-07-03) You must've entered the wrong level-code for Binary flipping ([level]sucosah[/level]), it's not working...

jnz (2009-07-03) [quote author=Werbad link=topic=332.msg4305#msg4305 date=1246654937]
You must've entered the wrong level-code for Binary flipping ([level]sucosah[/level]), it's not working...
[/quote]
It is [level]nucosah[/level]
And my solution for Binary Flipping ([level]nucosah[/level]): [level]bavugeb[/level]

immibis (2009-07-04) For Binary Flipping: [level]lydigyg[/level]

ais523 (2009-07-04) For Binary Flipping: [level]tagikof[/level]

Rene (2009-07-04)
For Binary Flipping ([level]nucosah[/level]): [level]palumuz[/level]

Probably not what you intended  ???

colcolpicle (2009-08-29) new level!

little, but hard [level]devokun[/level]

little, but hard fixed [level]roxykix[/level]

I'd guess that the easiest way to do this is [spoiler]if rand1<=rand2 && rand2<=rand1[/spoiler]

Werbad (2009-08-29) For little, but hard (both versions): [level]dudygeh[/level]

Edit:
Alternate and very inefficient solution: [level]xosyrub[/level]

jnz (2009-08-29) [quote author=Werbad link=topic=332.msg4361#msg4361 date=1251555432]
Alternate and very inefficient solution: [level]xosyrub[/level]
[/quote]

I like what happens if you let this one run for a while.

colcolpicle (2009-08-30) new level      [level]zuzehyx[/level]

[spoiler]
var x,y,z
x=rand
y=rand
z=rand
output z
z+=y
y+=x
[/spoiler]

Werbad (2009-08-30) For [level]zuzehyx[/level]: [level]potisus[/level]
I'll try to solve it properly as well..

Edit:
For [level]zuzehyx[/level]: [level]fobelyx[/level]
[spoiler]Say that the topmost crate is A, the left one B and the Right one C.
Inserting 32 barrels will result in: A + 528*B + 32*C = A, in mod 16 math.[/spoiler]

Rene (2009-09-01) For Little, but hard ([level]roxykix[/level]): [level]babagut[/level]
For [level]zuzehyx[/level]: [level]samaref[/level]
Simpler and faster solution:
For [level]zuzehyx[/level]: [level]bycafac[/level]

colcolpicle (2009-09-03) difference and total [level]cabydox[/level]

colcolpicle (2009-09-03) difference and total [level]rifamid[/level]

edit: nevermind I think it's impossible because to get one of them you have to do (output1-output2)/2 and you don't know which of the two possible solutions it is.

Rene (2009-09-04) [quote author=colcolpicle link=topic=332.msg4367#msg4367 date=1252009226]
difference and total [level]rifamid[/level]

edit: nevermind I think it's impossible because to get one of them you have to do (output1-output2)/2 and you don't know which of the two possible solutions it is.
[/quote]

Correct. I have made similar puzzles before: [level]vixodav[/level] and [level]gopylab[/level], which are solvable
Also, have a look at the discussion in the thread:
[url]http://kevan.org/rubicon/forums/index.php/topic,119.45.html[/url]

colcolpicle (2009-09-22) new level (and yes I built the level around the solution)

[level]byhiceb[/level] : [spoiler][level]Dyheheb[/level][/spoiler]

geej66 (2009-09-22) For [level]byhiceb[/level]:  [level]tibykuz[/level]

Rene (2009-09-22) For [level]byhiceb[/level]: [level]zabulal[/level]

Very similar to Geej66's solution

Werbad (2009-09-22) For [level]byhiceb[/level]: [level]lefymek[/level]
I just felt like abusing that open space at the top of the machine.

colcolpicle (2009-09-24) (not a level) The hard way to multiply [level]zidadak[/level]

colcolpicle (2009-09-27) new levels

one way data [level]xyxoham[/level]

one way data hard [level]mozynyx[/level]

Rene (2009-09-27) For One way data ([level]xyxoham[/level]): [level]tapuxeg[/level] (works for One way data hard as well)

Werbad (2009-09-28) For One Way Data Hard ([level]mozynyx[/level]): [level]fytudor[/level]
Looking at Rene's solution I see that I overcomplicated it...

geej66 (2009-09-29) For One Way Data Hard ([level]mozynyx[/level]): [level]hohorod[/level]

colcolpicle (2009-10-18) I'm pretty sure this is possible for every case, but I haven't figured out a solution yet. [level]vagugid[/level]

jnz (2009-10-19) For [level]vagugid[/level]: [level]dubezas[/level]

Werbad (2009-10-19) For [level]vagugid[/level]: [level]cagedul[/level]

colcolpicle (2009-10-19) sorry about that, I didn't check it well enough, obviously.  :P  slight modification[level]minixag[/level]

colcolpicle (2009-10-24) since no one else will solve it here is a solution [level]taledig[/level] (modified from below)

if the right one isn't a zero (a modified version of betahal, below) [level]jopatyx[/level]

this works if neither are zeros[level]betahal[/level]

colcolpicle (2009-10-24) I just realized that this is essentially an easier version of ais523's [level]hidypom[/level]

Rene (2009-10-25)
For [level]minixag[/level]: [level]zahagyc[/level]

colcolpicle (2009-11-15) I'm pretty sure this is possible for every case, but to make a machine for all of them seems to be bordering on impossible. :P Anyone up for the challenge? :)

calculating the calculation : [level]nicagox[/level]

Werbad (2009-11-15) There doesn't seem to be any way to create a 0 crate for F2C8 and 1248...

colcolpicle (2009-11-15) Alright, if it really needs to be possible, here you go.

calculating the calculation fixed:[level]cacypym[/level]

Rene (2009-11-16) [quote author=colcolpicle link=topic=332.msg4457#msg4457 date=1258250111]
I'm pretty sure this is possible for every case, but to make a machine for all of them seems to be bordering on impossible. :P Anyone up for the challenge? :)

calculating the calculation : [level]nicagox[/level]
[/quote]

Here is a solution that works for all combinations, except the two impossible ones:
[level]fasyseb[/level]
I have to say that this would have been nearly impossible without jnz's step wise execution in the latest Rubicon version. I spend a lot of time on the 'S' key to get the bottom-right mechanism correct.  ;D
[spoiler]It uses timing to determine which pattern is used. And yes, the giant look-up table is of course generated by a computer program.[/spoiler]

And for [level]cacypym[/level]: [level]xolylyg[/level]

The extra 0 makes it in principle a lot easier (there are many more combinations possible), although that does not show in my solution.

jnz (2009-11-17) [quote author=Rene link=topic=332.msg4466#msg4466 date=1258409252]
I have to say that this would have been nearly impossible without jnz's step wise execution in the latest Rubicon version. I spend a lot of time on the 'S' key to get the bottom-right mechanism correct.  ;D
[/quote]
Everybody listen to Rene!  :)
(visit [url=http://kevan.org/rubicon/forums/index.php/topic,335.new.html]this thread[/url] if you don't know what this is about)

colcolpicle (2009-11-18) that has got to be the biggest lookup table in the history of rubicon! (not that I've been around here that long, but still)

anyways, I made a (nearly impossible) AA level
[level]zyxygak[/level]

Werbad (2009-11-20) For [level]zyxygak[/level]: [level]nypifos[/level]

colcolpicle (2009-11-21) sorry. I meant [level]jukugeb[/level].  And no using step by step!

Edit:

New levels

Fill the top: [level]sapofag[/level] (might be impossible)
Simple decryption: [level]jehoded[/level] [spoiler][level]gupaxid[/level][/spoiler]
Simple decryption II: [level]jyhivef[/level][spoiler][level]cacyrex[/level][/spoiler]
Simple decryption III: [level]gorokiv[/level]
Simple decryption stream: [level]zadadan[/level]
catapult: [level]ribedol[/level] [spoiler][level]lidugag[/level][/spoiler]
random comparison: [level]mugobon[/level] [spoiler][level]digysad[/level][/spoiler]
Fibonacci prediction: [level]dekyxev[/level] [spoiler][level]cebidas[/level] no prediction involved.[/spoiler]

Bucky (2009-11-24) Catapult ([level]ribedol[/level]): [level]zafukat[/level]

Rene (2009-11-25) For Simple Decryption ([level]jehoded[/level]): [level]xuxynov[/level] - Nice puzzle. It actually had me confused for a while.
For Simple Decryption II ([level]jyhivef[/level]): [level]nygykid[/level] - more of the same
For Simpe Decryption III ([level]gorokiv[/level]): [level]bugeryd[/level] - I resisted the temptation to hack the puzzle (by placing a furnace under the '0') and ended up with a simpler solution than I and II
For Simple Decryption stream ([level]zadadan[/level]): [level]casozyg[/level] - Applied solution I to a stream. Only solves it briefly every 10th tick, though, which is the maximum possible due to a issue with the puzzle. Nice level code, by the way, sounds like an arabic magician.

For Catapult ([level]ribedol[/level]): [level]hybapap[/level] - takes 318 ticks to solve, though..... WoW! :o Cool solution, Colcolpicle!
For Random comparison ([level]mugobon[/level]): [level]busyhip[/level] - how do you like that solution code!

For Fibonacci predicted ([level]dekyxev[/level]): [level]gehobym[/level] - I am probably missing the point of the puzzle


immibis (2009-11-26) For Catapult: [level]gaxipog[/level]
For Fibonacci Prediction: [level]pykelyx[/level] I don't see the point of this level either.

colcolpicle (2009-11-26) yeah, I think my brain kinda stopped working while I was working on that level. here's a fixed version [level]kugogyb[/level]

Werbad (2009-11-26) For [level]jidomef[/level]: [level]xicusog[/level]
You might want to fix that...

Rene (2009-11-27)
For Fibonacci Predicted ([level]kugogyb[/level]): [level]fyfarof[/level]

Interesting puzzle. I first thought it would be impossible.

jf (2009-11-30) For Catapult [level]ribedol[/level]: [level]fydyfiv[/level]

For Random Comparison [level]mugobon[/level]: [level]zidytec[/level] -- [spoiler]I used the random barrel as found.[/spoiler]

For Simple Decryption III [level]gorokiv[/level] : [level]dyfugop[/level]

Rene (2009-11-30) [quote author=Rene link=topic=332.msg4490#msg4490 date=1259352101]

For Fibonacci Predicted ([level]kugogyb[/level]): [level]fyfarof[/level]

Interesting puzzle. I first thought it would be impossible.


[/quote]

And here is a simpler and faster solution:

For Fibonacci Predicted ([level]kugogyb[/level]): [level]rabizax[/level]

jf (2009-12-01) [quote author=Rene link=topic=332.msg4492#msg4492 date=1259618049]

And here is a simpler and faster solution:

For Fibonacci Predicted ([level]kugogyb[/level]): [level]rabizax[/level]

[/quote]

Nice work, Rene. I may come back to this one and try a faster solution.

For Fibonacci Predicted [level]kugogyb[/level], I was not in any hurry: [level]kobilem[/level].

Rene (2009-12-01) [quote author=jf link=topic=332.msg4493#msg4493 date=1259649847]

Nice work, Rene. I may come back to this one and try a faster solution.

For Fibonacci Predicted [level]kugogyb[/level], I was not in any hurry: [level]kobilem[/level].
[/quote]

Actually, your "leasurely" solution is just as fast as my fast solution. But here is a solution that is substantially faster: [level]hogenin[/level] (94 ticks). Can you do better?

You can see that I really like this puzzle....

jf (2009-12-02) [quote author=Rene link=topic=332.msg4494#msg4494 date=1259702277]
[quote author=jf link=topic=332.msg4493#msg4493 date=1259649847]

Nice work, Rene. I may come back to this one and try a faster solution.

For Fibonacci Predicted [level]kugogyb[/level], I was not in any hurry: [level]kobilem[/level].
[/quote]

Actually, your "leasurely" solution is just as fast as my fast solution. But here is a solution that is substantially faster: [level]hogenin[/level] (94 ticks). Can you do better?

You can see that I really like this puzzle....

[/quote]

Well, here you go...  :)

[level]vikasis[/level] solves in 78 ticks. [spoiler]I actually had to delay a bit waiting for the machine to catch up.[/spoiler] I haven't looked at your [level]hogenin[/level] yet, but I suspect you found the same sort of trick that I am using.

Edit: It looks like we have the same general idea: [spoiler]predict an intermediate pair before cycling through the full period of values[/spoiler]. [spoiler]Your design is clever. I wanted to "spin ahead" in my earlier attempt but didn't think of changing direction. I found a different shortcut with the calculations, however, which gives me even more extra time.[/spoiler]

Edit: [level]dodobun[/level] solves in 74 ticks. [spoiler]I switched the order onto the matcher to light up at the earliest possible moment.[/spoiler]

colcolpicle (2009-12-18) unorganized multipuzzle[level]nakuvaf[/level]:[spoiler][level]tunubug[/level][/spoiler]

jnz (2009-12-18) Almost for unorganized multipuzzle ([level]nakuvaf[/level]): [level]mepebac[/level].  Can you find the flaw?
colcolpicle: I'm especially fond of the puzzle in the upper right.

colcolpicle (2009-12-18) nice, but your upper middle one fails on F

Rene (2009-12-18) For unorganized multipuzzle ([level]nakuvaf[/level]): [level]badybot[/level]

Nice puzzles. For some of the puzzles I was convinced that I found the only possible solution, only to see that jnz and you have found different ones...  :D
And the top right one had me flabbergasted for a while... I thought it was impossible  :-[

jnz (2009-12-19) [quote author=colcolpicle link=topic=332.msg4506#msg4506 date=1261135020]
nice, but your upper middle one fails on F
[/quote]
I had to go to bed last night before I could finish.  But now I have conquered it!
For unorganized multipuzzle ([level]nakuvaf[/level]): [level]rigibob[/level]

jf (2009-12-19) For unorganized multipuzzle ([level]nakuvaf[/level]): [level]jygoril[/level]

Crazy puzzles! The one that gave me the most trouble was the simple adding of two ? crates in the middle. I know which one jnz meant by "flaw" without looking -- I had the same flaw in my work until I thought, [spoiler]well, that one extra empty space might be there for a reason[/spoiler]  :). As for solving the top right, [spoiler]I have to thank jnz for single-step mode[/spoiler].

It is interesting as Rene points out that we all found different solutions to a few of the puzzles where I also thought I had found the only possible solution.

colcolpicle (2009-12-21) the third rubiks rubicon level: [level]dedixak[/level]
[spoiler]the possible moves that I figured out are: FF into the first, DD into the first, FFF into the second, F into the second. try them. [/spoiler]

Twee (2009-12-30) For [level]cacypym[/level]: [level]diticop[/level]

I really enjoyed this puzzle. Like Rene, I would have found it nearly impossible without jnz's new Rubicon engine. Besides stepping, I also used the cut-and-paste, and the arrow keys to increment barrel selection features a lot. Barrel selection by keyboard makes large tables much less painful to set up!  Probably the most important difference though, is the game running smoothly, rather than speeding up way too fast to follow, or freezing completely.

I think this puzzle should be warehoused. You could call it "Cooking College", or "Iron Chef" or somesuch, since it resembles jf's "Cooking School"([level]getyfut[/level]), with the addition of surprise ingredients.

Edit: I like the cleanliness of Rene's solution. I'll have to study it some before I understand how that table works though.

Rene (2009-12-31) For Third Rubiks Rubicon ([level]dedixak[/level]): [level]secigut[/level]

It is not the fastest of solutions  ;D, but it does solve all combinations. I am most annoyed that the correct combination (3201) is almost the slowest to solve.
The moves I used are:
[spoiler]
[list]
[li]E in the right, followed by E in the left: cycles all crates clockwise[/li]
[li]E in the right, followed by D in the left: keeps the bottom-right crate fixed, cycles all others clockwise[/li]
[li]D in the left, followed by FF in the left: swaps the top two crates[/li]
[/list]
[/spoiler]

Rene (2009-12-31) [quote author=Twee link=topic=332.msg4524#msg4524 date=1262193388]
For [level]cacypym[/level]: [level]diticop[/level]

Edit: I like the cleanliness of Rene's solution. I'll have to study it some before I understand how that table works though.
[/quote]

Thanks  :)
Short explanation: the table is quite straightforward; it has one barrel for each value of a crate. An 'F' barrel means "don't use the crate", '0' means "add the crate", '1' means "subtract the crate". The "E0" vibrator at the right converts the barrels into timing, which then directs the crate to the right side of the combined add/subtractor. The add/subtractor actually comes from an earlier solution I did a long time ago.

I like the simple trick for the '0' crate in your solution. I should have done it that way as well. That would have saved me all the trouble of moving it into the add/subtractor.

jf (2010-01-08) For Third Rubiks Rubicon ([level]dedixak[/level]): [level]zusesos[/level].

[spoiler]I use a simple dictionary lookup, and use only two simple moves: either drop a heavy barrel (i.e. E or F) on the left or drop it on the right, and let it run to completion before dropping the next. The dictionary is indexed by the first three output barrels, and amazingly fits in 144 barrels (there are two more extras just to push the last entry through the reader). The largest sequence is six barrels, and all others are shorter averaging less than four. I put in an entry for 3201 just for style, but it's a no-op.[/spoiler]

[spoiler]The main difficulty I had was a lack of working space, though in the end after spending most of my design effort on the dictionary lookup device, I ended up with loads of free real estate.[/spoiler]

colcolpicle (2010-01-29) statistics [level]befydid[/level]:[spoiler][level]dubinyn[/level][/spoiler]

Extra credit if you can get it to work 100% of the time(I didn't, but I'm pretty sure it's theoretically possible  ;) )

Rene (2010-01-30) [quote author=colcolpicle link=topic=332.msg4570#msg4570 date=1264729989]
statistics [level]befydid[/level]:[spoiler][level]dubinyn[/level][/spoiler]

Extra credit if you can get it to work 100% of the time(I didn't, but I'm pretty sure it's theoretically possible  ;) )
[/quote]

For Statistics ([level]befydid[/level]): [level]kimihax[/level]

[spoiler]If the accuracy is not enough, add another stage to the counters - but be prepared to wait a long time for the answer. If you don't want to wait this long, then remove a stage from the counters - but be prepared that accuracy will drop.
[/spoiler]

I'm pretty sure it is not possible to make it work 100% of the time theoretically. There is always a small chance that a '1' never comes up, for example, and then you cannot distinguish between a 1 and a 2 crate. The only thing you can theoretically check with 100% certainty, is that the crate is not equal to zero.
That said, I am pretty sure that you will never see my solution fail  ;D

Colcolpicle, if you want to make your solution more accurate you should:
[spoiler]Start the left-most counter at 8 instead of 0. Right now, you have about 50% chance to get it wrong, because the average number of barrels that are counted for a certain value of the crate falls exactly on the moment the right counter steps. For example, if the crate is '1', the number of barrels is on average 1*16 = 16. So if the number of barrels is below average, the right counter will still be at 0 when it is read. Starting with 8 will put the average in the middle of the range.[/spoiler]

colcolpicle (2010-02-08) I stand by what I said: [quote] but I'm pretty sure it's theoretically possible   [/quote] But the solution wouldn't really have an end and couldn't really be proven to be solved from that point on. I was thinking that you could make a thing that could change the number at the end so that if the machine comes up with a more likely answer, it could be changed. Although now that I think about it, that machine might need an infinite amount of memory.........

Anyway, new puzzle, another rubiks, but a bit easier.
Easy rubiks [level]genexas[/level]

colcolpicle (2010-03-13) New puzzle! 

Simple comparison: [level]panutab[/level] : [spoiler][level]dynenyx[/level][/spoiler]

Werbad (2010-03-13) For Simple comparison ([level]panutab[/level]): [level]mypecyx[/level]

Rene (2010-03-13) For Simple Comparison ([level]panutab[/level]): [level]zoderom[/level]

colcolpicle (2010-03-16) I seem to have over-thought that one. Haven't had time to solve this one yet, but:

Simple Comparison 2 [level]fixopeg[/level] : [spoiler][level]vevovar[/level][/spoiler]


Edit: solve posted (you might almost consider my solution cheating)

Werbad (2010-03-16) For Simple Comparison 2 ([level]fixopeg[/level]): [level]mokufoh[/level]
Your solution fails for a left F by the way.

jf (2010-03-20) For Simple Comparison ([level]panutab[/level]): [level]bigekyx[/level]

I see that I missed the simple direction that Rene and Werbad took -- I went in the other direction.

colcolpicle (2010-04-04) counting 1:[level]siredox[/level]
counting 2:[level]sumuziz[/level][spoiler]try putting in 3 crates without any gaps between them[/spoiler]

Madball (2010-04-05) [level]xasabyz[/level] - [level]sokolix[/level] solution
[level]cobonob[/level] - [level]verodyh[/level] solution

colcolpicle (2010-04-15) Almost isn't good enough [level]jupusic[/level]

Werbad (2010-04-16) For Almost isn't good enough ([level]jupusic[/level]): [level]fomemot[/level]

Madball (2010-04-16) For Almost isn't good enough ([level]jupusic[/level]): [level]xiviker[/level]

Werbad (2010-04-16) [level]xiviker[/level] won't always work. Replace the E crate with some lower value to see why.

Madball (2010-04-16) Fixed with one piece: [level]xyzicok[/level]

jnz (2010-04-17) For Almost isn't good enough ([level]jupusic[/level]): [level]cyxucyl[/level]
I tried to avoid putting [spoiler]conveyors along the bottom[/spoiler] but couldn't quite pull it off.

colcolpicle (2010-04-17) Almost isn't good enough 2: [level]sufubih[/level]

jnz (2010-04-17) For Almost isn't good enough 2 ([level]sufubih[/level]): [level]dimobup[/level]

Werbad (2010-04-18) For Almost isn't good enough 2 ([level]sufubih[/level]): [level]tavydyg[/level]

jf (2010-04-18) For Almost isn't good enough ([level]jupusic[/level]): [level]xytumud[/level]. I didn't [spoiler]add anything to the bottom[/spoiler].

jnz (2010-04-18) Nicely done, jf!  I knew somebody could find that [spoiler]extra tick[/spoiler] that I was missing.

jf (2010-04-18) For [level]sufubih[/level]: [level]konytyh[/level]

colcolpicle (2010-04-20) real timing [level]sufutob[/level]

edit: sorry. I accidentally added an extra piece right before I saved

and by the way, yes. [spoiler][level]tobedat[/level][/spoiler]

Twee (2010-04-20) [level]sizogoz[/level] looks impossible. Have you solved it?

Werbad (2010-04-21) For real timing ([level]sufutob[/level]): [level]jebabab[/level]

colcolpicle (2010-05-01) divide by two #? [level]kamonyb[/level]

jf (2010-05-02) For divide by two [level]kamonyb[/level]: [level]julofak[/level]

Werbad (2010-05-02) For divide by two ([level]kamonyb[/level]): [level]sidumeh[/level]

colcolpicle (2010-05-02) limited horizontal space: [level]zefogub[/level]: [spoiler][level]gusigir[/level][/spoiler]

jnz (2010-05-02) For Limited Horizontal Space ([level]zefogub[/level]): [level]gudukab[/level]

Werbad (2010-05-02) For Limited Horizontal Space ([level]zefogub[/level]): [level]kazomic[/level]

jnz (2010-05-02) [quote author=Werbad link=topic=332.msg4745#msg4745 date=1272827678]
For Limited Horizontal Space ([level]zefogub[/level]): [level]kazomic[/level]
[/quote]

Oh, it looks like the "overflow detector" at the top is broken.  I think it's time for Limited Horizontal Space 2, colcolpicle.

jf (2010-05-03) [quote author=jnz link=topic=332.msg4746#msg4746 date=1272830619]
[quote author=Werbad link=topic=332.msg4745#msg4745 date=1272827678]
For Limited Horizontal Space ([level]zefogub[/level]): [level]kazomic[/level]
[/quote]

Oh, it looks like the "overflow detector" at the top is broken.  I think it's time for Limited Horizontal Space 2, colcolpicle.

[/quote]

Thanks for the hint! ;) I can guess what Werbad did without even looking. I didn't use it though: for [level]zefogub[/level]: [level]rikivyn[/level].

Madball (2010-05-03) For [level]zefogub[/level] - [level]mybedeh[/level]

colcolpicle (2010-05-03) limited horizontal space 2 [level]tokirav[/level]

the blob of doom [level]jutesur[/level]

Werbad (2010-05-04) For the blob of doom ([level]jutesur[/level]): [level]dicesic[/level]

jnz (2010-05-04) For The Blob of Doom ([level]jutesur[/level]): [level]bucucap[/level]
Werbad, try 8 and 8 as the random crates in [level]dicesic[/level]

Werbad (2010-05-04) How about [level]manedyp[/level]?

colcolpicle (2010-05-04) the blob of doom 2 [level]getyleg[/level]
a lot of relativity [level]jamaxyx[/level]

Werbad (2010-05-05) For a lot of relativity ([level]jamaxyx[/level]): [level]tidadug[/level]

colcolpicle (2010-05-08) grab all but two[level]gopimar[/level]

Rene (2010-05-09) For Grab All but Two ([level]gopimar[/level]): [level]magafik[/level]
For Real Timing ([level]sufutob[/level]): [level]duzacod[/level] - probably not what you had in mind
For A Lot of Relativity ([level]jamaxyx[/level]): [level]cubicab[/level]

I don't think that The Blob of Doom 2 ([level]getyleg[/level]) is possible: the crate under the target is always the top ? crate, of which you know nothing.

colcolpicle (2010-05-09) The blob of doom 2 is the same as the blob of doom 1 except that the increment can be 0. the only thing that you have to do is add a timer to a solution to blob of doom 1 that will release a 0 crate after at least 2(16^2) tics after the first crate has come out.

Rene (2010-05-09) [quote author=colcolpicle link=topic=332.msg4768#msg4768 date=1273434782]
The blob of doom 2 is the same as the blob of doom 1 except that the increment can be 0. the only thing that you have to do is add a timer to a solution to blob of doom 1 that will release a 0 crate after at least 2(16^2) tics after the first crate has come out.
[/quote]

Aha. I failed to see that it replaces some of the crates in the stream with the target crate. I must really go and get an eye check-up.

Werbad (2010-05-09) For The Blob of Doom 2 ([level]getyleg[/level]): [level]sikurug[/level]

colcolpicle (2010-05-11) the blob of doom 3 [level]lonydah[/level]
(it's actually slightly different this time!)

This may have been done before:
The boot [level]kyxifes[/level]

For the first time, Rubicon has actually (kind of) cost me money. I was recently at borders and saw a moleskine pocket notebook with grid paper. I now carry it around at all times.

Edit: changed the blob of doom 3. I had forgotton that it already replaces only every 17th and tried to avoid the problem I had by making the loop be 17 crates long.

Werbad (2010-05-12) [level]nylivux[/level] is not possible, the machine replaces the same crate every time making it impossible to know which one is the target crate. Removing one random crate should solve that problem though.

Edit:
For The boot ([level]kyxifes[/level]): [level]hadaxan[/level]

colcolpicle (2010-05-15) No one seems to be solving it, so here's my solution to blob of doom 3:[level]llimokir[/level]

Werbad (2010-05-16) I don't think anyone saw that you updated the post, at least I didn't...

For the blob of doom 3 ([level]lonydah[/level]): [level]barazik[/level]

By the way, your solution ([level]limokir[/level]) fails in some cases where many but not all of the random crates match the target crate. Look at [level]xegynad[/level] for an example. It was this caveat that made me change my approach for the puzzle, it was pretty much the same as yours at first.

Rene (2010-06-17) For blob of doom 3 ([level]lonydah[/level]): [level]hutavul[/level]

Edit: my solution had the same weekness as pointed out by Werbad for colcolpicle, so here is a new version that solves that: [level]gecehaf[/level]

For The Boot ([level]kyxifes[/level]): [level]fivamid[/level]

colcolpicle (2010-08-01) Your very old computer is dying and you need to extract one crucial piece of data. However, it is breaking and not giving you the info you want. Can you get the data off the computer without letting it die?

[level]cebitys[/level]

Werbad (2010-08-02) The level is not possible if the upper random crate is 0 as there is no way to get a 0-crate right at the top gate.

colcolpicle (2010-08-02) sorry about that. I had some issues with the target matcher. this should work.
[level]vugemed[/level]

yes, this version is easy if you assume the lower left random cannot be 0, but that isn't allowed!  :)

Werbad (2010-08-05) For low power computer II ([level]vugemed[/level]): [level]hidytyc[/level]
I overlooked something very important when I first attempted to solve the level, so it took a little longer than it should have.

colcolpicle (2010-08-05) nice. my solution is [level]bibybub[/level]. However [level]dymadil[/level] works the overwhelming majority of the time.

low power computer V III [level]motagam[/level]

this shouldn't be too much harder.

Werbad (2010-08-06) For low power computer V III ([level]motagam[/level]): [level]xadegir[/level]

Rene (2010-08-11) For Low Power Computer II ([level]vugemed[/level]): [level]pimizut[/level]
For Low Power Computer III ([level]motagam[/level]): [level]cubekim[/level]

colcolpicle (2010-08-15) Low power computer V IV : [level]gademab[/level]

if you're looking for a challenge you can try this:
Low power computer Stream : [level]bedyguk[/level]

Rene (2010-08-15) For Low Power Computer V IV ([level]gademab[/level]): [level]kolidib[/level] - nice puzzle

Werbad (2010-08-16) For Low power computer V IV ([level]gademab[/level]): [level]nazases[/level]
Unfortunately this trick for detecting the crate won't work for the stream version.

colcolpicle (2010-08-16) I had a feeling that that level might be impossible

here is another stream level

Low power computer stream V II : [level]gobekep[/level]

Rene (2010-08-17) [quote author=colcolpicle link=topic=332.msg4898#msg4898 date=1281960053]
I had a feeling that that level might be impossible
[/quote]

You really should not give me a challenge like that, you know.  ;D

Here is my solution to Low power computer stream ([level]bedyguk[/level]): [level]zafozir[/level]

This should work for Low power computer stream V II ([level]gobekep[/level]) as well. That puzzle is actually not much simpler. The challenge is to find out what the pivot value is, it does not help much that you know what the other values are.
[spoiler]My solution tries all pivot values in sequence. The mechanism below simulates the broken computer with an assumed pivot value. The mechanism on the right detects whether the resulting stream of values could possible be a sequence of only crates. It is a sequence of crates if the difference between every third value is equal to the pivot. If not, then the pivot value is lowered by one, and we try again. Once the correct pivot value is reached, the big buffer on top will fill with correct crates. That buffer avoids the need to have the pivot value as a crate instead of a barrel. [/spoiler]

Werbad (2010-08-19) For Low power computer Stream ([level]bedyguk[/level]): [level]gipysif[/level]

As with Rene's solution this should work for [level]gobekep[/level] as well.

[spoiler]The gates at the lower middle start of assuming that the pivot is F, the upper gate forwards the buffer and the lower gate extracts the following crate when needed. The device to the left checks that the difference between every 3rd crate (= the pivot value) stays the same. If it changes we have a false positive and the assumed value is too high. The system to the right was needed to ensure that the 2 control values were changed within the same gap, the top gate must be changed first to ensure the crate stream doesn't check different values. 2 crates are lost every time the top gate changes, so 2 barrels are inserted to maintain the buffer length. The top buffer is 48 crates at all times counting from after the lower gate. As the stream repeats at 48 crates this means that the target crate will arrive exactly on time for the next cycle.[/spoiler]

colcolpicle (2010-08-19) Here's an easier level (at least a little bit) [level]tugugug[/level]

Werbad (2010-08-19) For [level]tugugug[/level]: [level]behonok[/level]

Rene (2010-08-20) For [level]tugugug[/level]: [level]xebakuc[/level]

colcolpicle (2010-08-27) The return of Fibonacci prediction:

[level]punutir[/level]

if you can get a multiplier that works-[spoiler]Fibonacci(n) starting at a,1 = Fibonacci(n-1)*a+Fibonacci(n-2)[/spoiler]

Werbad (2010-08-29) That one is unfortunately not possible. Some (if not all) sequences doesn't include all values making it impossible to distinguish between certain target values. For instance, if the start values are 0+1, the values 4,6,A,C and E will never be generated, making it impossible to distinguish between say a 4 and a 5 target crate.

colcolpicle (2010-08-30) sorry about that.  :-[

try this: [level]behegyd[/level]

colcolpicle (2010-10-04) I'm starting a series of easier puzzles.
here are a few

add [level]dypurih[/level]  :  [spoiler][level]bokogyk[/level][/spoiler]
subtract [level]dysupih[/level]  :  [spoiler][level]lygygon[/level][/spoiler]
multiply [level]nulaziv[/level]  :  [spoiler][level]gofitul[/level][/spoiler]

Rene (2010-10-05) For Add ([level]dypurih[/level]): [level]pysonyc[/level]
For Subtract ([level]dysupih[/level]: [level]nesuxil[/level]
For Multiply ([level]nulaziv[/level]): [level]gofysyg[/level]

I used the same approach for all three puzzles, which is likely an overkill for the first two.

Colcolpicle - there is easy to fix error in your multiply solution that makes it fail if the left crate is 7 or heigher.

colcolpicle (2010-10-06) compare: [level]donynyd[/level]    [spoiler][level]jubenin[/level][/spoiler]

Madball (2010-10-07) For compare ([level]donynyd[/level]): [level]tyfahic[/level]

Newt (2010-10-07) For Compare ([level]donynyd[/level]): [level]xigyget[/level]

Rene (2010-10-08)
For Compare ([level]donynyd[/level]): [level]kocagih[/level]

A simpler approach this time

pivotdude123 (2010-10-22) for predict the crate: [level]rusubeb[/level]

EDIT: Found out it was practically the same as Werbad's. Crap.

colcolpicle (2010-10-29) Here's an interesting problem I heard recently. it's not rubicon related but it is math which is kind of related.

How many numbers are there between 1000 and 10000 where each digit is at least one more than the previous digit. For clarification, the first number that has this property is 1234. Once you figure that out, can you figure out a formula for this problem between 10^n to 10^(n+1) for any n?


Cross the streams [level]kibomef[/level]:[spoiler][level]gigilys[/level][/spoiler]

Bucky (2010-10-30) Cross the streams [level]kibomef[/level]:[level]feropym[/level].  The timing is rather tricky on this one.  The [level]half furnace draw[/level] on the left side needed to replace the traditional version because that version was 2 ticks slow no matter what I tried.

[quote author=colcolpicle link=topic=332.msg4959#msg4959 date=1288383138]
Here's an interesting problem I heard recently. it's not rubicon related but it is math which is kind of related.

How many numbers are there between 1000 and 10000 where each digit is at least one more than the previous digit. For clarification, the first number that has this property is 1234. Once you figure that out, can you figure out a formula for this problem between 10^n to 10^(n+1) for any n?
[/quote]

126.  Formula is [spoiler]item n+2 in row 10 of Pascal's Triangle, or 0 if n>9  or n<-1.[/spoiler]

Quick explanation for people with little math background:
[spoiler]The number in each cell in Pascal's Triangle is the number of unique paths from the vertex to that point.  I have a scheme where every number with this property corresponds to exactly one path and vice versa. 

To generate the number for a path, start at the vertex with a counter at zero.  At each step in the path, increment the counter, then write a digit with the value of the counter if the step was down-right.  You will always end up with the same number of digits because you perform a constant number of rightwards steps, and you will end up with digits in increasing order because the counter only increments.

To generate the path for a number, start at the vertex with a counter at 1 and a marker before the first digit.  For each step in the path, if the next digit is equal to the counter, step down-right and move the marker one digit; otherwise step down-left.  Either way, increment the counter (and stop if the counter goes past 9).  The digit 'after' the last one is larger than 9 for this.  The path will end in the right spot because it will always have one down-right step per digit and 9 steps total (because of the counter).

The reason why it's item n+2 is that the formula given asks about n+1 digit numbers, and the first item in each row corresponds to zero-digit numbers.
[/spoiler]

jnz (2010-10-30) For Cross the Streams ([level]kibomef[/level]): [level]kalamar[/level]
If you liked that, try Rene's [url=http://www.stardrifter.org/rubisearch/?title=Italian+Traffic+Warden&designer=Rene]Italian Traffic Warden series[/url]

Madball (2010-10-30) For cross the streams ([level]kibomef[/level]): [level]lyxogov[/level]

Werbad (2010-10-30) For Cross the streams ([level]kibomef[/level]): [level]ridanub[/level]

Rene (2010-10-30)
For Cross the Streams ([level]kibomef[/level]): [level]ticalez[/level]

colcolpicle (2010-11-02) firing squad: [level]gufycer[/level] : [spoiler][level]susyrar[/level][/spoiler]

firing squad easy: [level]nideceh[/level] : [spoiler][level]gogigyb[/level][/spoiler]

firing squad real: [level]ricyker[/level]

firing squad real easy: [level]debacid[/level]


for the math problem I used triangular numbers and figured out that it is actually the (10-n)th n dimensional triangular number. this just happens to be equal to what bucky had done with pascal's triangle. :P

Rene (2010-11-03) For Firing Squad ([level]gufycer[/level]): [level]gonezyt[/level]
For Firing Squad Easy ([level]nideceh[/level]): [level]cuxolux[/level]
For Firing Squad Real ([level]ricyker[/level]): [level]vytakod[/level]
For Firing Squad Real Easy ([level]bulorot[/level]): [level]debacid[/level]

colcolpicle (2010-11-07) High quality video: [level]dexuzed[/level]

Rene (2010-11-11)
For High Quality Video ([level]dexuzed[/level]): [level]mutysas[/level]

interesting puzzle

colcolpicle (2010-11-12) trigger finger [level]padexoz[/level] : [spoiler][level]potenak[/level][/spoiler]

Rene (2010-11-12)
For Trigger Finger ([level]padexoz[/level]): [level]gupilop[/level]

Madball (2010-11-12) For trigger finger ([level]padexoz[/level]): [level]hevoded[/level]

colcolpicle (2010-11-13) trigger finger 2 [level]jecyxuz[/level] : [spoiler][level]migigax[/level][/spoiler]
trigger finger 3 [level]letakyd[/level] : [spoiler][level]lydanyd[/level][/spoiler]
trigger finger 4 [level]lysalig[/level] : [spoiler][level]kovacyf[/level][/spoiler]
trigger finger 5 [level]fabyvon[/level] : [spoiler][level]nibofis[/level]  WOOT! [/spoiler]
trigger finger 6 [level]vahovob[/level] : [spoiler][level]padypyt[/level][/spoiler]

jnz (2010-11-13) For Trigger Finger 6 ([level]vahovob[/level]): [level]pebevix[/level]

Werbad (2010-11-13) For Trigger Finger 6 ([level]vahovob[/level]): [level]jucunad[/level]

pivotdude123 (2010-11-13) [quote author=Werbad link=topic=332.msg5009#msg5009 date=1289640656]
For Trigger Finger 6 ([level]vahovob[/level]): [level]jucunad[/level]
[/quote]

Werbad, I don't think that does anything.

Werbad (2010-11-13) Try it in fast forward mode. It solves on 2 0'es with another crate between, which is the same as jnz's solution.

Rene (2010-11-13)
For Trigger Finger 6 ([level]vahovob[/level]): [level]kiducoc[/level] - similar to jnz's and Werbads. I guess there is not much room for variation

colcolpicle (2010-11-13) trigger finger first [level]bibofaf[/level] I'm not actually sure if there is enough time for this one

Werbad (2010-11-13) If one of the first 3 crates is a 0 it will lock up early and it won't be solvable.

colcolpicle (2010-11-14) sorry about that.
trigger finger first fixed [level]dotucek[/level]

Werbad (2010-11-14) For trigger finger first fixed ([level]dotucek[/level]): [level]panomoh[/level]

Rene (2010-11-15)
For Trigger Finger First ([level]dotucek[/level]): [level]xogaxib[/level]

colcolpicle (2010-11-17) not too much thinking on this one

disallowed: [level]lugutyb[/level]  [spoiler][level]vydyrex[/level][/spoiler]

jnz (2010-11-18) For Disallowed ([level]lugutyb[/level]): [level]bugykil[/level]

Rene (2010-11-18)
For disallowed ([level]lugutyb[/level]): [level]nokadad[/level]

colcolpicle (2010-11-18) not enough information :  [level]duharot[/level]  [spoiler][level]bebyvad[/level][/spoiler]

jnz (2010-11-19) For Not Enough Information ([level]duharot[/level]): [level]dilegut[/level]

Rene (2010-11-19) For Not Enough Information ([level]duharot[/level]): [level]pygisod[/level]

Nice puzzle.... I was thinking a couple of times "how the hack do I do this..."
Amazing solutions by jnz and you also. I should have thought of that  >:(

pivotdude123 (2010-11-19) for not enough information:[level]pulefix[/level]

I like to think of it as a spin-off of jnz's solution.

And also...
[quote author=Rene link=topic=332.msg5029#msg5029 date=1290191983]
For Not Enough Information ([level]duharot[/level]): [level]pygisod[/level]

Nice puzzle.... I was thinking a couple of times "how the hack do I do this..."
Amazing solutions by jnz and you also. I should have thought of that  >:(
[/quote]

Did you mess with the random crate?!

colcolpicle (2010-11-20) not enough information 1b [level]goxuhac[/level]
not enough information 2   [level]husigym[/level]

Rene (2010-11-20) [quote author=pivotdude123 link=topic=332.msg5031#msg5031 date=1290202106]
[quote author=Rene link=topic=332.msg5029#msg5029 date=1290191983]
For Not Enough Information ([level]duharot[/level]): [level]pygisod[/level]
[/quote]

Did you mess with the random crate?!
[/quote]
Sorry... left-over from testing.


For Not Enough Information 1b ([level]goxuhac[/level]): [level]vufigum[/level]
For Not Enough Information 2 ([level]husigym[/level]): [level]pygaxer[/level]

Werbad (2010-11-20) For Not Enough Information 2 ([level]husigym[/level]): [level]dedehix[/level]

colcolpicle (2010-11-23) not enough information inverted [level]donybun[/level] : [spoiler][level]sypylyt[/level][/spoiler]

jnz (2010-11-23) For Not Enough Information Inverted ([level]donybun[/level]): [level]salafyc[/level].  I cheated again.

Rene (2010-11-23) For Not Enough Information Inverted ([level]donybun[/level]): [level]febasyp[/level]
[quote author=jnz link=topic=332.msg5036#msg5036 date=1290492486]
For Not Enough Information Inverted ([level]donybun[/level]): [level]salafyc[/level].  I cheated again.

[/quote]
I would not call it cheating, but rather "efficient puzzle solving". I did the same.

colcolpicle (2010-11-23) this one might be a bit more of a challenge [level]zugokic[/level]

jnz (2010-11-24) For Not Enough Information Challenge ([level]zugokic[/level]): [level]nyvymak[/level]

Rene (2010-11-24) For Not Enough Iinformation Bit More of a Challenge ([level]zugokic[/level]): [level]muduler[/level]

colcolpicle (2010-11-25) not enough informations 3 [level]gybenon[/level] fixed

Werbad (2010-11-26) Not solvable. We need some crates to work with other than the target crates.

Rene (2010-11-27)
For Not Enough Information 3 ([level]gybenon[/level]): [level]dehygid[/level]

jf (2010-12-12) For Not Enough Information 3 ([level]gybenon[/level]): [level]nizycyv[/level]

For Bit More of a Challenge ([level]zugokic[/level]): [level]vahatyz[/level]

For Not Enough Information ([level]duharot[/level]): [level]bohebac[/level]

colcolpicle (2011-03-24) lookup table: [level]fidipav[/level] : [spoiler][level]husipic[/level][/spoiler]

Madball (2011-03-25) For lookup table ([level]fidipav[/level]): [level]patemyh[/level]

Rene (2011-03-25) For Lookup Table ([level]fidipav[/level]): [level]lidybep[/level] and [level]jypusis[/level]

A common puzzle, but with an interesting twist.

colcolpicle (2011-03-25) random offset: [level]lumopik[/level]

b612 (2011-03-25) for random offset ([level]lumopik[/level]) : [level]genadur[/level]

Rene (2011-03-27)
For Random Offset ([level]lumopik[/level]): [level]dobesib[/level]

Werbad (2011-03-28) For random offset ([level]lumopik[/level]): [level]zymygic[/level]

colcolpicle (2011-05-09) busy dozer 1: [level]gegucon[/level] :[spoiler][level]kohacid[/level] (with halting state)[/spoiler]
busy dozer 2: [level]jagivap[/level] :[spoiler][level]nadaleb[/level] (with halting state)[/spoiler]
busy dozer 3: [level]xykebam[/level]:[spoiler][level]gynagox[/level] (with halting state)[/spoiler]

Who needs numbers?

Edit: fixed solution to 3

Werbad (2011-05-10) For busy dozer 1 ([level]gegucon[/level]): [level]gemegun[/level]
For busy dozer 2 ([level]jagivap[/level]): [level]hobagib[/level]
For busy dozer 3 ([level]xykebam[/level]): [level]muhureg[/level]

Your solution for busy dozer 3 fails on F btw.

TTTPPP (2011-05-11) For Busy Dozer 1 [level]gegucon[/level]: [level]zebapyk[/level]
For Busy Dozer 2 [level]jagivap[/level]: [level]vaduzex[/level]

I thought I'd solved busy dozer 3 too, but found that it also fails for F.

colcolpicle (2011-05-11) busy dozer 4: [level]tedehad[/level] : [spoiler][level]rapytuv[/level][/spoiler]

only four squares changed from busy dozer 1. However, it is significantly harder.

jnz (2011-05-12) For busy dozer 4 ([level]tedehad[/level]): [level]zefocyx[/level]

Madball (2011-05-12) For busy dozer 1 ([level]gegucon[/level]): [level]dotizug[/level]
For busy dozer 2 ([level]jagivap[/level]): [level]lasusav[/level]
For busy dozer 3 ([level]xykebam[/level]): [level]vycigon[/level]
For busy dozer 4 ([level]tedehad[/level]): [level]sykelim[/level]

Werbad (2011-05-12) For busy dozer 4 ([level]tedehad[/level]): [level]cazocom[/level]

TTTPPP (2011-05-12) For Busy Dozer 4 ([level]tedehad[/level]): [level]lykiboh[/level]

I still haven't sorted number 3 out though.

colcolpicle (2011-05-12) I'm embarrassed by jnz's solution. wow.

Busy Dozer 5: [level]bocyriv[/level] : [spoiler][level]pifymyd[/level][/spoiler]

Rene (2011-05-21) For Busy Dozer 4 ([level]tedehad[/level]): [level]desodid[/level]
For Busy Dozer 5 ([level]bocyriv[/level]): [level]cucedod[/level]

Werbad (2011-05-23) For Busy Dozer 5 ([level]bocyriv[/level]): [level]burogac[/level]

colcolpicle (2011-05-24) busy dozer dictionary : [level]ditarop[/level]

Rene (2011-05-29)
For Busy Dozer Dictionary ([level]ditarop[/level]): [level]nagahih[/level] - Ouch, that was pretty tough.

[spoiler]I could not find a way to build a look-up table, so I went with the repetitive pattern in the dictionary. The mechanism in the bottom right splits the barrels in groups of four. The mechanism on the left converts them according to the dictionary pattern: 3->2, 2->1, and 1->3. Groups of 4 remain intact by adding an extra barrel on the bottom right. [/spoiler]

immibis (2011-07-10) For Busy Dozer 4 ([level]tedehad[/level]): [level]bexidib[/level]
This might've turned out like jnz's solution, but I assumed the furnace at the bottom-left would eat the barrels if there wasn't room for them - which it doesn't.

colcolpicle (2011-08-14) new level  :)

4 additions: [level]cusugug[/level]

jnz (2011-08-14) Is it possible to generate B, D, E, or F in "4 Additions"?

TTTPPP (2011-08-23) jnz, I think you're right.  Below I've shown the sets of crates available after one, two and three additions.  For the fourth addition I've just shown the create created.

[img]http://img814.imageshack.us/img814/4838/fouradditions.png[/img]

colcolpicle (2012-02-15) After a bit of a hiatus, here's a simple puzzle:

Repeated addition:[level]hukucar[/level]

jnz (2012-02-16) Repeated Addition is hard to solve without access to any crates.

colcolpicle (2012-02-19) Did I really? Sorry about that.

fixed: [level]gemobem[/level]

colcolpicle (2012-11-06) 5^2 : [level]hytobyf[/level]

Rene (2012-11-09) For Repeated Addition ([level]gemobem[/level]): [level]fepavus[/level]
     simpler and faster solution: [level]bugylem[/level]

For 5^2 ([level]hytobyf[/level]): [level]litypan[/level]

humbugger (2013-09-24) Having just learned about using the "S" button, I came up with this

for Random Comparison [level]mugobon[/level] : [level]xegocur[/level]

I'm sure that it has been done before, but I think I have put in a couple

of things that I haven't seen/used before.

Humbugger

curly (2013-09-25) [quote author=humbugger link=topic=332.msg5643#msg5643 date=1380051885]
Having just learned about using the "S" button...
[/quote]

Well that sure beats trying to take screenshots at exactly the right moment.  Are there are other secret keys that do stuff?  I only knew about P to switch physics models.

humbugger (2013-09-25) I don't know.  I just found reference to it in one of the threads some where.

There are some listed on the Main Page.

Shift and mouse selects an area then:

C copies

X moves

F fills the area with what is selected on bottom

I would also like to know about any others

Humbugger

Rene (2013-11-08) [quote author=humbugger link=topic=332.msg5646#msg5646 date=1380135175]
I don't know.  I just found reference to it in one of the threads some where.

There are some listed on the Main Page.

Shift and mouse selects an area then:

C copies

X moves

F fills the area with what is selected on bottom

I would also like to know about any others

Humbugger
[/quote]

You can also use 0-9 and A-F for selecting barrels/crates. These and 'S' and 'X' was introduced by jnz when he did a revamp of the Rubicon code, originally done by Kevan. That is probably why they are not explained somewhere. Jnz also made it faster and removed a lot of bugs. See [url]http://kevan.org/rubicon/forums/index.php/topic,335.0.html[/url] for details.

16-cell addressable ROM

immibis (2009-06-20) [level]butisiz[/level]
The input comes from the left and the data is cycling around at the top. The output should be easy to see by running it.

Decimal adder

Rene (2009-08-07) Here is a decimal adder for numbers of arbitrary length: [level]borepup[/level]

It caters for numbers with differing lengths, and for an overflow 1.

Call for Rubicon beta testers

jnz (2009-09-19) [b]UPDATE[/b]: This version is now live on the site.  Thanks to everyone who helped with testing.

[hr]

A while back Kevan was kind enough to send me a copy of the Rubicon source code to see if I could fix some bugs and make some improvements in areas that were bothering me.  I've made some progress and I'd like to share what I currently have with the community for feedback and testing. 

Changes (1b27):
[list]
[li]Upgrade to [url=http://processing.org/]Processing 1.0[/url][/li]
[list]
[li]Should stop the occasional lockups on computers with SpeedStep or Cool'n'Quiet[/li]
[li]Changed font rendering.  I'm interested to hear if this results in any noticeable change, especially for people not on Windows[/li]
[/list]
[li]Fixed [url=http://kevan.org/rubicon/forums/index.php/topic,320.0.html]Locked Pieces Bug[/url][/li]
[li]Changes to Copy-and-Paste:[/li]
[list]
[li]Add ability to Cut (press X)[/li]
[li]Paste rectangle now snaps to the grid[/li]
[li]Use alternate drawing routine which should be much faster[/li]
[/list]
[li]Pixel-accurate click handling on all buttons.  This was especially noticeable when clicking on the right hand side of the Game and Sandbox buttons[/li]
[/list]
Changes (1c27):
[list]
[li]Fix "accidental draw" bug when dragging selection rectangles[/li]
[li]Selection rectangles can now be resized after you initially draw them by holding shift again.  This is experimental.  I'm not sure if the advantage outweighs the annoyance.[/li]
[/list]
Changes (1d27):
[list]
[li]Framerate not locked to 10fps when machine is not running[/li]
[/list]
Changes (1e27):
[list]
[li]Some drawing optimizations to save CPU time on most levels[/li]
[li]Fix crash when trying to load a level while your network connection is down[/li]
[li]Load dialog can be canceled by pressing Esc[/li]
[li]Fix high CPU usage when moving mouse on the Main Menu or alert dialogs (introduced in 1d27)[/li]
[li]Shift-clicking always starts a new selection rectangle (revert change from 1c27)[/li]
[/list]
Changes (1f27):
[list]
[li]All alerts now respond to Enter and Esc[/li]
[li]When solving a user-created level the Clear button now only clears your pieces, not the pieces from the original level[/li]
[/list]
Changes (1g27):
[list]
[li]Machines that are solved temporarily during execution now report the last time they become solved instead of the first[/li]
[li]Single stepping (press 'S')[/li]
[/list]
Changes (1h27):
[list]
[li]Allow changing the selected item with the arrow keys, 0-9, A-F, and ?[/li]
[/list]
Changes (1i27):
[list]
[li]Allow toggling between barrels and crates when using the 0-9, A-F, and ? keys[/li]
[/list]
Changes (1j27):
[list]
[li]Add the ability to save levels to browser cookies (Shift-click the Save button)[/li]
[li]Fix some crashes when performing a load that is disallowed by the same-origin policy[/li]
[/list]
Changes (1k27):
[list]
[li]Don't allow placing pieces when any key is being pressed[/li]
[/list]
Changes (1m27):
[list]
[li]Upgrade to Processing 1.1[/li]
[li]Fix odd behavior when loading a level with invalid characters in the level data[/li]
[/list]
Changes (1n27):
[list]
[li]Fast forward (shift+click on the Play button)[/li]
[/list]

Rene (2009-09-21) Thanks, jnz, for working on improving the applet! And well done, good improvements!

I have used your updated version when solving Gee66's Half and Half. The copy-paste speed is quite an improvement. It is actually possible to drag large copies around now, the cpu does not go 100% anymore while dragging - no more cooling fan hair blower anymore ;-). The snap-to-grid is also a handy improvement.
The Cut is a nice idea, and works well, but I expected it to erase the origin when you press X, not when you paste it (- but then put it back when you cancel the paste)

The locked pieces bug seems to be solved now, although I was never bothered that much about it (and it prompted the creation of the silhouette puzzles ;-)
Pixel accurate click works.

I did not notice anything different in the fonts - but then again, I am on a Windows Vista system.

Did you fix the "accidental draw" bug as well? You know, when you want to select something with shift-click, but accidentally draw over it? I tried to reproduce it in your version, but did not manage. The old version kept on drawing when you press shift while holding the mouse down. Your version switches to selecting as soon as you press shift. One improvement on that could be to reset the selection origin the moment you press shift

Then, my requests  :)
[list]
[li]What annoys me most, is that you cannot save to the warehouse directly from the applet. Now you have to remember the cryptic code for the level and retype that in the warehouse dialog. Shouldn't it be possible to invoke the warehouse directly, fill in the code, and even fill in the "follows or solves" field. At minimum it should be possible to copy-paste the level name[/li]
[li]Copy-paste between levels should make it easier to re-use. With that, you could copy (parts of) an old solution, or copy part of the solution to an empty level to try some things. You could even make a "handy components" level - you know: with a template copier, a row of 0-F barrels, a F-0 crate generator, etc [/li]
[li]While on the subject, a "handy components" library would be nice  ;)[/li]
[li]A pause button, that would freeze the action (you would still have to push "stop" to make any changes to the solution). When we have the pause, then a "do one step" option, or "slow motion" option would be very handy. I now sometimes use a screen capture tool like Easy Screen Capture ([url]http://www.longfine.com/[/url]), to understand what is going on.[/li]
[/list]

jnz (2009-09-22) [quote author=Rene link=topic=335.msg4391#msg4391 date=1253564437]
Thanks, jnz, for working on improving the applet! And well done, good improvements!
[/quote]

Thanks, Rene.  Glad you like it.

[quote author=Rene link=topic=335.msg4391#msg4391 date=1253564437]
The Cut is a nice idea, and works well, but I expected it to erase the origin when you press X, not when you paste it (- but then put it back when you cancel the paste)
[/quote]

Yes, the "Excel style" cut and paste is a little weird.  It was just easier to do it this way.  And after I got it working I found that it had a couple of advantages.  You can easily see how far you are moving something relative to the original location.  And you can switch back and forth between Cut and Copy on the fly by pushing X or C before you Paste.

[quote author=Rene link=topic=335.msg4391#msg4391 date=1253564437]
Did you fix the "accidental draw" bug as well? You know, when you want to select something with shift-click, but accidentally draw over it? I tried to reproduce it in your version, but did not manage. The old version kept on drawing when you press shift while holding the mouse down. Your version switches to selecting as soon as you press shift. One improvement on that could be to reset the selection origin the moment you press shift
[/quote]

I'm pretty sure it is still in there.  This is actually a problem in both Processing and the way Rubicon detects shift-clicks.  The Processing bug is [url]http://dev.processing.org/bugs/show_bug.cgi?id=638[/url].  The problem on the Rubicon side is that it doesn't pay attention to the shift modifier on the mouse event.  Instead it sets a flag when it sees the shift key pressed and clears it when the key gets released.  Fixing either of these will fix the problem but they should probably both be corrected.  I'm still working on some refactoring of the clipboard selection code.  Once that's done I'm hoping it will be easier to fix this.

[quote author=Rene link=topic=335.msg4391#msg4391 date=1253564437]
What annoys me most, is that you cannot save to the warehouse directly from the applet. Now you have to remember the cryptic code for the level and retype that in the warehouse dialog. Shouldn't it be possible to invoke the warehouse directly, fill in the code, and even fill in the "follows or solves" field. At minimum it should be possible to copy-paste the level name
[/quote]

I think there should be some way to do this but I think it would require coordinating with the warehouse.php page which I don't have the source to.  Java applets can't access the Windows clipboard unless they are signed.  :(

[quote author=Rene link=topic=335.msg4391#msg4391 date=1253564437]
Copy-paste between levels should make it easier to re-use. With that, you could copy (parts of) an old solution, or copy part of the solution to an empty level to try some things. You could even make a "handy components" level - you know: with a template copier, a row of 0-F barrels, a F-0 crate generator, etc
While on the subject, a "handy components" library would be nice  ;)
[/quote]

I don't know how to communicate between two different Java applets running in different pages.  Anybody have any ideas?

[quote author=Rene link=topic=335.msg4391#msg4391 date=1253564437]
A pause button, that would freeze the action (you would still have to push "stop" to make any changes to the solution). When we have the pause, then a "do one step" option, or "slow motion" option would be very handy. I now sometimes use a screen capture tool like Easy Screen Capture ([url]http://www.longfine.com/[/url]), to understand what is going on.
[/quote]

Oh, don't worry, that's on the todo list.  :)  I did an experiment where I could single-step the machine.  It's quite useful for getting tricky timing right and for figuring out how other machines work.  Unfortunately it also introduces some bugs so it isn't ready for release yet.  I'll probably need to change around some input handling and drawing code to get everything working properly.

Thanks for the testing.  Now you other lazy bums should give it a try.  ;)

jnz (2009-09-22) New version (1c27).  Use the same link from above.  You may need to clear your cache.
Changes:
[list]
[li]Fix "accidental draw" bug when dragging selection rectangles[/li]
[li]Selection rectangles can now be resized after you initially draw them by holding shift again.  This is experimental.  I'm not sure if the advantage outweighs the annoyance.[/li]
[/list]

And one more new version (1d27).  No list of changes this time.  I don't want to spoil the surprise.

Rene (2009-09-29)
Did not see much change in 1d27 (what's the surprise  ???).

With respect to 1c27, the accidental draw bug seems to be solved, but only when there is a selection already made. If you cancel the selection (right mouse button), then start drawing (hold down left mouse button), then press shift, it still keeps on drawing.

And I am afraid I do not like the selection resize feature. Almost all of the time, the reason that I start selecting again is because the origin of the original selection was at the wrong spot. Therefore, a resize keeping the original origin is exactly what I do not want to do.

jnz (2009-09-30) The change in 1d27 was variable FPS.  The original applet ran at 10fps all the time, in both design mode and when running the machine.  This meant that designing suffered some unneeded lag between the time you clicked/dragged and the time the update would show up on the screen.  And the applet took up CPU time constantly redrawing the screen even when nothing had changed.  So now it runs at 10fps while the machine is running but when it is not running the framerate isn't locked.  When you're not doing anything it doesn't redraw at all.  When you're making changes it updates as fast as it can.  Try drawing a line of girders or doing a copy-and-paste to see the difference.  You can also leave several copies in the background as long as they aren't in Play mode and they won't bog your whole system down.

[quote author=Rene link=topic=335.msg4414#msg4414 date=1254255059]
With respect to 1c27, the accidental draw bug seems to be solved, but only when there is a selection already made. If you cancel the selection (right mouse button), then start drawing (hold down left mouse button), then press shift, it still keeps on drawing.
[/quote]

I thought that was the desired behavior.  You have to have shift held down before you click.  The problem before was that even if you did have shift down first it would sometimes pick up the click first and not start selecting.  Do you often start drawing something and then want to switch to selecting without letting go of the mouse button first?  I can't recall ever wanting to do that myself.

Anyway, another new version (1e27):
[list]
[li]Some drawing optimizations to save CPU time on most levels[/li]
[li]Fix crash when trying to load a level while your network connection is down[/li]
[li]Load dialog can be canceled by pressing Esc[/li]
[li]Fix high CPU usage when moving mouse on the Main Menu or alert dialogs (introduced in 1d27)[/li]
[li]Shift-clicking always starts a new selection rectangle[/li]
[/list]

Rene (2009-09-30) [quote author=jnz link=topic=335.msg4415#msg4415 date=1254277444]
The change in 1d27 was variable FPS.  The original applet ran at 10fps all the time, in both design mode and when running the machine.  This meant that designing suffered some unneeded lag between the time you clicked/dragged and the time the update would show up on the screen.  And the applet took up CPU time constantly redrawing the screen even when nothing had changed.  So now it runs at 10fps while the machine is running but when it is not running the framerate isn't locked.  When you're not doing anything it doesn't redraw at all.  When you're making changes it updates as fast as it can.  Try drawing a line of girders or doing a copy-and-paste to see the difference.  You can also leave several copies in the background as long as they aren't in Play mode and they won't bog your whole system down.
[/quote]

Aha, good thinking  ;) I did not notice the difference explicitly, but I thought it "felt" faster when drawing. But I assumed that was due to the fact that you run it stand-alone instead of inside the browser.

[quote author=jnz link=topic=335.msg4415#msg4415 date=1254277444]
[quote author=Rene link=topic=335.msg4414#msg4414 date=1254255059]
With respect to 1c27, the accidental draw bug seems to be solved, but only when there is a selection already made. If you cancel the selection (right mouse button), then start drawing (hold down left mouse button), then press shift, it still keeps on drawing.
[/quote]

I thought that was the desired behavior.  You have to have shift held down before you click.  The problem before was that even if you did have shift down first it would sometimes pick up the click first and not start selecting.  Do you often start drawing something and then want to switch to selecting without letting go of the mouse button first?  I can't recall ever wanting to do that myself.
[/quote]

I agree with you that I don't want to do that. But if the system would switch to select mode when the shift key is depressed, then the consequences of the bug would be drastically reduced to only one spot, instead of drawing over your whole solution  :-\

[quote author=jnz link=topic=335.msg4415#msg4415 date=1254277444]
Anyway, another new version (1e27):
[list]
[li]Some drawing optimizations to save CPU time on most levels[/li]
[li]Fix crash when trying to load a level while your network connection is down[/li]
[li]Load dialog can be canceled by pressing Esc[/li]
[li]Fix high CPU usage when moving mouse on the Main Menu or alert dialogs (introduced in 1d27)[/li]
[li]Shift-clicking always starts a new selection rectangle[/li]
[/list]


[/quote]

Will try it out soon...


jnz (2009-10-29) New in 1f27:
[list]
[li]All alerts now respond to Enter and Esc[/li]
[li]When solving a user-created level the Clear button now only clears your pieces, not the pieces from the original level[/li]
[/list]
There aren't a lot of visible changes but I've been doing a lot of refactoring under the hood.  I wanted to get this out here as another checkpoint.

jnz (2009-11-10) New in 1g27:
[list]
[li]Machines that are solved temporarily during execution now report the last time they become solved instead of the first[/li]
[li]Single stepping (press 'S')[/li]
[/list]

immibis (2009-11-16) [quote author=jnz link=topic=335.msg4393#msg4393 date=1253588994]
[quote author=Rene link=topic=335.msg4391#msg4391 date=1253564437]
What annoys me most, is that you cannot save to the warehouse directly from the applet. Now you have to remember the cryptic code for the level and retype that in the warehouse dialog. Shouldn't it be possible to invoke the warehouse directly, fill in the code, and even fill in the "follows or solves" field. At minimum it should be possible to copy-paste the level name
[/quote]

I think there should be some way to do this but I think it would require coordinating with the warehouse.php page which I don't have the source to.  Java applets can't access the Windows clipboard unless they are signed.  :(
[/quote]

You don't need to access the Windows clipboard. Just go to warehouse.php, and choose view source. You won't get the source of the PHP parts, but it isn't too hard to fake an HTML form submission.

jnz (2009-11-16) [quote author=immibis link=topic=335.msg4462#msg4462 date=1258339889]
[quote author=jnz link=topic=335.msg4393#msg4393 date=1253588994]
[quote author=Rene link=topic=335.msg4391#msg4391 date=1253564437]
What annoys me most, is that you cannot save to the warehouse directly from the applet. Now you have to remember the cryptic code for the level and retype that in the warehouse dialog. Shouldn't it be possible to invoke the warehouse directly, fill in the code, and even fill in the "follows or solves" field. At minimum it should be possible to copy-paste the level name
[/quote]

I think there should be some way to do this but I think it would require coordinating with the warehouse.php page which I don't have the source to.  Java applets can't access the Windows clipboard unless they are signed.  :(
[/quote]

You don't need to access the Windows clipboard. Just go to warehouse.php, and choose view source. You won't get the source of the PHP parts, but it isn't too hard to fake an HTML form submission.
[/quote]

Sorry I wasn't clear.  I was actually responding to two different parts of Rene's post.  In order to allow copy-pasting the level name I'd need access to the Windows clipboard.

I can do an HTML submission but that means I'd have to provide the same UI that warehouse.php provides and do it entirely within the applet.  I was trying to avoid doing that.  An easier way would be to pass some tentative values to the warehouse.php script.  Then it could provide the form pre-filled with those values, let you edit them if desired, and then submit.  For that plan to work I'd need some cooperation from warehouse.php.

Has anybody tried out the latest test version?  I think it is about ready for prime-time.  The single-stepping is worth the download!

Rene (2009-11-17)
The single-stepping with the 'S' key is definitely a big pro. After I used it the first time, I wondered how I have ever lived without it... I used to use paper storyboard diagrams to visualize why a construction was not working the way I thought it would; now I just single-step through them.
It made me immediately wish for a "step backwards" option as well.

The "fast forward" function is also welcome, although it is not very intuitive that you need to hold down the 'S' key for that. I would have expected that holding down the 'S' key would invoke a "slow motion" function.

Were you able to contact Kevin already about putting this up as the official version on the web-site?

jnz (2009-11-17) [quote author=Rene link=topic=335.msg4470#msg4470 date=1258484578]
The single-stepping with the 'S' key is definitely a big pro. After I used it the first time, I wondered how I have ever lived without it... I used to use paper storyboard diagrams to visualize why a construction was not working the way I thought it would; now I just single-step through them.
It made me immediately wish for a "step backwards" option as well.

The "fast forward" function is also welcome, although it is not very intuitive that you need to hold down the 'S' key for that. I would have expected that holding down the 'S' key would invoke a "slow motion" function.

Were you able to contact Kevin already about putting this up as the official version on the web-site?
[/quote]

"Step backwards" is not impossible but it would probably be quite a bit of work.  I don't think I'm going to plan to tackle that one right away.
Holding the S key down only acts like "fast forward" because of key repeat.  If you want it to go slower, turn down the repeat rate in your OS.  ;)
I emailed Kevan but haven't heard back.  Anybody have any ideas on how to get in contact with him?  I'm thinking I should add some sort of visual indicator that you're in single-stepping mode before final release.  But I haven't decided what that might be yet.

jf (2009-11-19) That is very cool, jnz. I just happened to check in on the Rubicon forum after a long absence and found this nice surprise. I will definitely take this jar file for a run when I have some time for puzzling. The single-step feature is fantastic. How about another key that jumps things forward, say 100, or even 1,000 clicks? Great work.

jnz (2009-11-19) Thanks, jf!  Here's another version, just for you. ;)
New in 1h27:
[list]
[li]Allow changing the selected item with the arrow keys, 0-9, A-F, and ?[/li]
[/list]

colcolpicle (2009-11-24) OMG this is amazing! This is everything that I've ever wanted rubicon to be! I have nothing to say except that I am amazed.

jf (2009-12-02) I've become so fond of 1h27 that I'm catching myself hitting the S key in the original version when posting in the forum and double-checking links to the levels.

jnz (2009-12-06) Thanks colcolpicle and jf.  Here's another new version with just a minor tweak:
New in 1i27:
[list]
[li]Allow toggling between barrels and crates when using the 0-9, A-F, and ? keys[/li]
[/list]

Twee (2009-12-13) I'm back (although with limited time to work on puzzles), and loving this utility. I've not spent much time using it yet, and have no bugs to report. I do have a feature request though: Would it be possible to make a way to save puzzles locally? I'd love to be able to work on puzzles on my laptop in places without an internet connection.  :)

jnz (2009-12-15) [quote author=Twee link=topic=335.msg4498#msg4498 date=1260673491]
I'm back (although with limited time to work on puzzles), and loving this utility. I've not spent much time using it yet, and have no bugs to report. I do have a feature request though: Would it be possible to make a way to save puzzles locally? I'd love to be able to work on puzzles on my laptop in places without an internet connection.  :)
[/quote]

Well, I can't save to files from a Java applet but I can save to cookies.  So I've made a new version that does that but there is a catch.  If you download the .jar file and play it locally then you can't save to browser cookies since those only exist if you are running in a browser.  If you play it in a browser then you can save to cookies but, due to same-origin checks, you can't save to the server.  So you only get one or the other for the time being.  See updated links in the post at the top of this thread.  Hopefully we can get Kevan to install this as the official version someday and then this problem will go away.

Changes (1j27):
[list]
[li]Add the ability to save levels to browser cookies (Shift-click the Save button)[/li]
[li]Fix some crashes when performing a load that is disallowed by the same-origin policy[/li]
[/list]

colcolpicle (2009-12-17) Could you make it so that it's impossible to place any pieces while a key is pressed? I keep accidentally holding enter and trying to select large areas.

By the way, I'm not complaining, this applet must be pretty polished if the only improvement that I can think of is this small.

jnz (2009-12-19) [quote author=colcolpicle link=topic=335.msg4503#msg4503 date=1261090289]
Could you make it so that it's impossible to place any pieces while a key is pressed? I keep accidentally holding enter and trying to select large areas.

By the way, I'm not complaining, this applet must be pretty polished if the only improvement that I can think of is this small.
[/quote]

New in 1k27:
[list]
[li]Don't allow placing pieces when any key is being pressed[/li]
[/list]

I'm happy for any suggestions you've got.

Twee (2009-12-20) [quote author=jnz link=topic=335.msg4501#msg4501 date=1260856827]
Well, I can't save to files from a Java applet but I can save to cookies.  So I've made a new version that does that but there is a catch.  If you download the .jar file and play it locally then you can't save to browser cookies since those only exist if you are running in a browser.  If you play it in a browser then you can save to cookies but, due to same-origin checks, you can't save to the server.  [/quote]

Thanks for implementing this. I'm not particularly computer-savy, however; and have not managed to figure out how to use it to work offline yet. Here's the two obstacles: I don't know how to run the version that saves to cookies in a browser other than by following the link you posted to it at your stardrifter site. Additionally, the cookies that it sets are set to expire at the end of the session, so they don't work to save levels unless i never close my browser. It seems that I need to learn how to manipulate data in cookies and also how to run a java program in a browser while offline. I've resolved to do so, but haven't had time yet, and won't til after new year's, it looks like. All the same, I'm happy that you adressed my feature request, even if it doesn't quite resolve the issue of being able to play while not on the internet.  :)

As to placing pieces with a key pressed; the other day I had made a selection box and forgot to right-click it to unselect it after i had moved the selection. I then pressed F in order to select an F barrel and filled the selection with E's by mistake! I don't neccesarily think this issue needs to be fixed, but submit it for your amusement. It does occur to me that an "undo last action" hotkey would be rather nice for this sort of situation though.

jnz (2009-12-20) [quote author=Twee link=topic=335.msg4513#msg4513 date=1261329951]
Thanks for implementing this. I'm not particularly computer-savy, however; and have not managed to figure out how to use it to work offline yet. Here's the two obstacles: I don't know how to run the version that saves to cookies in a browser other than by following the link you posted to it at your stardrifter site. Additionally, the cookies that it sets are set to expire at the end of the session, so they don't work to save levels unless i never close my browser. It seems that I need to learn how to manipulate data in cookies and also how to run a java program in a browser while offline. I've resolved to do so, but haven't had time yet, and won't til after new year's, it looks like. All the same, I'm happy that you adressed my feature request, even if it doesn't quite resolve the issue of being able to play while not on the internet.  :)
[/quote]

Well the easiest thing to do is just to open the version of Rubicon on my site in a browser window before you disconnect.  Then don't close it until you're done with the levels you've saved in it.  You can hibernate your computer if you need to power down without losing your work.

If you want to be able to start up a new session while you're offline then I think you'll need to run a web server on your computer.  (I don't think browsers allow cookies for pages that are loaded from a file:// URL.)  There are plenty of small simple ones out there.  I've used [url=http://www.ritlabs.com/en/products/tinyweb/]TinyWeb[/url] myself.  Download the .zip file and unzip it somewhere.  Then download all the rubicon files from my site and save them in one folder called "rubicon" on your hard drive.  The files are:
[url]http://www.stardrifter.org/rubisearch/rubicon/core.jar[/url]
[url]http://www.stardrifter.org/rubisearch/rubicon/index.html[/url]
[url]http://www.stardrifter.org/rubisearch/rubicon/loading.gif[/url]
[url]http://www.stardrifter.org/rubisearch/rubicon/rubicon.jar[/url]
(try right-clicking and choosing "Save Link As..." or "Save Target As...")
Then drag-and-drop the "rubicon" folder onto the "tiny.exe" file from TinyWeb.  Finally, go to "http://localhost/" in your browser. 

I can change the cookies to stick around longer than one session but that brings other problems.  They are rather large and would get sent back to the server on every request.  And I haven't built in any way to delete levels you don't want anymore so unless they automatically get deleted when you close your browser they're going to build up over time.

[quote author=Twee link=topic=335.msg4513#msg4513 date=1261329951]
As to placing pieces with a key pressed; the other day I had made a selection box and forgot to right-click it to unselect it after i had moved the selection. I then pressed F in order to select an F barrel and filled the selection with E's by mistake! I don't neccesarily think this issue needs to be fixed, but submit it for your amusement. It does occur to me that an "undo last action" hotkey would be rather nice for this sort of situation though.
[/quote]

Yes, there's a collision there.  I can't do much about it now though as 'F' for Fill has been around for a long time now and I don't want to go taking that feature away.  Undo would be possible to implement, if a bit of a pain.  I don't think I'd use it much myself.  What does everybody else think?  If there's a strong desire for this I can look into it.

Twee (2009-12-21) I wouldn't say I have a strong desire for the undo feature. Most of the times in the past when undo would have been nice were due to misplacement of a selection box, or to the "accidental draw bug." Your version doesn't bog down while moving around a selection like the original did, so you've already addressed that issue.  :)

colcolpicle (2010-03-16) I downloaded the most recent version and seem to have found a glitch. if you load the level [level]heronel[/level], which needs immibis's modified version of rubicon to play (which I can't seem to find), then press play, it doesn't play. if you press play again, it starts, but once you stop it, it reverts back to the level you had loaded before it. (or nothing if nothing was loaded). Does it have something to do with how this was saved, or what?

jnz (2010-03-16) Yes, this does have something to do with how it was saved.  It uses characters beyond normal set that is recognized by Rubicon.  The normal version of the applet is pretty good at ignoring this.  I changed the level loading a bit and that was causing things to act strangely.  I've put in a proper check for invalid characters so this should no longer be a problem.  That level doesn't look like it is going to be very fun to play without version that created it though.

New in 1m27:
[list]
[li]Upgrade to Processing 1.1[/li]
[li]Fix odd behavior when loading a level with invalid characters in the level data[/li]
[/list]

colcolpicle (2010-03-24) I was fiddling around with switching between the sandbox and game modes and noticed another glitch. If you load something like [level]luvupoc[/level], switch to sandbox, start the machine, switch back to game mode, then stop the machine, the spots that weren't occupied become removable. It seems to make some levels vulnerable to cheating!

jnz (2010-03-24) [quote author=colcolpicle link=topic=335.msg4591#msg4591 date=1269391447]
I was fiddling around with switching between the sandbox and game modes and noticed another glitch. If you load something like [level]luvupoc[/level], switch to sandbox, start the machine, switch back to game mode, then stop the machine, the spots that weren't occupied become removable. It seems to make some levels vulnerable to cheating!
[/quote]
That's a problem in the original applet.  The workaround is "don't do that" :)
I don't think this presents a cheating problem.  Once you click on Sandbox, all bets are off even if you're [url=http://kevan.org/rubicon/forums/index.php/topic,301.msg3375.html#msg3375]trying[/url] [url=http://kevan.org/rubicon/forums/index.php/topic,301.msg3552.html#msg3552]not[/url] to cheat.

immibis (2010-03-27) [quote author=colcolpicle link=topic=335.msg4586#msg4586 date=1268701083]
I downloaded the most recent version and seem to have found a glitch. if you load the level [level]heronel[/level], which needs immibis's modified version of rubicon to play (which I can't seem to find), then press play, it doesn't play. if you press play again, it starts, but once you stop it, it reverts back to the level you had loaded before it. (or nothing if nothing was loaded). Does it have something to do with how this was saved, or what?
[/quote]
I don't have a copy of that version any more, and it expired from Mediafire. So you'll need to find someone who has it, if there was actually anyone other than me who had a copy.
It used combinations of characters from some tiles; a backquote ` and two characters. This was done because the normal level format was running out of characters.

In case anyone wants to use that format for any reason, the new parts were:
[list]
[li]`YE is a yes-sign (opposite of an anti-sign, lets you use normally sandbox-only parts)[/li]
[li]`GR, `GL, `GU, `GD are guns (they teleport crates from the space opposite the direction they look for targets, to the space after the nearest target in their direction, which is right, left, up, or down respectively. if that space is blocked, they ignore the crate)[/li]
[li]`TR, `TL, `TU, `TD are targets (`TR receives crates from `GL, `TU receives crates from `TD, etc)[/li]
[li]`CG is a crate-gate. Barrels go left, crates go right.[/li]
[li]`BU, `BD, `BL, `BR (I think) are bugs, which turn (not sure in which direction) when they hit an obstacle, they can push crates in their direction (including up and down; they can rescue crates from furnaces i believe when moving down)[/li]
[li]Ultradozers, which reversed when they hit something and ignored turn signs. Not sure of the code.[/li]
[li]`RU, `RD, `RL, `RR (I think) are red bugs, which move like bugs and are also furnaces, destroying nearby crates and barrels (but not other bugs (I think))[/li]
[li]Backwards gates, adders, and subtractors; not sure of the codes[/li]
[li]Boulders? I'm not sure whether I included them, but they would have behaved like crates or barrels, but unaffected by regular or backwards copiers, adders, subtractors, gates, crate-gates, etc[/li]
[li]Super copiers, which copy anything movable including dozers, boulders, bugs, etc[/li]
[li]Movable furnaces? Not sure whether I included these[/li]
[li]Super furnaces, which destroy anything movable[/li]
[/list]
And possibly other things...

Twee (2010-03-30) Could you add a hotkey that acts as a fast-forward button? Holding [s] does this, but it would be nice to have a key that I can press once instead. Thanks again for making this. I never run Rubicon in my browser anymore.  :D

jnz (2010-04-13) Just for you, Twee  :)

New in 1m27:
[list]
[li]Fast forward (shift+click on the Play button)[/li]
[/list]

Unless somebody finds a problem this should hopefully be the last version before Kevan makes it the official version.

Madball (2010-04-13) And maybe you should add pause and one tick forward button? It would be very useful when you want to examine someone`s machine.

Twee (2010-04-13) Thanks, jnz! this makes  my method of weighting down the s key obsolete.  :D

[quote author=Madball link=topic=335.msg4649#msg4649 date=1271153570]
And maybe you should add pause and one tick forward button? It would be very useful when you want to examine someone`s machine.
[/quote]
It's there already, and as you say, is  extremely useful. Just press the s key to advance the machine one tick. The machine then stops after that tick (essentially acting as a pause button) until you either press s again, or click the play button.

Twee (2010-04-14) I feel slightly guilty about nitpicking, but since the play button currently toggles fast-forward mode to normal speed, shouldn't it also switch from normal speed to fast-forward? In other words, clicking play once would start the machine, clicking it again would speed up the machine, and clicking it more after that would switch between the two speeds.

jnz (2010-04-14) No need to feel guilty.  :)
You can shift+click on Play at any time to enter fast-forward mode.  I could certainly make it a toggle instead but I'm worried that people might accidentally double-click on Play and wonder why their machine is running away at 6x normal speed with no obvious way to fix it.  The shift+click is unlikely to be triggered unless you're a power user that already knows what it does.

Twee (2010-04-14) [quote author=jnz link=topic=335.msg4661#msg4661 date=1271272035]
... I'm worried that people might accidentally double-click on Play and wonder why their machine is running away at 6x normal speed with no obvious way to fix it.  The shift+click is unlikely to be triggered unless you're a power user that already knows what it does.
[/quote]

I hadn't thought of that. I have spent some time thinking about the disconnect between the "power user" and others though. I think the only difference at the moment is how much of the forums one has read. Ideally, when your version becomes the official one, the instructions on the main page will be updated to include all the new features (cut and paste, stepping, etc.) People will then no longer have to read the forums to really know how to use the rubicon interface at that point.

When I first started playing Rubicon, I think the hardest part was parsing the unpacker description in the GUI: "...the value of the right green-input cargo is subtracted...(in hex, modulo 16.)"  I already knew what hex and modulo 16 meant, but if I hadn't, it would have added even more complexity. I'm of the opinion that anyone who can get over that hurdle can probably also figure out why their machine is unexpectedly running 6x faster. I'm ambivalent on this point though: with the learning curve somewhat too high for a casual game already, your reluctance to create any more stumbling blocks is probably wise.

[i]Edit: actually, the other thing that makes a "power user" is a strong grasp of Rubicon physics- knowing that a crate between an up pipe and a down pipe will go up, for instance. I'm content to let people figure that out from reading the forums and through trial-and-error.[/i]

Kevan (2010-04-28) This version of Rubicon is now live on the site, replacing the old one. Many thanks for your work on it, Jnz.

immibis (2010-06-24) I'm unable to use it to create or solve levels. I can select parts correctly, but nothing happens if I click on the playing field (it does nothing instead of placing that part)

jnz (2010-06-24) What operating system and browser are you using?  What version of Java do you have installed?
[url]http://www.java.com/en/download/help/testvm.xml[/url] should be an easy way to find out.

immibis (2010-08-19) Sorry for the incredibly late reply, but after I posted that, I bought Garry's Mod, and have been playing it for the last few weeks/months.

Java 6 update 13
Firefox 3.6.8
Window Vista SP2 32-bit

It doesn't work in IE 8.0.6001.18943 either.

Stream pattern matcher

Rene (2009-09-24)
Here is a simple device that can detect a pattern in a stream of crates/barrels:

[level]sutitud[/level]

The top device detects a pattern of 3 consecutive crates followed by a crate with two spaces inbetween. The bottom device detects a 1-2-1 pattern.
The pattern matcher only detects the presence of crates, not the absence. That is, the matcher will still trigger if there are crates in the gaps.
It does detect overlapping patterns correctly.

To see it in action in a solution, have a look at: [level]kixuzuc[/level] (solution to [level]livadul[/level])


Challenge: Full speed template copier

colcolpicle (2009-12-23) I don't think that this has been done before, I've seen half speed template copiers but never a full speed. Who's up for the challenge?

If you want, you can use this [level]mefupeb[/level], but if you want to make a separate one, that's fine.

Werbad (2009-12-24) Here's one: [level]hyfegar[/level] [spoiler]It's actually 2 half-speed copiers working alongside each other.[/spoiler]

I tried solving you example, but the long delay required made it impossible to initialize the machine with crates (too much space required to delay the stream). This machine uses pre-initialized crates, but hopefully it's clear how I intended to initialize it.

Rubicon Processor 4

colcolpicle (2010-02-17) Hello. I've been working on a rubicon processor that has a few major advantages over the others including numerical representation of values in the program code, and the ability to output large amounts of code using very little code.

[level]gelubed[/level]

a fix to the below bug, kinda: [level]nefibyz[/level]

syntax:
0:output value to memory
1:decrement value
2:increment value
C:set value to 0
D:clear memory
E:wait
F:output entire memory # of times determined by following program value(F3: output mem 3 times)

Bugs:
0F?D will cause a strange output

examples:

Infinite loop:20110F3



Any improvements are appreciated. Try it out! ;D

Madball`s puzzles

Madball (2010-04-03) Spawn points - [level]vybesac[/level]
Reconsturction - [level]pygypor[/level]
Minimalizm - [level]nicysox[/level]
Do the same - [level]kidades[/level]
Stop them - [level]rogegab[/level]
3-sorter - [level]hugoket[/level]
Guess the number - [level]xumovox[/level]
Cratefall - [level]figocer[/level]
Subtract machine - [level]xygekul[/level]
Fix it - [level]lapucid[/level]
Different crates - [level]dydivez[/level]
Bowling - [level]sygipef[/level]
Chance of closing - [level]vadikor[/level]
Talking on phone - [level]gidimok[/level]
By parts - [level]cuvudeg[/level]
Hex2Bin - [level]ludafyk[/level]
Alternative flow - [level]luzidux[/level]
Display inc - [level]hovodyf[/level]
Display - [level]cohicen[/level]

Twee (2010-04-04) Welcome to the forums.
For "Spawn points" ([level]vybesac[/level]): [level]zepusub[/level] Probably not what you had in mind.
For "Reconsturction" ([level]pygypor[/level]): [level]pehymah[/level]

colcolpicle (2010-04-04) Hello there.
[level]vybesac[/level]:[level]dicegif[/level] I kinda cheated.:)
[level]pygypor[/level]:[level]bidukef[/level] or (9 pieces) [level]vefuvob[/level]

Edit: I felt bad about cheating on someone's first level, so I made something closer to the 'intended solution'. [level]fecukig[/level]

Twee (2010-04-04) [quote author=colcolpicle link=topic=339.msg4613#msg4613 date=1270400879]
I felt bad about cheating on someone's first level, so I made something closer to the 'intended solution'. [level]fecukig[/level]
[/quote]

Interesting point. Here's my attempt, which took me much longer than I expected: [level]borysut[/level]. I like colcolpicle's better. Also, it's kind of a shame to "cheat" and still have a sub-optimal solution, so here's a faster one: [level]ficimod[/level].

Madball (2010-04-05) [level]tafilel[/level] - Solution for "Reconstruction" without using right dozer.

colcolpicle (2010-04-05) [level]nicysox[/level]:[level]murypyl[/level]

Rene (2010-04-09) For Reconstruction ([level]pygypor[/level]): [level]romimys[/level] - not sure whether it is the intended solution
For Minimalism ([level]nicysox[/level]): [level]dapitog[/level]

jf (2010-04-10) I had to laugh when I saw Rene's solution, and then Twee's. Here I was trying to reduce it to the simplest form, and I missed the [spoiler]obvious[/spoiler]!

For Reconstruction ([level]pygypor[/level]): [level]bedityr[/level]

Madball (2010-04-10) Minimalizm solution without using bottom row and right column - [level]gefynyh[/level]

Madball (2010-04-10) New puzzle - [level]kidades[/level].
Solution - [level]laruvag[/level].

colcolpicle (2010-04-10) 16 piece solution: [level]xylexim[/level]
20 tick solution: [level]dipubit[/level]
intended solution: [level]cicirad[/level]

Werbad (2010-04-10) For Do the same ([level]kidades[/level]): [level]gegizof[/level]
19 ticks. I think this is the fastest you can get, unless there is a better way to do the top part.

Edit:
14 ticks for Minimalizm: [level]texecen[/level]

Twee (2010-04-10) For "Do the Same"([level]kidades[/level]): [level]jehivyb[/level] It's kind of slow at 29 ticks, apparently.

[i]Edit: I just looked at Werbad's "Do the same" and "Minimalism" solutions, and they are both excellent.
[/i]
[i]Madball: I don't know whether the "Do the same" solutions which [spoiler]changed the top crate to a zero before inputting it[/spoiler] are what you had in mind or not. If not, you could have forced the issue like so: [level]cekugil[/level]. I'm glad you didn't though, since I enjoyed Colcolpicle and Werbad's creative solutions.[/i]

[i]Further edit: ...and I just noticed that Werbad's hack of the bottom part of "Do the same" can easily be modified to work for [level]cekugil[/level]: [level]cyhagun[/level]. My conclusions are that this is a more fun puzzle than I realized when I first looked at it; and that Rubicon players are a tricky bunch.[/i]

jf (2010-04-10) For Do The Same ([level]kidades[/level]): [level]lodiked[/level]

Madball (2010-04-22) New puzzle: Stop them [level]rogegab[/level]

Werbad (2010-04-22) For Stop them ([level]rogegab[/level]): [level]junulor[/level]

colcolpicle (2010-04-22) stop them [level]rogegab[/level]: [level]fitexif[/level]

Madball (2010-04-28) New puzzle: 3-sorter [level]hugoket[/level]

Werbad (2010-04-28) For 3-sorter ([level]hugoket[/level]): [level]zucugug[/level]

Kevan (2010-04-28) Just testing the new version, and it's been such a long time since I've actually played Rubicon...

Solution for [level]hugoket[/level]: [level]hogipum[/level]

colcolpicle (2010-04-28) [level]nosebar[/level]

woohoo!!! nosebar!!

Madball (2010-04-30) New puzzle: Guess the number [level]xumovox[/level]

Werbad (2010-04-30) I'm pretty sure that puzzle is not possible. The output you get is 2X + 3, which means that every output may correspond to 2 possible starting values without any way to tell which one. I've tried manipulating the output by removing the bottom crate in a couple of different ways but the resulting crate has always been a multiple of 2 of the original crate plus a constant.

Madball (2010-04-30) I thought that this puzzle can be impossible... But if 2x+3=y, then x=y-3/2 and i saw puzzle "Divide by two". And i even have some idea about it: add 1 to number and see if sum*2 = number you got in beginning.

Werbad (2010-04-30) The puzzle "Divide by two" is classed as an impossible puzzle due to lack of information. There are solveable versions of it though but they supply additional data. Adding anything to the number won't matter as the problem is that 2 different start values produce the exact same output value. You cannot know which one it is by just looking at the output.

Madball (2010-06-15) New puzzle: Cratefall [level]figocer[/level]

jnz (2010-06-15) For Cratefall ([level]figocer[/level]) [level]fisikeg[/level]

Werbad (2010-06-15) For Cratefall ([level]figocer[/level]) [level]runoluz[/level]

Bucky (2010-06-16) 3-sorter ([level]hugoket[/level]):[level]cupityd[/level]
Cratefall ([level]figocer[/level]): Not posted because it turned out to be exactly identical to jnz's solution

Madball (2010-06-17) New puzzle: Subtract machine [level]xygekul[/level]

Werbad (2010-06-17) For Subtract machine ([level]xygekul[/level]): [level]benavud[/level]

Rene (2010-06-17)
For Do the same ([level]kidades[/level]): [level]cobytet[/level]
For Stop them ([level]rogegab[/level]): [level]lagisab[/level]
For 3-sorter ([level]hugoket[/level]): [level]cugenih[/level]
For Cratefall ([level]figocer[/level]): [level]lozanec[/level]
For Subract Machine ([level]xygekul[/level]): [level]gysuzab[/level]

Nice puzzles.

Madball (2010-06-19) My solution for Subract Machine ([level]xygekul[/level]): [level]roxogeh[/level]

Bucky (2010-06-19) Subract Machine ([level]xygekul[/level]): [level]pexyvec[/level], resisting the urge to mess with its interior

Madball (2010-06-27) New puzzle: Fix it ([level]lapucid[/level])

Rene (2010-06-27) For Fix It ([level]lapucid[/level]): [level]tuzebib[/level]
Simpler (cheating) solution: [level]kodivul[/level]

Newt (2010-07-01) For Minimalizm([level]nicysox[/level]): [level]tygenud[/level]

Probably alot like most of the other ones, small puzzles like this generate the same or very similar solutions. :P

For Do The Same ([level]kidades[/level]): [level]myzyhol[/level]
For 3-Sorter([level]hugoket[/level]): [level]cebusob[/level]
For Cratefall([level]figocer[/level]): [level]laledim[/level]

Bucky (2010-07-02) Fix it ([level]lapucid[/level]):[level]kilifyk[/level].

Madball (2010-07-09) New puzzle: Different crates ([level]dydivez[/level])

Werbad (2010-07-10) For Different crates ([level]dydivez[/level]): [level]honokef[/level]

Newt (2010-07-10) For Different Crates ([level]dydivez[/level]): [s]zyhebik[/s] [level]kexedev[/level]

Edit: Now that I look at Werbad's solution mine looks overcomplicated lol.

jnz (2010-07-10) For Different Crates ([level]dydivez[/level]): [level]mufuvud[/level]
Newt: [level]zyhebik[/level] has a problem when the top center crate becomes a 0.

Newt (2010-07-10) Thanks for noticing.

Fixed: [level]kexedev[/level] (well, fixed as far as i can tell. [spoiler]I tested two scenarios with 0 as the first crate and second.[/spoiler])

Rene (2010-07-10)
For Different Crates ([level]dydivez[/level]): [level]dufoluz[/level]

Newt (2010-07-11) For Stop Them ([level]rogegab[/level]): [level]sebezam[/level]


Not sure what made me think of this, but what do you think the chances are of getting a level code "rubicon"...

Bucky (2010-07-15) Different Crates ([level]dydivez[/level]): [level]jinehen[/level].  There's probably a much cleaner, more compact way to do the upper-left corner.
EDIT: Stop them ([level]rogegab[/level]):[level]bitodop[/level]
Do the same ([level]kidades[/level]):[level]dohuriz[/level]

Rene (2010-07-15) [quote author=Newt link=topic=339.msg4830#msg4830 date=1278861507]
Not sure what made me think of this, but what do you think the chances are of getting a level code "rubicon"...
[/quote]

There are 34560000 codes that have the consonant - vowel combination that all level codes have. So the chances to get "rubicon" is 1 out of 34560000, or approx. 2.89e-8, or 0.00000298%.
So keep posting puzzles, and you may just be the lucky one  :D

jf (2010-07-19) For Different Crates ([level]dydivez[/level]): [level]tedined[/level]

Madball (2010-09-11) New puzzle: Bowling ([level]sygipef[/level]) Solution: [spoiler][level]radylur[/level][/spoiler]

Werbad (2010-09-11) For Bowling ([level]sygipef[/level]): [level]buveleg[/level]

Newt (2010-09-11) Here's my solution to Bowling ([level]syqipef[/level]):  [level]pipobam[/level] - there is probably a much better way to do this, as my solution isn't the most elegant.


EDIT: Well I was right, just looked at werbad's solution, that was much easier than I thought it was.

Madball (2010-09-22) New puzzle (expert): Chance of closing ([level]vadikor[/level])

Rene (2010-09-22) [quote author=Madball link=topic=339.msg4934#msg4934 date=1285169752]
New puzzle (expert): Chance of closing ([level]vadikor[/level])
[/quote]

I guess you forgot to leave a crate outside the machine, which makes it impossible to solve.
I have seen a similar puzzle before, but don't remember where...

Rene (2010-09-22) For Bowling ([level]sygipef[/level]): [level]fyvires[/level]

Almost identical to Werbads solution

Newt (2010-09-22) Is Chance of Closing possible? Correct me if I'm wrong, but to me it seems impossible because you can't tell the value of the crates that are larger than the target value and the larger values are totally random. Even if the crate is E, where the only larger value is F, you could have multiple F's in a row. The only value you could solve for is F because there wouldn't be a number greater than it and the gate would never close.

Madball (2010-09-23) Fixed: [level]kadytuz[/level]

Yes, it`s possible. First you can`t tell what the number is, but anyway, you can tell how many precent of crates will close the gate, and when many crates passed you can nearby tell what the number is.

Werbad (2010-09-23) It is not possible to solve it deterministically though. You can make a statistical solution that solves it in most cases, but you can never make a machine that has a guaranteed 100% success rate.

Rene (2010-09-26)
For Chance of Closing ([level]kadytuz[/level]): [level]sutodyz[/level]

Over tiime, it delivers increasingly more accurate estimates of the target value.

Newt (2010-09-27) Not sure if this is cheating but here is an action-arcade solution to [level]kadytuz[/level]: [level]nedaked[/level]

Madball (2010-10-24) New puzzle: Talking on phone ([level]gidimok[/level])

Rene (2010-10-30)
For Talking on Phone ([level]gidimok[/level]): [level]lavodax[/level]

Madball (2010-11-02) New puzzle: By parts ([level]cuvudeg[/level])

colcolpicle (2010-11-02) by parts: [level]musycib[/level]

Werbad (2010-11-02) For By parts ([level]cuvudeg[/level]): [level]guhidag[/level]

jnz (2010-11-02) For By parts ([level]cuvudeg[/level]): [level]zubivic[/level]

Rene (2010-11-03) For By Parts ([level]cuvudeg[/level]): [level]pitodod[/level]

Madball (2010-12-03) New puzzle: Hex2Bin ([level]ludafyk[/level])

Rene (2010-12-04)
For Hex2bin ([level]ludafyk[/level]): [level]tadatas[/level]

jf (2010-12-12) [quote author=Rene link=topic=339.msg5045#msg5045 date=1291481100]

For Hex2bin ([level]ludafyk[/level]): [level]tadatas[/level]
[/quote]

That is a clever solution, Rene. My solution is more pedestrian: for Hex2Bin ([level]ludafyk[/level]): [level]hagykyv[/level].

I've been drawn back to Rubicon, by the way, by an interesting development on the glass floor. Now if I could only get some time to look at that...

jf (2010-12-15) [quote author=Rene link=topic=339.msg4977#msg4977 date=1288804474]
For By Parts ([level]cuvudeg[/level]): [level]pitodod[/level]
[/quote]

I really like that solution, too.

For By Parts: [level]zirafit[/level]

Rene (2010-12-15) [quote author=jf link=topic=339.msg5046#msg5046 date=1292142834]
[quote author=Rene link=topic=339.msg5045#msg5045 date=1291481100]

For Hex2bin ([level]ludafyk[/level]): [level]tadatas[/level]
[/quote]

That is a clever solution, Rene. My solution is more pedestrian: for Hex2Bin ([level]ludafyk[/level]): [level]hagykyv[/level].

I've been drawn back to Rubicon, by the way, by an interesting development on the glass floor. Now if I could only get some time to look at that...
[/quote]
[quote author=jf link=topic=339.msg5048#msg5048 date=1292398881]
[quote author=Rene link=topic=339.msg4977#msg4977 date=1288804474]
For By Parts ([level]cuvudeg[/level]): [level]pitodod[/level]
[/quote]

I really like that solution, too.

For By Parts: [level]zirafit[/level]
[/quote]

Thanks. They are actually both based on the same principle. The hexbin solution just needed more fluff around it to start the process when the crate comes available, and to translate the result into binary.
I am still looking forward to a solution from you for Glass Floor Fast, jf!

jf (2010-12-20) For Talking on phone ([level]gidimok[/level]): [level]dezobam[/level]

b612 (2011-02-19) For Hex2bin ([level]ludafyk[/level]):[level]gibylox[/level]

Madball (2011-03-07) New puzzle: Alternative flow ([level]luzidux[/level]) Solution: [spoiler][level]gibykuh[/level][/spoiler]

b612 (2011-03-07) solution to Alternative flow ([level]luzidux[/level]) : [level]dukitil[/level]

b612 (2011-03-08) boosted solution to Alternative flow [level]luzidux[/level] : [level]kuconim[/level]

colcolpicle (2011-03-08) alternative flow: [level]nypokur[/level]

Rene (2011-03-09)
For alternative flow ([level]luzidux[/level]): [level]gybuvyb[/level]

Madball (2011-10-10) New puzzles:
Display inc ([level]hovodyf[/level])
Display ([level]cohicen[/level])

b612 (2011-10-10) solution to display inc [level]sonokos[/level]
solution to display [level]larexez[/level]

Werbad (2011-10-10) For Display inc ([level]hovodyf[/level]): [level]lylukad[/level]

Rene (2011-11-18)
For Display ([level]cohicen[/level]): [level]kunuhis[/level]
For Display inc ([level]hovodyf[/level]): [level]pymapaf[/level]

I ended up using two different approaches for the two puzzles

humbugger (2012-12-08) For Display[level]cohicen[/level] : [level]hydakok[/level]
and Display Inc [level]hovodyf[/level] : [level]gygysad[/level]

ais523 (2012-12-09) For Display Inc ([level]hovodyf[/level]: [level]gududis[/level]

pivotdude123 (2013-01-10) I'm a bit late to the party, but...

[level]VYBESAC[/level]: [level]ZOTINAV[/level]
[level]NICYSOX[/level]: [level]DASYGYP[/level]

Cargo countrer

Madball (2010-04-04) [level]jigizak[/level]! A cargo counter! It can count how many special cargos generated. But it can jam, so don`t make too many special cargos. Two is just enough.

Twee (2010-04-04) Welcome to the forum.  :)
I'm afraid I don't understand what you mean by "special cargos."  Is this a machine for counting zeros, or is there something more I'm missing here?

Madball (2010-04-04) It`s a machine for counting letters (or anything you want) (althrough with so many counting cargos it jams). They are converted to zeros, then to ones and then added to number of cargos passed.

colcolpicle (2010-04-04) not to be mean, but wouldn't [level]nozadit[/level] be simpler? Maybe I don't understand what this is doing.....

Bucky (2010-06-11) Normally I'd use something similar in concept to colcolpicle's design.  Variants of this have been around for a while (they're the critical component of a several other devices), some of which are much more efficient in terms of both space and time.  See [level]gygyguf[/level] for a cleaner version of colcolpicle's design.

Xindaris' Puzzles

Xindaris (2010-04-12) Hey! I just recently joined, but made several puzzles before that. Thought it might be helpful to post them all in one place, along with the solutions I made for most.
[table][tr][td][b]Title[/b][/td][td][b]7 Letters[/b][/td][td][b]Solutions[/b][/td][/tr]
[tr][td]Twice Random[/td][td][level]suvuhor[/level][/td][td][spoiler][level]rigixal[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]180 Degrees[/td][td][level]ryratiz[/level][/td][td][spoiler][level]nupules[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Plus and Minus[/td][td][level]vyrerag[/level][/td][td][spoiler][level]tilemez[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Write It Down*[/td][td][level]bumocig[/level][/td][td][spoiler][level]huhobef[/level] (by colcolpicle)[/spoiler], [spoiler][level]tobafog[/level] (by jnz; works for fixed version too)[/spoiler], [spoiler][level]dadicep[/level] (by jf; without dozers or pipes)[/spoiler][/td][/tr]
[tr][td]Write It Down (Fixed)[/td][td][level]jocefub[/level][/td][td][spoiler][level]gusonah[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Flashy Distractions[/td][td][level]tanoniv[/level][/td][td][spoiler][level]bibicyg[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Combination Lock[/td][td][level]mobacem[/level][/td][td][spoiler][level]hyvabel[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Eyes of Needles[/td][td][level]babesoh[/level][/td][td][spoiler][level]segagov[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Itty-Bitty Living Space[/td][td][level]fibyrah[/level][/td][td][spoiler][level]luramob[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Burning Smiley[/td][td][level]nisybep[/level][/td][td][spoiler][level]jabafav[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Girder Maze[/td][td][level]dynyheg[/level][/td][td][spoiler][level]butarap[/level] (by Xindaris)[/spoiler], [spoiler][level]gokovih[/level] (by Werbad; much faster)[/spoiler][/td][/tr]
[tr][td]Crossed Wires[/td][td][level]vyzezum[/level][/td][td][spoiler][level]mivotov[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Sortless[/td][td][level]vytagas[/level][/td][td][spoiler][level]gomapov[/level] (by Xindaris; bigger than necessary)[/spoiler], [spoiler][level]bohigog[/level] (by Werbad; much smaller and faster)[/spoiler][/td][/tr]
[tr][td]Reducing to Zero Gateless[/td][td][level]zubotaf[/level][/td][td][spoiler][level]vabybiv[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Reducing to Zero Copyless[/td][td][level]zuburyf[/level][/td][td][spoiler][level]fasolod[/level] (by Xindaris; very slow)[/spoiler], [spoiler][level]midovyg[/level] (by Twee; much faster version of previous)[/spoiler][/td][/tr]
[tr][td]Two by Two[/td][td][level]ricameh[/level][/td][td][spoiler][level]derehog[/level] (by Xindaris; doesn't work with 0)[/spoiler], [spoiler][level]gatupob[/level] (by jnz; works with 0 also)[/spoiler][/td][/tr]
[tr][td]Basic Gate Adding[/td][td][level]gydagub[/level][/td][td](too easy to need)[/td][/tr]
[tr][td]Evening Out[/td][td][level]danedax[/level][/td][td][spoiler][level]nadycug[/level] (by Werbad)[/spoiler][/td][/tr]
[tr][td]Evening Out Copyless[/td][td][level]mebikeh[/level][/td][td]-------[/td][/tr]
[tr][td]Dozer Staircase[/td][td][level]bydicyb[/level][/td][td][spoiler][level]cakavuk[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Space Management[/td][td][level]mycysob[/level][/td][td][spoiler][level]cudupuv[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Compartmentalized[/td][td][level]gyxokiz[/level][/td][td][spoiler][level]tycazac[/level] (by Xindaris; bottom middle section slightly broken)[/spoiler][/td][/tr]
[tr][td]Loop Emulation[/td][td][level]golyhix[/level][/td][td][spoiler][level]jybezen[/level] (by Werbad)[/spoiler][/td][/tr]
[tr][td]Complex Producer[/td][td][level]fyvuteg[/level][/td][td][spoiler][level]gybevut[/level] (by Twee)[/spoiler][/td][/tr]
[tr][td]Streaming Complex[/td][td][level]cohifug[/level][/td][td][spoiler][level]bugynim[/level] (by Werbad)[/spoiler][/td][/tr]
[tr][td]Limited Organization[/td][td][level]cegybyv[/level][/td][td][spoiler][level]gugiper[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Organization Without Pipes[/td][td][level]jogoxag[/level][/td][td][spoiler][level]mogycir[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Arbitrary Placement[/td][td][level]bypetyz[/level][/td][td][spoiler][level]bizalag[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Parsing Inversion[/td][td][level]jisazid[/level][/td][td][spoiler][level]xobonip[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Girders in the Way[/td][td][level]mirofuh[/level][/td][td][spoiler][level]veruver[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Highly Limited Mobility[/td][td][level]xukumol[/level][/td][td][spoiler][level]cyfypys[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]What Pumpkin?[/td][td][level]jyfofih[/level][/td][td][spoiler][level]syhezur[/level] (by Werbad)[/spoiler][/td][/tr]
[tr][td]You can't get there from here[/td][td][level]zufyzab[/level][/td][td][spoiler][level]bobypic[/level] (by jf)[/spoiler][/td][/tr]
[tr][td]Tetris[/td][td][level]garudox[/level][/td][td][spoiler][level]jevazog[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]One Copier Office[/td][td][level]rydizeg[/level][/td][td][spoiler][level]bynituv[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]One Calculator Office (+)[/td][td][level]duraroh[/level][/td][td][spoiler][level]zipemyg[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]One Calculator Office (-)[/td][td][level]malekuz[/level][/td][td][spoiler][level]cafotos[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]Say When[/td][td][level]libyfop[/level][/td][td]-----------[/td][/tr]
[tr][td]One Way Track[/td][td][level]jidopyc[/level][/td][td][spoiler][level]tupaden[/level] (by Xindaris)[/spoiler][/td][/tr]
[tr][td]The Curious Submarine[/td][td][level]juhofyv[/level][/td][td]-----------[/td][/tr][/table]

*-This is one I couldn't find a solution to, hence why I made a fixed version. Some kind other members found solutions though, and posted them.

If you find a significantly different solution to any of these, please post it. Also feel free to comment on them if you liked, hated, etc.

colcolpicle (2010-04-13) Hi, welcome to the forums.

twice random: [level]gidosab[/level]
180 degrees: [level]debagyb[/level]
plus and minus: [level]kupobob[/level]
write it down* : [level]huhobef[/level]
write it down : [level]nifeloz[/level]
flashy distractions: [level]hahakyh[/level] (haha)
eyes of needles: [level]taxasut[/level]
itty bitty living space: [level]dydytax[/level]
burning smiley: [level]kuxiser[/level]
girder maze: [level]tuhykud[/level]
crossed wires: [level]jugycoz[/level]
sortless: [level]xadydih[/level]
reducing to Zero gateless [level]bovaveh[/level]
reducing to Zero copyless [level]cexusal[/level]
two by two: [level]tanyvab[/level]
basic gate adding: [level]gocihek[/level]

jnz (2010-04-13) For Write it Down ([level]bumocig[/level]): [level]tobafog[/level] (also works for Write it Down-Fixed)
For Two by Two ([level]ricameh[/level]): [level]gatupob[/level] ([level]derehog[/level] is broken for 0)
Some nice puzzles here.  Simple and refreshing.

Twee (2010-04-13) Two solutions to "Reducing to zero copyless"([level]zuburyf[/level]): [level]hibydiz[/level] is my own attempt. It's definitely more complicated, and took about 3000 ticks the one time I tested the completed version. [level]juvebud[/level] is a modification of your solution, with an additional component that makes it run twice as fast. It took 2700 ticks the one time I ran it; and I think it is a better solution than hibydiz.

[i]Edit: Also, welcome to the forum[/i]  :)
[i]Further edit[/i] Here's a modification of [level]juvebud[/level] that speeds it up some more: [level]midovyg[/level]

jf (2010-04-13) For Write it Down ([level]bumocig[/level]), I took the dozer and pipes in the top left to mean they should be disabled too and solved it without using dozers or up/down pipes:.[level]dadicep[/level]. That was tough.

Madball (2010-04-13) For plus and minus without pipes - [level]vunuzal[/level]

Xindaris (2010-04-13) Awesome, thanks for taking an interest and responding. I'll be sure to update better and new solutions into the first post as I can, with credit of course, and post up any new puzzles I come up with.

@jnz: When I was posting that first post, I knew there was one of them that wasn't quite right but couldn't seem to find it..props for that.

@jf: I actually just put those in to fill the space because I didn't want to move the stack of crates over and wanted to make it look fancy...sorry for the misunderstanding. The added-challenge solution is amazing all the same.

Werbad (2010-04-13) For Twice Random [level]suvuhor[/level]: [level]teneviv[/level]
For 180 Degrees [level]ryratiz[/level]: [level]xebebem[/level]
For Plus and Minus [level]vyrerag[/level]: [level]ritynog[/level]
For Write It Down* [level]bumocig[/level]: [level]lavekus[/level]
For Flashy Distractions [level]tanoniv[/level]: [level]migymal[/level]
For Combination Lock [level]mobacem[/level]: [level]jozased[/level]
For Eyes of Needles [level]babesoh[/level]: [level]gyhemug[/level]
For Itty-Bitty Living Space [level]fibyrah[/level]: [level]guxatoh[/level]
For Burning Smiley [level]nisybep[/level]: [level]gikybek[/level]
For Girder Maze [level]dynyheg[/level]: [level]gokovih[/level]
For Crossed Wires [level]vyzezum[/level]: [level]genogag[/level]
For Sortless [level]vytagas[/level]: [level]bohigog[/level]
For Reducing to Zero Gateless [level]zubotaf[/level]: [level]hanebod[/level]
For Reducing to Zero Copyless [level]zuburyf[/level]: [level]nalopet[/level] (Takes longer than it has to, but I got lazy)
For Two by Two [level]ricameh[/level]: [level]fiziheh[/level]

jnz (2010-04-14) For Reducing to Zero Copyless ([level]zuburyf[/level]): [level]nipabyh[/level]

Xindaris (2010-04-18) Okay, I've managed to come up with a puzzle that I THINK is possible, but that I think I'm a little below the level of figuring out.
[level]danedax[/level]
There are 8 distinct combinations of numbers to come to the bottom of the targets, each of which corresponds to a barrel value that comes out on the left. I simply don't think I'm up to the task of making something that uses that information to create the correct solution...
Feel free to move around the single '1' box up in the top-left corner to somewhere else using sandbox, if it's necessary. I don't really know whether it is or isn't.

Werbad (2010-04-18) For [level]lomodux[/level]: [level]jabegep[/level]

Xindaris (2010-04-19) Well...I'd updated the post a bit with a version that doesn't have an easily broken machine, and got rid of the unnecessary 1 that appeared at the end on the bottom of the targets. But it works for that one too.

Also, I have now modified [level]danedax[/level] into a new version that supplies an infinite amount of 1s but disallows copiers. Again, don't know if this is possible.
[level]mebikeh[/level]

Twee (2010-04-19) for [level]mebikeh[/level]: [level]tifyned[/level]. This solution has a [i]lot[/i] of room for improvement. Since I'm going to have very little time for Rubicon for the next several days, I'm just posting it as-is. jnz's rubicon application (with the nifty new fast-forward option) is definitely recommended.

Xindaris (2010-04-19) Neat.

I've made the first post a table so it's easier to read through (thanks to Twee for the idea), and added a couple of new puzzles.

Werbad (2010-04-19) For Dozer Staircase ([level]bydicyb[/level]): [level]lepazug[/level]
For Space Management ([level]mycysob[/level]): [level]jibyneg[/level]

Xindaris (2010-04-23) At last, a new puzzle!
[level]gyxokiz[/level]
I could never quite get the timing exactly right on the bottom middle, so it still flashes red at certain ticks. If anyone finds another solution that doesn't have that problem..please post it.

Werbad (2010-04-23) For [level]gyxokiz[/level]: [level]vopubub[/level]

jnz (2010-04-23) For Compartmentalized ([level]gyxokiz[/level]): [level]fimehix[/level]

jf (2010-04-23) For [level]gyxokiz[/level]: [level]bezylim[/level]

colcolpicle (2010-04-23) [level]gyxokiz[/level]: [level]gaxifab[/level]

Xindaris (2010-04-24) I took the general idea of the bottom middle in the Compartmentalized one, and changed it a little to this--
[level]golyhix[/level]
Title: Loop Emulation

Werbad (2010-04-24) For [level]golyhix[/level]: [level]jybezen[/level]

colcolpicle (2010-04-24) [level]golyhix[/level]: [level]gobotyd[/level]

Xindaris (2010-04-27) I came up with this, Complex Producer, a few days ago, and have been trying to find a solution on my own.
[level]fyvuteg[/level]

So far I've got [level]xepygic[/level], which seems to work for all the targets except the left two of the three, and those work [i]some[/i]times.

colcolpicle (2010-04-27) the reason that those don't work is that the looping mechanism on the left hasn't reached it's maximum value. the number under the gate isn't at its highest point, but it still lets some through. try replacing the random number with a 6 and go step by step to see what I mean.

Twee (2010-04-27) for "compartmentalised" ([level]gyxokiz[/level]): [level]dicoseh[/level]
for"complex producer" ([level]fyvuteg[/level]): [level]gybevut[/level]
for "loop emulation" ([level]golyhix[/level]): [level]lamypiv[/level]

Xindaris (2010-04-30) I'd meant for that space on the inside of the machine to be locked in Loop Emulation...guess it didn't look that way since it's the only one that isn't, though.

..Update: Added a couple of new puzzles to the first post. 'Streaming Complex' and 'Limited Organization'

jnz (2010-04-30) For Limited Organization ([level]cegybyv[/level]): [level]vebuhag[/level]

Werbad (2010-04-30) For Streaming Complex ([level]cohifug[/level]): [level]bugynim[/level]
For Limited Organization ([level]cegybyv[/level]): [level]tybobar[/level]

Xindaris (2010-05-06) [level]zacuvag[/level]
I'm pretty sure it's impossible, but it might not be. I have seen something similar done for three crates under gates like that (in [spoiler][level]gahodov[/level][/spoiler])...but there may not be enough space for it with that many.

Also, I added a different version (forbidding up and down pipes) of the organization one to the first post.

Xindaris (2010-06-17) It seems I made something, then left it alone for a long time...
[level]mykogyd[/level] generates a continuous template of random boxes that are sent through or not based on an equally random set of barrels.
If you try and solve it, you have my permission to turn the leftmost target matcher into a right conveyor if necessary...since it looks like there's no other way to make things move along there.

Rene (2010-06-27) For Compartmentalized ([level]gyxokiz[/level]): [level]gakolyl[/level]
For Loop Emulation ([level]golyhix[/level]): [level]dymanus[/level]

Xindaris (2010-08-09) Oh, wow, I actually had a new idea after all this time!
Dealing with the useless: [level]vibefym[/level]

Bucky (2010-08-09) Dealing with the useless([level]vibefym[/level])
Solution A ([spoiler]subverting the Xs[/spoiler]):[level]tehabup[/level]
Solution B ([spoiler]subverting the invariant[/spoiler]):[level]muxovas[/level]

Werbad (2010-08-09) For Dealing with the useless ([level]vibefym[/level]): [level]vavytab[/level]

colcolpicle (2010-08-15) ([level]vibefym[/level]) : [level]zareryd[/level]

9 pieces

Xindaris (2010-11-06) Random Problems: [level]nidagus[/level]

Madball (2010-11-06) For Random Problems ([level]nidagus[/level]): [level]ludacav[/level]

colcolpicle (2010-11-06) random problems ([level]nidagus[/level]) : [level]sydevos[/level] or [level]jagedan[/level]

pivotdude123 (2010-11-06) random problems: [level]MEFIGIX[/level]

I admit, I cheated. I'll try and solve it fairly.

Xindaris (2010-11-07) I don't really consider it cheating, it's just one of the two basic ways to solve that one. I'd have blocked off the sides if I was really insistent on keeping them ?s.
A real challenge might be to keep them ?s without using the one at the top.
[spoiler][level]muzomid[/level] does just that[/spoiler]

Xindaris (2010-11-11) Had another sort of neat idea. With barrels it would've been ridiculously easy but I'm not totally sure there's enough to work with without them. I'm still putting this out there.
Spelling With Binary: [level]xudedym[/level]

Rene (2010-11-11) For Spellling with Binary ([level]xudedym[/level]): [level]rezadam[/level]
For Random problems ([level]nidagus[/level]): [level]fidinys[/level]

I have been looking at [level]mykogyd[/level] for some time, but think it is not possible. The main problem is that the output on the left does not actually produce the same barrels as are used for the gate. It just produces random barrels. I have tried to jam the system through the gap on the left, but don't see a way to get enough information out to determine which crates are used.

colcolpicle (2010-11-11) spelling with binary [level]lebalig[/level]
[level]mykogyd[/level] is impossible. you would need a 7 tick template copier.

Rene (2010-11-12) [quote author=colcolpicle link=topic=341.msg5000#msg5000 date=1289518454]
[level]mykogyd[/level] is impossible. you would need a 7 tick template copier.
[/quote]

Mmmm, you're right, did not even think of that.

colcolpicle (2010-11-13) although if you had more time and no need to template copy it would theoretically be possible once a zero goes through. It would be possible right off the bat except that the first value put out from the dozer on the left isn't what is actually being put in. All the other values, however, are accurate.

Xindaris (2010-11-13) So then...if I edited it to remove the template copying and fix the first self-randomizing one it might be possible?
Like, [level]xebugeg[/level]?

What I really wanted to do with the binary idea was make a puzzle requiring different inputs on the top and bottom to match the 1's and 0's, but couldn't quite think of a way to make that 1-0 gate thing go up instead of down and still be fairly compact.

Rene (2010-11-13)
[level]xebugeg[/level] may be solved like this: [level]balypog[/level]. Probably not what you intended, though.
I don't think that a "proper" solution is possible; there are only 6 ticks to propogate the information from the bottom left crate to the targets

colcolpicle (2010-11-13) I was thinking something more like [level]vibupec[/level]. : [level]cufipem[/level]

Xindaris (2010-11-13) Uuugh when I use a half-window I sometimes miss the farthest left or right tiles. But alright, thank you. I'm gonna try and figure out some more interesting way to apply the binary idea..

Xindaris (2011-02-17) So, suddenly...a new puzzle! Parsing Inversion: [level]jisazid[/level]
This is one of those that's a bit easier to make than it is to solve...

jnz (2011-02-18) For Parsing Inversion ([level]jisazid[/level]): [level]nahidim[/level]

Xindaris (2011-02-18) Aaand another one. Girders in the Way: [level]mirofuh[/level]

jnz (2011-02-19) For Girders in the Way ([level]mirofuh[/level]): [level]gygafyz[/level]

b612 (2011-02-19) For Girders in the Way ([level]mirofuh[/level]): [level]dezozud[/level]

Xindaris (2011-03-27) Highly Limited Mobility: [level]xukumol[/level]

jnz (2011-03-27) For Highly Limited Mobility ([level]xukumol[/level]): [level]gilubug[/level]

Rene (2011-03-28)
For Highly Limited Mobility ([level]xukumol[/level]): [level]dycegab[/level]

Xindaris (2011-03-29) I'm not sure, but I think this one SHOULD be beatable. I'm just not exactly sure how to make it work right.
What Pumpkin? [level]jyfofih[/level]

Werbad (2011-03-29) For What Pumpkin? ([level]jyfofih[/level]): [level]syhezur[/level]

colcolpicle (2011-03-31) Good as a distraction from Life Cycle.

For What pumpkin: [level]zysyxam[/level]

Rene (2011-04-02)
For What Pumpkin? ([level]jyfofih[/level]): [level]pegerec[/level]

Newt (2011-04-16) For Girders In the Way ([level]mirofuh[/level]):  [level]karirar[/level]

ais523 (2012-03-15) For Highly Limited Mobility ([level]xukumol[/level]): [level]boguvab[/level]

curly (2012-03-20) For Compartmentalized ([level]gyxokiz[/level]) : [level]fyligad[/level]
For Loop Elimination ([level]golyhix[/level]) : [level]zuryhit[/level]
For Dealing with the Useless ([level]vibefym[/level]) : [level]pesumeg[/level] (54 ticks)
For Random Problems ([level]nidagus[/level]) : [level]cymugup[/level]
For Spelling with Binary ([level]xudedym[/level]) : [level]pozoryd[/level]

ais523 (2012-03-21) For Dealing with the Useless ([level]vibefym[/level]): [level]desofol[/level] ($171)
For Loop Elimination ([level]golyhix[/level]): [level]beluleb[/level]

curly (2012-03-21) For Dealing With the Useless ([level]vibefym[/level]) :  [level]nydyxyg[/level] (49 ticks)

Werbad (2012-03-21) For Dealing With the Useless ([level]vibefym[/level]): [level]sehavek[/level] (46 ticks)

jf (2012-03-22) [quote author=Werbad link=topic=341.msg5338#msg5338 date=1332338869]
For Dealing With the Useless ([level]vibefym[/level]): [level]sehavek[/level] (46 ticks)
[/quote]

You set the bar high on that one! I finally managed to whittle a solution down to 46 ticks. For Dealing With the Useless: [level]kabemyk[/level] (46 ticks)

Xindaris (2012-04-27) So, yeah, I haven't been around here in quite a while. I think I'll try and come up with something new soon.
curly: I have to say, I thought your solution to loop emulation looked really neat. Just this big square of boxes going round and round.

EDIT: Came up with something. I'm not entirely sure it's possible, but I don't have solid evidence it's not yet. [level]zufyzab[/level]--I call it, "You can't get there from here". The biggest difficulty I forsee is the lack of conveyor belts to make transport simple.

jf (2012-04-27) For "You can't get there from here" ([level]zufyzab[/level]): [level]bobypic[/level]

This puzzle has some interesting challenges.

Werbad (2012-04-27) For "You can't get there from here" ([level]zufyzab[/level]): [level]bibemac[/level]

Xindaris (2012-04-27) Okay, so while I was attempting to come up with a solution for the last one I had an interesting idea. This is the result--[level]mukysat[/level], "The Broken Machine". The idea is that somebody else had no conveyor belts and failed miserably at solving the right half of a problem, and it's up to you to fix it by compensating on the left side.

EDIT: I discovered that the prior version, [level]varysit[/level], was completely broken when the random crate turned to 0. The new version addresses that, but may act slightly differently for other numbers.

curly (2012-04-28) For The Broken Machine ([level]mukysat[/level]) : [level]hosomyf[/level]

Rene (2012-05-03) For You can't get there from here ([level]zufyzab[/level]): [level]nibixig[/level]
For The Broken Machine ([level]mukysat[/level]): [level]degivub[/level]

Xindaris (2012-05-05) Alright, now...[level]tatofef[/level]. I call it 'Randomized Combination Lock'. I'm not sure it's solvable in the space available; the idea was that something different would be required for each possible number the random crate puts out.

Werbad (2012-05-06) Not solvable unless you give us another crate to work with. If the crate we get is even and an odd target crate is present it can't be solved.

Xindaris (2012-05-06) Okay..[level]rexinuf[/level] is the same but with a 1 copier added on the right side of the template giver.

Rene (2012-05-07) For Randomized Combination Lock ([level]rexinuf[/level]): [level]zicigyb[/level]
Straightforward solution with [spoiler]look-up table and template copier[/spoiler].

Xindaris (2012-05-08) I might have thought up a somewhat new kind of puzzle. Depending on if this is solvable or not. [level]hanofyp[/level] -- Waste Disposal Problem.

jf (2012-05-08) For Waste Disposal Problem ([level]hanofyp[/level]): [level]nurykyc[/level]

Xindaris (2012-06-27) Every time I come around and look at other people's puzzles, it occurs to me that I'm just not as good at thinking this way as most of the people on this forum are. But maybe this one could be a little fun, if it works:

"Tetris"
[level]garudox[/level]

curly (2012-06-27) For Tetris ([level]garudox[/level]): [level]rudufyb[/level]

Xindaris (2012-06-27) That's way faster than my solution..neater looking, too.
I bet someone's done one just like this before, but--
"One Copier Office": [level]rydizeg[/level]

jnz (2012-06-27) For Tetris ([level]garudox[/level]): [level]vugucyv[/level]

Xindaris (2012-06-28) OK, two more in a similar vein to "One Copier Office":
One Calculator Office (+) : [level]duraroh[/level]
One Calculator Office (-) : [level]malekuz[/level]

ais523 (2012-06-29) [quote author=Xindaris link=topic=341.msg5436#msg5436 date=1340905246]
One Calculator Office (+) : [level]duraroh[/level]
[/quote]
My solution is [level]fykurun[/level]. For a bit of added fun, I made the entire puzzle jam, with no moving parts left, after it was solved; this was about as difficult as the puzzle itself.

Rene (2012-06-29) [quote author=Xindaris link=topic=341.msg5432#msg5432 date=1340771998]
Every time I come around and look at other people's puzzles, it occurs to me that I'm just not as good at thinking this way as most of the people on this forum are. But maybe this one could be a little fun, if it works:

"Tetris"
[level]garudox[/level]
[/quote]

Most people on the forum have a very long experience with Rubicon. That's why we tend to make the puzzles very hard. But that does not mean that we don't enjoy fun puzzles as well. Like these ones.

For Tetris ([level]garudox[/level]): [level]jehoxud[/level]
For One Copier Office ([level]rydizeg[/level]): [level]fyhodev[/level] - this was pretty tough. In the end, I solved it slow and steady [spoiler]with a template copier[/spoiler]

Xindaris (2012-06-29) My solution to the one copier thing (which is listed on the first post) was [spoiler]a weird hybrid of 3 template copiers and 2 things that used subtraction to make the 1s and 0s[/spoiler]. It's only slightly faster than that.

"Say When" -- [level]libyfop[/level]
This one is basically asking for the other half of a kind of machine I'm interested in, but don't quite understand how to build--where a number input is turned into a certain length of time. I've seen them used before, so this is probably pretty easy, but I'd like to get a better understanding of how to build one of those things...

jnz (2012-06-29) For Say When ([level]libyfop[/level]): [level]jonalyp[/level]

Werbad (2012-06-29) For Say When ([level]libyfop[/level]): [level]letohoc[/level]

Xindaris (2012-06-30) I [i]finally[/i] managed to get a solution to One Calculator Office (-) working. It's gotta be at least twice as hard as the + version because you have to put everything in in the right order or it doesn't work. I finally thought of making my machine go [spoiler]around the calculator instead of under or above it[/spoiler], but then it was still really, really hard for me to get the [spoiler]template barrel in place without completely breaking everything else[/spoiler].
My solution is [spoiler][level]cafotos[/level][/spoiler], if you want to take a look.

Rene (2012-06-30) For Say When ([level]libyfop[/level]): [level]bixihyg[/level] - nice and easy
For One Calculator Office (+) ([level]duraroh[/level]): [level]biximud[/level]
For One Calculator Office (-) ([level]malekuz[/level]): [level]gysehih[/level]

Xindaris (2012-06-30) Ok, here's something that might be interesting. One Way Track: [level]jidopyc[/level].

And, remember mykogyd? The level that would've needed a 7 tick template copier? Well, I came up with a more sensible, upside-down version of it that stops at a certain randomized point instead of being continuous. The Curious Submarine: [s][level]fagesec[/level][/s] [level]gilubyd[/level]

ais523 (2012-07-02) [quote author=Xindaris link=topic=341.msg5439#msg5439 date=1340987104]
"Say When" -- [level]libyfop[/level]
This one is basically asking for the other half of a kind of machine I'm interested in, but don't quite understand how to build--where a number input is turned into a certain length of time. I've seen them used before, so this is probably pretty easy, but I'd like to get a better understanding of how to build one of those things...
[/quote]

My solution: [level]saluder[/level]

[spoiler]It's pretty much a mechanism like the one you have at the top, but with a gate to stop it when it reaches F, and using the number input to determine when it starts. I put an extra 7 barrel in there to use the same adder to control what number corresponded to what length; this trick only works once, you need to use a separate adder to work as a stream version of the level. The 1 barrel can be changed to an F barrel to count in the other direction.[/spoiler]

EDIT: Haha, wow my solution is so similar to Werbad's.

EDIT EDIT: My solution to One Way Track ([level]jidopyc[/level]): [level]gypefam[/level]. [spoiler]It's actually pretty much exactly the same mechanism as Say When, the only difference is that machinery's needed to communicate via the backwards pipe.[/spoiler] And as usual for easy puzzles, I added extra machinery to lock the whole thing up when it's finished.

Rene (2012-07-02) For One Way Track ([level]jidopyc[/level]): [level]gyvagyh[/level]

I don't think The Curious Submarine ([level]fagesec[/level]) is possible to solve in general: the first barrel that comes out at the bottom is different from the first one that is used internally. That means that it is not possible to reproduce the internal state of the machine.

Xindaris (2012-07-02) Well...[i]that[/i] certainly wasn't intentional. [level]gilubyd[/level] should fix that problem.

Xindaris (2013-02-23) I had a puzzle idea. I think the idea itself should be possible but I'm not sure if the exact arrangement I have here is solvable.
Transportation Design: [level]zoduvam[/level]

curly (2013-02-23) For Transportation Design ([level]zoduvam[/level]) : [level]cugakim[/level]

b612 (2013-02-23) For Transportation Design [level]zoduvam[/level] : [level]tafivob[/level] unlocking door [level]nodepin[/level]
faster [level]hysorar[/level]

Xindaris (2013-02-24) Well, it looks like you found some errors in my design--like the ability to block the locks from locking and use the up-copier. I think [level]pevugyd[/level] should better include all the challenges I wanted it too.

b612 (2013-02-25) For [level]pevugyd[/level] : [level]bivydyv[/level]

Rene (2013-02-28) For Transportation Design ([level]pevugyd[/level]): [level]sebamyk[/level]
Alternative approach: [level]zikypik[/level]

Nice challenge

humbugger (2014-01-03) For the One Copier series I have the following solutions:


For One Copier Office  [level]rydizeg[/level] : [level]pizycyt[/level]

For One Calculator Office (+) [level]duraroh[/level] : [level]syparym[/level]

For One Calculator Office (-) [level]malekuz[/level] : [level]bemedyb[/level]

Humbugger

Turn Easy Puzzle Into Hard Puzzle

Xindaris (2010-04-14) So...I made a puzzle, which is very basic and easy to solve. [level]gydagub[/level]
The idea of the challenge is to keep some of the basic idea or structure of the bottom part, but to somehow make the puzzle very hard (not impossible, though) to solve. Getting rid of the stuff on the sides is perfectly allowed.

Werbad (2010-04-14) How about this: [s]sytogub[/s][level]hofugox[/level]
Solution: [spoiler][s]nonevyn[/s][level]gohageh[/level][/spoiler]

Madball (2010-04-14) Your solution doesn`t works for 0.

Werbad (2010-04-14) Noticed, Should still be solveable though.

Edit:
Fixed: [level]gohageh[/level]

Twee (2010-04-14) Did you mean to ban the packer or the unpacker in [level]sytogub[/level]? Banning both makes it impossible to solve.

Xindaris (2010-04-15) Well, the original really easy one had that single packer used in the solution, looks like it was removed and put back in for the solution, when it probably should have just been left, that would've made it solvable by the solution shown.

jnz (2010-04-15) Try [level]sopokoh[/level].  I don't have a solution for this but I'm not convinced it is impossible either.

Werbad (2010-04-15) I'm sure I left the original packer in that level... Have a fixed version: [level]hofugox[/level]

Madball (2010-04-15) My entry: [level]bygasaf[/level]. It`s not so hard, but it`s harder than before.

Is-cargo-passed-output machine

Madball (2010-06-02) [level]fitedec[/level]
If a cargo passed under lower left gate durning some time, it outputs 1, else 0. You can change that time by changing cargo on glass panel.

Newt's Puzzles

Newt (2010-07-08) Well I figured I'd start making some puzzles of my own now, and give puzzle making a shot. ;)

[hr]          Reverse Sorting - [level]pubeveb[/level] - Too easy
          Reverse Sorting v2 - [level]gitabyh[/level] - [spoiler][level]sifukas[/level] by Werbad[/spoiler]
          7 Crate Assembly Line - [level]jyxahir[/level] - [spoiler][level]pofunud[/level] by Werbad[/spoiler]
          7 Crate Assembly Line v2 - [level]fagazah[/level] - Not possible
          Less is More - [level]bosixas[/level] - [spoiler][level]cirixud[/level] by Werbad[/spoiler]
          Bicycle - [level]tyzafec[/level] - [spoiler][level]nobibiz[/level] by Rene[/spoiler]
          Zigzag - [level]kypufan[/level] - [spoiler][level]mikozir[/level] by Me[/spoiler]
          Zigzag v2 - [level]pybofih[/level] - [spoiler][level]cinigaf[/level] by Rene[/spoiler]
          Zigzag v3 - [level]rykabyt[/level] -  [spoiler][level]gyzobet[/level] by Werbad[/spoiler]
          Crack the Code - [level]byvudem[/level] - [spoiler][level]macadod[/level] by Werbad[/spoiler]
          Crack the Code Fixed - [level]zoginok[/level] - [spoiler][level]fogepuh[/level] by Werbad[/spoiler]
          Binary Elimination - [level]gaselad[/level] - [spoiler][level]pytyfys[/level]by Bucky[/spoiler]
          Binary Elimination Single - [level]xyhidax[/level] - [spoiler][level]bucopir[/level] by jnz[/spoiler]
          Binary Elimination Inverted -[level]vesaxad[/level] - [spoiler][level]zacekiz[/level] by Werbad[/spoiler]
[hr]If you find any to be impossible please let me know and I'll fix them. Feedback is always welcome.

Werbad (2010-07-08) For Reverse Sorting ([level]pubeveb[/level]): [level]bybifan[/level] (Is this cheating? Maybe banning packers/unpackers or copiers could prevent this method.)
7 Crate Assembly Line seems to be missing something vital. Maybe a crate or 2 could be useful...
Less is More ([level]bosixas[/level]): [level]cirixud[/level]

Edit:
Reverse Sorting with no copiers or packers: [level]sanedyc[/level] (Fast forwarding is recommended)

Newt (2010-07-08) [quote author=Werbad link=topic=344.msg4812#msg4812 date=1278600342]
For Reverse Sorting ([level]pubeveb[/level]): [level]bybifan[/level] (Is this cheating? Maybe banning packers/unpackers or copiers could prevent this method.)
7 Crate Assembly Line seems to be missing something vital. Maybe a crate or 2 could be useful...
[/quote]

Good idea on the banning packers and upackers in reverse sorting, i didn't even think of that kind of solution at first.

Not sure how I missed the crates on 7 CAL, i'll fix it.

EDIT: 7CAL fixed - [level]jyxahir[/level]

Werbad (2010-07-08) For 7 Crate Assembly Line ([level]jyxahir[/level]): [level]pofunud[/level]
For Reverse Sorting v2 ([level]gitabyh[/level]): [level]sifukas[/level] (Same as [level]sanedyc[/level] for v1)

Newt (2010-07-08) New puzzle: 7 Crate Assembly Line v2 - [level]fagazah[/level]

Werbad (2010-07-08) 7CAL v2 is not possible. In order to be able to make all possible target crates you need at least one odd crate. If you get say an 8 crate you will only be able to produce 8 or 0. Adding a random crate to itself and adding 1 to that would guarantee an odd crate, but even then the puzzle is no harder than converting that value to an F and/or a 1 and reusing the same system as for v1.

Newt (2010-07-09) I see, well I would fix it but since it would basically be the same as V1 i don't think i'll bother.

New Puzzle:  Seems like a good day to go ride your Bicycle: [level]tyzafec[/level]

Rene (2010-07-09) For Reverse Sorting v2 ([level]gitabyh[/level]): [level]nocudyg[/level]
For Less is More ([level]bosixas[/level]): [level]zusyfeg[/level]
For Bicycle ([level]tyzafec[/level]): [level]nobibiz[/level] [spoiler]I opted to ignore the gates, which obviously makes the solution much slower than optimal[/spoiler]

Werbad (2010-07-09) For Bicycle ([level]tyzafec[/level]): [level]fapinez[/level]
[spoiler]Originally I also ignored the door keys but my solution, while faster than Rene's, was a bit too hard to initialize, so I made this simpler solution instead.[/spoiler]

Madball (2010-07-10) For Reverse Sorting v2 ([level]gitabyh[/level]): [level]kybekux[/level]

Newt (2010-07-12) New Puzzle: Zigzag - [level]kypufan[/level]

My Solution: [spoiler][level]mikozir[/level][/spoiler]

Werbad (2010-07-12) For Zigzag ([level]kypufan[/level]): [level]hiryges[/level]

Newt (2010-07-12) New Puzzles:  Zigzag v2 - [level]pybofih[/level]
                            Zigzag v3 - [level]rykabyt[/level]
                            Crack the Code - [level]byvudem[/level] - I not totally sure this one is possible, but I'm not giving up hope yet. (there may also be another level with this name, but I'm not sure.)

Werbad (2010-07-12) For Crack the Code ([level]byvudem[/level]): [level]macadod[/level]
It's solvable all right, but only because of what seems to be an error. The top crate isn't actually added to the result, but if it were there would be no way to know what the target value would be. If this wasn't intended you would need to somehow deliver that value, possibly by sending it through the same mechanism as the other 3 crates.

Newt (2010-07-12) Hm, no that wasn't inteded, I guess i just didn't notice it in my tests.

Crack the Code Fixed - [level]zoginok[/level]

Madball (2010-07-12) For Zigzig ([level]kypufan[/level]): [level]mocyvyr[/level]

Werbad (2010-07-12) For Crack the Code Fixed ([level]zoginok[/level]): [level]fogepuh[/level]

Werbad (2010-07-14) For Zigzag v3 ([level]rykabyt[/level]): [level]gyzobet[/level]

Rene (2010-07-14) For Zigzag ([level]kypufan[/level]): [level]rokapal[/level]
For Zigzag 2 ([level]pybofih[/level]): [level]cinigaf[/level]
For Zigzag 3 ([level]rykabyt[/level]): [level]saxygen[/level]

For Crack the Code Fixed ([level]zoginok[/level]): [level]tedalug[/level]

Newt (2010-07-25) New Puzzle: Binary Elimination - [s]cabazop[/s] (My Solution will be posted later on)

Edit: Fixed - [level]gaselad[/level]

jnz (2010-07-25) Is Binary Elimination supposed to have a furnace at the top of the pipe?

Newt (2010-07-25) Yes it is, and I also realized that with my banning of packers/unpackers I also made the puzzle impossible to start with just a 1 crate.

Fixed: [level]gaselad[/level]

Bucky (2010-07-25) Binary Elimination ([level]gaselad[/level]):[level]pytyfys[/level]

Werbad (2010-07-25) For Binary Elimination ([level]gaselad[/level]): [level]bolagil[/level]

Madball (2010-07-25) For Binary Elimination ([level]gaselad[/level]): [level]gogexyp[/level]

jnz (2010-07-25) For Binary Elimination ([level]gaselad[/level]): [level]jebehyt[/level].  Using only 1 packer and no unpackers.

Newt (2010-07-26) Good job guys, my solution was [spoiler][level]xuponyf[/level][/spoiler]

Now for another go... Binary Elimination Single - [level]xyhidax[/level] - My solution [spoiler][level]pimuxic[/level][/spoiler]

jnz (2010-07-26) For Binary Elimination Single ([level]xyhidax[/level]): [level]bucopir[/level]

Newt (2010-07-26) Heres another for Binary Elimination....

Binary Elimination Inverted - [level]vesaxad[/level]

Madball (2010-07-26) For Binary Elimination Single ([level]xyhidax[/level]): [level]cozygyg[/level]
And please repost Binary Elimination Inverted.

Werbad (2010-07-26) For Binary Elimination Single ([level]xyhidax[/level]): [level]tutalyz[/level]

Bucky (2010-07-26) Binary Elimination Single ([level]xyhidax[/level]) - [level]hyrahob[/level].  [spoiler]Exactly the same as the Binary Elimination solution except for pipe lengths.[/spoiler]

Newt (2010-07-26) Fixed Binary Elimination Inverted - [level]vesaxad[/level]

Werbad (2010-07-26) For Binary Elimination Inverted ([level]vesaxad[/level]): [level]zacekiz[/level]

Bucky (2010-07-27) Binary Elimination Inverted([level]vesaxad[/level]):[level]nadazax[/level]. 
Again, [spoiler]Almost exactly the same.  It now counts down rather than up, though.[/spoiler]

Madball (2010-07-27) Binary Elimination Inverted([level]vesaxad[/level]): [level]lecamyh[/level]

Rene (2010-08-12) For Binary Elimination ([level]gaselad[/level]): [level]guvibur[/level]
For Binary Elimination Single ([level]xyhidax[/level]): [level]gimotyd[/level]
For Binary Elimination Inverted ([level]vesaxad[/level]): [level]giluhil[/level]

Newt (2010-09-05) [b]NEW PUZZLES[/b]

3 New puzzles inspired by jf's "Jack-o-lantern":

Don't scare these nervous crates with too high of a number!

The Nervous 3: [level]jececip[/level]
The Nervous 2: [level]fegobum[/level]
[s]The Nervous 1: [level]rugotir[/level][/s]

EDIT: The Nervous 1 isn't possible because you can't get anything but a 0 across.

Madball (2010-09-05) For Nervous 2: [level]pipekum[/level], and the same for nervous 3.

Newt (2010-09-05) Ok I fixed The Nervous 1: [level]mikodad[/level]

colcolpicle (2010-09-05) nervous 1 fixed: [level]berofyl[/level]

a 0 takes 61 ticks, two less for each consecutive number: (1: 59, 2:57....)
anyone want to try and beat it?

Newt (2010-09-05) colcol, seems like you forgot to change the F back to a ? crate in [level]berofyl[/level]

61 ticks is quite impressive, I'll have to work on fine tuning mine to be quicker... (my original solution took aorund 150)

Rene (2010-09-06) For The Nervous 1 (fixed) ([level]mikodad[/level]): [level]dakokun[/level] - 62 ticks for all numbers

[quote author=colcolpicle link=topic=344.msg4921#msg4921 date=1283712280]
nervous 1 fixed: [level]berofyl[/level]

a 0 takes 61 ticks, two less for each consecutive number: (1: 59, 2:57....)
anyone want to try and beat it?
[/quote]

Of course I can try: [level]nabisyp[/level] - 56 ticks for 0 (worst case), 26 ticks for F (best case)

Newt (2010-09-09) [b]NEW PUZZLE[/b]

Well, its not that hard of one however I want to start making a series of puzzles using the DNA sequence. So to start it off...

Tribute to DNA - [level]pazigyn[/level]

Bucky (2010-09-10) Tribute to DNA (pazigyn):[level]bobevug[/level].  [spoiler]This same solution works for any puzzle that simple[/spoiler]

Newt (2010-09-10) [b]NEW PUZZLE[/b]

DNA Encoded: [level]bigoguf[/level]
DNA Encoded v2: [level]byfevux[/level]

Bucky (2010-09-10) DNA Encoded v2 (byfevux):[level]begikid[/level].  Got it on the second Play.
(DNA Encoded should be exactly the same except that it replaces the output crate with an F)

Newt (2010-09-13) [b]NEW PUZZLE[/b]

DNA Strand: [s][level]bilexyf[/level][/s] [level]jylebyf[/level]

EDIT: Forgot to lock the inside of the machine to prevent tampering...

Bucky (2010-09-14) [quote author=Newt link=topic=344.msg4931#msg4931 date=1284353926]
[b]NEW PUZZLE[/b]

DNA Strand: [s][level]bilexyf[/level][/s] [level]jylebyf[/level]

EDIT: Forgot to lock the inside of the machine to prevent tampering...
[/quote]

From a transcription puzzle to a full-speed member of the Sliding Glass Floor family?  Ouch.  I think this one has occasionally has bursts that are impossible to handle.

Newt (2010-09-14) Here, now its much easier, and is possible.

DNA Strand fixed (again): [level]corobeb[/level]

jnz (2010-09-25) For DNA Strand fixed again ([level]corobeb[/level]): [level]bytydil[/level] but it doesn't work if two crates go across right next to each other.  Is it possible to solve in that case?  If so I'm sure Rene will show me how it is done.

Newt (2010-09-27) [b]NEW PUZZLE[/b]

Here's a pretty tricky action-arcade puzzle I came up with...

Think Fast - [level]dorivuc[/level]

Rene (2010-10-05) [quote author=jnz link=topic=344.msg4940#msg4940 date=1285441668]
For DNA Strand fixed again ([level]corobeb[/level]): [level]bytydil[/level] but it doesn't work if two crates go across right next to each other.  Is it possible to solve in that case?  If so I'm sure Rene will show me how it is done.

[/quote]

:D I am afraid this one is beyond me as well, jnz. If the only special case was two crates next to each other, then there it may have been possible, though extremely difficult. But there is also a small chance that 3 or even all 4 crates arrive next to each other. That is definitely totally impossible to solve.

Excellent solution, by the way.

Newt (2010-10-24) Your objective, break into the roof of the building, get past the security doors, and don't get caught!

The Heist Part 1: [level]fokavuz[/level]

Hint: [spoiler]Your going to need to forge some security passes first...[/spoiler]

Werbad (2010-10-25) For The Heist Part 1 ([level]fokavuz[/level]): [level]hezafic[/level]

jnz (2010-10-25) For The Heist Part 1 ([level]fokavuz[/level]): [level]zupizeg[/level]

Newt (2010-10-25) So far you have broken into the building, now you must make it through the security defences. You need to use your action arcade-skills to get one, while decoding the password for the other, don't forget your pass in the middle!

The Heist Part 2: [level]nabisid[/level]

(Space may be an issue with this one, though I doubt it, but if it is I can adjust it)

jnz (2010-10-27) For The Heist Part 2 ([level]nabisid[/level]): [level]dilikyh[/level].  Of course you have to [spoiler]hit P at the appropriate moment[/spoiler].

Rene (2010-10-30) For The Heist Part 1 ([level]fokavuz[/level]): [level]hynidos[/level]
For The Heist Part 2 ([level]nabisid[/level]): [level]nabisid[/level] [spoiler]Press 'P' between tick 9 and 12[/spoiler]

Madball (2010-10-30) For The Heist Part 1 ([level]fokavuz[/level]): [level]gydipif[/level]

TTTPPP (2011-05-19) For Bicycle ([level]tyzafec[/level]): [level]jeculaz[/level]

I felt like I was going to run out of space with that one.

help the newbie

skyhigh (2010-07-14) hi all ;)

i got to level 6 on my own, then my brain died.

i take it the winch u just place above the last winch leaving a space and then it passes it up to the next one?

so why do u need a winch going down, just let it fall???

also how do i make the unpackers work red wire green wire tried everything.

how do u make i box n06 into 3 boxes no 6?

many thanks for any help :)

Newt (2010-07-14) For the packers/unpackers to work, you need to get a cargo (crate or barrel) under each green wire, they are then added for a packer, and subtracted for an unpacker and the answer is placed under the red wire.

Tip: If you add a barrel to a crate, the answer will be a barrel. The only way to get a crate out is to use two crates. Also, to get more than one crate or barrel, use a copier.  ;)

skyhigh (2010-07-14) thanks man :)

just getting the hang of it now ta

Perfect adder

Madball (2010-08-01) [level]lakihah[/level]
It works like usially adder, but summ has 2 digits. So, usially 1+F=0, but in perfect adder 1+F=10.

colcolpicle (2010-08-01) nice, but the tens digit is currently relative. every time a sum of >10 comes up it adds one to the tens column. this is fixed pretty easily though.

Madball (2010-08-02) What do you mean? it works normally. You can check with the calculator.

colcolpicle (2010-08-02) try putting all Fs in the list. it will give the right answer the first time (1E) but instead of giving 1E for the rest, it adds one to the tens column each time it preforms another calculation. so the second time it adds F and F it will give 2E, the third time 3E, etc.

another thing: after three additions (about 180 ticks) the ones column stops changing this can be fixed with an erase and a furnace.

[level]zyzimax[/level]

I did see also that 0+0=10 in your adder but I didn't see an easy fix. My browser is crashing because my parents are downloading something on the other computer so I'll look once I restart it.

First puzzle

cooljj100 (2010-08-20) [glow=red,2,300][move]dogepef-a fun level![/move][/glow]
only four squares. Add the following to those:
1 barrels and 0 barrels

Newt (2010-08-20) Not sure what the 0 barrels would be for, but for First Puzzle: [level]mamabyd[/level]

cooljj100 (2010-08-21) 1 solution has been found. there are a few more.

dozer cargo switchers.

cooljj100 (2010-08-23) [level]tynugyt[/level]
couple different dozer and cargo switchers shown. I will explain them below:
1. Can only hold one cargo  per string at a time.
2. can be edited (see 5) to hold as many barrels as space allows.
3. quicker version of 1.
4. like 1 except only holds first cargo of first string then destroy the rest.
5. shifting over the turn signal and adding another block allows for for more barrel cappaticity.
6. like 1 except destroy any cargo =>2 (is very slow....)

NOTE: i am refering to string as one dozer pushing X amount of barrels.

Newt (2010-08-24) Here's a few - [level]fobixit[/level] -

The bottom two aren't very practical, and the first top one can be modified to duplicate as many crates as needed, and the second top one just used a classic dozer loop and could be modified to make a longer string by adding more up pipes in the top row.

Inverse Sorter

Newt (2010-09-03) I came across this as a sort of different sorter, the gates are all on the same line of the grid, I've seen similar things used, but not as an actual sorter, I'm not sure whether or not I'm just reinventing the wheel, but I thought it was kinda cool, and if it were smaller it would be more practical.

Inverse Sorter: [level]mixyked[/level]

Pivotdude123's Puzzles

pivotdude123 (2010-11-03) Hey all! Here are my puzzles...more to come,obviously!
Word Cubes(Incomplete, just placed here for consistency)-[level]VIBUVUT[/level]
Word Cubes v2 - [level]DYSOBOG[/level]
Meat Grinder - [level]MIMYFAC[/level]
Sort 'em Out - [level]JIFUTAB[/level]
Tapping for Syrup - [level]MOHUZUX[/level]
Catch the Train - [level]LIXUMIK[/level]
Catch the Train Mark II - [level]VIRUSUZ[/level]
Catch the Train Mark III - [level]JECOGAC[/level]
Catch the Train Mark IV - [level]VIROHIG[/level]
Saltshaker - [level]DYPEROG[/level]
Loading Dock - [level]CIFISUD[/level]
Chain Gang - [level]BOBUDYR[/level]
I Palindrome I - [level]GULOZEB[/level]

Madball (2010-11-03) For Meat Grinder ([level]MIMYFAC[/level]): [level]bucunaf[/level]

Rene (2010-11-03) Welcome to Rubicon, Pivotdude! It's always great to see a new face.

For Word Cubes v2 ([level]dysobog[/level]): [level]gizipev[/level]
For Meat Grinder ([level]mimyfac[/level]): [level]dafufec[/level]

jnz (2010-11-03) For Word Cubes v2 ([level]dysobog[/level]): [level]zipusup[/level]

Bucky (2010-11-04) Word Cubes v2 ([level]dysobog[/level]):[level]rugicob[/level].  The hardest part was finding somewhere to put the solving device.

pivotdude123 (2010-11-04) Good solutions, guys. Here's another puzzle.

Sort 'em Out: [level]jifutab[/level]

The idea is probably done before, but ehhhhhh...

jnz (2010-11-04) For Sort 'em Out ([level]jifutab[/level]): [level]vaxihut[/level].  No copiers, packers, or unpackers.

Bucky (2010-11-05) Sort 'em out, with magic: [level]kugaxol[/level]

Madball (2010-11-05) For Sort 'em Out ([level]jifutab[/level]): [level]negefug[/level]. No copiers, packers, or unpackers.

colcolpicle (2010-11-05) world cube v2 : [level]dumozyb[/level]
sort 'em out: [level]jidanup[/level]

pivotdude123 (2010-11-14) Hi, I got a new puzzle. It's really easy, but try to do it in the most complex solution possible!

Tapping for Syrup: [level]MOHUZUX[/level]

(Yeah,I'm Canadian.)

jnz (2010-11-14) For Tapping for Syrup ([level]mohuzux[/level]): [level]bapureg[/level].  I'm afraid it isn't very complex though.

colcolpicle (2010-11-17) [level]mohuzux[/level] : [level]banikez[/level]

I deny your request and do the opposite

Xindaris (2011-04-01) Meat grinder solution: [level]venypah[/level]
Took me awhile to fix it for 0s.

pivotdude123 (2011-12-03) Oh, right, the game. Ahem, new puzzle.

Catch the train: [level]lixumik[/level]

It's a simple template copier level, see what you can do with it.

b612 (2011-12-03) stop  the train [level]fyvigem[/level]

pivotdude123 (2011-12-04) [s]Ok, as b612 exploited a flaw, I have realized it and I present [level]virusuz[/level], Catch the train Mark II[/s]

Mark III is possible: [level]JECOGAC[/level]

pivotdude123 (2011-12-05) I have a riddle.

What happens when a photocopier meets Rubicon?

The answer: [level]DYPEROG[/level].

Madball (2011-12-10) stop the train mark III: [level]hufygyl[/level]

Rene (2011-12-13) For Catch the Train Mark III ([level]jecogac[/level]): [level]megobyb[/level]
For Photocopier ([level]dyperog[/level]): [level]tuvygen[/level]

Tip: if you want a "normal" solution, block the empty spaces with crosses (bottom-right on the element selection panel).

immibis (2011-12-18) For Word Cubes v2: [level]mepaxyl[/level]
For Meat Grinder: [level]bozodic[/level]
For Catch the Train: [level]cexoxus[/level]
For Catch the Train Mark II: [level]cyfohen[/level] (that level is actually possible)
For Catch the Train Mark III: [level]zihopov[/level] (could be done with the same "cheats" in mark 1 and 2, but this is the "proper" way)
For Salt Shaker: [level]xexylyn[/level]

Four of these involve a template copier. I need to be more creative.

jf (2012-01-31) For Catch the Train Mark III ([level]jecogac[/level]): [level]ludoxub[/level]

pivotdude123 (2013-01-09) I'm alive! Also, I have a new puzzle. It's called Loading Dock: [level]CIFISUD[/level]. It's very cramped, but good luck!


Also, [level]BOBUDYR[/level]. I hope to turn this level into a series of similar puzzles.

And CTT IV. I really suck at fixing stuff: [level]VIROHIG[/level]

curly (2013-01-10) For Loading Dock ([level]cifisud[/level]) : [level]vidohab[/level] [spoiler]My first thought was that this was impossible since, for example, all the random crates could be 0.[/spoiler]

jf (2013-01-10) For [level]bobudyr[/level]: [level]rudurah[/level]

pivotdude123 (2013-01-10) Curly, where did that F crate come from?  ;)

And JF, there are targets on the bottom you didn't match.

curly (2013-01-10) [quote author=pivotdude123 link=topic=350.msg5534#msg5534 date=1357818757]
Curly, where did that F crate come from?  ;)

And JF, there are targets on the bottom you didn't match.
[/quote]

Ooops.  Just changed it back to a ?.  I tried an F just to make sure the mechanism wasn't too slow if an F came out immediately.

For Loading Dock ([level]cifisud[/level]) : [level]guvuxeb[/level]

And for Chain Gang ([level]bobudyr[/level]) : [level]nybysig[/level]

jf (2013-01-10) [quote author=pivotdude123 link=topic=350.msg5534#msg5534 date=1357818757]
Curly, where did that F crate come from?  ;)

And JF, there are targets on the bottom you didn't match.
[/quote]

Unbelievable! I must be so preoccupied with work that I can't even concentrate properly on Rubicon.  :)

For all targets of [level]bobudyr[/level]: [level]bekotek[/level]

pivotdude123 (2013-01-11) New One (On a roll today!)

Egad, a base tone denotes a bad age!

[level]GULOZEB[/level]

curly (2013-01-12) For I Palindrome I ([level]gulozeb[/level]) : [level]zixihih[/level]

Rene (2013-01-12) [s]For Loading Dock ([level]CIFISUD[/level]): [level]zonabeg[/level] - I took the easy way out, and [spoiler]simply looked for an 'F' crate in the random crates, and feeding that into a template copier. That means that it does not get solved if no 'F' crate is present. But then again, the puzzle is unsolvable anyways if no odd crates are present.[/spoiler]
[/s]
For Loading Dock ([level]CIFISUD[/level]): [level]novilyp[/level]

For Chain Gang ([level]BOBUDYR[/level]): [level]hyzetof[/level]

For I Palindrome I ([level]GULOZEB[/level]): [level]fotyhog[/level]

pivotdude123 (2013-01-12) New Puzzle!

It's a tough one: Are you ready? [level]RONERAB[/level]

Werbad (2013-01-12) For Ready when you are ([level]CYXUDYX[/level]): [level]luvozob[/level]

curly (2013-01-12) For Ready when you are ([level]ronerab[/level]) : [level]tegisab[/level]

The old physics is really strange.  I'm glad I joined after it was changed.

Rene (2013-01-12) [quote author=curly link=topic=350.msg5549#msg5549 date=1358027812]
The old physics is really strange.  I'm glad I joined after it was changed.
[/quote]

Yeh.... But they sure could count fast!

For Ready when you are ([level]ronerab[/level]): [level]gegogad[/level]

jf (2013-01-17) For [level]ronerab[/level]: [level]lunanud[/level]

b612 (2013-01-18) for [level]cifisud[/level] : [level]rugoduv[/level]
for [level]ronerab[/level] : [level]petifal[/level]

jf (2013-01-21) For Loading Dock [level]cifisud[/level]: [level]guxemyl[/level]

jf (2013-01-21) For I Palindrome I [level]gulozeb[/level]: [level]kulerav[/level]

b612 (2013-01-23) for I Palindrome I [level]gulozeb[/level] : [level]xixucyh[/level] and [level]picalan[/level]

humbugger (2013-01-23) For Pi [level]seboneg[/level] I made Pi minus 3 [level]hadezep[/level]

It took me a while to discover that the 3 get dropped at the beginning.

humbugger (2013-01-24) My solution to Palindromial I [level]gulozeb[/level] : [level]legipex[/level]

humbugger (2014-01-31) For Loading Dock: [level]cifisud[/level]

I went with a little different approach.  Turned out to be pretty fast too.

Truck unloaded and put away: [level]gegemet[/level]

Humbugger

Game console

Madball (2010-11-04) [level]hozybyp[/level]

At top left corner "0" and "1" cargos are generated. They slide to right, fall and pass near adder. You need to press P and collect only "1" cargos with that adder. My best time is 104.

barrel surfing

colcolpicle (2010-11-07) not sure if this has been done before, but I figured out that a dozer will fall off of a crate on a conveyor belt, but not a crate on a gate. This was born:
[level]ryzusib[/level]

jnz (2010-11-08) That's pretty neat, especially the way you get the barrel to reverse directions.
You can surf on barrels on a conveyor belt but you need two of them.  You can also surf on a barrel that's being pushed by another dozer.  See [level]vetabiv[/level]

Turing Machine

colcolpicle (2010-11-07) [level]jaredon[/level]

A two color two state programmable turing machine. the program is stored in the 12 crates near the top of the screen this is what each signifies:

[table][tr][td](1,1)next value to write|[/td][td](1,0)next value to write|[/td][td](1,1)move direction|[/td][td](1,0)move direction|[/td][td](1,1)next state|[/td][td](1,0)next state|[/td][/tr][tr][td](0,1)next value to write|[/td][td](0,0)next value to write|[/td][td](0,1)move direction|[/td][td](0,0)move direction|[/td][td](0,1)next state|[/td][td](0,0)next state|[/td][/tr][/table]

the parenthesis are for what the current state and current value being read are.

Obviously it isn't an actual turing machine as there in't an infinite tape.

any suggestions or improvements would be appreciated

RubeFactory

fingerprint (2011-01-15) Hello,

I've started a remake of Rubicon last week or so, the working title is RubeFactory.
RubeFactory works on two levels, the first one we're all familiar with, it's cargo and machines that manipulate cargo. The second one is connecting machine's IO ports with wires.

All machines (blocks that aren't walls, and actually do something) have some inputs and outputs and can be connected to other machines with wires. Here's an example screenshot that demonstrates connecting machines with wires. The block that looks like a chip is a utility box that provides a counter and toggle (when a non-zero signal is present on toggle input, the toggle output toggles). Toggle output is then connected to the up-pipe's "Enabled" input, and toggle is connected to true. This will make the pipe enabled every other cycle, so it will only pull every other box up, separating the boxes into two groups.
[img]http://img607.imageshack.us/img607/2690/screen1r.png[/img]


All wire I/Os are propagated in a single cycle.

Cargo can have any char value (although machines usually only work with 0-9, or treat any non-zero as true), or be a pair. A pair cargo contains two cargos which can also be composite (packer and unpacker are used for this).

Here are some of the machines I've made so far (note that all machines can be enabled and disabled):

[b]Conveyor[/b]
The classic conveyor belt. Can change directions with "Right" and "Left" inputs.
[b]Pusher[/b]
Pushes cargo directly in front of it, but doesn't move.
[b]Pipe[/b]
Same as in rubicon
[b]Copy machine[/b]
Same as in rubicon
[b]Dematerializer[/b]
Takes cargo, and converts it's value to a wire value (destroying the cargo)
[b]Materializer[/b]
Opposite of dematerializer. The two can be used to create portals.
[b]Add, Subtract, Multiply, Devide, Mod[/b]
They work similar to add/subtract in rubicon, however they provide carry and borrow outputs (where this makes sense) so they can be used to form a full adder/substractor, etc.
[b]Destroyer[/b]
Same as in rubicon. However, a cargo must enter it to be destroyed, not touch it (Some machines allow cargo to go through them).
[b]Packer[/b]
Takes two cargos (below-left, and directly below) and creates a pair cargo containing the two. Works exatly like cons in lisp. The inputs are destroyed.
[b]Unpacker[/b]
Takes one pair cargo (below-left) and unpacks the first value directly below, and the second below-right. Works like car and cdr in lisp. Destroys input.
[b]Comparator[/b]
Works exactly like the one in rubicon
[b]Sensor[/b]
Outputs true to one of it's outputs ("Left", "Up", "Right", "Down") if a box on that side touches the sensor.
[b]Utility box[/b]
Provides a counter that can be reset, incremented and decremented. Also provides toggle (described above).
[b]And, Or, Not[/b]
And and Or provide 3 gates each with 3 inputs. Not block provides 3 not inputs/outputs.
[b]Edge detect[/b]
Provides "SignalNIncreased" and "SignalNDecreased" outputs for 3 signal inputs.
[b]Memory[/b]
Provides storage for 10 values (addressable with cargo values 0-9). Can store pairs.

Blocks I'm yet to include :
[b]Comparator[/b] for wires (would be useful)
[b]Rangefinder[/b] for up to 9 blocks away (outputs 0-9)
[b]Extender[/b] extends (or retracts) in it's direction based on input and pushes cargo. Not sure if this is needed yet.
[b]Color box[/b] changes color based on inputs (R,G,B). Could be used to form displays.
[b]Stdin, stdout blocks[/b] used to communicate to the outside world :) . By default, connected to a small console below the game field. Anything that goes into the stdout block is printed to the console. Anything you type in would be created as cargo, char by char, on the game field.

Finally, here's a video of RubeFactory at work (full adder example, with zero padding).
http://www.youtube.com/watch?v=ox53DYkCDpU

immibis (2011-01-18) Looks good. Will it have infinite or adjustable map size?

Also, you misspelled toggle.

fingerprint (2011-01-18) Sorry, not a native English speaker, fixed.

Yes, the map size will be adjustible. In a few minutes, I'm fixing something (the spelling error, amongst other things) and I'll upload.

Edit : it'll have to wait till tomorrow :S

fingerprint (2011-01-30) Sorry for the delay, I have lots of exams these days so I could barely find the time to do anything.
Here's the link to the current version :
http://www.mediafire.com/?rij08ox02rcatsg


Save/Load, as well as Copy/Paste are still not functional

colcolpicle (2011-02-04) nice!

looks like old physics

A few bug reports:
  random doesn't seem to be working
  if you bring it to the front before clicking on it the image that was over the bottom of the window is still there. (not sure if you can do anything about this)
  step doesn't work at all, I think
  it might be nice to let it run in the background
  haven't looked at it too much but it maybe you could put in a mouseover description of the machine part you're selecting?
  last thing: the slider that adjusts the speed, in my opinion, should be reversed. (right is faster and left is slower)

Madball (2011-02-05) Agreed, it`s nice!

Some other bug reports:
Dividing by 0 makes you unable to interact with factory, thus, it`s lost.
If you place more than one destroyers or pushers (that have same direction), animation works incorrect.
If subtracting result will be less than 0, it shows punctuation symbols.

By the way, how exactly memory block works?

fingerprint (2011-04-05) Sorry for the delay, I was quite busy these days :)
I'll try to fix those bugs as soon as I can. I'm not really pleased with the connect interface either :S

@Madball : Here's how memory works :
It has 3 inputs :
[list]
[li]Addres - obviously, the address of the cargo in memory[/li]
[li]Input - in write mode, whatever is connected to this input will be written to the selected address[/li]
[li]Mode - selects read or write mode. 0 or false is read mode, 1 or true is write mode[/li]
[/list]

b612's puzzles

b612 (2011-02-19) hi all
My first puzzle : reverse count : [level]xafasug[/level]    my solution:[spoiler][level]pugikyv[/level][/spoiler]


Twee (2011-02-20) For Reverse Count ([level]xafasug[/level]) : [level]fokacyf[/level].

jnz (2011-02-21) For Reverse Count ([level]xafasug[/level]): [level]cylotam[/level]

Bucky (2011-02-21) Reverse Count ([level]xafasug[/level]):[level]babeguc[/level]

[quote author=Twee link=topic=356.msg5068#msg5068 date=1298213910]
For Reverse Count ([level]xafasug[/level]) : [level]fokacyf[/level].
[/quote]

A very elegant solution. 

Rene (2011-02-21) For Reverse Count ([level]xafasug[/level]): [level]xydeluv[/level]

b612 (2011-02-22) New puzzle eightfold tower : [level]cabeleg[/level]
my solution : [spoiler][level]bulixis[/level][/spoiler]

jnz (2011-02-23) For Eightfold Tower ([level]cabeleg[/level]): [level]bogydid[/level]

colcolpicle (2011-02-24) reverse count: [level]pycyxum[/level]
eightfold tower: [level]dabibuc[/level]

I haven't done this in a while so my template copier is huge.

Bucky (2011-02-24) eightfold tower ([level]cabeleg[/level]):[level]vaxamyb[/level]

b612 (2011-02-25) new puzzle: boot [level]cugyget[/level]

solution: [spoiler][level]vexahym[/level][/spoiler]

Madball (2011-02-25) For reverse count ([level]xafasug[/level]): [level]rupivig[/level]
For eightfold tower ([level]cabeleg[/level]): [level]lugyxox[/level]
For boot ([level]cugyget[/level]): [level]rarycec[/level]

Rene (2011-02-25)
For eightfold tower ([level]cabeleg[/level]): [level]gybeban[/level]

b612 (2011-02-25) [quote author=Madball link=topic=356.msg5077#msg5077 date=1298639203]
For boot ([level]cugyget[/level]): [level]rarycec[/level]
[/quote]
nice solution, i like this convertor
another solution with it [level]dukuzaz[/level]

colcolpicle (2011-02-26) Boot: [level]letagef[/level]

Rene (2011-02-26) For Boot ([level]cugyget[/level]): [level]kotefub[/level]

Twee (2011-02-27) [quote author=Bucky link=topic=356.msg5070#msg5070 date=1298270298]
[quote author=Twee link=topic=356.msg5068#msg5068 date=1298213910]
For Reverse Count ([level]xafasug[/level]) : [level]fokacyf[/level].
[/quote]

A very elegant solution. 
[/quote]

Thanks!

For Eightfold tower ([level]cabeleg[/level]): [level]zidesog[/level]
For Boot ([level]cugyget[/level]): [level]cumicep[/level]

I feel slightly cheap for using a [spoiler]look-up table[/spoiler] in my Boot solution. Ah well. These 3 puzzles are a great entrance to the forum, B612. Thank you for them.

colcolpicle (2011-02-27) what values is it possible to get for eightfold tower? We've seen 0 and F already.

I think every other value is possible. maybe.

b612 (2011-02-28) [quote author=colcolpicle link=topic=356.msg5083#msg5083 date=1298838496]
what values is it possible to get for eightfold tower? We've seen 0 and F already.

I think every other value is possible. maybe.
[/quote]

E:[level]bulixis[/level]
D:[level]rubamyt[/level]

b612 (2011-03-01) New puzzle : Old Box [level]ladabus[/level]
solution: [spoiler][level]sysikam[/level][/spoiler]

colcolpicle (2011-03-01) old box: [level]gifocag[/level]

edit: simpler and less efficient solution to old box: [level]vezomug[/level]

1: [level]pyxineb[/level]
2: [level]xuhylid[/level]
3: [level]gekoder[/level]
4: [level]zegikuv[/level]
8: [level]dibebeb[/level]
C: [level]dybezyr[/level]

Rene (2011-03-02) For Old Box ([level]ladabus[/level]): [level]nibokut[/level]

Madball (2011-03-03) For Old Box ([level]ladabus[/level]): [level]gesykih[/level]

Twee (2011-03-04) For Old Box ([level]ladabus[/level]): [s]girupod[/s] [level]tigobud[/level]

[i]Edit: Fixed so that the first random crate being zero does not jam the machine.[/i]

immibis (2011-04-25) For Reverse Count ([level]xafasug[/level]): [level]luduzyb[/level]
For Eightfold Tower ([level]cabeleg[/level]): [level]nyhasyd[/level]
For Boot ([level]cugyget[/level]): [level]dizodil[/level] (without looking at any other solutions, it's probably way too complicated)
Edit: For Old Box ([level]ladabus[/level]): [level]zokuzik[/level]

Rene (2011-04-26) [quote author=colcolpicle link=topic=356.msg5083#msg5083 date=1298838496]
what values is it possible to get for eightfold tower? We've seen 0 and F already.

I think every other value is possible. maybe.
[/quote]

Here is a solution for all values except 0. Just replace the crate with a barrel that is one less than the number that you desire.

For Eightfold Tower ([level]cabeleg[/level]): [level]vyvubub[/level]

jf (2011-05-01) For Boot ([level]cugyget[/level]): [level]sucofiz[/level]

For Reverse Count ([level]xafasug[/level]): [level]xuhabaz[/level]

For Old Box ([level]ladabus[/level]): [level]nopegir[/level]

Newt (2011-06-02) For Reverse Count ([level]xafasug[/level]): [level]mulibix[/level]

Probably alot of better ways I could do this, but this just first came to mind. It can mess up if a 0 and 1 are both found in the first few crates, but it doesn't happen very often.

TTTPPP (2011-06-03) For Reverse Count ([level]xafasug[/level]): [level]hogetyn[/level]

immibis (2011-07-10) For Reverse Count ([level]xafasug[/level]): [level]tudetuc[/level]
For Eightfold Tower ([level]cabeleg[/level]): [level]varused[/level]
Edit: I was going to solve the rest of them, then I realised I already had, and my solutions are a few posts above this one.  :D

b612 (2011-09-24) new puzzle: MOAR [level]xomafym[/level]

Rene (2011-10-04)
For MOAR ([level]xomafym[/level]): [level]cedyxid[/level]

Nice puzzle, with a number of surprising aspects. The lack of barrels requires some creative thinking, of course. But also the odd 33 tick cycle prevents some obvious solutions (how do you make a 33 tick cycle without barrels?). And the fact that the target crate comes out of the machine right next to the matcher required a special trick as well.

Werbad (2011-10-08) For MOAR ([level]xomafym[/level]): [level]fetyryc[/level]

Edit:
For Old Box ([level]ladabus[/level]): [level]batumab[/level]

jf (2012-02-15) For MOAR ([level]xomafym[/level]): [level]jokikan[/level]

That was a tricky, tricky puzzle.

In my solution:

1) [spoiler]The lower left filters for crates that can produce an F. Even crates can never produce an F. I'm looking for odd crates using (n != (9 * n)).[/spoiler]

2) [spoiler]The middle left generates the F by successive addition.[/spoiler]

3) [spoiler]The top dozer handles initialization and runs at a lazy 66-tick cycle.[/spoiler]

4) [spoiler]The middle right is fairly straightforward. Just, the timing is tight.[/spoiler]

Also, I found a very simple design for a 33 tick cycle.

b612 (2013-03-17) new puzzle: production line [level]gydetyd[/level]

Werbad (2013-03-17) For production line ([level]gydetyd[/level]): [level]carocyf[/level]

jf (2013-03-20) For Production Line [level]gydetyd[/level]: [s]nogabyb[/s] [level]lelocan[/level] -- It's nice to clean up a design.

b612 (2013-03-24) my solution to [level]gydetyd[/level] : [level]retotek[/level]
new puzzle [level]vytyled[/level]

curly (2013-03-25) For [level]vytyled[/level] : [level]pazaluc[/level]

jf (2013-03-26) For [level]vytyled[/level]: [level]xavatug[/level]

Rene (2013-04-12) For Production Line ([level]gydetyd[/level]): [level]tavocag[/level]
For Vy Tiled ([level]vytyled[/level]): [level]ketasuf[/level]

Extended Level Playlist

Bucky (2011-10-13) We have lots of great levels on the forum.  Unfortunately, they are in the wrong order for a new player.  The older, simpler puzzles are buried deep, and the puzzles on the front page of the 'custom puzzle levels' forum often require a considerable amount of experience to solve.  As a result, few new players enter the community.

I suggest we collect together a list of our best puzzles, in the approximate order in which they should be tackled by a player who has just finished the built-in levels.

What I have so far, in order:
Kevan's Random-to-random matching ([level]lygofog[/level])*^
MagiMaster's Passing Trains series ([level]mahytoh[/level], [level]celalal[/level], [level]pidugos[/level], [level]fysoxih[/level], [level]domedyg[/level] )*



*needs updating to the new physics model
^needs an exploit fixed

 

lightOfDay's Design Tricks

lightOfDay (2011-12-22)    I don't have much content right now, But I am opening this thread so that I can expand it. If you have any ideas for "design tricks" that I should add, just post them here. I will be editing the list below when I have some content.

My Design Tricks:
-----------------------
[level]rurytos[/level] - Dozer Switch Backs

lightOfDay (2011-12-22) [level]rurytos[/level] - Dozer Switch-Backs

Before I begin describing the above devices, I would like to note two things:

1. I try to keep my devices in a grid like pattern. They're not separated by walls or anything, but it should be easy to tell the difference between one device and another. I will describe the devices from left to right, top to bottom.

2. I will make a link in my first post that sends you to my puzzle gallery where, if you think you need practice with ANY skills shown here, you can find a puzzle (or 2, or 5,000,000) about the topic you want to practice.

    Now to the description of the devices:

    The first device is one we have all seen, it makes the dozer switch directions. This is called a switch-back. The second device shows how to use pipes to feed a box away from the dozer then put it right back in front of it. The third device does this with 4 boxes. As you can see it gets messy fast when adding more boxes. Furthermore, it reverse the order of the boxes, which is not ideal. The fifth device on the end of the first row shows how to do what is called an uphill switch-back. The sixth and seventh devices show how to do an up hill switch-back with 1 or more boxes. The cool thing about these is that they are relatively clean and don't change the order of the boxes. The last device is showing how to use device seven to make a level (not uphill) switch back that doesn't change the order of the boxes. As you can see, ti is much more efficient space-wise even if it is slightly slower.

Now try my Dozer Switch-Back level pack to see how much you know.

Rene (2011-12-30) I added two more, a flat land one (bottom right) and an up-hill one (bottom left): [level]duhycab[/level]

lightOfDay (2012-01-04) Thank You, I'll make sure to add these in Dozer Switch Backs 2

lightOfDay's Puzzles

lightOfDay (2011-12-22) My puzzles/machines:

[b]Puzzles[/b]

Dozer Switch-Back Pack
--------------------------------
1. [level]lubopub[/level] - Word Blocks

2. [level]nadegap[/level] - Word Blocks 2

Loose (Not in a pack)
-----------------------------
1. [level]tybafif[/level] - Logical Deduction

[b]Machines[/b]

<empty!>

More to come of course, Enjoy!

jnz (2011-12-22) For Word Blocks ([level]lubopub[/level]): [level]bikubyh[/level]
For Word Blocks 2 ([level]nadegap[/level]): [level]cygadoh[/level]

lightOfDay (2011-12-22)    Not the intended solution, as those puzzles were for practice dozer switch-backs, and for that reason I will not be posting your solutions as the "official" solutions, but good thinking!   ;)

[s]EDIT: I'm currently making 2 new puzzles, that I should have up in a few minutes, maybe you would like to solve the second one for me because I can't, but I'm positive they're possible.[/s]

EDIT2: Do you know how to do a nice formatted table like in immibis's puzzles?

TTTPPP (2011-12-23) Using a switch back:

For Word Blocks ([level]lubopub[/level]): [level]becibyr[/level]
For Word Blocks 2 ([level]nadegap[/level]): [level]xisydag[/level]

lightOfDay (2011-12-23) Nice! The first one isn't how I did it, but you got the idea.

jnz (2011-12-24) For Logical Deduction ([level]tybafif[/level]): [level]kokovyd[/level]

You can make a table by using the table buttons just above the text entry box.  They look like tic-tac-toe grids.  Click the first one to insert a table, the second one to insert a row in the table, and the third one to insert a cell in a row.  Or you can just type the code in if you don't feel like using the buttons.  For example this:

[code]
[table]
[tr][td][b]Code[/b][/td][td][b]Name[/b][/td][/tr]
[tr][td][level]lubopub[/level][/td][td]Word Blocks[/td][/tr]
[tr][td][level]nadegap[/level][/td][td]Word Blocks 2[/td][/tr]
[/table]
[/code]

will look like this:
[table]
[tr][td][b]Code[/b][/td][td][b]Name[/b][/td][/tr]
[tr][td][level]lubopub[/level][/td][td]Word Blocks[/td][/tr]
[tr][td][level]nadegap[/level][/td][td]Word Blocks 2[/td][/tr]
[/table]

Bucky (2011-12-24) Logical Deduction([level]tybafif[/level]):[level]zifalyf[/level].  Unlike jnz's solution, this one is timing-insensitive.

Madball (2011-12-25) When I made a solution for Word Blocks, it was [b]exactly[/b] like TTTPPP`s solution.
For Logical Deduction ([level]tybafif[/level]): [level]besecug[/level]

jf (2012-01-16) For Word Blocks ([level]lubopub[/level]): [level]vubyvog[/level]

For Word Blocks 2 ([level]nadegap[/level]): [level]pyximel[/level]

For Logical Deduction ([level]tybafif[/level]): [level]vygakob[/level]

Rene (2012-02-02) For Logical Deduction ([level]tybafif[/level]): [level]xigiryn[/level]

lightOfDay (2012-02-08) Nice solutions to logical deduction...I didn't know you could rope the correct crate out of that machines so easily...

Curly's Puzzles

curly (2012-02-12) [table]
[tr][td][b]Title[/b][/td][td][b]Level[/b][/td][td][b][center]Solution[/center][/b][/td][td][b][center]Solved[br]by Me[/center][/b][/td][td][b][center]Solved[br]by Others[/center][/b][/td][td][b]Notes[/b][/td][/tr]
[tr][td]The Tower[/td] [td][level]nabymuv[/level][/td] [td][spoiler][level]gofysig[/level][/spoiler][/td] [td][/td] [td][/td] [td]my first level[/td][/tr]
[tr][td]The Eastern Tower[/td] [td][level]vedozan[/level][/td] [td][spoiler][level]lydiban[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]The Medieval Tower[/td] [td][level]jamapim[/level][/td] [td][spoiler][level]vihokuk[/level][/spoiler][/td] [td][/td] [td][/td] [td]thou shalt not use magic[/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]The Onslaught (counting dozers)[/td] [td][level]cupyxoh[/level][/td] [td][spoiler][level]gokymen[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]Aerial Onslaught (counting crates)[/td] [td][level]velusob[/level][/td] [td][spoiler][level]bidynir[/level] (by Rene)[/spoiler][/td] [td][b][center]NO[/center][/b][/td] [td][/td] [td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]To Hell and Back[/td] [td][level]lucatax[/level][/td] [td][spoiler][level]tidazig[/level] or [level]xibonyx[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]What Does It Do?[/td] [td][level]dofodip[/level][/td] [td][spoiler][level]cosacof[/level] (by jf)[/spoiler][/td] [td][b][center]NO[/center][/b][/td] [td][/td] [td][spoiler]prime factors[/spoiler][/td][/tr]
[tr][td]What Does It Do Too?[/td] [td][level]tyxycak[/level] (by Rene)[/td] [td][/td] [td][b][center]NO[/center][/b][/td] [td][b][center]NO[/center][/b][/td] [td][spoiler]prime factors[/spoiler][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]The Dozer[/td] [td][level]metyzub[/level][/td] [td][spoiler][level]taricod[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]The Advanced Dozer - EF Special Edition[/td] [td][level]myfogic[/level][/td] [td][/td] [td][b][center]NO[/center][/b][/td] [td][b][center]NO[/center][/b][/td] [td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]In the Drawing Room with the Bulldozer[/td] [td][level]docatud[/level][/td] [td][spoiler][level]likofam[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]Busy[/td] [td][level]dufukal[/level][/td] [td][spoiler]solution available on request[/spoiler][/td] [td][/td] [td][b][center]NO[/center][/b][/td] [td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]Outsourcing[/td] [td][level]nomezit[/level][/td] [td][spoiler][level]sobicis[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]A Day at the Races - Pick the Winner[/td] [td][level]bozutyp[/level][/td] [td][spoiler][level]myhigyx[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]A Day at the Races - 2 Horse Race[/td] [td][level]fimigus[/level][/td] [td][spoiler][level]nafumag[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]A Day at the Races - Scratchings[/td] [td][level]bokedel[/level][/td] [td][spoiler][level]vulikub[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]A Day at the Races - Trifecta[/td] [td][level]dibugef[/level][/td] [td][spoiler][level]movahyt[/level] (by ais523) or [level]vapigin[/level] (by jf)[/spoiler][/td] [td][b][center]NO[/center][/b][/td] [td][/td] [td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]Choose Wisely
[/td] [td][level]lebefiv[/level][/td] [td][spoiler][level]myvyner[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]Pi[/td] [td][level]vuboruc[/level][/td] [td][spoiler]solution available on request[/spoiler][/td] [td][/td] [td][b][center]NO[/center][/b][/td] [td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]Subtract III[/td] [td][level]fynihuh[/level][/td] [td][spoiler][level]nyvodic[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]F[/td] [td][level]jypudub[/level][/td] [td][spoiler][level]nokonil[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]Double Chop[/td] [td][level]cyhybul[/level][/td] [td][spoiler][level]hydopyc[/level] (by jf)[/spoiler][/td] [td][b][center]NO[/center][/b][/td] [td][/td] [td][/td][/tr]
[tr][td]Double Chop II[/td] [td][level]detofic[/level][/td] [td][spoiler][level]mabacac[/level] (by Rene)[/spoiler][/td] [td][b][center]NO[/center][/b][/td] [td][/td] [td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]Time Trial[/td] [td][level]necyxor[/level][/td] [td][spoiler][level]rahamub[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]Time Trial II[/td] [td][level]dedipub[/level][/td] [td][spoiler][level]peculut[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]Time Trial III[/td] [td][level]xigytyr[/level][/td] [td][spoiler][level]zugeroz[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]Shelf Stacker[/td] [td][level]kanubem[/level][/td] [td][spoiler][level]rugygid[/level] or [level]manubeb[/level] (by Rene)[/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td][/td][/tr]
[tr][td]Mimic[/td] [td][level]hahepot[/level][/td] [td][spoiler][level]vigekob[/level] or [level]hididuf[/level] (by Rene)[/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]Mimic II[/td] [td][level]jalotus[/level][/td] [td][spoiler][level]xynyzip[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]Mimic III[/td] [td][level]mabifek[/level][/td] [td][spoiler][level]rokuvud[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[/table]
[br]
[table]
[tr][td][b]Title[/b][/td][td][b]Level[/b][/td][td][b][center]Solution[/center][/b][/td][td][b][center]Solved[br]by Me[/center][/b][/td][td][b][center]Solved[br]by Others[/center][/b][/td][td][b]Notes[/b][/td][/tr]
[tr][td]OutOfMemoryError[/td] [td][level]bilupib[/level][/td] [td][spoiler][level]sugehul[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]Production Line[/td] [td][level]vubyxig[/level][/td] [td][spoiler][level]myrygyn[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]How Odd[/td] [td][level]gykegox[/level][/td] [td][spoiler][level]sohazoz[/level] or [level]gefarov[/level] (by ais523)[/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]Even More Odd[/td] [td][level]fecagyf[/level][/td] [td][spoiler][level]rodupeg[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]The Cavern[/td] [td][level]becucen[/level][/td] [td][spoiler][level]bacunig[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]Matching Brackets[/td] [td][level]rumyrud[/level][/td] [td][spoiler][level]barovob[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]Timberline Tribute[/td] [td][level]lapegyb[/level][/td] [td][spoiler][level]vufager[/level] or [level]gykepun[/level] (by Rene)[/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]Random Gate[/td] [td][level]beladab[/level][/td] [td][spoiler][level]fabuhil[/level] or [level]vuvegob[/level] (by Rene)[/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]Unsort[/td] [td][level]sodihet[/level][/td] [td][spoiler]solution available on request[/spoiler][/td] [td][/td] [td][b][center]NO[/center][/b][/td] [td][/td][/tr]
[tr][td]Extract and Jam[/td] [td][level]sopuhym[/level][/td] [td][spoiler][level]nigisyn[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]Extract and Jam II[/td] [td][level]dofacar[/level][/td] [td][spoiler][level]gonezok[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]Logic Problem[/td] [td][level]gorecop[/level][/td] [td][spoiler][level]debedid[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[tr][td]Signal to Noise Ratio[/td] [td][level]pivotis[/level][/td] [td][spoiler][level]hogiror[/level] (by Rene)[/spoiler][/td] [td][b][center]NO[/center][/b][/td] [td][/td] [td][/td][/tr]
[tr][td]Snap[/td] [td][level]suzevyz[/level][/td] [td][spoiler][level]tonesih[/level][/spoiler][/td] [td][/td] [td][/td] [td][/td][/tr]
[/table]

jnz (2012-02-13) For The Medieval Tower ([level]jamapim[/level]): [level]boxozeg[/level]

curly (2012-02-13) [quote author=jnz link=topic=360.msg5204#msg5204 date=1329102825]
For The Medieval Tower ([level]jamapim[/level]): [level]boxozeg[/level]
[/quote]

Cool :-)  I knew there'd be a much simpler solution than what I did.

jf (2012-02-13) Good puzzles.

For the Tower ([level]nabymuv[/level]): [level]ximyfyt[/level]
For the Eastern Tower ([level]vedozan[/level]): [level]hibynag[/level]
For the Medieval Tower ([level]jamapim[/level]): [level]bidavyk[/level]

curly (2012-02-13) [quote author=jf link=topic=360.msg5207#msg5207 date=1329123485]
Good puzzles.

For the Tower ([level]nabymuv[/level]): [level]ximyfyt[/level]
For the Eastern Tower ([level]vedozan[/level]): [level]hibynag[/level]
For the Medieval Tower ([level]jamapim[/level]): [level]bidavyk[/level]

[/quote]

Cool solutions.  I especially like the little contraption for reordering them in [level]hibynag[/level].

Rene (2012-02-13) For The Tower ([level]nabymuv[/level]): [level]behehos[/level]
For Eastern Tower ([level]vedozan[/level]): [level]rubudeh[/level]
For Medieval Tower ([level]jamapim[/level]): [level]tenakir[/level]

Welcome to the forum, Curly, and these are great, original puzzles!

For The Onslaught ([level]cupyxoh[/level]): [level]nufesag[/level]
For Aerial Onslaught ([level]velusob[/level]): [level]bidynir[/level]

jf (2012-02-13) For the Onslaught ([level]cupyxoh[/level]): [level]dibogac[/level]
For Aerial Onslaught ([level]velusob[/level]): [level]dohydem[/level]

Rene, I like that downhill "dozer lock" used on two of your tower solutions.

curly (2012-02-14) Hmmm....I gave up on solving Aerial Onslaught and had to look at your solutions.  I kept running out of space in the top corner.  Some neat tricks in both of yours.  I have a lot to learn.

curly (2012-02-14) To Hell and Back [level]lucatax[/level]

My aim was to learn how to count without dozers.

Rene (2012-02-14) [quote author=curly link=topic=360.msg5211#msg5211 date=1329194459]
Hmmm....I gave up on solving Aerial Onslaught and had to look at your solutions.  I kept running out of space in the top corner.  Some neat tricks in both of yours.  I have a lot to learn.
[/quote]

There is no shame at all in that. Aerial Onslaught was a very tough puzzle. I tried and failed with a number of large constructions, before I found my compact solution.

For Hell and Back ([level]lucatax[/level]): [level]jirecyl[/level] (avoiding Hell alltogether) and [level]xopebed[/level] (proper solution)

jnz (2012-02-14) For To Hell and Back ([level]lucatax[/level]): [level]pusirem[/level] (cheating, 10 ticks), and [level]gydazid[/level]

jf (2012-02-14) [quote author=curly link=topic=360.msg5211#msg5211 date=1329194459]
Hmmm....I gave up on solving Aerial Onslaught and had to look at your solutions.  I kept running out of space in the top corner.  Some neat tricks in both of yours.  I have a lot to learn.
[/quote]

I agree with Rene -- Aerial Onslaught was not so easy. I worked hard to get a compact solution to fit in the top corner, being a bit competitive and wanting to have a sleek and elegant look to the solution. In this case, I like Rene's solution a bit more than mine for its efficiency.

To Hell and Back was also a good puzzle. But, Rene and jnz, [spoiler]you left your dozers baking in the heat[/spoiler]! I suspected that the other solutions would do that. I wanted [spoiler]my dozer to get back safely in the end[/spoiler]. Just a bit competitive.  ;)

For To Hell and Back ([level]lucatax[/level]): [level]dytybeb[/level].

curly (2012-02-15) [quote author=jf link=topic=360.msg5215#msg5215 date=1329254253]
To Hell and Back was also a good puzzle. But, Rene and jnz, [spoiler]you left your dozers baking in the heat[/spoiler]! I suspected that the other solutions would do that. I wanted [spoiler]my dozer to get back safely in the end[/spoiler]. Just a bit competitive.  ;)
[/quote]

Or [spoiler]you can keep the gates of hell closed[/spoiler] as in [level]tidazig[/level].

jnz (2012-02-15) For The Onslaught ([level]cupyxoh[/level]): [level]honanyk[/level]
For Aerial Onslaught ([level]velusob[/level]): [level]nicupeb[/level]

jf (2012-02-15) [quote author=curly link=topic=360.msg5216#msg5216 date=1329279769]
[quote author=jf link=topic=360.msg5215#msg5215 date=1329254253]
To Hell and Back was also a good puzzle. But, Rene and jnz, [spoiler]you left your dozers baking in the heat[/spoiler]! I suspected that the other solutions would do that. I wanted [spoiler]my dozer to get back safely in the end[/spoiler]. Just a bit competitive.  ;)
[/quote]

Or [spoiler]you can keep the gates of hell closed[/spoiler] as in [level]tidazig[/level].
[/quote]

Yes, very nice.

curly (2012-02-20) A new puzzle.  It might be a bit easy though cos I could only manage 2 digits.  A 3 or more digit one would require a more clever solution so perhaps someone more experienced can make one.

What does it do?  [level]dofodip[/level]

curly (2012-02-22) [quote author=curly link=topic=360.msg5226#msg5226 date=1329719104]
A new puzzle.  It might be a bit easy though cos I could only manage 2 digits.  A 3 or more digit one would require a more clever solution so perhaps someone more experienced can make one.

What does it do?  [level]dofodip[/level]
[/quote]

Actually now I'm not sure that my idea for a simple solution (using lookup table) is possible due to the limited space.  I think an algorithmic solution should still be possible though.

curly (2012-02-22) Two new puzzles:
[table]
[tr][td]The Dozer[/td] [td][level]metyzub[/level][/td][/tr]
[tr][td]The Advanced Dozer - EF Special Edition[/td] [td][level]myfogic[/level][/td][/tr]
[/table]

curly (2012-02-23) And another one:

In the Drawing Room with the Bulldozer [level]docatud[/level]

Werbad (2012-02-23) For In the Drawing Room with the Bulldozer ([level]docatud[/level]): [s][level]zacitez[/level][/s] [level]garucov[/level]

curly (2012-02-23) [quote author=Werbad link=topic=360.msg5240#msg5240 date=1330000566]
For In the Drawing Room with the Bulldozer ([level]docatud[/level]): [level]zacitez[/level]
[/quote]

Sorry to be the bearer of bad news but this doesn't work for 0.  Removing the top left gate fixes it.

Werbad (2012-02-23) Crap, forgot to remove that, it was part of an earlier attempt to handle the 0 case.
Fixed: [level]garucov[/level]

jnz (2012-02-23) For The Dozer ([level]metyzub[/level]): [level]dovydid[/level]
For In the Drawing Room with the Bulldozer ([level]docatud[/level]): [level]gakahel[/level]

Rene (2012-02-24) For The Dozer ([level]metyzub[/level]): [level]lepugyd[/level]
For In the Drawing Room with the Bullldozer ([level]docatud[/level]): [level]gylureg[/level]

jf (2012-02-25) For What does it do? ([level]dofodip[/level]): [level]bopinih[/level]

[spoiler]There is enough space for a lookup table.[/spoiler]

For The Dozer ([level]metyzub[/level]): [level]paxomag[/level]

curly (2012-02-25) [quote author=jf link=topic=360.msg5246#msg5246 date=1330128540]
For What does it do? ([level]dofodip[/level]): [level]bopinih[/level]
[/quote]

Awesome! I had to study it for a long time to figure out how it works.

curly (2012-02-25) [quote author=jnz link=topic=360.msg5243#msg5243 date=1330015339]
For The Dozer ([level]metyzub[/level]): [level]dovydid[/level]
[/quote]

Wow, that's fast.  [spoiler]And no dozers used.  Cool![/spoiler]

curly (2012-02-25) [quote author=Rene link=topic=360.msg5245#msg5245 date=1330111543]
For In the Drawing Room with the Bullldozer ([level]docatud[/level]): [level]gylureg[/level]
[/quote]

[spoiler]I didn't realise it was possible without using the key. Well done.[/spoiler]

Rene (2012-02-25) [quote author=jf link=topic=360.msg5246#msg5246 date=1330128540]
For What does it do? ([level]dofodip[/level]): [level]bopinih[/level]

[spoiler]There is enough space for a lookup table.[/spoiler]
[/quote]

Darn, now I have to finish my solution as well. I have it almost completed, but ran out of space. .
It is an interesting concept for a puzzle, though.

curly (2012-02-25) Busy [level]dufukal[/level]

Rene (2012-02-25) [quote author=Rene link=topic=360.msg5250#msg5250 date=1330173529]
Darn, now I have to finish my solution as well. I have it almost completed, but ran out of space. .
It is an interesting concept for a puzzle, though.
[/quote]

YES, did it!
For What does it do? ([level]dofodip[/level]): [level]dovahus[/level]

[spoiler]I used a lookup table as well; but a single big one.[/spoiler]

curly (2012-02-25) [quote author=Rene link=topic=360.msg5252#msg5252 date=1330182973]
YES, did it!
For What does it do? ([level]dofodip[/level]): [level]dovahus[/level]
[/quote]

Cool.  I think next time I'll have to give you even less space to play with :-)

jf (2012-02-25) [quote author=Rene link=topic=360.msg5250#msg5250 date=1330173529]
[/quote]
Darn, now I have to finish my solution as well.
[quote][/quote]

:D

You know, the reason that I didn't post my solution to For In the Drawing Room with the Bulldozer is because you solved it [spoiler]without using the door key[/spoiler]! That, after jnz's solution with the [spoiler]cool dozer turn[/spoiler].

OOPS: Looking at Rene's solution, I see that I accidentally left some [spoiler]unused values in my tables. That's a problem with hand-coding these tables, isn't it?[/spoiler] Here is a reduced solution for What does it do: [level]cosacof[/level]

curly (2012-02-29) New level:

Outsourcing [level]nomezit[/level]

Werbad (2012-03-01) For Outsourcing ([level]nomezit[/level]): [level]pibumag[/level]

curly (2012-03-01) [quote author=Werbad link=topic=360.msg5274#msg5274 date=1330569919]
For Outsourcing ([level]nomezit[/level]): [level]pibumag[/level]
[/quote]

That didn't take you long.  Well done.   [spoiler]A lot simpler than my time-slot based solution which took me many hours to get everything working in sync[/spoiler].

jf (2012-03-01) For Outsourcing ([level]nomezit[/level]): [level]gidegiv[/level]

I also went for a [spoiler]multiplexed loop[/spoiler] design, which was fun.

Edit: I can [spoiler]remove the swap at the beginning and it works. It just doesn't immediately solve for F[/spoiler]. [level]sebylyh[/level]

Rene (2012-03-01) [quote author=curly link=topic=360.msg5226#msg5226 date=1329719104]
A new puzzle.  It might be a bit easy though cos I could only manage 2 digits.  A 3 or more digit one would require a more clever solution so perhaps someone more experienced can make one.

What does it do?  [level]dofodip[/level]
[/quote]

Challenge accepted. Here is a 3 digit one. Not sure whether it is solvable, though, the original version was already very hard.

What does it do too? [level]tyxycak[/level]

curly (2012-03-02) [quote author=Rene link=topic=360.msg5279#msg5279 date=1330625992]
[quote author=curly link=topic=360.msg5226#msg5226 date=1329719104]
A new puzzle.  It might be a bit easy though cos I could only manage 2 digits.  A 3 or more digit one would require a more clever solution so perhaps someone more experienced can make one.

What does it do?  [level]dofodip[/level]
[/quote]

Challenge accepted. Here is a 3 digit one. Not sure whether it is solvable, though, the original version was already very hard.

What does it do too? [level]tyxycak[/level]
[/quote]

Cool. (I'll add it to the list at the top with the appropriate credit.) [spoiler]The lookup table would be 4 times bigger so there might be just enough room.  I'd love to see someone get a trial division solution working though.[/spoiler]  Too hard for me at this stage :-)

ais523 (2012-03-02) For Outsourcing ([level]nomezit[/level]): [level]vupegyb[/level] [spoiler]It's a reasonably simple solution based on using 3 timeslots in each quadrant, each of which is four cycles long.[/spoiler]

TTTPPP (2012-03-02) For The Tower ([level]nabymuv[/level]): [level]sehoxih[/level]
For The Medival Tower ([level]jamapim[/level]): [level]bivexad[/level]

Nice levels!

TTTPPP (2012-03-04) For Aerial Onslaught ([level]velusob[/level]): [level]duxogib[/level]

curly (2012-03-08) New series of puzzles:

[table]
[tr][td]A Day at the Races - Pick the Winner[/td] [td][level]bozutyp[/level][/td][/tr]
[tr][td]A Day at the Races - 2 Horse Race[/td] [td][level]fimigus[/level][/td][/tr]
[tr][td]A Day at the Races - Scratchings[/td] [td][level]bokedel[/level][/td][/tr]
[tr][td]A Day at the Races - Trifecta[/td] [td][level]dibugef[/level][/td][/tr]
[/table]

TTTPPP (2012-03-09) For A Day at the Races - Pick the Winner ([level]bozutyp[/level]): [level]fugeziz[/level]
For A Day at the Races - Pick the Winner ([level]dibugef[/level]): [level]kebaboh[/level]

curly (2012-03-10) [quote author=TTTPPP link=topic=360.msg5289#msg5289 date=1331320482]
For A Day at the Races - Pick the Winner ([level]bozutyp[/level]): [level]fugeziz[/level]
For A Day at the Races - Pick the Winner ([level]dibugef[/level]): [level]kebaboh[/level]
[/quote]

Damnit!  I didn't think that type of solution was possible.  [spoiler]I'd have prevented the Turn Signal except that it might be too restrictive without it.[/spoiler]

[level]kebaboh[/level] doesn't quite work though.  [spoiler]If the random crates are the same it gets the order wrong.[/spoiler]

ais523 (2012-03-10) For dibugef, my solution is [level]movahyt[/level].

[spoiler]It required some ugly delays on the dozers to deal with all of the patterns 1111, 1234, 4321. If only it were one cycle less difference between the routes that was needed, I wouldn't need the turn signs, and the level would be rather better-looking as a result.[/spoiler]

TTTPPP (2012-03-10) [quote author=curly link=topic=360.msg5290#msg5290 date=1331342587]
Damnit!  I didn't think that type of solution was possible.  [spoiler]I'd have prevented the Turn Signal except that it might be too restrictive without it.[/spoiler]

[level]kebaboh[/level] doesn't quite work though.  [spoiler]If the random crates are the same it gets the order wrong.[/spoiler]
[/quote]

Darn! :-) I must have checked [level]kebaboh[/level] with random crates about 20 times, but I didn't try manually selecting the values.  I've had to use a different approach for the other levels, but I haven't got it to succeed yet.

jf (2012-03-10) For A Day at the Races - Trifecta ([level]dibugef[/level]): [level]vapigin[/level] [spoiler]Oh, and no turn signals.  :)[/spoiler]

curly (2012-03-10) [quote author=jf link=topic=360.msg5297#msg5297 date=1331371712]
For A Day at the Races - Trifecta ([level]dibugef[/level]): [level]vapigin[/level] [spoiler]Oh, and no turn signals.  :)[/spoiler]
[/quote]

Excellent work!

Rene (2012-03-10) For A Day at the Races - Pick the Winner ([level]bozutyp[/level]): [level]xurydag[/level]
For A Day at the Races - 2 Horse Race ([level]fimigus[/level]): [s][level]jegabap[/level][/s] [level]tuxilac[/level]
For A Day at the Races - Scratchings ([level]bokedel[/level]):  [level]duxyced[/level]
For A Day at the Races - Trifecta ([level]dibugef[/level]):  [level]paxysib[/level]

Interesting puzzles again, Curly!

curly (2012-03-10) [quote author=Rene link=topic=360.msg5300#msg5300 date=1331391503]
For A Day at the Races - Pick the Winner ([level]bozutyp[/level]): [level]xurydag[/level]
For A Day at the Races - 2 Horse Race ([level]fimigus[/level]): [level]jegabap[/level]
For A Day at the Races - Scratchings ([level]bokedel[/level]):  [level]duxyced[/level]
For A Day at the Races - Trifecta ([level]dibugef[/level]):  [level]paxysib[/level]

Interesting puzzles again, Curly!

[/quote]

And very interesting solutions!  ([level]jegabap[/level] was saved with 0's instead of random crates but it works correctly)

Rene (2012-03-10) [quote author=curly link=topic=360.msg5302#msg5302 date=1331395345]
And very interesting solutions!  ([level]jegabap[/level] was saved with 0's instead of random crates but it works correctly)
[/quote]
Fixed now.

jf (2012-03-11) For A Day at the Races - 2 Horse Race ([level]fimigus[/level]): [level]vicyhyk[/level]
For A Day at the Races - Scratchings ([level]bokedel[/level]): [level]bisonyb[/level]

I really like the abacus device in Rene's [level]duxyced[/level] solution to Scratchings.

Curly, your own [level]vulikub[/level] solution to Scratchings is very clever.

curly (2012-03-11) New puzzle

Choose Wisely [level]lebefiv[/level]

Werbad (2012-03-11) For Choose Wisely ([level]lebefiv[/level]): [level]medabop[/level]

Rene (2012-03-12)
For Choose Wisely ([level]lebefiv[/level]): [level]ryxuroh[/level]

curly (2012-03-14) [quote author=Rene link=topic=360.msg5318#msg5318 date=1331590752]

For Choose Wisely ([level]lebefiv[/level]): [level]ryxuroh[/level]
[/quote]

Very cool! :-)  I love the way you choose between the Packer and Unpacker.

curly (2012-03-17) New level

Pi [level]vuboruc[/level]

jnz (2012-03-20) For Subtract II ([level]zalamod[/level]): [level]jepigir[/level]
For No Subtract ([level]cubanef[/level]): [level]jufufud[/level] (not what you were intending?)

curly (2012-03-21) [quote author=jnz link=topic=360.msg5331#msg5331 date=1332267616]
For Subtract II ([level]zalamod[/level]): [level]jepigir[/level]
For No Subtract ([level]cubanef[/level]): [level]jufufud[/level] (not what you were intending?)
[/quote]

Hmmm...neither were what I had in mind.  Try these:

[table]
[tr][td]Subtract III[/td] [td][level]fynihuh[/level][/td][/tr]
[tr][td][s]No Subtract III[/s][/td] [td][s][level]ripibex[/level][/s][/td][/tr]
[/table]

ais523 (2012-03-21) [quote author=curly link=topic=360.msg5333#msg5333 date=1332296993]
Hmmm...neither were what I had in mind.  Try these:
[table]
[tr][td]Subtract III[/td] [td][level]fynihuh[/level][/td][/tr]
[tr][td]No Subtract III[/td] [td][level]ripibex[/level][/td][/tr]
[/table]
[/quote]
Aha! I think I know what you're getting at now. So I decided to subvert it anyway ;)
[level]ripibex[/level]: [level]jadotob[/level]

[spoiler]You probably want to make your F-sensor trigger on the goal square, not the square next to it, because with good timing it's possible to push a crate diagonally (as shown here).[/spoiler]

curly (2012-03-21) [quote author=ais523 link=topic=360.msg5334#msg5334 date=1332330520]
Aha! I think I know what you're getting at now. So I decided to subvert it anyway ;)
[level]ripibex[/level]: [level]jadotob[/level]
[/quote]

OK try this one then:

F [level]jypudub[/level]

ais523 (2012-03-21) [quote author=curly link=topic=360.msg5336#msg5336 date=1332336562]
[quote author=ais523 link=topic=360.msg5334#msg5334 date=1332330520]
Aha! I think I know what you're getting at now. So I decided to subvert it anyway ;)
[level]ripibex[/level]: [level]jadotob[/level]
[/quote]

OK try this one then:

F [level]jypudub[/level]
[/quote]

[level]gezatag[/level] (insert evil grin here)

curly (2012-03-21) [quote author=ais523 link=topic=360.msg5340#msg5340 date=1332345163]
[level]gezatag[/level] (insert evil grin here)
[/quote]

Actually that's exactly what I've been looking for :-)  [spoiler]Although I was kinda hoping somebody would find a solution using F so I could make an F2 which doesn't allow the F barrel.[/spoiler]

jf (2012-03-22) For F ([level]jypudub[/level]): [level]boxodad[/level]

For No Subtract III ([level]ripibex[/level]): [level]zydugol[/level]

jnz (2012-03-22) For Subtract III ([level]fynihuh[/level]): [level]dagimyf[/level]
For No Subtract III ([level]ripibex[/level]): [level]rofefet[/level]
For F ([level]jypudub[/level]): [level]rudobot[/level]

Rene (2012-03-23) For No Subtract III ([level]ripibex[/level]): [level]hoxicop[/level] (3 ticks)
For Subtract III ([level]fynihuh[/level]): [level]xekehid[/level] (4 ticks)
For F ([level]jypudub[/level]): [level]gugedah[/level]

curly (2012-03-30) New puzzle

Double Chop [level]cyhybul[/level]

jf (2012-03-31) For Double Chop ([level]cyhybul[/level]): [level]hydopyc[/level] [spoiler]Tricky tricky -- those four winches!  :)[/spoiler]

curly (2012-03-31) [quote author=jf link=topic=360.msg5356#msg5356 date=1333155466]
For Double Chop ([level]cyhybul[/level]): [level]hydopyc[/level] [spoiler]Tricky tricky -- those four winches!  :)[/spoiler]
[/quote]

Cool.  [spoiler]That's not at all what I had in mind.[/spoiler]

Rene (2012-03-31)
For Double Chop ([level]cyhybul[/level]): [level]gufodid[/level]

JF and I seem to have taken a similar approach. Like minds think alike  :D

curly (2012-04-03) [quote author=Rene link=topic=360.msg5359#msg5359 date=1333237363]
JF and I seem to have taken a similar approach. Like minds think alike  :D
[/quote]

OK, now do it without cheating :-)

Double Chop II [level]detofic[/level]

Rene (2012-04-06) [quote author=curly link=topic=360.msg5360#msg5360 date=1333490903]

OK, now do it without cheating :-)

Double Chop II [level]detofic[/level]
[/quote]

Hey, it is called "creative thinking"  8). But OK, I guess you had a solution such as this in mind:

For Double Chop II ([level]detofic[/level]): [level]mabacac[/level]

jf (2012-04-07) [quote author=curly link=topic=360.msg5360#msg5360 date=1333490903]
[quote author=Rene link=topic=360.msg5359#msg5359 date=1333237363]
JF and I seem to have taken a similar approach. Like minds think alike  :D
[/quote]

OK, now do it without cheating :-)

Double Chop II [level]detofic[/level]
[/quote]

Cheating? No, but really? For Double Chop II ([level]detofic[/level]): [level]goxybub[/level]

curly (2012-04-07) [quote author=jf link=topic=360.msg5362#msg5362 date=1333762483]
Cheating? No, but really? For Double Chop II ([level]detofic[/level]): [level]goxybub[/level]
[/quote]

Cool!  :)

curly (2012-04-08) New puzzle

Time Trial [level]necyxor[/level]

jf (2012-04-09) For Time Trial ([level]necyxor[/level]): [level]gymexab[/level]

Nice puzzle, pushing the rubicon limits.

jnz (2012-04-09) For Time Trial ([level]necyxor[/level]): [level]hotipud[/level].  Very similar to jf's solution.
For Double Chop ([level]detofic[/level]): [level]hudydim[/level].  Again like jf's!

curly (2012-04-09) [quote author=jf link=topic=360.msg5365#msg5365 date=1333939934]
For Time Trial ([level]necyxor[/level]): [level]gymexab[/level]

Nice puzzle, pushing the rubicon limits.
[/quote]

New puzzle

Time Trial II [level]dedipub[/level]

Werbad (2012-04-09) For Time Trial II ([level]dedipub[/level]): [level]cytevok[/level] (no dozers)

jnz (2012-04-09) For Time Trial II ([level]dedipub[/level]): [level]migudov[/level]

jf (2012-04-10) For Time Trial II ([level]dedipub[/level]): [level]julakuc[/level]

Rene (2012-04-10)
For Time Trial ([level]necyxor[/level]): [level]sepibyk[/level]
For Time Trial II ([level]dedipub[/level]): [level]jigigor[/level]

curly (2012-04-15) New puzzle

Time Trial III [level]xigytyr[/level]

curly (2012-05-13) New puzzle

Shelf Stacker [level]kanubem[/level]

curly (2012-06-04) New puzzle

Mimic [level]hahepot[/level]

Still nobody has solved the last 2 yet either.

curly (2012-06-09) Another new one

OutOfMemoryError [level]bilupib[/level]

Werbad (2012-06-09) For OutOfMemoryError ([level]bilupib[/level]): [level]fobekus[/level]

ais523 (2012-06-11) For OutOfMemoryError (bilupib): [level]vicanuh[/level]

curly (2012-06-11) [quote author=ais523 link=topic=360.msg5416#msg5416 date=1339393676]
For OutOfMemoryError (bilupib): [level]vicanuh[/level]
[/quote]

And I see you actually found an extra 8 bytes.  :)

jnz (2012-06-11) For OutOfMemoryError ([level]bilupib[/level]): [level]dykymuf[/level]

curly (2012-06-11) [quote author=jnz link=topic=360.msg5418#msg5418 date=1339395579]
For OutOfMemoryError ([level]bilupib[/level]): [level]dykymuf[/level]
[/quote]

Nice ;D  [spoiler]306 ticks![/spoiler]

Rene (2012-06-11) How do you mean, Out of Memory?

For OutOfMemoryError ([level]bilupib[/level]): [level]zupilut[/level]

jnz (2012-06-12) For OutOfMemoryError ([level]bilupib[/level]): [level]jagerum[/level] [spoiler]down to 300 ticks[/spoiler]

Rene (2012-06-12) YES! Finally found a solution to Shelf Stacker ([level]kanubem[/level]): [level]manubeb[/level]

I had a lot of trouble with the bottom shelfs. As you can see, I had to resolve to an ugly special case solution for that.
I am eager to see your solution now, Curly!

Rene (2012-06-12) [quote author=jnz link=topic=360.msg5421#msg5421 date=1339462249]
For OutOfMemoryError ([level]bilupib[/level]): [level]jagerum[/level] [spoiler]down to 300 ticks[/spoiler]
[/quote]

I could not help but take up the challenge
For OutOfMemoryError ([level]zupilut[/level]): [level]danugil[/level] [spoiler]156 ticks[/spoiler]

curly (2012-06-12) [quote author=Rene link=topic=360.msg5422#msg5422 date=1339506352]
YES! Finally found a solution to Shelf Stacker ([level]kanubem[/level]): [level]manubeb[/level]

I had a lot of trouble with the bottom shelfs. As you can see, I had to resolve to an ugly special case solution for that.
I am eager to see your solution now, Curly!
[/quote]

Very nice mechanism, and yes I also had trouble with the bottom ones [spoiler]which is why I took a very different approach [level]rugygid[/level].[/spoiler]

Rene (2012-06-13) [quote author=curly link=topic=360.msg5424#msg5424 date=1339531032]

Very nice mechanism, and yes I also had trouble with the bottom ones [spoiler]which is why I took a very different approach [level]rugygid[/level].[/spoiler]
[/quote]

Damn, that's smart! I should have thought of that.

Rene (2012-06-16) For Time Trial III ([level]xigytyr[/level]): [level]vysokoz[/level]

What a difficult puzzle :-\. It took me a long time to find a working approach, and in the worst case situation, I do not have one single tick to spare.

curly (2012-06-16) [quote author=Rene link=topic=360.msg5426#msg5426 date=1339863693]
For Time Trial III ([level]xigytyr[/level]): [level]vysokoz[/level]

What a difficult puzzle :-\. It took me a long time to find a working approach, and in the worst case situation, I do not have one single tick to spare.
[/quote]

Again I took a very different approach [spoiler][level]zugeroz[/level][/spoiler] but mine is also down to the wire in the worst case scenario.  It's interesting that the two different approaches would have the same limit.  I guess it comes down to how fast information can be transported.  I must say I did expect you guys to beat my time though.  I didn't realise this puzzle would be so hard.

curly (2012-06-24) New puzzle

Production Line [level]vubyxig[/level]

Werbad (2012-06-24) For Production Line ([level]vubyxig[/level]): [level]boxibuv[/level]

jnz (2012-06-24) For Production Line ([level]vubyxig[/level]): [level]nyhuhuf[/level] [spoiler]I'm only "cheating" the last stop on the line[/spoiler]

Rene (2012-06-25)
For Production Line ([level]vubyxig[/level]): [level]tucedym[/level] [spoiler]cheating all the way[/spoiler]

curly (2012-07-09) New puzzle

How Odd [level]gykegox[/level]

ais523 (2012-07-09) For How Odd ([level]gykegox[/level]): [level]gefarov[/level]

[spoiler]This isn't the only method to solve it, but it's probably the most obvious. I guess you could do it using adders instead, but you'd need two of them per digit.[/spoiler]

curly (2012-07-10) [quote author=ais523 link=topic=360.msg5461#msg5461 date=1341866094]
For How Odd ([level]gykegox[/level]): [level]gefarov[/level]

[spoiler]This isn't the only method to solve it, but it's probably the most obvious. I guess you could do it using adders instead, but you'd need two of them per digit.[/spoiler]
[/quote]

Cool.  I knew there must have been an easier way than what I did.  [level]sohazoz[/level]

curly (2012-07-14) New puzzle

Even More Odd [level]fecagyf[/level]

ais523 (2012-07-17) [quote author=curly link=topic=360.msg5463#msg5463 date=1342230006]
New puzzle

Even More Odd [level]fecagyf[/level]

[/quote]

Err, that's the exact same puzzle with the crates changed, so a solution will be exactly the same.

Werbad (2012-07-17) No, it bans copiers and turn gates

jnz (2012-07-18) For Even More Odd ([level]fecagyf[/level]): [level]luhokud[/level]

Werbad (2012-07-18) For Even More Odd ([level]fecagyf[/level]): [level]bexafif[/level]

jf (2012-07-21) For Even More Odd ([level]fecagyf[/level]): [level]gikedih[/level]

Rene (2012-07-24) For How Odd ([level]gykegox[/level]): [level]zifibuf[/level]
For Even More Odd ([level]fecagyf[/level]): [level]sadygys[/level] (same solution)

curly (2012-09-22) New puzzle

The Cavern [level]becucen[/level]

jnz (2012-09-24) For The Cavern ([level]becucen[/level]): [level]nogarig[/level]

curly (2012-09-25) New puzzle

Matching Brackets [level]rumyrud[/level]

I can think of 3 very different ways to solve this one so hopefully some of you implement a different algorithm from the one I did.

jf (2012-09-27) For the Cavern ([level]becucen[/level]): [level]julinan[/level]

jf (2012-09-27) For Matching Brackets ([level]rumyrud[/level]): [level]vinubiv[/level]

curly (2012-10-19) New puzzle

Timberline Tribute [level]lapegyb[/level]

Rene (2012-10-19) For Matching Brackets ([level]rumyrud[/level]): [s][level]pemefec[/level][/s] [level]vyduves[/level]
For The Cavern: ([level]becucen[/level]): [level]xypivat[/level]

curly (2012-10-19) [quote author=Rene link=topic=360.msg5482#msg5482 date=1350674245]
For Matching Brackets ([level]rumyrud[/level]): [level]pemefec[/level]
[/quote]

That's a very clever solution but unfortunately the mechanism jams if 6 or more 9's come out in a row.

Rene (2012-10-20) [quote author=curly link=topic=360.msg5483#msg5483 date=1350679193]
[quote author=Rene link=topic=360.msg5482#msg5482 date=1350674245]
For Matching Brackets ([level]rumyrud[/level]): [level]pemefec[/level]
[/quote]

That's a very clever solution but unfortunately the mechanism jams if 6 or more 9's come out in a row.
[/quote]

Ai, ai, I am getting sloppy at old age. It's fixed now: [level]vyduves[/level]

Rene (2012-10-20) For Timberline Tribute ([level]lapegyb[/level]): [level]gykepun[/level]

At the time that JF published the original Timberline back in 2006, I thought it must be the most difficult puzzle ever, and that it would not be possible with more than about 6 crates (see [url]http://kevan.org/rubicon/forums/index.php/topic,62.msg1168.html#msg1168[/url]).

And here is Timberline Tribute with 10 crates, no copiers and only one dozer, and I found it challenging, but not super difficult. Guess I have grown since then :D

curly (2012-10-20) [quote author=Rene link=topic=360.msg5485#msg5485 date=1350762827]
For Timberline Tribute ([level]lapegyb[/level]): [level]gykepun[/level]

At the time that JF published the original Timberline back in 2006, I thought it must be the most difficult puzzle ever, and that it would not be possible with more than about 6 crates (see [url]http://kevan.org/rubicon/forums/index.php/topic,62.msg1168.html#msg1168[/url]).

And here is Timberline Tribute with 10 crates, no copiers and only one dozer, and I found it challenging, but not super difficult. Guess I have grown since then :D

[/quote]

Cool!  [spoiler]So how many crates can you handle with this approach?  10 was the most I could do with my solution: [level]vufager[/level][/spoiler]

Rene (2012-10-21) [quote author=curly link=topic=360.msg5486#msg5486 date=1350766445]
[quote author=Rene link=topic=360.msg5485#msg5485 date=1350762827]
For Timberline Tribute ([level]lapegyb[/level]): [level]gykepun[/level]

At the time that JF published the original Timberline back in 2006, I thought it must be the most difficult puzzle ever, and that it would not be possible with more than about 6 crates (see [url]http://kevan.org/rubicon/forums/index.php/topic,62.msg1168.html#msg1168[/url]).

And here is Timberline Tribute with 10 crates, no copiers and only one dozer, and I found it challenging, but not super difficult. Guess I have grown since then :D

[/quote]

Cool!  [spoiler]So how many crates can you handle with this approach?  10 was the most I could do with my solution: [level]vufager[/level][/spoiler]
[/quote]

Not sure what the maximum number of target crates would be. In my puzzle "Glass Floor Static" ([level]mogafur[/level]) there were 11 target crates, and some of the solutions there allow for more crates as well.
[spoiler]With the current approach it largely depends on the width of the screen. You'll need the glass floor itself and the crate reversal mechanism next to it, with the same width. Assuming you can place the incrementer above the glass floor, the limit is probably around 20 target crates. That is, assuming the targets are positioned ideally from the start, and you can find room for the 'F' crates :).

If there was more room under the floor, then the crate reversal mechanism can be smaller, and you can go for even more crates[/spoiler]

Taking all that into account, the following is possible to solve: [level]zuporic[/level]

colcolpicle (2012-10-21) That was a fun one. I don't really know how the whole door/winch system in the middle works, but it seems to.


For Timberline Tribute ([level]lapegyb[/level]): [level]banalis[/level]

jf (2012-10-23) For Timberline Tribute ([level]lapegyb[/level]): [level]lecanur[/level]

Those other solutions are pretty wild -- I have to go back and figure out how they work. My design follows the same principle as Rene's, although, his is much more compact. I wish that I had thought of that little mechanism he is using there. Well, I'm happy to have solved it.  :)

curly (2012-10-27) New puzzle

Random Gate [level]beladab[/level]

humbugger (2012-10-28) For Timberline Tribute:[lapegyb][/pilutid]

I used part of colcolpicle's design for my solution.  I am new to this and I hope that is OK.

This is my first post, so I am not sure if I have done the links right.

curly (2012-10-28) [quote author=humbugger link=topic=360.msg5491#msg5491 date=1351384651]
For Timberline Tribute:[lapegyb][/pilutid]

I used part of colcolpicle's design for my solution.  I am new to this and I hope that is OK.

This is my first post, so I am not sure if I have done the links right.
[/quote]

Hi Humbugger, welcome to the forum.  To create a link to a level, use the yellow ? icon above the message text area.

humbugger (2012-10-28) Thanks Curly.  I will try post links again with this solution to Rene's Glass Floor with 41 targets.  [level]zuporic[/level]bizikyb

I call it Glass Floor Max Crates.  I use the crate reversal mechanism from Rene.

I hope I have done the level links right this time

humbugger (2012-10-28) I will try this links again

[level]zuporic[/level]:[level]bizikyb[/level]

By the way it takes a real long time to solve.

humbugger (2012-10-28) Now that I have figured out the links, I am re-posting solution

For Timberline Tribute: [level]lapegyb[/level]:[level]pilutid[/level]

Rene (2012-10-29)
For Random Crate ([level]beladab[/level]): [level]vuvegob[/level]

curly (2012-11-11) New puzzle

Unsort [level]sodihet[/level]

curly (2012-12-02) New puzzle

Extract and Jam [level]sopuhym[/level]

Rene (2012-12-06)
For Extract and Jam ([level]sopuhym[/level]): [level]milytyn[/level]

jf (2012-12-14) For Extract and Jam ([level]sopuhym[/level]): [level]byravem[/level]

I found this puzzle full of technical difficulties, and then Rene's solution made it look so simple.

curly (2012-12-14) [quote author=jf link=topic=360.msg5518#msg5518 date=1355479801]
For Extract and Jam ([level]sopuhym[/level]): [level]byravem[/level]

I found this puzzle full of technical difficulties, and then Rene's solution made it look so simple.
[/quote]

Yeah I also found it a lot more difficult than Rene makes it look.  My solution is [level]nigisyn[/level].  [spoiler]Like you I had trouble with the blocking mechanism and took a 2-stage approach.  And unlike both of you I also overcomplicated the bit to get the crates to the matcher, going under instead of over.[/spoiler]

Werbad (2012-12-15) For Extract and Jam ([level]sopuhym[/level]): [level]lubicih[/level]

curly (2012-12-15) Reposting puzzle

Mimic [level]hahepot[/level]

I'm surprised nobody has found a solution for this yet.  I'm interested to see how close you come to what I did or if you find a quite different approach.

ais523 (2012-12-15) For Extract and Jam ([level]sopuhym[/level]): [level]jimykig[/level].

Didn't seem to be anything weird or subtle about it to me. I'll be interested to see what other people came up with.

curly (2012-12-21) New puzzle

Extract and Jam II [level]dofacar[/level]

Werbad (2012-12-30) For Extract and Jam II ([level]dofacar[/level]): [level]gexemex[/level]

Rene (2013-01-01) For Extract and Jam II ([level]dofacar[/level]): [level]garyrek[/level]

[quote author=curly link=topic=360.msg5521#msg5521 date=1355603778]
Reposting puzzle

Mimic [level]hahepot[/level]

I'm surprised nobody has found a solution for this yet.  I'm interested to see how close you come to what I did or if you find a quite different approach.

[/quote]

I have looked at Mimic, and tried some solutions, but it still eludes me. Also Unsort is still waiting on my to-do list.

[quote author=jf link=topic=360.msg5518#msg5518 date=1355479801]
For Extract and Jam ([level]sopuhym[/level]): [level]byravem[/level]

I found this puzzle full of technical difficulties, and then Rene's solution made it look so simple.
[/quote]

Mmmmm, I don't remember finding it particularly hard  :-\. [spoiler]The only thing tricky thing I remember was getting the final solution through the path of the barrels.[/spoiler]
I found the second version harder.

Rene (2013-01-01) [quote author=curly link=topic=360.msg5521#msg5521 date=1355603778]
Mimic [level]hahepot[/level]

I'm surprised nobody has found a solution for this yet.  I'm interested to see how close you come to what I did or if you find a quite different approach.

[/quote]

I had another look at it, and found a solution: [level]hididuf[/level]
I suspect it is very similar to your own solution.

[b]A happy new year to everybody![/b]

curly (2013-01-01) [quote author=Rene link=topic=360.msg5526#msg5526 date=1357062923]
[quote author=curly link=topic=360.msg5521#msg5521 date=1355603778]
Mimic [level]hahepot[/level]

I'm surprised nobody has found a solution for this yet.  I'm interested to see how close you come to what I did or if you find a quite different approach.

[/quote]

I had another look at it, and found a solution: [level]hididuf[/level]
I suspect it is very similar to your own solution.

[b]A happy new year to everybody![/b]
[/quote]

Actually it's very different from mine.  I hope you haven't looked at what I did cos it also works for

Mimic II [level]jalotus[/level]

Happy New Year :-)

Rene (2013-01-02) [quote author=curly link=topic=360.msg5527#msg5527 date=1357070070]
Actually it's very different from mine.  I hope you haven't looked at what I did cos it also works for

Mimic II [level]jalotus[/level]

Happy New Year :-)
[/quote]

Darn... that forces me to actually analyse what pattern is generated  :P. I had not noticed your solution yet, so here is mine, without looking at yours:

For Mimic II ([level]jalotus[/level]): [level]gubimeg[/level]

curly (2013-01-02) [quote author=Rene link=topic=360.msg5528#msg5528 date=1357146172]
[quote author=curly link=topic=360.msg5527#msg5527 date=1357070070]
Actually it's very different from mine.  I hope you haven't looked at what I did cos it also works for

Mimic II [level]jalotus[/level]

Happy New Year :-)
[/quote]

Darn... that forces me to actually analyse what pattern is generated  :P. I had not noticed your solution yet, so here is mine, without looking at yours:

For Mimic II ([level]jalotus[/level]): [level]gubimeg[/level]

[/quote]

Nice.  How much difference does this make then?

Mimic III [level]mabifek[/level]

Rene (2013-01-03) [quote author=curly link=topic=360.msg5529#msg5529 date=1357158665]
Nice.  How much difference does this make then?

Mimic III [level]mabifek[/level]
[/quote]

Not much. It just needs a new trigger mechanism:

For Mimic III ([level]mabifek[/level]): [level]degibyl[/level]

Now, if you removed access to the solution crate stream, that would require some rethinking...  ;)

b612 (2013-01-25) For Extract and Jam [level]sopuhym[/level] : [level]jozilev[/level]
For Extract and Jam II [level]dofacar[/level] : [level]lynybur[/level] faster [level]jofiguf[/level] fastest [level]tinokim[/level]

Rene (2013-02-01) [quote author=b612 link=topic=360.msg5558#msg5558 date=1359131215]
For Extract and Jam [level]sopuhym[/level] : [level]jozilev[/level]
For Extract and Jam II [level]dofacar[/level] : [level]lynybur[/level] faster [level]jofiguf[/level] fastest [level]tinokim[/level]
[/quote]

Great solutions, B612, I especially like [level]jozilev[/level], neat and clean.
Unfortunately, your Extract and Jam II solutions have a problem when a 0 follows an F.

b612 (2013-02-02) thanks
fixed [level]zazuhyn[/level] or [level]myxitit[/level]

curly (2013-02-05) New puzzle

Logic Problem [level]gorecop[/level]

jf (2013-02-06) [quote author=curly link=topic=360.msg5570#msg5570 date=1360098992]
New puzzle

Logic Problem [level]gorecop[/level]
[/quote]

Have you tested a solution that works? [spoiler]I've programmed a simulation of all possible input permutations and cannot reproduce the set of outputs, even accounting for timing differences in the timing-sensitive inputs[/spoiler].

curly (2013-02-06) [quote author=jf link=topic=360.msg5572#msg5572 date=1360140536]
[quote author=curly link=topic=360.msg5570#msg5570 date=1360098992]
New puzzle

Logic Problem [level]gorecop[/level]
[/quote]

Have you tested a solution that works? [spoiler]I've programmed a simulation of all possible input permutations and cannot reproduce the set of outputs, even accounting for timing differences in the timing-sensitive inputs[/spoiler].
[/quote]

Yes, I have a working solution.  [spoiler]Does your program simulate Rubicon physics, or does it just do each of the 8 calculations?  If the latter then I think I know what you have missed.  It's not meant to be easy  ;)[/spoiler]

jf (2013-02-06) [quote author=curly link=topic=360.msg5573#msg5573 date=1360141750]
[quote author=jf link=topic=360.msg5572#msg5572 date=1360140536]
[quote author=curly link=topic=360.msg5570#msg5570 date=1360098992]
New puzzle

Logic Problem [level]gorecop[/level]
[/quote]

Have you tested a solution that works? [spoiler]I've programmed a simulation of all possible input permutations and cannot reproduce the set of outputs, even accounting for timing differences in the timing-sensitive inputs[/spoiler].
[/quote]

Yes, I have a working solution.  [spoiler]Does your program simulate Rubicon physics, or does it just do each of the 8 calculations?  If the latter then I think I know what you have missed.  It's not meant to be easy  ;)[/spoiler]
[/quote]

[spoiler]I do the calculations. In the input case that is sensitive to physics timing, it's obvious which of two possible calculations to choose because one calculation never gives a valid output.[/spoiler] I'll have to revisit the puzzle when I have time again.

Edit: I found my mistake: one of my calculations was off by +1 [spoiler](x < 6 instead of x <= 6)[/spoiler]. I found 1,578 unique permutations of inputs that should work to produce the required outputs.

curly (2013-02-06) Then the chances are good that each solution will be quite different  :)

My original plan was for a puzzle which had just a single solution but I guess 1578 out of 16! is hard enough to ensure nobody will find a solution without killing some brain cells.

jf (2013-02-06) [quote author=curly link=topic=360.msg5575#msg5575 date=1360174792]
Then the chances are good that each solution will be quite different  :)

My original plan was for a puzzle which had just a single solution but I guess 1578 out of 16! is hard enough to ensure nobody will find a solution without killing some brain cells.

[/quote]

I think it is hard enough.  :)

I liked the challenge of trying to solve the permutations in a program. I have it down to six seconds to produce all possible combinations. Now I just have to pick one of them and get to work on a solution.

curly (2013-02-06) Your progress encouraged me to finish writing the program I'd started but I found 5178 (instead of 1578) combinations so perhaps you made a typo before.  Mine runs in 0.6 seconds :P [spoiler]I find all the valid inputs for each of the 8 machines separately first, and then work through the full permutations pruning anything that would give duplicate inputs or outputs.[/spoiler]

It'll be interesting to see whether you pick a combination that helps on the input side or the output side.  Perhaps there is an ideal one that makes both easy.  My solution wasn't built this way and so isn't pretty but perhaps tonight I'll find a nicer one.

jf (2013-02-06) [quote author=curly link=topic=360.msg5577#msg5577 date=1360177777]
Your progress encouraged me to finish writing the program I'd started but I found 5178 (instead of 1578) combinations so perhaps you made a typo before.  Mine runs in 0.6 seconds :P [spoiler]I find all the valid inputs for each of the 8 machines separately first, and then work through the full permutations pruning anything that would give duplicate inputs or outputs.[/spoiler]

It'll be interesting to see whether you pick a combination that helps on the input side or the output side.  Perhaps there is an ideal one that makes both easy.  My solution wasn't built this way and so isn't pretty but perhaps tonight I'll find a nicer one.
[/quote]

You win on time! :D The difference in results is probably because I only count one result when the order doesn't matter -- if (x, y) and (y, x) both give the same result, I only count that once, not twice. [spoiler]I did this for three of the calculations. [/spoiler] For example, [spoiler]instead of (x + y == 1), I look for (x + y == 1 && x < y)[/spoiler] which cuts the results in half. Interestingly, if I don't do that, then I get 10,356 results, or, exactly twice 5,178.

Edit: I should have added that I did get 1,578 combinations. If you add[spoiler] (x < y) to the test for a second calculation[/spoiler], your count will drop to 3,156 and[spoiler] to a third calculation[/spoiler], to 1,578.

jf (2013-02-06) For Logic Problem ([level]gorecop[/level]): [level]jupafot[/level]

Edit: In this cleaned up version I accidently used door keys from the sandbox: [level]cokudad[/level]. I'll remove the door keys one day.

curly (2013-02-07) [quote author=jf link=topic=360.msg5580#msg5580 date=1360192192]
For Logic Problem ([level]gorecop[/level]): [level]jupafot[/level]

Edit: In this cleaned up version I accidently used door keys from the sandbox: [level]cokudad[/level]. I'll remove the door keys one day.
[/quote]

Actually both of your versions use door keys at the bottom! But I guess I can let you away with that.

Here's my permutation [spoiler][level]debedid[/level][/spoiler] which shares 7 of the 16 inputs with yours.

Rene (2013-02-09) Great! Another Curly puzzle  ;D

Normally I do not prefer these type of move-all-the-crates-to-the-right-spot puzzles, but the computations made an interesting challenge  :-\. Here is my solution.

For Logic Problem ([level]gorecop[/level]): [level]pulidoz[/level]

[spoiler]Strangely enough, my computations only give 1489 possible combinations without duplicates, and I do not think I have missed some. That is still enough to make it hard to spot an "easy" combination, though. I might revisit the puzzle later with another combo.[/spoiler]

curly (2013-03-27) New puzzle

Signal to Noise Ratio [level]pivotis[/level]

Rene (2013-04-12)
For Signal to Noise Ratio ([level]pivotis[/level]): [level]hogiror[/level]

That was tough, very tough. I started out with one approach, but could not get it to handle all special cases (quite a view for this level). I tried another approach, but did not go anywhere with that either. Then I reverted back to the first approach again, and painstakingly got everything to work. I have no room to spare.

[spoiler]The solution I settled on is a parallel solution: all cycles are detected in parallel, and the smallest cycle that has not failed yet is continuously selected as solution. The hardest trick was to find out which one is the smallest: the valve head of the 15 cylinder engine that forms the solution. The alternative I tried was a sequential approach: try the 1 cycle first, if that fails, try the 2 cycle, etc, with both 0 and F as special cases.[/spoiler]

curly (2013-04-14) [quote author=Rene link=topic=360.msg5610#msg5610 date=1365801207]

For Signal to Noise Ratio ([level]pivotis[/level]): [level]hogiror[/level]

That was tough, very tough. I started out with one approach, but could not get it to handle all special cases (quite a view for this level). I tried another approach, but did not go anywhere with that either. Then I reverted back to the first approach again, and painstakingly got everything to work. I have no room to spare.

[spoiler]The solution I settled on is a parallel solution: all cycles are detected in parallel, and the smallest cycle that has not failed yet is continuously selected as solution. The hardest trick was to find out which one is the smallest: the valve head of the 15 cylinder engine that forms the solution. The alternative I tried was a sequential approach: try the 1 cycle first, if that fails, try the 2 cycle, etc, with both 0 and F as special cases.[/spoiler]
[/quote]

I didn't expect it to be that tough when I created it but I spent almost a week trying to solve it without success before posting it.  I'm glad you didn't find it easy.

[spoiler]My attempts at a sequential solution always ran out of space.  I knew there would be a parallel solution but I didn't know how to build that.  I had to study yours for ages to work out how it works.  Very cool.  I even like the little bit that multiplexes the input and output streams to save some extra space.[/spoiler]

curly (2013-08-08) A new puzzle series:

Superluminal 1 [level]vihiduz[/level] (impossible?)
Superluminal 2 [level]hynyzin[/level] (less impossible?)

There is also a 3rd easy one but I won't post that unless nobody can do these.

Werbad (2013-08-10) For Superluminal 1 ([level]vihiduz[/level]): [level]tokuvyx[/level]

curly (2013-08-10) [quote author=Werbad link=topic=360.msg5613#msg5613 date=1376160965]
For Superluminal 1 ([level]vihiduz[/level]): [level]tokuvyx[/level]
[/quote]

Damn, forgot about that option.  Well done.  Try this one then:

Superluminal 2b [level]bogedef[/level]

jf (2013-08-11) For Superluminal 1 ([level]vihiduz[/level]): [level]tarator[/level]

jf (2013-08-15) [quote author=curly link=topic=360.msg5614#msg5614 date=1376164333]
[quote author=Werbad link=topic=360.msg5613#msg5613 date=1376160965]
For Superluminal 1 ([level]vihiduz[/level]): [level]tokuvyx[/level]
[/quote]

Damn, forgot about that option.  Well done.  Try this one then:

Superluminal 2b [level]bogedef[/level]

[/quote]

I don't believe that level is possible. Do you have a solution?

For Superluminal 2 ([level]hynyzin[/level]): [level]fugebum[/level]

I only miss the first two crates.

curly (2013-08-15) [quote author=jf link=topic=360.msg5616#msg5616 date=1376555197]
I don't believe that level is possible. Do you have a solution?
[/quote]

The level is possible in principle but I also think it's not actually possible in practice.

This cutdown version is possible (and is a massive hint towards a solution of Superluminal 2b if one does exist):

Superluminal 3 [level]jydizoz[/level]

curly (2013-08-19) New puzzle

Traffic Counter [level]jubysym[/level]

Werbad (2013-08-20) For Traffic Counter ([level]jubysym[/level]): [level]tadired[/level]

curly (2013-08-20) [quote author=Werbad link=topic=360.msg5619#msg5619 date=1377014700]
For Traffic Counter ([level]jubysym[/level]): [level]tadired[/level]
[/quote]

Cool.  Now try:

Traffic Counter with Speed Limit [level]begisok[/level]

Werbad (2013-08-21) For Traffic Counter with Speed Limit ([level]begisok[/level]): [level]povyhyz[/level]

curly (2013-08-21) [quote author=Werbad link=topic=360.msg5621#msg5621 date=1377114409]
For Traffic Counter with Speed Limit ([level]begisok[/level]): [level]povyhyz[/level]
[/quote]

I like it.  Very clean design.

curly (2013-08-25) [quote author=curly link=topic=360.msg5622#msg5622 date=1377114838]
[quote author=Werbad link=topic=360.msg5621#msg5621 date=1377114409]
For Traffic Counter with Speed Limit ([level]begisok[/level]): [level]povyhyz[/level]
[/quote]

I like it.  Very clean design.
[/quote]

OK one more modification to this puzzle:

Snap [level]suzevyz[/level]

Werbad (2013-08-27) For Snap ([level]suzevyz[/level]): [level]dimidoh[/level]

curly (2013-08-27) [quote author=Werbad link=topic=360.msg5624#msg5624 date=1377626754]
For Snap ([level]suzevyz[/level]): [level]dimidoh[/level]
[/quote]

You found a faster solution than me. [spoiler]My solution [level]tonesih[/level] has them spaced 7 apart travelling in unison the whole way.[/spoiler]

Werbad (2013-08-28) Slightly faster with a 5 tick spacing and a cost of $1337: [level]fukaxeb[/level]

A 4 tick spacing does work with this setup but it will jam at the lower right if I do that.

Edit:
Shaved off some ticks at the start: [level]pahysos[/level]

jf (2013-08-29) For Traffic Counter with Speed Limit [level]begisok[/level]: [level]lepovad[/level]

jf (2013-08-29) For Snap [level]suzevyz[/level], [level]latahan[/level] solves in 357 ticks at $1266. I shaved it down to 354 ticks in [level]pybobyr[/level].

humbugger (2013-08-30) When I first started trying to solve this there were no solutions.  So this is what I came up with.

Snap[level]suzevyz[/level]: Snap Crackle and POP [level]hygeseh[/level]

It's been a while since I posted anything, I hope I remembered how to do it.

Humbugger

humbugger (2013-08-30) Now that I see this is a speed contest, I made A slight modification gets me to 349.

Snap [level]suzevyz[/level]: [level]casucog[/level]

Humbugger

humbugger (2013-08-30) Got it to 338 with [level]cukaker[/level].

I think that is as fast as my design can go.

Humbugger

jf (2013-08-30) [quote author=humbugger link=topic=360.msg5631#msg5631 date=1377828394]
Got it to 338 with [level]cukaker[/level].

I think that is as fast as my design can go.

Humbugger
[/quote]

Your comments made me think about my design a little more. Before looking at your solutions, I came up with an improvement on mine. [spoiler]Since the bottom right corner seems to be throttled at spacing pairs six apart, I just focused on getting the tractors down faster.[/spoiler] With [level]vehogul[/level], I solve in 320 ticks.

Edit: Those dozer acrobatics in your designs look pretty cool, especially in the middle junction.

humbugger (2013-08-30) Thanks jf, I just started at the end and worked backwards on how to get there.

Your solution is so clean that once I saw it I said  "self, why didn't I do that."  :)

Humbugger

Werbad (2013-08-31) 318 ticks: [level]dataviz[/level]
It should be possible to get a 317 tick solution if you can [spoiler]get the top left system to drop dozers in a d-d--- pattern instead of the current d--d-- pattern. If so you can get rid of the middle delay step gaining a tick.[/spoiler]

curly (2013-09-01) Here's a simpler 318 tick solution (for a cost of $1150): [level]pigimof[/level]

Werbad (2013-09-01) 317 ticks: [level]dygevig[/level]

b612 (2013-09-29) For Snap (suzevyz): simplified [level]pigimof[/level] (from Curly) : [level]rinupom[/level] (317ticks, 1144$)

Rene (2013-11-08) Wow, it has been a long time since I have looked at Rubicon. It's still a cool puzzle game, though

For Snap ([level]suzevyz[/level]): [level]levuhib[/level] (317 ticks, don't believe you can get it faster than that)

curly (2013-11-08) [quote author=Rene link=topic=360.msg5422#msg5422 date=1339506352]
YES! Finally found a solution to Shelf Stacker ([level]kanubem[/level]): [level]manubeb[/level]

I had a lot of trouble with the bottom shelfs. As you can see, I had to resolve to an ugly special case solution for that.
I am eager to see your solution now, Curly!
[/quote]

I just discovered the shift-Play to fast forward option from your link on colcolpicle's page and I was replaying a few old levels to watch it super fast and randomly discovered a bug in your [level]manubeb[/level] solution to my Shelf Stacker.  Screenshot at [url]https://www.dropbox.com/s/k7ubiz5xztlyju0/manubeb%20bug.png[/url].  I've played it through about 20 times and only had the one failure.

Which reminds me, a useful enhancement would be if you could click on a Random Crate ? and paste in a pre-defined sequence for it to follow instead of having it produce random crates.  This would allow thorough "unit testing" of the various edge cases.

Werbad (2013-11-08) Finally managed to solve shelf stacker:
For Shelf Stacker ([level]kanubem[/level]): [level]defucyg[/level]

This setup would not have worked if I hadn't noticed that [spoiler]the dozers delay the crate stream by 1 tick when they return after delivering the crate, which was needed for the next dozer to pick the correct crate[/spoiler].

curly (2013-11-09) [quote author=Werbad link=topic=360.msg5655#msg5655 date=1383947822]
Finally managed to solve shelf stacker:
For Shelf Stacker ([level]kanubem[/level]): [level]defucyg[/level]

This setup would not have worked if I hadn't noticed that [spoiler]the dozers delay the crate stream by 1 tick when they return after delivering the crate, which was needed for the next dozer to pick the correct crate[/spoiler].
[/quote]

Very elegant solution.

Rene (2013-11-16) [quote author=curly link=topic=360.msg5654#msg5654 date=1383938082]
[quote author=Rene link=topic=360.msg5422#msg5422 date=1339506352]
YES! Finally found a solution to Shelf Stacker ([level]kanubem[/level]): [level]manubeb[/level]
[/quote]

I just discovered the shift-Play to fast forward option from your link on colcolpicle's page and I was replaying a few old levels to watch it super fast and randomly discovered a bug in your [level]manubeb[/level] solution to my Shelf Stacker.  Screenshot at [url]https://www.dropbox.com/s/k7ubiz5xztlyju0/manubeb%20bug.png[/url].  I've played it through about 20 times and only had the one failure.
[/quote]

I found the problem, and solved it: [level]lazadyr[/level]. It should indeed be very rare that the problem occurs.

The cause is actually a difference in timing between the copier and the downward pipe, which shows up in combination with a door, see [level]cozedyb[/level]. This is a breach of the Rubicon Laws of Physics that I don't think I have seen before, and the first one in a long time.

curly (2013-11-17) [quote author=Rene link=topic=360.msg5657#msg5657 date=1384624233]
[quote author=curly link=topic=360.msg5654#msg5654 date=1383938082]
[quote author=Rene link=topic=360.msg5422#msg5422 date=1339506352]
YES! Finally found a solution to Shelf Stacker ([level]kanubem[/level]): [level]manubeb[/level]
[/quote]

I just discovered the shift-Play to fast forward option from your link on colcolpicle's page and I was replaying a few old levels to watch it super fast and randomly discovered a bug in your [level]manubeb[/level] solution to my Shelf Stacker.  Screenshot at [url]https://www.dropbox.com/s/k7ubiz5xztlyju0/manubeb%20bug.png[/url].  I've played it through about 20 times and only had the one failure.
[/quote]

I found the problem, and solved it: [level]lazadyr[/level]. It should indeed be very rare that the problem occurs.

The cause is actually a difference in timing between the copier and the downward pipe, which shows up in combination with a door, see [level]cozedyb[/level]. This is a breach of the Rubicon Laws of Physics that I don't think I have seen before, and the first one in a long time.

[/quote]

The pipe behaves the same as gravity, whereas the copier isn't copying if there was a trapdoor below it on the previous tick....but only if the trapdoor was created from the right! [level]gikacav[/level]

ais523 (2013-11-23) [quote author=curly link=topic=360.msg5620#msg5620 date=1377019749]
Cool.  Now try:

Traffic Counter with Speed Limit [level]begisok[/level]
[/quote]
[level]jagegyz[/level] is my solution. (Haven't looked at the others yet.)

Asymmetric behaviour

curly (2012-03-25) Is this a bug or intentional behaviour?  It seems quite strange that it isn't symmetric.

[level]bazydup[/level]

Rene (2012-03-27) It's a result from the difference in opening speed of gates to the left an right. They open to the right instantly, while opening to the left has an extra delay (there is a similar difference between up and down). See, for example: [level]lisynux[/level]. The instant opening can be explained by the left-to-right evalutation order of gates, but especially the extra delay to the left is very strange indeed.

My personal guess is, that Robin originally wanted to slow down the instant opening to the right, but mistakenly put the delay on the wrong side.

We cannot change it now anymore, of course, because many puzzles and solution rely on this odd behaviour

Rubicon is missing

Xindaris (2012-04-21) When I go to the page that's supposed to have Rubicon (the game) running on it, it's simply not there. There is no error message or even space for the game in the window, it's simply not there; there's just the text that's usually underneath the game.

I have the latest version of java and I'm running firefox 3.6.

EDIT: Never mind, there was something screwy with the browser. I've got it all sorted out now and everything works again.

My 4-bit converter

jaspertje1 (2012-10-04) This converts a random number into 4-bit numbers. (I think.)
Enjoy!  ;D
[level]jebinys[/level]
You can post your own converter if you like :3

jaspertje1's Tutorials

jaspertje1 (2012-10-06) So you can't beat a level because you just don't understand what to do?
Try my tutorials! These puzzles will help you build really complex machines solving the hardest tasks.
----------------------------------
[b]Gate And Packer Tutorial[/b]: [level]bacefyd[/level]
[b]Dozer Tutorial[/b]: [level]dofedig[/level] ([level]bohabuv[/level] was accidentaly not named for the type of level)
----------------------------------
More tutorials will come soon.

Bug

curly (2013-01-11) [level]sorabod[/level]

The one on right falls but the identical one on the left does not.  Moving the right one by one square in any direction stops it from falling.

curly (2013-01-11) But having saved it it now behaves as expected.

The one I still have open in my editor is broken.

Werbad (2013-01-11) That's a known error with pre-placed doors. The game does not reset the owner flag of doors when the simulation is stopped causing this behavior.

How to use door keys?

Shreyas (2013-09-22) I am a beginner at this game. I would like somebody to explain to me how to use door keys in the game and make a practical use of them. I know what they do but not how they can be used in the game. Thanks!

curly (2013-09-23) Here's an example solving one of the base levels using a door key: [level]gydinug[/level]

Shreyas (2013-10-19) Thanks! It helped a lot.