1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <component type="desktop-application">
|
---|
3 | <id>net.zdechov.app.Tunneler</id>
|
---|
4 |
|
---|
5 | <name>Tunneler</name>
|
---|
6 | <summary>Tank digging battle game</summary>
|
---|
7 | <developer id="net.zdechov.chronos">
|
---|
8 | <name>Chronos</name>
|
---|
9 | </developer>
|
---|
10 |
|
---|
11 | <url type="homepage">https://app.zdechov.net/Tunneler/</url>
|
---|
12 | <url type="contact">https://app.zdechov.net/Tunneler#Contact</url>
|
---|
13 | <url type="vcs-browser">https://app.zdechov.net/Tunneler/browser</url>
|
---|
14 |
|
---|
15 | <metadata_license>CC0-1.0</metadata_license>
|
---|
16 | <project_license>CC0-1.0</project_license>
|
---|
17 |
|
---|
18 | <description>
|
---|
19 | <p>
|
---|
20 | This is a remake of the famous MS-DOS Tunneler game originally written in Pascal language. âhttps://tunneler.org/
|
---|
21 | Now it has been written from scratch in Lazarus/FPC to run natively on both Linux and Windows.
|
---|
22 | </p>
|
---|
23 | <ul>
|
---|
24 | <li>Up to 8 players</li>
|
---|
25 | <li>Configurable player keys</li>
|
---|
26 | <li>Many sample maps included</li>
|
---|
27 | <li>Multi-language support (English, Czech)</li>
|
---|
28 | <li>High DPI support</li>
|
---|
29 | </ul>
|
---|
30 | </description>
|
---|
31 |
|
---|
32 | <launchable type="desktop-id">net.zdechov.app.Tunneler.desktop</launchable>
|
---|
33 |
|
---|
34 | <branding>
|
---|
35 | <color type="primary" scheme_preference="light">#cdab8f</color>
|
---|
36 | <color type="primary" scheme_preference="dark">#63452c</color>
|
---|
37 | </branding>
|
---|
38 |
|
---|
39 | <screenshots>
|
---|
40 | <screenshot type="default">
|
---|
41 | <caption>Gameplay</caption>
|
---|
42 | <image>https://svn.zdechov.net/Tunneler/trunk/Images/Screenshots/Gameplay.png</image>
|
---|
43 | </screenshot>
|
---|
44 | </screenshots>
|
---|
45 |
|
---|
46 | <releases>
|
---|
47 | <release version="1.1.1" date="2024-05-20">
|
---|
48 | <url type="details">https://svn.zdechov.net/Tunneler/tags/1.1.1/Release%20notes.txt</url>
|
---|
49 | <description>
|
---|
50 | <ul>
|
---|
51 | <li>Modified: Better menu High DPI scaling.</li>
|
---|
52 | <li>Modified: End the game after three wins of the best player.</li>
|
---|
53 | <li>Fixed: Hide main menu with Qt5 widgetset.</li>
|
---|
54 | <li>Fixed: Pack audio files and detect alternative Unix location.</li>
|
---|
55 | <li>Fixed: Check player houses minimal distance to not overlap them.</li>
|
---|
56 | <li>Fixed: Destroying other player didn't end the round.</li>
|
---|
57 | </ul>
|
---|
58 | </description>
|
---|
59 | </release>
|
---|
60 | <release version="1.1.0" date="2024-05-15">
|
---|
61 | <url type="details">https://svn.zdechov.net/Tunneler/tags/1.1.0/Release%20notes.txt</url>
|
---|
62 | <description>
|
---|
63 | <ul>
|
---|
64 | <li>Added: Allow to reconfigure players keys.</li>
|
---|
65 | <li>Added: A new settings page where number of players can be adjusted.</li>
|
---|
66 | <li>Modified: Use same default keys as in the original game.</li>
|
---|
67 | <li>Modified: Use F10 as exit according to the original game.</li>
|
---|
68 | <li>Modified: Better menu items drawing.</li>
|
---|
69 | <li>Fixed: Show stats for more than 4 player in two parts second bellow first part.</li>
|
---|
70 | <li>Fixed: Player view size calculation for 5 players.</li>
|
---|
71 | <li>Fixed: Do not play explosion sound in a loop.</li>
|
---|
72 | </ul>
|
---|
73 | </description>
|
---|
74 | </release>
|
---|
75 | </releases>
|
---|
76 |
|
---|
77 | <categories>
|
---|
78 | <category>Game</category>
|
---|
79 | <category>ActionGame</category>
|
---|
80 | <category>Shooter</category>
|
---|
81 | </categories>
|
---|
82 |
|
---|
83 | <content_rating type="oars-1.1"/>
|
---|
84 | </component>
|
---|