How to make a drawing game?

Hi, I would like to make a simple game where the user should trace the line for a certain shape.
Like for example they should make a drawing (with their finger/mouse) that is the same shape as the example or maybe draw it over the guide like a trace.

Does anyone know how I can do that in defold? or any tips or tutorial about line drawing or tracing?

any advice would be really appreciated :slight_smile:

Hi! For the drawing part, maybe @AGulev’s extension “DrawPixels” could be a good starting point?

4 Likes
2 Likes

thanks! I’ll check this out

1 Like