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

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