-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathio.github.Cockatrice.cockatrice.metainfo.xml
60 lines (60 loc) · 2.71 KB
/
io.github.Cockatrice.cockatrice.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.Cockatrice.cockatrice</id>
<name>Cockatrice</name>
<summary>Virtual tabletop for multiplayer card games</summary>
<developer_name>Cockatrice Project</developer_name>
<releases>
<release version="2025-02-10-Release-2.10.0" date="2025-02-10">
<description> </description>
<url>https://github.com/Cockatrice/Cockatrice/releases/latest</url>
</release>
</releases>
<content_rating type="oars-1.0">
<content_attribute id="social-chat">moderate</content_attribute>
</content_rating>
<description>
<p>
Cockatrice is an open-source, multiplatform program for playing tabletop card games over a network.
The program's server design prevents users from manipulating the game for unfair advantage.
The client also provides a single-player mode, which allows users to brew while offline.
</p>
</description>
<screenshots>
<screenshot type="default">
<caption>Deck Editor</caption>
<image type="source">https://raw.githubusercontent.com/flathub/io.github.Cockatrice.cockatrice/master/screenshots/deck_editor.png</image>
</screenshot>
<screenshot>
<caption>Connected to Server</caption>
<image type="source">https://raw.githubusercontent.com/flathub/io.github.Cockatrice.cockatrice/master/screenshots/server.png</image>
</screenshot>
<screenshot>
<caption>Game Lobby</caption>
<image type="source">https://raw.githubusercontent.com/flathub/io.github.Cockatrice.cockatrice/master/screenshots/game_lobby.png</image>
</screenshot>
<screenshot>
<caption>Playing a Game</caption>
<image type="source">https://raw.githubusercontent.com/flathub/io.github.Cockatrice.cockatrice/master/screenshots/game.png</image>
</screenshot>
</screenshots>
<keywords>
<keyword>game</keyword>
<keyword>card</keyword>
</keywords>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-2.0</project_license>
<url type="bugtracker">https://github.com/Cockatrice/Cockatrice/issues</url>
<url type="contact">https://discord.gg/3Z9yzmA</url>
<url type="contribute">https://github.com/Cockatrice/Cockatrice/blob/master/.github/CONTRIBUTING.md</url>
<url type="faq">https://github.com/Cockatrice/Cockatrice/wiki/Frequently-Asked-Questions</url>
<url type="help">https://github.com/Cockatrice/Cockatrice/wiki</url>
<url type="homepage">https://cockatrice.github.io</url>
<url type="translate">https://transifex.com/cockatrice/cockatrice</url>
<url type="vcs-browser">https://github.com/Cockatrice/Cockatrice</url>
<launchable type="desktop-id">io.github.Cockatrice.cockatrice.desktop</launchable>
<provides>
<!-- Renamed from this -->
<id>cockatrice.desktop</id>
</provides>
</component>