<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
	<id>io.github.mimoguz.TriPeaks-GDX</id>

	<name>TriPeaks</name>
	<summary>A Tri Peaks solitaire game</summary>

	<metadata_license>CC-BY-SA-4.0</metadata_license>
	<project_license>GPL-3.0-only</project_license>

	<branding>
		<color type="primary" scheme_preference="light">#4FE78B</color>
		<color type="primary" scheme_preference="dark">#0F7739</color>
	</branding>

	<url type="homepage">https://github.com/mimoguz/tripeaks-gdx</url>
	<url type="vcs-browser">https://github.com/mimoguz/tripeaks-gdx</url>
	<url type="contribute">https://github.com/mimoguz/tripeaks-gdx</url>
	<url type="bugtracker">https://github.com/mimoguz/tripeaks-gdx/issues</url>

	<developer id="io.github.mimoguz">
		<name>Oguz Tas</name>
	</developer>

	<supports>
		<control>pointing</control>
		<control>keyboard</control>
		<control>touch</control>
	</supports>

	<description>
		<p>A simple, open-source Tri Peaks solitaire game with multiple layout options.</p>
		<p>This release is crafted for Linux mobile devices and will run in full-screen mode.</p>
		<p>How to Play:
		</p>
		<ul>
			<li>Standard game starts with 28 cards arranged in three peaks, 23 cards in the stock, and one card in the discard pile.</li>
			<li>Aim is to clear the peaks by selecting a card that is one rank higher or lower than the top card on the discard pile.</li>
			<li>Sequences loop, so you can go from ace to two or king, in either direction at any time.</li>
			<li>When needed, you can move a card from the stock to the discard pile.</li>
		</ul>
		<p>Other Features:
		</p>
		<ul>
			<li>
				<em>Three Layout Options:</em> Beyond the standard TriPeaks layout, the game offers two more layout options.</li>
			<li>
				<em>Customizable Start:</em> Begin with an empty discard pile, allowing you to start with any open card or by drawing from the stock.</li>
			<li>
				<em>Exposed Face-Down Cards:</em> An option to view the face-down cards for added strategic planning.</li>
		</ul>
	</description>

	<launchable type="desktop-id">io.github.mimoguz.TriPeaks-GDX.desktop</launchable>
	<screenshots>
		<screenshot type="default">
            <caption>One of two the non-standard layouts: Two Peaks and a Valley</caption>
			<image>https://raw.githubusercontent.com/mimoguz/tripeaks-gdx/refs/tags/v1.2.3/screenshots/b_0_5_all_cards.png</image>
		</screenshot>
		<screenshot>
			<caption>Start screen</caption>
			<image>https://raw.githubusercontent.com/mimoguz/tripeaks-gdx/refs/tags/v1.2.3/screenshots/b_0_5_start_screen.png</image>
		</screenshot>
		<screenshot>
			<caption>A game-over dialog, shown when there are no possible moves left</caption>
			<image>https://raw.githubusercontent.com/mimoguz/tripeaks-gdx/refs/tags/v1.2.3/screenshots/b_0_5_stalled_dialog.png</image>
		</screenshot>
	</screenshots>

	<releases>
		<release version="1.2.3" date="2023-08-07">
			<url type="details">https://github.com/mimoguz/tripeaks-gdx/releases/tag/1.2.3</url>
			<description>
				<p>Release description</p>
				<ul>
					<li>Reordered in-game menu.</li>
					<li>Added basic save data validation.</li>
				</ul>
			</description>
		</release>
	</releases>

	<content_rating type="oars-1.1" />
</component>