03-25-2018, 11:29 PM
Minecraft name: ASRS_
What do you like the most about redstone?: How you can make complex machines that can do alot of stuff in the game.
What's a thing you have made which demonstrates redstone knowledge?: Line drawer
What does it do?: Draw lines using the bresenham algorithm. 18 tick clock at the max, i haven't tried to make it go lower yet. It's 6 bits, and has 12 adders and subtractors. the stuff it does: it subtracts the 2 x and y values, then turns them into absolute value. then it multiplies the Y by 2, and subtracts that by the x. this is the first P. then it adds(or subs if the line is going downwards) 1 to both x and y. it does not add to y if P is negative. Then it takes the last P, if it is negative it adds 2Y to P, if it is positive it does lastP+2Y-2X. then it uses that to add 1 to both x and y again, and repeat the loop.
Image and/or video, from imgur.com or youtube.com: image1 image2 image3 image4
What do you plan on making for your build trial?: ALU
Do you agree with the rules?: Yes
What do you like the most about redstone?: How you can make complex machines that can do alot of stuff in the game.
What's a thing you have made which demonstrates redstone knowledge?: Line drawer
What does it do?: Draw lines using the bresenham algorithm. 18 tick clock at the max, i haven't tried to make it go lower yet. It's 6 bits, and has 12 adders and subtractors. the stuff it does: it subtracts the 2 x and y values, then turns them into absolute value. then it multiplies the Y by 2, and subtracts that by the x. this is the first P. then it adds(or subs if the line is going downwards) 1 to both x and y. it does not add to y if P is negative. Then it takes the last P, if it is negative it adds 2Y to P, if it is positive it does lastP+2Y-2X. then it uses that to add 1 to both x and y again, and repeat the loop.
Image and/or video, from imgur.com or youtube.com: image1 image2 image3 image4
What do you plan on making for your build trial?: ALU
Do you agree with the rules?: Yes