Lots of fun stuff you can program in Minecraft Pi Edition. My son and I made a minecraft version of snake/tron where each player would leave behind a trail of TNT blocks as they ran around a closed arena. Hitting a TNT would set off such huge chain reaction of explosions that the raspberry pi couldn't handle it. After a few rounds of these explosions the minecraft world looks like a total wasteland.
I honestly wish they had some of that level of scripting for the desktop version too, I love the idea of doing Python with Minecraft. Plus fun ideas like that could scale a little better on a much more powered system.
Programming Minecraft on the Raspberry Pi
21–30 of 32 posts
Re: Programming Minecraft on the Raspberry Pi
#22Lots of fun stuff you can program in Minecraft Pi Edition. My son and I made a minecraft version of snake/tron where each player would leave behind a trail of TNT blocks as they ran around a closed arena. Hitting a TNT would set off such huge chain reaction of explosions that the raspberry pi couldn't handle it. After a few rounds of these explosions the minecraft world looks like a total wasteland.
I honestly wish they had some of that level of scripting for the desktop version too, I love the idea of doing Python with Minecraft. Plus fun ideas like that could scale a little better on a much more powered system.
https://minecraft.makecode.com/
It's a scratch like programming environment that lets you do all kinds of cool things in Minecraft.
Re: Programming Minecraft on the Raspberry Pi
#23What are some decent general tutorials for programming voxel games?
Re: Programming Minecraft on the Raspberry Pi
#24Re: Programming Minecraft on the Raspberry Pi
#25Lots of fun stuff you can program in Minecraft Pi Edition. My son and I made a minecraft version of snake/tron where each player would leave behind a trail of TNT blocks as they ran around a closed arena. Hitting a TNT would set off such huge chain reaction of explosions that the raspberry pi couldn't handle it. After a few rounds of these explosions the minecraft world looks like a total wasteland.
I honestly wish they had some of that level of scripting for the desktop version too, I love the idea of doing Python with Minecraft. Plus fun ideas like that could scale a little better on a much more powered system.
Re: Programming Minecraft on the Raspberry Pi
#26Lots of fun stuff you can program in Minecraft Pi Edition. My son and I made a minecraft version of snake/tron where each player would leave behind a trail of TNT blocks as they ran around a closed arena. Hitting a TNT would set off such huge chain reaction of explosions that the raspberry pi couldn't handle it. After a few rounds of these explosions the minecraft world looks like a total wasteland.
I honestly wish they had some of that level of scripting for the desktop version too, I love the idea of doing Python with Minecraft. Plus fun ideas like that could scale a little better on a much more powered system.
Re: Programming Minecraft on the Raspberry Pi
#27I used to joke that Voxel Quest was just a fancy 3d graphing calculator. I think the entryway for a lot of students to become interested in math is to make rendering more accessible. Shadertoy is one step towards this, but SDF equations are much more difficult to grok than binary on/off voxel plotting, and they have to be mathematically sound or you get buggy looking results.
During my university times, I often used EvalDraw as quick 2D/3D graphing calculator: http://advsys.net/ken/download.htm You type in some C-ish code, it gets immediately executed and drawn. Instant feedback was a winner feature here. Graphing y=f(x) was AFAIR as simple as typing "(x)" in the first line and writing an expression in the next. "(x,t)" for time-varying singals, "(x,y)" for 2-d functions with values viewe…
Me and my boyfriend are both math nerds and will both love this :)
Re: Programming Minecraft on the Raspberry Pi
#28This is fantastic. Minecraft is one of the big factors that made me want to learn Java (back when the game first came out), and indirectly spurred a lot of my own personal development. The easier they can make it, the better.
Re: Programming Minecraft on the Raspberry Pi
#29ProgKids is a Russian site that integrates Snap! (and Python) with Minecraft, so kids can visually program 3d turtles that move around in the world and build things!
ProgKids. Строим дом, а потом ещё пару (Building a house, then another couple)
https://www.youtube.com/watch?v=muNpsk4UH7c
ProgKids. Куда же без зверей? (Why do you not have animals?)
https://www.youtube.com/watch?v=1iBFwaUSDYI
ProgKids. Как работает Snap? (How does Snap work?)
Re: Programming Minecraft on the Raspberry Pi
#30Links: