Page 1 of 1

minetest in a school

PostPosted: Thu Dec 22, 2016 15:02
by rgh
Like other people here, we are using Minetest in an after school Code Club.

Students, aged 11-16, are very keen to play the game, but our aim, as teachers, is to
give them the experience of creating digital content rather than just being consumers.

I'd be interested in hearing of activities other schools have come up with.

Things we have tried, so far, using Minetest:
Regarding Lua code, we have so far provided templates where all the student has to do is change the name in a couple of places & maybe make their own images.

While these activities are making digital content, I'd like to do very simple coding as well. Not sure what would work, but we could give access to a command prompt window, experiment with a basic programming idea in lua, say a loop, and then, having seen a command line demo of that, somehow use it in a very simple mod. Say a block that uses a loop to put 'Hey..don't hit me!' 10 times into the chat.

What things are others trying?

Re: yet another minetest in schools thread

PostPosted: Thu Dec 22, 2016 16:05
by Xudo
rgh wrote:[*]Make skins. Our site is all Windows. Paint is unsuitable, afaik it doesn't support
transparency, the problem with this activity has been the complexity of Photoshop!
http://codeclub.sfh6.org/resources/minetest/player_Skinzones_64_32.png

Try any specialized pixel-art editor. I believe they are more suitable for making skins.
https://www.pixilart.net/

Re: minetest in a school

PostPosted: Thu Dec 22, 2016 20:44
by hajo
rgh wrote:we are using Minetest in an after school Code Club. Students, aged 11-16,
creating digital content ..web page .. with links .. handout .. javascript.

Webdesign with pure html ? Maybe with a CMS or wiki ?

E.g. I'm just now working on a page Building a home on the minetest-wiki,
and most webfeatures can be done with such a wiki.
[*]Make skins. Our site is all Windows. Paint is unsuitable,

Irfanview is mainly a graphics-viewer, but it can also do a lot of 'simple' picture-editing.
Try F12 = Edit/Show-Paint-Dialog, and Edit/Insert-text.

[*]mods .. block with their own design .. Lua code

For coding I recommand editors like AkelPad and Notepad++
or the lightweight IDE Geany.

I'd like to do very simple coding as well.

Have a look at the robots / turtles here.

Re: minetest in a school

PostPosted: Thu Dec 22, 2016 21:20
by TheReaperKing
For the skins you can use the minecraft skin editors and then convert it with this:
viewtopic.php?f=5&t=15387

Also I'm hoping to release an educational version of minetest called MAGE on my site this holiday break. I want to add a place for teachers to exchange ideas too. http://makeagamefree.com is where I'll release it.

A good place for inspiration is the minecraft edu site has a bunch of lesson plans and such. I want to start writing some myself. That site is a resource hub I'm already using for my students and I'll be adding a lot more.

Take care!
-Mike