source: trunk/Install/flatpak/net.zdechov.app.TransLines.appdata.xml

Last change on this file was 149, checked in by chronos, 6 months ago
  • Fixed: Screenshots links in flatpak.
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<component type="desktop-application">
3 <id>net.zdechov.app.TransLines</id>
4
5 <name>TransLines</name>
6 <summary>Enjoyable metro building game</summary>
7 <developer_name>Chronos</developer_name>
8
9 <url type="homepage">https://app.zdechov.net/translines/</url>
10
11 <metadata_license>CC0-1.0</metadata_license>
12 <project_license>CC0-1.0</project_license>
13
14 <description>
15 <p>
16 Features:
17 </p>
18 <ul>
19 <li>Supported 9 metro lines with different colors</li>
20 <li>Supported 12 metro stations shapes</li>
21 <li>Each week a player gets new train</li>
22 <li>Passengers with specific shape travel to the station with same shape</li>
23 <li>Tracks can be re-positioned and extended on both ends</li>
24 <li>New random stations appear continuously</li>
25 <li>Dark mode</li>
26 <li>Full screen mode</li>
27 <li>Multi-language support (English, Czech, French, German)</li>
28 <li>Career support with playable cities</li>
29 <li>Selectable weekly new improvements: line, carriage or terminal</li>
30 </ul>
31 </description>
32
33 <launchable type="desktop-id">net.zdechov.app.TransLines.desktop</launchable>
34
35 <screenshots>
36 <screenshot type="default">
37 <caption>Game</caption>
38 <image>https://svn.zdechov.net/translines/trunk/Images/Screenshots/Game.png</image>
39 </screenshot>
40 <screenshot type="default">
41 <caption>Dark style</caption>
42 <image>https://svn.zdechov.net/translines/trunk/Images/Screenshots/Dark%20style.png</image>
43 </screenshot>
44 <screenshot type="default">
45 <caption>Main menu</caption>
46 <image>https://svn.zdechov.net/translines/trunk/Images/Screenshots/Main%20menu.png</image>
47 </screenshot>
48 <screenshot type="default">
49 <caption>New improvement</caption>
50 <image>https://svn.zdechov.net/translines/trunk/Images/Screenshots/New%20improvement.png</image>
51 </screenshot>
52 <screenshot type="default">
53 <caption>New train</caption>
54 <image>https://svn.zdechov.net/translines/trunk/Images/Screenshots/New%20train.png</image>
55 </screenshot>
56 </screenshots>
57
58 <releases>
59 <release version="1.4.0" date="2023-05-02">
60 <url type="details">https://svn.zdechov.net/translines/tags/1.4.0/Release%20notes.txt</url>
61 <description>
62 <ul>
63 <li>Added: Allow to save/load game in multiple slots.</li>
64 <li>Added: Last game is automatically saved on exit.</li>
65 <li>Added: Configurable station styles.</li>
66 <li>Added: Configurable map visual styles.</li>
67 <li>Added: Metro lines can be configured to be not movable.</li>
68 <li>Modified: The game has been renamed to TransLines.</li>
69 <li>Modified: Updated position of clock and exit button in game screen.</li>
70 <li>Modified: New game logo.</li>
71 <li>Modified: Updated french translation.</li>
72 <li>Fixed: Translation of week days.</li>
73 <li>Fixed: Highest score changed after click at game over screen.</li>
74 <li>Fixed: Error if track removed while train in station.</li>
75 <li>Fixed: Fullscreen was not working at the application first start.</li>
76 </ul>
77 </description>
78 </release>
79 </releases>
80
81 <categories>
82 <category>Game</category>
83 </categories>
84
85 <content_rating type="oars-1.1"/>
86</component>
Note: See TracBrowser for help on using the repository browser.