New blog post available: Code for Hula-Hoop Game in MakeCode Arcade. wecodemakecode.com/2019/12/12/cod… To win, keep most hoops moving by adding and removing hoops. To play the game and get the code click makecode.com/_fViaJ0hxbfd5. Running on KittenBot Meowbit below.
1
2
8
0
1
Download Gif
@WeCodeMakeCode Thanks for the MakeCode examples & videos. Questions for Hula-Hoop: In "make_one_hoop", 1) Why is "side" set to an odd number?, 2) Should "Y_list" be set to y vs. x?, 3) Why is "side" multiplied by 3.6?