1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 | name: 2048-qml version: 1 summary: 2048 game description: clone written in pure QML. No C++ wrappers needed. apps: play: command: qmlscene 2048.qml plugs: [unity7, opengl, x11] parts: game-2048: plugin: copy source: https://github.com/MartinBriza/2048.qml source-type: git files: 2048.qml: 2048.qml stage-packages: - qmlscene |