Minecraft Fan Finds an Opportunity to Program BASIC Code Ingame

From Imoodle
Jump to: navigation, search

You may have seen Minecraft used to teach programming or even mods that let you play programming but writing BASIC code inside Minecraft? This is an uncommon feat. SethBling has created a BASIC interpreter that lets you compile and run simple programs and scripts within Mojang's world-building game. It's essentially using a variety of commands however it is actually very effective. Minecraft Server List You can print text, and have in-game robots ("turtles") complete tasks. Are you looking to dig an extensive tunnel for your project? Just start the digging script and let the bot take care of all the hard work.



It's enough to say that you will not be writing elaborate software for a game that was never meant for it. Minecraft Server List Minecraft's operation speed of 20Hz makes code slow. You can only perform 20 commands per second and it becomes slower the more you use it. Minecraft Server List However, you won't have to create a whole week of the interpreter by yourself. SethBling has posted the necessary materials, so it's simply a to install the add-on and brushing up on your IF/THEN statement.