I am trying to create games using Makecode and planning to call them through my site.
While opening a particular game created by me using Makecode, I want to push an additional unique identifier apart from the game code to track the score for the unique identifier.
We are not sure how to handle this in Makecode. Please help me with the possible ways to handle this request.
1 Like
Sending simulator messages (such as when the user wins the game) to the outside of the iframe may be useful here:
1 Like