Making a maze game

I'm trying to make a maze game, and every time I try some sort of coding it is unsuccessful. I need help on how to code it, this is really urgent, so please help as soon as you can!

1 Like

Welcome Kairie.

One example Need help for making a maze game!

Thank you! But when I tried out the app, it basically crashed the entire thing.

Basically the horse is trying to get to the end of the maze, and the emoji is the ending point. Neither of the sprites are where I need them to be.

This is a already known issue for canvas.

When screen. Initialized, the canvas is not ready, if you set canvas size to fill parent or percentage.

So we have to wait a short moment, say 100ms, then we can set the position of the imagesprite on canvas.