Blockcode Question - Calculator stuffs

Hello there, my fellow blockcodians! Boy, do I have a question for you today! I’m making a calculator in gimkit, yeah yeah so original, but I want to possibly challenge myself a bit more. Now, if we think about the memory usage a game could take, options are limited, but what would probably be the MAX amount of possible equations in a calculator? Like, we have 1 digit by 1 digit, which is already fairly memory consuming, but could we make it past, say 3-5 digits? If I sound slow, just know I don’t really do calculators with blockcode since I’m not too bright lol

also, any guide suggestions would be awesome!

(apoligies for the yapping and poor grammer/spelling :skull:)

5 Likes

What do you need help on?

yeah i saw some yapping and poor spelling and grammar ;-;

1 Like

just figuring out how much a game could take on say…a 3 digit by 3 digit calculator. Would it be able to sustain it, or would it memory hog?

(I have a feeling this should be in devices, but I’m not too good at topic placement so-)

Let me check.
Apparently i cant change categories as a regular could, sorry.
nvm.

Actually, are you asking about block code help?
Otherwise i think this should stay in Help .

No, this should stay in devices since he needs help with DEVICES hi broski

1 Like

I want to figure out memory capacity, not code (not yet at least…)

so i think Devices is fine.
ima still brain my brain.

1 Like

Ok, that’s good. How much is it?

hmmm, well I’m sorta bad at complex complex stuff, but I’m working with a large group, so 3 digit x 3 digit?

1 Like

Blackhole could help, he made the holy graphic calulator

3 digits. easy.
when a number is input into a calculator, have this block code run:

if currentNum = 1 then
set property num1 
value num1 * 10 + newInput
else
set property num2
value num2 * 10 + newInput

inquire for more details.

i could make 100 digit x 100 digit probably ngl lol

6 Likes

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