-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBasic_chess_endgames.metainfo.xml
53 lines (49 loc) · 1.85 KB
/
Basic_chess_endgames.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.loloof64.basic_chess_endgames</id>
<name>Basic chess endgames</name>
<summary>Generate a ches position from your own criterias and play with it against the computer</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<description>
<p>
# Examples
</p>
<p>
You can generate a position from an example script. In the list, there also icons in order to know if we can hope for a win or for a draw.
</p>
<p>
But you can clone an example and adapt it for your own needs. And you can also see the code of an example.
</p>
<p>
# Custom scripts
</p>
<p>
You can also define your custom scripts : each section is written in a subset of the Lua language. There's also a manual in the script editor page.
</p>
<p>
You can also see the predefined variables of each script section, as well as their types. And you can insert them in your code by selecting them.
</p>
<p>
# Game
</p>
<p>
Once the position is generated, you can play it against the computer, and abort it at any time.
</p>
<p>
Whenever game is finished, you can see the history of moves.
</p>
</description>
<launchable type="desktop-id">Basic_chess_endgames.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://github.com/loloof64/Basic_chess_endgames/blob/main/screenshots/home.png</image>
</screenshot>
<screenshot>
<image>https://github.com/loloof64/Basic_chess_endgames/blob/main/screenshots/examples.png</image>
</screenshot>
<screenshot>
<image>https://github.com/loloof64/Basic_chess_endgames/blob/main/screenshots/game.png</image>
</screenshot>
</screenshots>
</component>