about summary refs log tree commit diff stats
path: root/net.iotib.Pong.metainfo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'net.iotib.Pong.metainfo.xml')
-rw-r--r--net.iotib.Pong.metainfo.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/net.iotib.Pong.metainfo.xml b/net.iotib.Pong.metainfo.xml
new file mode 100644
index 0000000..6b14cb3
--- /dev/null
+++ b/net.iotib.Pong.metainfo.xml
@@ -0,0 +1,53 @@
+<?xml version='1.0' encoding='utf-8'?>
+<component type="desktop">
+  <!--Created with jdAppdataEdit 5.0-->
+  <id>net.iotib.Pong</id>
+  <name>Pong</name>
+  <summary>A pong clone made in C.</summary>
+  <developer_name>iotib</developer_name>
+  <launchable type="desktop-id">net.iotib.Pong.desktop</launchable>
+  <metadata_license>GFDL-1.3</metadata_license>
+  <project_license>GPL-3.0-only</project_license>
+  <update_contact>dev@iotib.net</update_contact>
+  <description>
+    <p>This is a clone of Pong made in C for basically every operating system.</p>
+    <p>It supports:</p>
+    <ol>
+      <li>Local Versus</li>
+      <li>Single Player Versus</li>
+      <li>Marathon w/ Scoreboard</li>
+    </ol>
+  </description>
+  <releases>
+    <release version="v0.4" date="2022-09-11" type="stable">
+      <url>https://www.opencode.net/charadon/Pong-C/-/releases</url>
+    </release>
+  </releases>
+  <url type="homepage">https://www.opencode.net/charadon/Pong-C</url>
+  <url type="bugtracker">https://www.opencode.net/charadon/Pong-C/-/issues</url>
+  <url type="faq">https://pong.iotib.net/</url>
+  <url type="help">https://pong.iotib.net/</url>
+  <url type="donation">https://liberapay.com/Charadon/</url>
+  <url type="contact">https://www.iotib.net/</url>
+  <categories>
+    <category>Game</category>
+  </categories>
+  <requires>
+    <memory>128</memory>
+  </requires>
+  <recommends>
+    <display_length compare="ge">medium</display_length>
+    <memory>256</memory>
+  </recommends>
+  <supports>
+    <control>pointing</control>
+    <control>keyboard</control>
+    <control>gamepad</control>
+  </supports>
+  <content_rating type="oars-1.1"/>
+  <keywords>
+    <keyword>pong</keyword>
+    <keyword>pong clone</keyword>
+    <keyword>clone</keyword>
+  </keywords>
+</component>