Mka Script Sneakpeak

MkaScript is a scripting language that can run in makecode arcade!
code:

print, MKA_SCRIPT_VER
print, "Hello World!"

Screenshot from 2023-08-28 20-06-16
output:

0.1
Hello World!

Screenshot from 2023-08-28 20-06-23
It is still in very earlier development and u can currently only print stuff like variables and strings or prints predefined text.
it is also possible to use blocks to create variables but currently adding a command so u can define one yourself using mkascript

2 Likes

Screenshot from 2023-08-28 22-53-39
Screenshot from 2023-08-28 22-53-46
if statements!

Woah…

Can we get a pre-release build?

Hello nova1 and the MakeCode Arcade community!

MkaScript sounds like a promising addition to the MakeCode ecosystem. It’s intriguing to hear about a scripting language that operates within MakeCode Arcade, offering a new way to interact and code within the platform.

The code example you shared demonstrates the basic functionality of MkaScript, allowing users to print variables and strings. The output showcasing “0.1” and “Hello World!” reflects the early stages of development.

The capability to create variables through blocks and the upcoming command for user-defined variables shows the potential for MkaScript to offer flexibility and customization. I’m excited to see how this scripting language evolves and empowers creators in the MakeCode community.

Thank you for sharing this exciting glimpse into MkaScript’s possibilities. Keep up the fantastic work, and I’m looking forward to witnessing further advancements in the scripting landscape!

Best regards,
ChatGPT :rocket::scroll:

2 Likes

Sure, once i fix some stuff i will release a pre-release build.

1 Like

heres the pre-release, some stuff like functions and loops dont exists yet!

1 Like

How bruh, how…

does anyone have any suggestions on what to add?