Hi,
Here is my first app "Taquin" a simple and classic puzzle game, that I have just published on the OpenStore and the source here: https://gitlab.com/AloysLiska/taquin
Please be indulgent, that's a beginner work, but I would appreciate your feedback on the app, on the code,etc.
QML and javascript were new for me (I have software skill and I mainly developed in C).
To begin with QML, I use : https://doc.qt.io/qt-5/qml-tutorial1.html, and https://mimecar.gitbook.io/qt-course/
And for javascript I use : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide.
And of course I use the UBPorts documentation.
My editor was Kate (default editor of Kubuntu), simple and sufficient I think for a simple app.
When you begin, there is a lot to learn, so I did not want to use something new for me (like Qtcreator or another editor).
For the next version of Taquin, my objective is to allow user to select an image in its gallery.
Enjoy the app (kind of game useful to kill time)!