Got a question about this challenge? Join our community on Reddit: www.reddit.com/r/101Computing_Hub/
@101Computing8 жыл бұрын
Hi Tom, unfortunately it is not possible to code this game using the block editor as you cannot use lists/arrays in this editor.
@mxcury-x868 жыл бұрын
Could u make a tutorial on how to make it on block editor
@russellcresser58267 жыл бұрын
Absolutly brilliant. Any chance of the clasic sound track track. I am working in BLOCKY at the moment but you have inspired me to have go with Python. May I suggest you dim your leds it gives a better contrast for recording on CCD.
@101Computing7 жыл бұрын
Thanks for your positive feedback. Glad you like this video/code. The soundtrack is one of the soundtracks provided by youtube called Vacation Uke by Albis.
@kiseli6662 жыл бұрын
48 errors when pasting this code to microbit editor. I guess it's very old code for version v1 and needs to be updated. Also is it possible to make this in the block editor?
@kidscodes20242 жыл бұрын
is there a make code editor version
@101Computing8 жыл бұрын
try to remove some of the comments # from the code before compiling/transferring it to the microbit
@vincent63526 жыл бұрын
@Ben.h_03 same here! Please update the the video! And show how to get it working.
@christinajohannes31025 жыл бұрын
Just some or all of them? Should I keep the space after I've removed the hashtags or should they still be there?
@christianbay22016 жыл бұрын
Help me it doesnt work for me
@adamcater68838 жыл бұрын
keeps saying syntax, attribute or name error, HELP!
@101Computing8 жыл бұрын
When copying the code from the blog make sure you include both import statements at the top: from microbit import * from random import choice Without these the code will not compile. Hope this solves the issue you are facing.
@mehmeterenkara59774 жыл бұрын
it says there is a problem
@exbeastz46108 жыл бұрын
it wont work help please
@gusevgp14172 жыл бұрын
peter griffin
@urassari3 жыл бұрын
Line 94: unexpected indent near `for` Line 9: can't find called function "random.choice" Line 24: can't find called function "display.set_pixel" Line 24: name 'display' is not defined Line 24: unknown object type; cannot lookup attribute 'set_pixel' Line 26: can't find called function "display.set_pixel" Line 26: name 'display' is not defined Line 26: unknown object type; cannot lookup attribute 'set_pixel' Line 28: can't find called function "display.set_pixel" Line 28: name 'display' is not defined Line 28: unknown object type; cannot lookup attribute 'set_pixel' Line 30: can't find called function "display.set_pixel" Line 30: name 'display' is not defined Line 30: unknown object type; cannot lookup attribute 'set_pixel' Line 35: can't find called function "display.set_pixel" Line 35: name 'display' is not defined Line 35: unknown object type; cannot lookup attribute 'set_pixel' Line 37: can't find called function "display.set_pixel" Line 37: name 'display' is not defined Line 37: unknown object type; cannot lookup attribute 'set_pixel' Line 39: can't find called function "display.set_pixel" Line 39: name 'display' is not defined Line 39: unknown object type; cannot lookup attribute 'set_pixel' Line 41: can't find called function "display.set_pixel" Line 41: name 'display' is not defined Line 41: unknown object type; cannot lookup attribute 'set_pixel' Line 101: can't find called function "display.set_pixel" Line 101: name 'display' is not defined Line 101: unknown object type; cannot lookup attribute 'set_pixel' Line 109: can't find called function "sleep" Line 109: name 'sleep' is not defined Line 112: can't find called function "button_a.is_pressed" Line 112: name 'button_a' is not defined Line 112: unknown object type; cannot lookup attribute 'is_pressed' Line 112: can't find called function "button_b.is_pressed" Line 112: name 'button_b' is not defined Line 112: unknown object type; cannot lookup attribute 'is_pressed' Line 114: can't find called function "button_a.is_pressed" Line 114: name 'button_a' is not defined Line 114: unknown object type; cannot lookup attribute 'is_pressed' Line 116: can't find called function "button_b.is_pressed" Line 116: name 'button_b' is not defined Line 116: unknown object type; cannot lookup attribute 'is_pressed' Line 135: can't find called function "random.choice" Line 142: can't find called function "sleep" Line 142: name 'sleep' is not defined Line 143: can't find called function "display.scroll" Line 143: name 'display' is not defined Line 143: unknown object type; cannot lookup attribute 'scroll' i have these errors