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