Author Topic: Cca's [24/7] Logic Gate Server  (Read 3612 times)

Think of a small pocket calculator that can do Addition/Subtraction/Multiplication/Division

They've done it in Minecraft... So I'd imagine that doing this in Blockland gives more freedom than Minecraft.
Like what if you do "363298 / 281" ?
Can your block-omputer handle that, and if so, how long does it take?

Like what if you do "363298 / 281" ?
Can your block-omputer handle that, and if so, how long does it take?
I've never done division before. But I have done addition and subtraction. I built an ALU with those two functions. The biggest number I could use was
(255 +- 255) + 1.
255 = 11111111
So that means the biggest number my ALU could display was 111111111 = 511

If you make your decoders/encoders modular than you can duplicate them and hook them up to each other... And so technically I could have gone higher but I decided to stop there.

Compared to minecraft calculating that stuff; Blockland is 100x faster. So pretty quick calculations.
As far as Multiplication and Division... I've never gotten that far yet. So I don't know about the speed. I could take a guess that it would be slightly slower than addition and subtraction.

Also another factor is how you build your circuits. The smaller it is : the faster it is. (obviously)
That is why I like to build my stuff modular and compact. Maybe I could redesign an encoder, or decoder, or how my multiplexer is setup. I can easily remove that section of the circuit and replace it with a better design.

You also need to factor in the brick limit of 256000.
How many bricks did your largest logic-gate machine use so far??

Well I don't have a calculator loaded up right now, but I have this number display thingy ma bob I made. It uses 312 bricks. Loads data instantly.



The wall of Yellow/Blue numbers is the programming sheet for this machine.

« Last Edit: March 21, 2014, 01:18:52 PM by Aduioa »

Looking pretty good!


Looks good! I want to research logic gates and make a machine like this.

Looks good! I want to research logic gates and make a machine like this.
You can start at my server. I teach people who are willing to learn.

So I made a thing.



It's like Cca's 7 segment display, but bigger. Also you can set the 4 digits independently. Thinking of making a clock.


Well, thats good news. The link to this worked and I already looked at it at CCa's server though... :panda:
ruined my fun, Cca

I am getting a DNS error on my server. Anyone know what is causing it and how to fix it?

I am getting a DNS error on my server. Anyone know what is causing it and how to fix it?

The master server was down for awhile at one point, idk if that's the problem though.

http://isblocklanddown.com/

I fixed the server. It's back up now!

« Last Edit: March 24, 2014, 06:36:02 AM by Aduioa »

I now hold record for tiniest 4-bit adder on the server.