ComputerCraft, Logo-style computer programming for Minecraft
computercraft.info
ComputerCraft, Logo-style computer programming for Minecraft
1–9 of 9 posts
Re: ComputerCraft, Logo-style computer programming for Minecraft
#2Re: ComputerCraft, Logo-style computer programming for Minecraft
#3Re: ComputerCraft, Logo-style computer programming for Minecraft
#4Re: ComputerCraft, Logo-style computer programming for Minecraft
#5A common topic on HN is "teaching kids to code". I can think of no better environment for this than Minecraft + ComputerCraft. One of the most difficult challenges is getting kids interested in coding. Kids have a short attention span, so if you can't do something interesting in a relatively short time frame, they lose interest. ComputerCraft is great because A) I have yet to meet an 8-14 year old who isn't content t…
I happen to play Minecraft now, and I just finished writing a 3D Perlin noise generator in Lua so that my turtles can build structures with some randomization. I'll be adding code to pixellate my smooth, mathematical paths into minecraft blocks using Bresenham's line algorithm. I've also written programs to do highly efficient mining with minimal effort on my part. I've seen programs written by other people that control a fleet of turtles from a central computer, and programs that run complex farming operations. There's so much breadth of possibility with something like Minecraft and ComputerCraft.
If Minecraft is like playing with Legos online with your friends, ComputerCraft is like Mindstorms. I envy the kids who start out on this stuff.
Re: ComputerCraft, Logo-style computer programming for Minecraft
#6Re: ComputerCraft, Logo-style computer programming for Minecraft
#7Re: ComputerCraft, Logo-style computer programming for Minecraft
#8This is awesome, but it's unfortunate that the UI for developing CC code in-game is so primitive. I quickly discovered where my code was stored on the filesystem so I could code using gvim instead, outside of the game. It's a bit of a hassle pausing the game to code and switching back to test, but it's better than editing in-game.
Re: ComputerCraft, Logo-style computer programming for Minecraft
#9It's a cool system, but pretty clumsy. It's annoying to carrying around a floppy-disc all the time.