Hello ...
anyone out there!?!
Is there still someone working on this idea? A big problem is in my opinion, that there are so many nearly similiar projects and the guys who started them all should work together ... okay, that's not a simple problem.
I started a new thread
viewtopic.php?f=47&t=15665 and was asking for help to realize a Mod like ComputerCraft because this is one thing that are many teacher waiting for before switching to Minetest instead of Minecraft.
In my opinion a Mod to let young users start with programming inside Minetest should offer the following steps, like they are realized in ComputerCraftEDU (
http://computercraftedu.com/):
1.) Customize you turtle to have a relationship to your turtle. Change the color and fit it out with some funny accessories.
2.) Have a remote control, connect it with your turtle and move the turtle around by clicking on some buttons that stands for the basic actions of the turtle like movement (forward, backward, up, down, left, right), turn around (90° right or left), take a block (only? in front of the turtle), put a block.
3.) Have a visual editor with blocks that give the syntax like in scratch. It is fantastic that there is already a blockly-like editor for Lua (
http://blockly-lua.appspot.com/static/a ... index.html). In this stage the kids should learn the basic possibilities of programming, using if-statements and loops and they can use it to build 3D buildings with their turtle. For more advanced users the possibilities of the turtle should be updated (new texture?) to have sensors and thus more possibilities to use these sensors to build/take blocks depending on the environment.
4.) Next step will be a text-editor. At first the kids can program in the visual-editor and see the code that stands behind that. May be a computer-terminal should be connected to the turtle and an other update of the turtle to have this connection. Cool looking turtles will help to spur the children to improve their programming abilities.
For some programs it would be easier to change little things or copy parts of the code in the text-editor and so hopefully they will move to do more text-coding.
Well ... hopefully nice ideas, but who will do this?
I'm willing to help, but I only have basic knowledge how to build Mods (simple blocks and craftitems). I can draw textures and give some ideas how to improve the appearance of the turtle.
I know some teachers that will create maps to learn programming with the turtle for Minetest because they already did that in Minecraft. And because of the idea of Microsoft only to offer the new Minecraft Education Version for Windows 10 they will switch to Minetest as soon there is an appropriate replacement for ComputerCraft.
Would it be difficult to realize the ideas?As far as I understand Minetest ...
nr. 1.) should not too difficult to realize. That is like changing the skin of a user and wearing armour. And that is not the most important for the Mod.
nr. 2.) would not be to difficult too, hopefully. Drawing a craftitem and have a formspec (with nice background) for the buttons. The actions would not be too difficult (hopefully) as they are only internal commands to move the block around.
nr. 3.) ... okay ... that will be more difficult ... I don't have any idea how to realize it.
nr. 4.) may be not so difficult as I think that is a bit like programming with digilines. There are already text-editors!
Okay guys ... now give me the punch!!!