The world would run out of warehouses fast. Also I FINALLY FINISHED! I made a quick video showing the tangled ball of wires as the scope of the mess doesn’t translate well in photos.
https://www.youtube.com/watch?v=gYRNDbVeWXU
Edit: Well glad it’s finally done. Was an unfinished project for so dam long. But now it’s time for bigger and better things. I’m planning on making a larger maze! The main purpose here (as with the first one) is not to make the maze but the way of designing it. Each of the doors locked state will be stored in memory so it will be possible to reprogram the maze. Then this got me thinking. Instead of just setting the doors locked state with levers I could build a programmer. The idea would be to create either 128 or 256 memory banks and 7 or 8 bit pointers. Then I could program all of the memory at once using stream data and increment to the next pointer using a clock that was coupled with the stream. Here is an example of just toggled data being send down the line. the Data is 1010101 but as the repeaters go you get one repeater space then 3 containing the data so [COLOR=‘DeepSkyBlue’]0[COLOR=‘DarkOrange’]111[COLOR=‘DeepSkyBlue’]0[COLOR=‘DarkOrange’]000[COLOR=‘DeepSkyBlue’]0[COLOR=‘DarkOrange’]111[COLOR=‘DeepSkyBlue’]0
The data rate may be to high as I’m not sure how fast the 7/8 bit pointer will be so I may have to lower the baud rate. ( from 2 to .75
)