--- a/appdata/mrrescue +++ b/appdata/mrrescue @@ -0,0 +1,13 @@ +#!/bin/sh +if [ $# -ne 0 ] +then + if [ "$1" == "-h" ]||[ "$1" == "--help" ] + then + man 6 mrrescue + exit + fi + echo "Invalid option(s): $*" 1>&2 + echo Usage: `basename $0` [-h] 1>&2 + exit 1 +fi +love /usr/share/mrrescue/mrrescue.love --- a/appdata/mrrescue.6 +++ b/appdata/mrrescue.6 @@ -0,0 +1,17 @@ +.TH mrrescue 6 "VERSION" "Mr. Rescue" +.SH NAME +mrrescue - Mr. Rescue v VERSION +.SH SYNOPSIS +Arcade-style fire fighting game +.SH DESCRIPTION +Mr. Rescue is an arcade styled 2d action game centered around evacuating +civilians from burning buildings. The game features fast paced fire +extinguishing action, intense boss battles, a catchy soundtrack and lots of +throwing people around in pseudo-randomly generated buildings. +This game is made with LOVE. You can find more games and +information about the author(s) at http://tangramgames.dk/ +.SH OPTIONS +.BR \-h ", " \-\-help +Show manpage. +.SH SEE ALSO +.BR love(6) --- a/appdata/mrrescue.appdata.xml +++ b/appdata/mrrescue.appdata.xml @@ -0,0 +1,42 @@ + + + + mrrescue.desktop + CC-BY-SA-3.0 + Zlib + Mr Rescue + Arcade-style fire fighting game + +

+ Mr. Rescue is an arcade styled 2d action game centered around evacuating + civilians from burning buildings. The game features fast paced fire + extinguishing action, intense boss battles, a catchy soundtrack and lots of + throwing people around in pseudo-randomly generated buildings. +

+
+ + + http://tangramgames.dk/games/mrrescue/images/1.png + Example gameplay 1 + + + http://tangramgames.dk/games/mrrescue/images/2.png + Example gameplay 2 + + + http://tangramgames.dk/games/mrrescue/images/3.png + Example gameplay 3 + + + http://tangramgames.dk/games/mrrescue/images/4.png + Example gameplay 4 + + + http://tangramgames.dk/games/mrrescue/images/5.png + Example gameplay 5 + + + http://tangramgames.dk/games/mrrescue/ + https://github.com/SimonLarsen/mrrescue/issues + alexjnewt_at_hotmail.com +
--- a/appdata/mrrescue.desktop +++ b/appdata/mrrescue.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Mr. Rescue +Comment=Arcade-style fire fighting game +Exec=mrrescue +Type=Application +Categories=Game;ArcadeGame; +Terminal=false +Icon=mrrescue