Rubicon Forum
Welcome, Guest. Please login or register.
March 18, 2010, 04:53:47 AM

Login with username, password and session length
Search:     Advanced search
Forum users can use the crate icon (or [level] and [/level] tags) when writing a post, to make a direct link to a level.
4400 Posts in 211 Topics by 2414 Members
Latest Member: Cubeinman
* Home Help Search Login Register
+  Rubicon Forum
|-+  Playing the Game
| |-+  Custom Puzzle Levels (Moderator: Bucky)
| | |-+  colcolpicle's puzzles
« previous next »
Pages: 1 ... 4 5 [6] Print
Author Topic: colcolpicle's puzzles  (Read 9361 times)
Rene
Director
*****
Posts: 553


View Profile Email
Re: colcolpicle's puzzles
« Reply #75 on: December 31, 2009, 01:45:25 PM »

For Third Rubiks Rubicon (dedixak): secigut

It is not the fastest of solutions  Grin, 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:
image
  • E in the right, followed by E in the left: cycles all crates clockwise
  • E in the right, followed by D in the left: keeps the bottom-right crate fixed, cycles all others clockwise
  • D in the left, followed by FF in the left: swaps the top two crates

Logged
Rene
Director
*****
Posts: 553


View Profile Email
Re: colcolpicle's puzzles
« Reply #76 on: December 31, 2009, 04:01:41 PM »

For cacypym: diticop

Edit: I like the cleanliness of Rene's solution. I'll have to study it some before I understand how that table works though.

Thanks  Smiley
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.
Logged
jf
Director
*****
Posts: 546


View Profile
Re: colcolpicle's puzzles
« Reply #77 on: January 08, 2010, 06:32:45 AM »

For Third Rubiks Rubicon (dedixak): zusesos.

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

imageThe 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.
« Last Edit: January 08, 2010, 06:47:27 AM by jf » Logged
colcolpicle
Designer
***
Posts: 44



View Profile
Re: colcolpicle's puzzles
« Reply #78 on: January 29, 2010, 01:53:09 AM »

statistics befydid:imagedubinyn

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  Wink )
Logged

do OR !do;
try

Try: command not found

Do or do not, there is no try- Yoda
Rene
Director
*****
Posts: 553


View Profile Email
Re: colcolpicle's puzzles
« Reply #79 on: January 30, 2010, 12:26:33 PM »

statistics befydid:imagedubinyn

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  Wink )

For Statistics (befydid): kimihax

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


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  Grin
 
Colcolpicle, if you want to make your solution more accurate you should:
imageStart 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.
« Last Edit: January 30, 2010, 12:36:12 PM by Rene » Logged
colcolpicle
Designer
***
Posts: 44



View Profile
Re: colcolpicle's puzzles
« Reply #80 on: February 08, 2010, 10:00:22 PM »

I stand by what I said:
Quote
but I'm pretty sure it's theoretically possible   
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 genexas
« Last Edit: February 17, 2010, 07:14:28 PM by colcolpicle » Logged

do OR !do;
try

Try: command not found

Do or do not, there is no try- Yoda
colcolpicle
Designer
***
Posts: 44



View Profile
Re: colcolpicle's puzzles
« Reply #81 on: March 13, 2010, 02:21:13 AM »

New puzzle! 

Simple comparison: panutab : imagedynenyx
« Last Edit: March 13, 2010, 02:24:27 AM by colcolpicle » Logged

do OR !do;
try

Try: command not found

Do or do not, there is no try- Yoda
Werbad
Director
*****
Posts: 275

jonas_88_rehn@hotmail.com
View Profile Email
Re: colcolpicle's puzzles
« Reply #82 on: March 13, 2010, 09:53:31 AM »

For Simple comparison (panutab): mypecyx
Logged
Rene
Director
*****
Posts: 553


View Profile Email
Re: colcolpicle's puzzles
« Reply #83 on: March 13, 2010, 01:51:20 PM »

For Simple Comparison (panutab): zoderom
« Last Edit: March 13, 2010, 01:55:48 PM by Rene » Logged
colcolpicle
Designer
***
Posts: 44



View Profile
Re: colcolpicle's puzzles
« Reply #84 on: March 16, 2010, 12:03:04 AM »

I seem to have over-thought that one. Haven't had time to solve this one yet, but:

Simple Comparison 2 fixopeg : imagevevovar


Edit: solve posted (you might almost consider my solution cheating)
« Last Edit: March 16, 2010, 12:33:06 AM by colcolpicle » Logged

do OR !do;
try

Try: command not found

Do or do not, there is no try- Yoda
Werbad
Director
*****
Posts: 275

jonas_88_rehn@hotmail.com
View Profile Email
Re: colcolpicle's puzzles
« Reply #85 on: March 16, 2010, 01:23:12 AM »

For Simple Comparison 2 (fixopeg): mokufoh
Your solution fails for a left F by the way.
« Last Edit: March 16, 2010, 01:28:42 AM by Werbad » Logged
Pages: 1 ... 4 5 [6] 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!