| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <component type="desktop-application">
|
|---|
| 3 | <id>net.zdechov.app.x2048</id>
|
|---|
| 4 |
|
|---|
| 5 | <name>2048</name>
|
|---|
| 6 | <summary>Block sliding puzzle game</summary>
|
|---|
| 7 | <developer id="net.zdechov.chronos">
|
|---|
| 8 | <name>Chronos</name>
|
|---|
| 9 | </developer>
|
|---|
| 10 |
|
|---|
| 11 | <url type="homepage">https://app.zdechov.net/2048</url>
|
|---|
| 12 | <url type="contact">https://app.zdechov.net/2048#Contact</url>
|
|---|
| 13 | <url type="vcs-browser">https://app.zdechov.net/2048/browser</url>
|
|---|
| 14 |
|
|---|
| 15 | <metadata_license>CC0-1.0</metadata_license>
|
|---|
| 16 | <project_license>CC0-1.0</project_license>
|
|---|
| 17 |
|
|---|
| 18 | <description>
|
|---|
| 19 | <p>Move numbered blocks across board to merge blocks with the same number together to reach 2048 tile.</p>
|
|---|
| 20 | <p>Features:</p>
|
|---|
| 21 | <ul>
|
|---|
| 22 | <li>Selectable board size (from 2x2 to 12x12).</li>
|
|---|
| 23 | <li>Six different tile color palettes.</li>
|
|---|
| 24 | <li>Last move undo.</li>
|
|---|
| 25 | <li>Keep game between application restarts.</li>
|
|---|
| 26 | <li>Localization support (English, Czech, French, Spanish).</li>
|
|---|
| 27 | <li>High DPI support.</li>
|
|---|
| 28 | <li>Moves history record and replay.</li>
|
|---|
| 29 | <li>Dark and light themes.</li>
|
|---|
| 30 | <li>Tiles move, merge and creation animation.</li>
|
|---|
| 31 | <li>Selectable tile skins (linear, exponential, alpha, binary, roman)</li>
|
|---|
| 32 | <li>Optional randomly generated unmergeable tiles</li>
|
|---|
| 33 | <li>Optional randomly generated disabled tiles</li>
|
|---|
| 34 | <li>Detailed score list for previous games</li>
|
|---|
| 35 | </ul>
|
|---|
| 36 | </description>
|
|---|
| 37 |
|
|---|
| 38 | <launchable type="desktop-id">net.zdechov.app.x2048.desktop</launchable>
|
|---|
| 39 |
|
|---|
| 40 | <branding>
|
|---|
| 41 | <color type="primary" scheme_preference="light">#cdab8f</color>
|
|---|
| 42 | <color type="primary" scheme_preference="dark">#63452c</color>
|
|---|
| 43 | </branding>
|
|---|
| 44 |
|
|---|
| 45 | <screenshots>
|
|---|
| 46 | <screenshot type="default">
|
|---|
| 47 | <caption>Game</caption>
|
|---|
| 48 | <image>https://svn.zdechov.net/2048/trunk/Images/Screenshots/2048.png</image>
|
|---|
| 49 | </screenshot>
|
|---|
| 50 | <screenshot>
|
|---|
| 51 | <caption>Dark mode</caption>
|
|---|
| 52 | <image>https://svn.zdechov.net/2048/trunk/Images/Screenshots/2048%20dark.png</image>
|
|---|
| 53 | </screenshot>
|
|---|
| 54 | <screenshot>
|
|---|
| 55 | <caption>Roman numbers in blue color</caption>
|
|---|
| 56 | <image>https://svn.zdechov.net/2048/trunk/Images/Screenshots/Roman%20blue.png</image>
|
|---|
| 57 | </screenshot>
|
|---|
| 58 | <screenshot>
|
|---|
| 59 | <caption>Top score list</caption>
|
|---|
| 60 | <image>https://svn.zdechov.net/2048/trunk/Images/Screenshots/Score.png</image>
|
|---|
| 61 | </screenshot>
|
|---|
| 62 | <screenshot>
|
|---|
| 63 | <caption>New game</caption>
|
|---|
| 64 | <image>https://svn.zdechov.net/2048/trunk/Images/Screenshots/New%20game.png</image>
|
|---|
| 65 | </screenshot>
|
|---|
| 66 | </screenshots>
|
|---|
| 67 |
|
|---|
| 68 | <releases>
|
|---|
| 69 | <release version="1.5.0" date="2024-12-11">
|
|---|
| 70 | <url type="details">https://svn.zdechov.net/2048/tags/1.5.0/Release%20Notes.txt</url>
|
|---|
| 71 | <description>
|
|---|
| 72 | <ul>
|
|---|
| 73 | <li>Added: Tools - Score menu action to show history of previously played games with score information.</li>
|
|---|
| 74 | <li>Added: Optionally generated unmergeable movable tiles.</li>
|
|---|
| 75 | <li>Added: Set number of randomly generated disabled tiles in new game form.</li>
|
|---|
| 76 | <li>Added: Close button in moves history and help forms.</li>
|
|---|
| 77 | <li>Added: French and spanish translation.</li>
|
|---|
| 78 | <li>Modified: Automatically detect and use dark mode on Windows.</li>
|
|---|
| 79 | <li>Modified: Use dark mode title bar on Windows 10.</li>
|
|---|
| 80 | <li>Modified: Tile skin and color palette setting moved from new game dialog to menu. It can be now set during gameplay.</li>
|
|---|
| 81 | <li>Modified: Lowered minimal swipe distance.</li>
|
|---|
| 82 | <li>Modified: Show score and best score as boxes. Place them according window size.</li>
|
|---|
| 83 | <li>Modified: Always show moves history menu action.</li>
|
|---|
| 84 | <li>Fixed: Dark theme detection for board colors.</li>
|
|---|
| 85 | <li>Fixed: Scaling of tiles text.</li>
|
|---|
| 86 | <li>Fixed: Use the same initial board after game restart.</li>
|
|---|
| 87 | <li>Fixed: Board size calculation inside the main window.</li>
|
|---|
| 88 | <li>Fixed: Full screen mode switching.</li>
|
|---|
| 89 | </ul>
|
|---|
| 90 | </description>
|
|---|
| 91 | </release>
|
|---|
| 92 | <release version="1.4.0" date="2024-06-07">
|
|---|
| 93 | <url type="details">https://svn.zdechov.net/2048/tags/1.4.0/Release%20Notes.txt</url>
|
|---|
| 94 | <description>
|
|---|
| 95 | <ul>
|
|---|
| 96 | <li>Added: Game menu restart action to start a new game without showing options dialog.</li>
|
|---|
| 97 | <li>Added: Toggle full screen mode (F11) from View main menu.</li>
|
|---|
| 98 | <li>Added: Allow to select color palette in new game dialog.</li>
|
|---|
| 99 | <li>Added: Step button in AI form to do single step.</li>
|
|---|
| 100 | <li>Added: Use also numeric keyboard for movement.</li>
|
|---|
| 101 | <li>Modified: Calculate different win tile value for different board sizes.</li>
|
|---|
| 102 | <li>Modified: Moved Settings menu under Tools menu.</li>
|
|---|
| 103 | <li>Fixed: Use scrollboxes in options dialogs.</li>
|
|---|
| 104 | <li>Fixed: Use clear background color under score text instead of solid.</li>
|
|---|
| 105 | </ul>
|
|---|
| 106 | </description>
|
|---|
| 107 | </release>
|
|---|
| 108 | </releases>
|
|---|
| 109 |
|
|---|
| 110 | <categories>
|
|---|
| 111 | <category>Game</category>
|
|---|
| 112 | <category>LogicGame</category>
|
|---|
| 113 | </categories>
|
|---|
| 114 |
|
|---|
| 115 | <content_rating type="oars-1.1"/>
|
|---|
| 116 | </component>
|
|---|