- Following 1 user
- Followed by 2 users
- Votes 2
- Subscriptions 14
Badges
No badges earned
Comments
Recent activity by Frank Claikens-
I quickly wrote a program in python that will do that for you: https://makecode.com/_czha4u1AYF6v To use the program: - Import it in the codebuilder.- Change the emerald block to the desired block....
-
I would personaly use 'else if' statements for this algorithm.
-
It's block for coding. We've made our own category of coding blocks in the codemaker where we can define blocks ourselves (like functions), This is handy for simplifying solutions for beginners and...
-
You can use the agent for placing items (including all doors).
-
I don't think it's possible but I also think it would be a really valuable feature to have, opening many possiblities in creating tasks for students. If the block they have to break is in a specifi...
-
We've had the same problem here at codecosmos and we think it is related to the renaming of the 'master'-branch to 'main'-branch.
-
You can tackle the rendering distance issue by constantly teleporting your player above the area where you are building (height does not have an effect on the rendering distance).
-
The tutorial-tool we use is still online: https://makecode.com/tutorial-toolIt also has some pretty good documentation on how to use it (check the tutorial docs in the upper right corner).If you wa...
-
This is true if you do not use the codebuilder. Because that needs internet connection in order to work.
-
When I read this post, I kind of panicked. Limiting the range/distance to 30 blocks when using the builder or other codemaker options would not only seriously infect existing lessons I made but it ...