Rubicon Forum
Welcome, Guest. Please login or register.
January 09, 2009, 05:03:19 AM

Login with username, password and session length
Search:     Advanced search
Undeletable components are now shaded blue when loading a level in.
3985 Posts in 202 Topics by 2408 Members
Latest Member: Aryn
* Home Help Search Login Register
+  Rubicon Forum
|-+  Playing the Game
| |-+  Custom Puzzle Levels (Moderator: Bucky)
| | |-+  Werbad's Puzzles
« previous next »
Pages: 1 ... 7 8 [9] 10 11 ... 16 Print
Author Topic: Werbad's Puzzles  (Read 18576 times)
Werbad
Engineer
****
Posts: 193

jonas_88_rehn@hotmail.com
View Profile Email
Re: Werbad's Puzzles
« Reply #120 on: May 27, 2008, 08:18:30 PM »

That's a very nice solution jf!

I have currently found 2 different ways for solving Zero Point: gozanuz and kogupog
The first solution is what I first intended, but I couldn't find any good way of preventing the second way...
Logged
jf
Director
*****
Posts: 497


View Profile
Re: Werbad's Puzzles
« Reply #121 on: May 27, 2008, 08:49:36 PM »

That's a very nice solution jf!

I have currently found 2 different ways for solving Zero Point: gozanuz and kogupog
The first solution is what I first intended, but I couldn't find any good way of preventing the second way...

Here is a solution for Zero Point: gudybag. 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.  Smiley
Logged
Werbad
Engineer
****
Posts: 193

jonas_88_rehn@hotmail.com
View Profile Email
Re: Werbad's Puzzles
« Reply #122 on: May 27, 2008, 09:10:50 PM »

I would say that gudybag uses a different approach than kogupog to get a 0 crate.
gozanuz uses image? + ? = 0
kogupog uses image? ^ 2 ^ 2 ^ 2 ^ 2 = 0
gudybag uses image? * 16 = 0

Which means that we currently have 3 different solutions for the level.
« Last Edit: May 27, 2008, 09:12:41 PM by Werbad » Logged
immibis
Engineer
****
Posts: 145

computer-dude@hotmail.com
View Profile Email
Re: Werbad's Puzzles
« Reply #123 on: May 28, 2008, 04:27:08 AM »

For Zero Point (tozefif): dizulog, and begozig
Logged

Those physics detectors might make more impossible puzzles even more impossible.
Timbo
Designer
***
Posts: 75


View Profile
Re: Werbad's Puzzles
« Reply #124 on: May 28, 2008, 12:53:34 PM »

For Zero Point(tozefif): dehyhox(15 ticks)
It uses imagea little bit Fibonacci: ?+?+?+2?+3?+5?+3?=0
Logged
Werbad
Engineer
****
Posts: 193

jonas_88_rehn@hotmail.com
View Profile Email
Re: Werbad's Puzzles
« Reply #125 on: May 28, 2008, 02:20:51 PM »

7 ticks: bubyzug
A gozanuz style solution, might be possible to do even faster.
Logged
jf
Director
*****
Posts: 497


View Profile
Re: Werbad's Puzzles
« Reply #126 on: May 29, 2008, 06:13:35 AM »

For Break (visaguz): hubytig

That was a very tough one, and it's very difficult to test.

My design: imageI 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.

imageThe 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.

imageThe match is a simple "subtract and it should be zero" test. When it matches, I open the catch valve.

imageIt'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.

imageOne 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.

imageDue 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.
« Last Edit: May 29, 2008, 06:17:15 AM by jf » Logged
Werbad
Engineer
****
Posts: 193

jonas_88_rehn@hotmail.com
View Profile Email
Re: Werbad's Puzzles
« Reply #127 on: May 29, 2008, 10:35:09 AM »

Nice work! It seems a little more complicated than my solution, looking at the explanation that is...

My solution: kelibyp

imageIn 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

Edit:
Made a faster version of my previous solution: tumahyk
It shouldn't be possible to check the crates any faster than this.

imageThis 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!



New puzzle:
Fire Escape sobexeg
« Last Edit: May 29, 2008, 04:53:50 PM by Werbad » Logged
Werbad
Engineer
****
Posts: 193

jonas_88_rehn@hotmail.com
View Profile Email
Re: Werbad's Puzzles
« Reply #128 on: June 02, 2008, 03:12:14 PM »

New Puzzle:
Make me some C0FFEE: tabivex
Logged
Rene
Director
*****
Posts: 450


View Profile Email
Re: Werbad's Puzzles
« Reply #129 on: June 02, 2008, 10:06:23 PM »

For Break (visaguz): sudebek

imageI 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.
« Last Edit: June 02, 2008, 10:11:51 PM by Rene » Logged
jf
Director
*****
Posts: 497


View Profile
Re: Werbad's Puzzles
« Reply #130 on: June 03, 2008, 06:04:53 AM »

For Break (visaguz): sudebek

imageI 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.

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 (sobexeg): dekomag
Logged
Werbad
Engineer
****
Posts: 193

jonas_88_rehn@hotmail.com
View Profile Email
Re: Werbad's Puzzles
« Reply #131 on: June 03, 2008, 06:21:55 AM »

If I'd known that was possible I wouldn't have added the break key... Nice work Rene.

And for Fire Escape: tupaled
Logged
Rene
Director
*****
Posts: 450


View Profile Email
Re: Werbad's Puzzles
« Reply #132 on: June 03, 2008, 07:47:22 PM »

If I'd known that was possible I wouldn't have added the break key... Nice work Rene.

Thanks. I am actually most pleased with imagethe simply way I found to detect a single barrel coming out of the detector, but ignore 2 in a row.

For Fire Escape (sobexeg): sagulag
For Coffee (tabivex): zucahug

imageI used a computer program to compute the correct sequence, and then implemented an automata for the solution.
« Last Edit: June 03, 2008, 09:45:41 PM by Rene » Logged
jnz
Director
*****
Posts: 379


View Profile
Re: Werbad's Puzzles
« Reply #133 on: June 03, 2008, 10:36:09 PM »

For Make me some C0FFEE (tabivex): mygahul
imageLike Rene, I also used a program to find an input sequence
Logged
Werbad
Engineer
****
Posts: 193

jonas_88_rehn@hotmail.com
View Profile Email
Re: Werbad's Puzzles
« Reply #134 on: June 04, 2008, 04:09:18 PM »

Nice work for C0FFEE, I seem to have lost my solution though...
I really like jnz solution, makes it seem so easy.
Logged
Pages: 1 ... 7 8 [9] 10 11 ... 16 Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Rubicon Forum | Powered by SMF 1.0.8.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!