Files
YAEP/flatpak/info/ch.dissem.YAEP.metainfo.xml
Christian Basler 222a09ee21
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 6m21s
Add license and improve metainfo
2025-10-28 14:25:32 +01:00

94 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>ch.dissem.YAEP</id>
<name>YAEP</name>
<summary>Yet Another Einstein Puzzle</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<developer_name>Christian Basler</developer_name>
<description>
<p>
A logic puzzle game based on the famous "Einstein's Riddle" (also known as "Zebra
Puzzle"). The objective is to deduce the correct associations between different
categories, given a set of clues.
</p>
</description>
<launchable type="desktop-id">ch.dissem.YAEP.desktop</launchable>
<requires>
<control>pointing</control>
<display_length compare="ge">768</display_length>
</requires>
<keywords>
<keyword>Game</keyword>
<keyword>Puzzle</keyword>
<keyword>Einstein</keyword>
<keyword>Zebra</keyword>
</keywords>
<branding>
<color scheme_preference="light" type="primary">#F8E287</color>
<color scheme_preference="dark" type="primary">#534600</color>
</branding>
<screenshots>
<screenshot type="default">
<caption>New game, dark mode</caption>
<image>
https://git.dissem.ch/chris/YAEP/raw/branch/main/docs/screenshots/desktop/dark_new_game.png
</image>
</screenshot>
<screenshot type="default">
<caption>New game, light mode</caption>
<image>
https://git.dissem.ch/chris/YAEP/raw/branch/main/docs/screenshots/desktop/light_new_game.png
</image>
</screenshot>
<screenshot type="default">
<caption>Ongoing game, dark mode</caption>
<image>
https://git.dissem.ch/chris/YAEP/raw/branch/main/docs/screenshots/desktop/dark_ongoing_game.png
</image>
</screenshot>
<screenshot type="default">
<caption>Ongoing game, light mode</caption>
<image>
https://git.dissem.ch/chris/YAEP/raw/branch/main/docs/screenshots/desktop/light_ongoing_game.png
</image>
</screenshot>
<screenshot type="default">
<caption>Solved game, dark mode</caption>
<image>
https://git.dissem.ch/chris/YAEP/raw/branch/main/docs/screenshots/desktop/dark_solved_game.png
</image>
</screenshot>
<screenshot type="default">
<caption>Solved game, light mode</caption>
<image>
https://git.dissem.ch/chris/YAEP/raw/branch/main/docs/screenshots/desktop/light_solved_game.png
</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="drugs-alcohol">mild</content_attribute>
</content_rating>
<url type="homepage">https://dissem.ch/YAEP/</url>
<url type="bugtracker">https://git.dissem.ch/chris/YAEP/issues</url>
<url type="vcs-browser">https://git.dissem.ch/chris/YAEP</url>
<releases>
<release date="2025-11-29" version="1.0.0">
<description>
<ul>
<li>Initial release</li>
</ul>
</description>
</release>
</releases>
</component>