No Description

MisterE123 e3cde38a71 Upload files to 'sounds' 3 years ago
sounds e3cde38a71 Upload files to 'sounds' 3 years ago
textures fe532061dd Add files via upload 3 years ago
word_lists 372c495211 Add an long word lists 3 years ago
README.md fe532061dd Add files via upload 3 years ago
chatcmdbuilder.lua fe532061dd Add files via upload 3 years ago
commands.lua 4bc0629939 add fly inside build area using airlike ladders... 3 years ago
description.txt fe532061dd Add files via upload 3 years ago
init.lua 5f2d7d3f7f Update 'init.lua' 3 years ago
license.txt fe532061dd Add files via upload 3 years ago
minigame_manager.lua c323658a77 fix not showing word at end of round 3 years ago
mod.conf fe532061dd Add files via upload 3 years ago
nodes.lua 7bf83a893f fix ladder node 3 years ago
privs.lua fe532061dd Add files via upload 3 years ago

README.md

QuikBild

Contributors: MisterE, Zughy (hotbar background)

Code snippets from https://gitlab.com/zughy-friends-minetest/arena_lib/-/blob/master/DOCS.md and from Zughy's minigames

License: GPL 3 sounds: CC0

Description: Each player will get a turn to be the artist. In each round, the artist is given a word to build a representation of, and the tools to build it. THey have a time limit.

Other players try to be the first to guess the word by sending it in chat (this does not spam global chat)

the artist gets a point, and the guesser gets a point, if they guess correctly.

If no one guesses correctly, then no one gets points that round. Send chat messages with keywords lowercase only, and spell them correctly!

Basic setup:

1) type /quikbild create 2) type /quikbild edit 3) use the editor to place a minigame sign, assign it to your minigame. 4) while in the editor, move to where your arena will be. 5) Make your arena. There should be a central cage, for the artist to build in, made from glass, and a viewing area around it. The entire thing should prevent escape. use walls or fullclip. 6) using the editor tools, mark player spawner locations. These should be placed in the viewing area. Protect the arena. 7) go to minigame settings, and open the settings editor. 8) set the build_area_pos_1 and 2 to be locations that fully encompass the central build area. THis will allow the arena to clear builds between rounds. 9) edit the word list. Only a short example word list is given, but you can make your own, and set your arena to a theme! Make sure to use the proper lua table syntax! 10) Set the build time. This is the time allowed for the artist to build, and the time allowed for other players to guess. IF this runs out, no one gets any points 11) Set the artist spawn position. This should be a location inside the build area. 12) exit the editor mode 13) type /minigamesettings quikbild 14) change the hub spawnpoint to be next to the signs, and adjust the queuing time as desired.