--- a/appdata/orthorobot +++ b/appdata/orthorobot @@ -0,0 +1,13 @@ +#!/bin/sh +if [ $# -ne 0 ] +then + if [ "$1" == "-h" ]||[ "$1" == "--help" ] + then + man 6 orthorobot + exit + fi + echo "Invalid option(s): $*" 1>&2 + echo Usage: `basename $0` [-h] 1>&2 + exit 1 +fi +love /usr/share/orthorobot/orthorobot.love --- a/appdata/orthorobot.6 +++ b/appdata/orthorobot.6 @@ -0,0 +1,15 @@ +.TH orthorobot 6 "VERSION" "Ortho Robot" +.SH NAME +orthorobot - Ortho Robot v VERSION +.SH SYNOPSIS +A perspective based puzzle game +.SH DESCRIPTION +Literally bridging the gap between 2D and 3D games, Ortho Robot is a +perspective based puzzle game, where you flatten the view to move +across gaps. This game is made with LOVE. You can find more games and +information about the author(s) at http://stabyourself.net +.SH OPTIONS +.BR \-h ", " \-\-help +Show manpage. +.SH SEE ALSO +.BR love(6) --- a/appdata/orthorobot.appdata.xml +++ b/appdata/orthorobot.appdata.xml @@ -0,0 +1,41 @@ + + + + orthorobot.desktop + CC-BY-SA-3.0 + WTFPL + Ortho Robot + A perspective based puzzle game + +

+ Literally bridging the gap between 2D and 3D games, Ortho Robot is a + perspective based puzzle game, where you flatten the view to move + across gaps. This game is made with LÖVE. +

+
+ + + http://stabyourself.net/images/screenshots/orthorobot-1.png + The main menu + + + http://stabyourself.net/images/screenshots/orthorobot-2.png + Gameplay instructions + + + http://stabyourself.net/images/screenshots/orthorobot-3.png + Level selection + + + http://stabyourself.net/images/screenshots/orthorobot-4.png + Example gameplay 1 + + + http://stabyourself.net/images/screenshots/orthorobot-5.png + Example gameplay 2 + + + http://stabyourself.net/orthorobot/ + http://github.com/Stabyourself/orthorobot/issues + alexjnewt_at_hotmail.com +
--- a/appdata/orthorobot.desktop +++ b/appdata/orthorobot.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=orthorobot +Comment=A perspective based puzzle game +Exec=orthorobot +Type=Application +Categories=Game;LogicGame; +Terminal=false +Icon=orthorobot