Binary calculator in gkc

i sent a link for him to get with it

1 Like

he needs heep with binary adder

1 Like

whatever blocks really

1 Like

ya well devices for it

1 Like

I would use counters.

1 Like

you have to use in order to do it

1 Like

My quesiton is are you trying to make something that can add binary numbers, or are you trying to make something that can add numbers using binary math?

2 Likes

ya he means that right?

1 Like

binary math. I would use binary math

1 Like

Alright! This guide should be exactly what you’re looking for.

2 Likes

how about multipling though?

2 Likes

i hope you can do it

1 Like

Multiplication is repeated addition haha, you would have to just plug the output of the last addition into the next addition until you got to the answer.
8*4
8 + 8 = 16
16 + 8 = 24
24 + 8 = 32 :white_check_mark:

4 Likes

yeah but that takes 2 long to do.

2 Likes

do you want to do it or not?

1 Like

I mean yeah but I want a binary calculator

2 Likes

Binary math systems aren’t gonna be lightning fast. Even in more developed games, like minecraft, the fastest computers only reach speeds of 1,000 iterations a second. This is opposed to modern computers that compute billions of iterations a second.

Unfortunately Gimkit is not a fast game engine, so you’re going to have to make some time sacrifices.

5 Likes

ok thank you for your help

3 Likes

You’re welcome! Have a great day!

7 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.