You may be wondering how to set the description of your game, and how to change it from “made with in makecode arcade”
Step 1
convert your code to javascript if it is in blocks
Step 2
open up the explorer
Step 3
scroll down and click on the pxt.json tab
Step 4
you should see the menu pictured below where your code used to be. From there, select “edit settings as text”
Final Step
Type in the description you want in the empty quotes next to where it says “description”: “”. When you are finished, you can convert back to blocks or go to main.ts or wherever you were before.