Mystro256 70162b0
--- a/appdata/iyfct
Mystro256 70162b0
+++ b/appdata/iyfct
Mystro256 70162b0
@@ -0,0 +1,13 @@
Mystro256 70162b0
+#!/bin/sh
Mystro256 70162b0
+if [ $# -ne 0 ]
Mystro256 70162b0
+then
Mystro256 70162b0
+ if [ "$1" == "-h" ]||[ "$1" == "--help" ]
Mystro256 70162b0
+ then
Mystro256 70162b0
+  man 6 iyfct
Mystro256 70162b0
+  exit
Mystro256 70162b0
+ fi
Mystro256 70162b0
+ echo "Invalid option(s): $*" 1>&2
Mystro256 70162b0
+ echo Usage: `basename $0` [-h] 1>&2
Mystro256 70162b0
+ exit 1
Mystro256 70162b0
+fi
Mystro256 70162b0
+love /usr/share/iyfct/iyfct.love
Mystro256 70162b0
--- a/appdata/iyfct.6
Mystro256 70162b0
+++ b/appdata/iyfct.6
Mystro256 70162b0
@@ -0,0 +1,29 @@
Mystro256 70162b0
+.TH iyfct 6 "VERSION" "In Your Face City Trains"
Mystro256 70162b0
+.SH NAME
Mystro256 70162b0
+iyfct - In Your Face City Trains v VERSION
Mystro256 70162b0
+.SH SYNOPSIS
Mystro256 70162b0
+Side scrolling endless runner game
Mystro256 70162b0
+.SH INSTRUCTIONS
Mystro256 70162b0
+The goal of the game is to survive as long as you can.
Mystro256 70162b0
+Jump over trains with closed doors and try (as much as possible) to run
Mystro256 70162b0
+through trains with open doors to avoid birds and tunnels. Some open trains
Mystro256 70162b0
+will give you coffee. When your coffee-meter is full, you have one extra life.
Mystro256 70162b0
+.SH CONTROLS
Mystro256 70162b0
+.IP Space
Mystro256 70162b0
+Jump
Mystro256 70162b0
+.IP R
Mystro256 70162b0
+Restart
Mystro256 70162b0
+.IP 1-4,F1-F4
Mystro256 70162b0
+Set zoom
Mystro256 70162b0
+.IP P
Mystro256 70162b0
+Pause game
Mystro256 70162b0
+.IP M
Mystro256 70162b0
+Mute sound
Mystro256 70162b0
+.SH DESCRIPTION
Mystro256 70162b0
+This game is made with LOVE. You can find more games and
Mystro256 70162b0
+information about the author(s) at http://tangramgames.dk/
Mystro256 70162b0
+.SH OPTIONS
Mystro256 70162b0
+.BR \-h ", " \-\-help
Mystro256 70162b0
+Show manpage.
Mystro256 70162b0
+.SH SEE ALSO
Mystro256 70162b0
+.BR love(6)
Mystro256 70162b0
--- a/appdata/iyfct.appdata.xml
Mystro256 70162b0
+++ b/appdata/iyfct.appdata.xml
Mystro256 70162b0
@@ -0,0 +1,31 @@
Mystro256 70162b0
+
Mystro256 70162b0
+<component type="desktop">
Mystro256 70162b0
+ <id>iyfct.desktop</id>
Mystro256 70162b0
+ <metadata_license>CC-BY-SA</metadata_license>
Mystro256 70162b0
+ <project_license>GPL-3.0</project_license>
Mystro256 70162b0
+ <name>In Your Face City Trains</name>
Mystro256 70162b0
+ <summary>Side scrolling endless runner game</summary>
Mystro256 70162b0
+ <description>
Mystro256 70162b0
+  

Mystro256 70162b0
+   The goal of the game is to survive as long as you can.
Mystro256 70162b0
+   Jump over trains with closed doors and try (as much as possible) to run
Mystro256 70162b0
+   through trains with open doors to avoid birds and tunnels. Some open trains
Mystro256 70162b0
+   will give you coffee. When your coffee-meter is full, you have one extra life.
Mystro256 70162b0
+  

Mystro256 70162b0
+  

Mystro256 70162b0
+   Space: Jump
Mystro256 70162b0
+   R: Restart
Mystro256 70162b0
+   1-4 or F1-F4: Set zoom
Mystro256 70162b0
+   P: Pause game
Mystro256 70162b0
+   M: Mute sound
Mystro256 70162b0
+  

Mystro256 70162b0
+ </description>
Mystro256 70162b0
+ <screenshots>
Mystro256 70162b0
+  <screenshot type="default">
Mystro256 70162b0
+   <image>https://love2d.org/w/images/7/7f/iyfct.png</image>
Mystro256 70162b0
+   <caption>Example gameplay</caption>
Mystro256 70162b0
+  </screenshot>
Mystro256 70162b0
+ </screenshots>
Mystro256 70162b0
+ <url type="homepage">https://github.com/SimonLarsen/iyfct</url>
Mystro256 70162b0
+ <url type="bugtracker">https://github.com/SimonLarsen/iyfct/issues</url>
Mystro256 70162b0
+</component>
Mystro256 70162b0
--- a/appdata/iyfct.desktop
Mystro256 70162b0
+++ b/appdata/iyfct.desktop
Mystro256 70162b0
@@ -0,0 +1,8 @@
Mystro256 70162b0
+[Desktop Entry]
Mystro256 70162b0
+Name=In Your Face City Trains
Mystro256 70162b0
+Comment=Side scrolling endless runner game
Mystro256 70162b0
+Exec=iyfct
Mystro256 70162b0
+Type=Application
Mystro256 70162b0
+Categories=Game;ArcadeGame;
Mystro256 70162b0
+Terminal=false
Mystro256 70162b0
+Icon=iyfct