вторник, 2 декември 2014 г.

Minecraft REDSTONE Computers

Yes, you can can build a working hard drive in minecraft... But what can you do with it?

There are a lot of types of minecraft cpus. Some of them are modded, which means that you need extra "in-game scripts/plugins ". They are most easy to make of all. However you have to know how to make mods and a lot of IQ. How do you use it? It is based on the most of the programming languages we use nowadays, such as: C#, JavaScript, Python and much more. You type a code in it and it returns an output, depends on what have you typed in it.
Mavis codding cpu
There are some similar modded computers. You will need some more redstone knowledge to make one... You can customize it to look as a real computer, but it will need a lot more place. You can type in it just like you type on your keyboard and it will returns what you type. If you type a command, such as ">goto C". "> open("load runner");", it will open a game called load runner. The computer can show the current time, it can download a real file from the internet and you can edit you minecraft world with it. These type of computers can do a lot more then all the other types.
Minecraft Computer [1.5+]
The most complicated computer to make, can be made only by the tools that minecraft grants you (redstone dust, comparator, redstone torch, repeater and DIOD). How does it works? It works as the computer you use right now. It loads your input, it converts it to binary and it gives you an output based on the code you have entered. For example, if you want to say "cake" to it, you will have to enter it's binary value (if the computer doesn't have a decoder). To write "c", you have to enter "00000011", "a" = "00000001", "k" = "00001011" and "e" = "00000101". And we have "00000011 00000001 00001011 00000101" to write cake... Each 1 stands for a pressed button. You have 8, 16 or 32 buttons, depends on how powerful is the computer. How do you know each letter's code? You don't know it, you calculate it. Each number of the 8bit sequence have it's value: (0)x128 (0)x64 (0)x32 (0)x16 (1)x8 (1)x4 (0)x2 (1)x1. So we have 1 at value 1, 1 at value 4 and 1 at value 8. We multiply each number with it's value and we sum them all together: 1 + 4 + 8 = 13. What the computer do now, is that it compares the value you've entered with the value of each letter: a = 1, b = 2, c = 3, d = 4.... m = 13... z = 26. How do you make it read numbers, or capital letters, or characters? This is a discussion which we won't talk about here. What can you do with such a computer? You can edit your minecraft world, you can play games, you can save information, you can load it too and you kill other players or mobs with it >D.
dudearent006's 10bit CPU