About
Kodeclik is an online coding academy for kids and teens to learn real world programming. Kids are introduced to coding in a fun and exciting way and are challeged to higher levels with engaging, high quality content.
Popular Classes
Scratch Coding
Minecraft Coding
TinkerCAD
Roblox Studio
Python for Kids
Javascript for Kids
Pre-Algebra
Geometry for Kids
Copyright @ Kodeclik 2025. All rights reserved.
(part of the Kodeclik Coding Contest series)
Jul 1 2024
Nov 15, 2024
Jan 5, 2025
Apr 10, 2025
Build your dream Minecraft settlement using MakeCode.
1. Build a mod using MakeCode and name it “BuildSettlement”.
2. Typing the command “BuildSettlement” in the Minecraft console should rapidly construct a settlement within a bounding box of size 100 by 100.
3. The settlement can have a rural theme (involving castles, farms etc.) or an urban theme (involving buildings, bridges, gas stations, roads).
4. BuildSettlement must be invoked with a location, e.g., “\BuildSettlement x y” means that the settlement (of size 100 by 100) must be centered at the location denoted by the command line parameters (x y). Note that “z” is not supplied since the settlement can be potentially situated at different altitude levels.
5. The settlement must have a minimum of 6 separate structures and a maximum of 10 separate structures.
6. The settlement should be built using a minimum of 10 different Minecraft materials and a maximum of 20 different Minecraft materials.
7. No specific Minecraft map or seed is provided but you can assume that your construction will be tested over a blank terrain (either rural or urban) supporting the construction of the 100×100 settlement.
8. Teams must ensure that the settlement a) provides protection from danger, b) keeps mobs out, c) provides pathways to reach different parts of the settlement, and d) serves a useful purpose.
9. The entire construction (i.e., when the program is executed) should not exceed 10 minutes.
Submission guidelines will be posted closer to the deadline. Stay tuned!