-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
70 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,77 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>hr.from.josipantolis.sage</id> | ||
<launchable type="desktop-id">hr.from.josipantolis.sage.desktop</launchable> | ||
|
||
<name>Sage</name> | ||
<summary>Break the code, show your mastery</summary> | ||
<description> | ||
<p>Guess the secret color code in as few attempts as possible. It's more fun than it sounds!</p> | ||
</description> | ||
|
||
<metadata_license>CC-BY-4.0</metadata_license> | ||
<project_license>GPL-3.0-or-later</project_license> | ||
|
||
<description> | ||
<p>Guess random combination in as few attepts as possible.</p> | ||
</description> | ||
<releases> | ||
<release version="1.0.0" date="2021-12-31"> | ||
<description> | ||
<p>Initial release, bringing you:</p> | ||
<ul> | ||
<li>A help tour, to guide you along your first code breaking steps.</li> | ||
<li>Classic mode, for a timeless code breaking experience.</li> | ||
<li>Advanced mode, to challenge your inner sage.</li> | ||
</ul> | ||
</description> | ||
</release> | ||
</releases> | ||
|
||
<custom> | ||
<value key="x-appcenter-color-primary">#452981</value> | ||
<value key="x-appcenter-color-primary-text">#D4D4D4</value> | ||
<value key="x-appcenter-suggested-price">0</value> | ||
</custom> | ||
<developer_name>Josip Antoliš</developer_name> | ||
<url type="homepage">https://github.com/antolius/sage</url> | ||
<url type="bugtracker">https://github.com/antolius/sage/issues</url> | ||
|
||
<launchable type="desktop-id">hr.from.josipantolis.sage.desktop</launchable> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/antolius/sage/1.0.0/data/screenshots/classic.png</image> | ||
<caption>Classic game in progress, showcasing the default style</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/antolius/sage/1.0.0/data/screenshots/advanced.png</image> | ||
<caption>Advanced game with an active help tour showcasing in dark style</caption> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<content_rating type="oars-1.1"> | ||
<content_attribute id="violence-cartoon">none</content_attribute> | ||
<content_attribute id="violence-fantasy">none</content_attribute> | ||
<content_attribute id="violence-realistic">none</content_attribute> | ||
<content_attribute id="violence-bloodshed">none</content_attribute> | ||
<content_attribute id="violence-sexual">none</content_attribute> | ||
<content_attribute id="violence-desecration">none</content_attribute> | ||
<content_attribute id="violence-slavery">none</content_attribute> | ||
<content_attribute id="violence-worship">none</content_attribute> | ||
<content_attribute id="drugs-alcohol">none</content_attribute> | ||
<content_attribute id="drugs-narcotics">none</content_attribute> | ||
<content_attribute id="drugs-tobacco">none</content_attribute> | ||
<content_attribute id="sex-nudity">none</content_attribute> | ||
<content_attribute id="sex-themes">none</content_attribute> | ||
<content_attribute id="sex-homosexuality">none</content_attribute> | ||
<content_attribute id="sex-prostitution">none</content_attribute> | ||
<content_attribute id="sex-adultery">none</content_attribute> | ||
<content_attribute id="sex-appearance">none</content_attribute> | ||
<content_attribute id="language-profanity">none</content_attribute> | ||
<content_attribute id="language-humor">none</content_attribute> | ||
<content_attribute id="language-discrimination">none</content_attribute> | ||
<content_attribute id="social-chat">none</content_attribute> | ||
<content_attribute id="social-info">none</content_attribute> | ||
<content_attribute id="social-audio">none</content_attribute> | ||
<content_attribute id="social-location">none</content_attribute> | ||
<content_attribute id="social-contacts">none</content_attribute> | ||
<content_attribute id="money-purchasing">none</content_attribute> | ||
<content_attribute id="money-gambling">none</content_attribute> | ||
</content_rating> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters