1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <component type="desktop-application">
|
---|
3 | <id>net.zdechov.app.xTactics</id>
|
---|
4 |
|
---|
5 | <name>xTactics</name>
|
---|
6 | <summary>Risk like turn-based strategy game</summary>
|
---|
7 | <developer id="net.zdechov.chronos">
|
---|
8 | <name>Chronos</name>
|
---|
9 | </developer>
|
---|
10 |
|
---|
11 | <url type="homepage">https://app.zdechov.net/xtactics</url>
|
---|
12 | <url type="contact">https://app.zdechov.net/xtactics#Contact</url>
|
---|
13 | <url type="vcs-browser">https://app.zdechov.net/xtactics/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 | It is a highly configurable turn-based strategy game inspired by mechanics of Risk board game.
|
---|
21 | </p>
|
---|
22 | <p>Features:</p>
|
---|
23 | <ul>
|
---|
24 | <li>Zoom-able map.</li>
|
---|
25 | <li>Map can be generated in cyclic mode to simulate world without borders.</li>
|
---|
26 | <li>Application configuration stored in XML file.</li>
|
---|
27 | <li>Allows to save and load game to game file in XML format with extension .xtg.</li>
|
---|
28 | <li>Localization support (English, Czech)</li>
|
---|
29 | <li>High DPI support.</li>
|
---|
30 | <li>Multiple map cell shapes as hexagons, squares, triangles, isometric, and random mesh.</li>
|
---|
31 | <li>Bridges between remote cells visible as lines.</li>
|
---|
32 | <li>Multiple players support. Players can have different color and other starting properties.</li>
|
---|
33 | <li>Application automatically open saved game file given as command line parameter after execution.</li>
|
---|
34 | <li>Computer player settings to be low, medium or highly aggressive in attacking.</li>
|
---|
35 | <li>Use Shift key during mouse click to attack maximum available power is moved without dialog confirmation.</li>
|
---|
36 | <li>Use Control key during mouse click to move with maximum one time and repeated unit counts to selected target cell.</li>
|
---|
37 | <li>Game option "Fog of war" which cause map to be covered to black and only explored cells will be visible.</li>
|
---|
38 | <li>Auto save game to file option in settings.</li>
|
---|
39 | <li>Map shape can be selected as Rectangular, Rounded or mask from image file.</li>
|
---|
40 | <li>Support for symmetric map usable for two players game.</li>
|
---|
41 | <li>Confirmation dialog for ending game.</li>
|
---|
42 | <li>Support for switching large icons in toolbar.</li>
|
---|
43 | <li>Support for cities. Cities can configured to be used as only growing cells.</li>
|
---|
44 | <li>Allows to set grow rate as square root of cell power.</li>
|
---|
45 | <li>Amount of inaccessible cells can be adjusted in New game dialog.</li>
|
---|
46 | <li>Player mode human or computer.</li>
|
---|
47 | <li>Graph window can be shown from menu which presents development of various statistic values during game turns.</li>
|
---|
48 | <li>Load recent menu action to load recently opened/saved files.</li>
|
---|
49 | </ul>
|
---|
50 | </description>
|
---|
51 |
|
---|
52 | <launchable type="desktop-id">net.zdechov.app.xTactics.desktop</launchable>
|
---|
53 |
|
---|
54 | <branding>
|
---|
55 | <color type="primary" scheme_preference="light">#99c1f1</color>
|
---|
56 | <color type="primary" scheme_preference="dark">#1a5fb4</color>
|
---|
57 | </branding>
|
---|
58 |
|
---|
59 | <screenshots>
|
---|
60 | <screenshot type="default">
|
---|
61 | <caption>Main window</caption>
|
---|
62 | <image>https://svn.zdechov.net/xtactics/trunk/Images/Screenshots/xTactics.png</image>
|
---|
63 | </screenshot>
|
---|
64 | <screenshot>
|
---|
65 | <caption>World map</caption>
|
---|
66 | <image>https://svn.zdechov.net/xtactics/trunk/Images/Screenshots/xTactics%20world.png</image>
|
---|
67 | </screenshot>
|
---|
68 | <screenshot>
|
---|
69 | <caption>Dark theme</caption>
|
---|
70 | <image>https://svn.zdechov.net/xtactics/trunk/Images/Screenshots/xTactics%20dark.png</image>
|
---|
71 | </screenshot>
|
---|
72 | </screenshots>
|
---|
73 |
|
---|
74 | <releases>
|
---|
75 | <release version="1.4.0" date="2025-01-04">
|
---|
76 | <url type="details">https://svn.zdechov.net/xtactics/tags/1.4.0/Release%20Notes.txt</url>
|
---|
77 | <description>
|
---|
78 | <ul>
|
---|
79 | <li>Added: Application icon with 256x256 resolution.</li>
|
---|
80 | <li>Added: Close button on more forms for better touch screen devices support.</li>
|
---|
81 | <li>Added: Game systems action in Tools menu.</li>
|
---|
82 | <li>Added: Allow to add building kinds to game system.</li>
|
---|
83 | <li>Added: Allow to manage nations for each game system.</li>
|
---|
84 | <li>Added: New map type hexagonal horizontal.</li>
|
---|
85 | <li>Added: Limit allowed map type according selected game system.</li>
|
---|
86 | <li>Added: Allow to load/save game system from/to file system as .xts file.</li>
|
---|
87 | <li>Added: Allow to move units instantly during turn.</li>
|
---|
88 | <li>Added: Game system parameter to play without possibility to merge/split units.</li>
|
---|
89 | <li>Added: Show units shape to see in which cell units are placed.</li>
|
---|
90 | <li>Added: Delete button to unit move dialog.</li>
|
---|
91 | <li>Added: Map random preview in New game form.</li>
|
---|
92 | <li>Added: New menu action show/hide map grid lines.</li>
|
---|
93 | <li>Added: New win objective None to just play freely without any win objective.</li>
|
---|
94 | <li>Added: New win objective to capture entire map.</li>
|
---|
95 | <li>Added: New game systems to represent various game play systems of other existing games.</li>
|
---|
96 | <li>Added: New game option to set cells without player units as neutral.</li>
|
---|
97 | <li>Modified: Improved data directories detection.</li>
|
---|
98 | <li>Modified: OK button moved to be on the left side of buttons.</li>
|
---|
99 | <li>Modified: Added more action icons to main toolbar and main menu.</li>
|
---|
100 | <li>Modified: Do not paint new game preview bellow form height.</li>
|
---|
101 | <li>Modified: Automatically save running game on application exit and reopen it on next start.</li>
|
---|
102 | <li>Modified: Automatic map zoom on new game.</li>
|
---|
103 | <li>Modified: Show icons in shortcuts window.</li>
|
---|
104 | <li>Modified: Improved dark theme support on Windows.</li>
|
---|
105 | <li>Modified: End turn with space key.</li>
|
---|
106 | <li>Modified: Allow to set nation in player settings.</li>
|
---|
107 | <li>Modified: Allow to have only one player in the game.</li>
|
---|
108 | <li>Fixed: Initialization of preset World image map.</li>
|
---|
109 | <li>Fixed: Map image was not always loaded and applied.</li>
|
---|
110 | <li>Fixed: Symetric map generation.</li>
|
---|
111 | <li>Fixed: Store current player information to game save to be able to continue with different player.</li>
|
---|
112 | <li>Fixed: Item list form minimal item count limit on items removal.</li>
|
---|
113 | <li>Fixed: Store client form settings on close.</li>
|
---|
114 | <li>Fixed: Workaround for incorrect client form drawing area size on Windows.</li>
|
---|
115 | <li>Fixed: New game symetric map units calcualtion.</li>
|
---|
116 | <li>Fixed: Map preview with cell and unit borders.</li>
|
---|
117 | <li>Fixed: Allow to set preferred game system grid type.</li>
|
---|
118 | <li>Fixed: Remember maximized main form state on Linux.</li>
|
---|
119 | <li>Fixed: Main form was not visible on Windows task bar.</li>
|
---|
120 | <li>Fixed: Size of buttons was too small in some cases.</li>
|
---|
121 | <li>Fixed: Show toolbars hints.</li>
|
---|
122 | <li>Fixed: Fully terminate the application on main form closure.</li>
|
---|
123 | <li>Fixed: Error if players stats opened.</li>
|
---|
124 | <li>Fixed: Clear correctly defender player from unit moves if his cell is captured.</li>
|
---|
125 | <li>Fixed: Do not allow to remove too many players to have at least minimum players.</li>
|
---|
126 | <li>Fixed: Bad cell links in Random map type causing problems on openning saved file.</li>
|
---|
127 | <li>Fixed: Selection of unit moves.</li>
|
---|
128 | <li>Fixed: Full screen mode under Windows and Linux.</li>
|
---|
129 | </ul>
|
---|
130 | </description>
|
---|
131 | </release>
|
---|
132 | </releases>
|
---|
133 |
|
---|
134 | <categories>
|
---|
135 | <category>Game</category>
|
---|
136 | <category>StrategyGame</category>
|
---|
137 | </categories>
|
---|
138 |
|
---|
139 | <content_rating type="oars-1.1"/>
|
---|
140 | </component>
|
---|