--- a/appdata/90-Second-Portraits +++ b/appdata/90-Second-Portraits @@ -0,0 +1,13 @@ +#!/bin/sh +if [ $# -ne 0 ] +then + if [ "$1" == "-h" ]||[ "$1" == "--help" ] + then + man 6 90-Second-Portraits + exit + fi + echo "Invalid option(s): $*" 1>&2 + echo Usage: `basename $0` [-h] 1>&2 + exit 1 +fi +love /usr/share/90-Second-Portraits/90-Second-Portraits.love --- a/appdata/90-Second-Portraits.6 +++ b/appdata/90-Second-Portraits.6 @@ -0,0 +1,18 @@ +.TH 90-Second-Portraits 6 "VERSION" "90 Second Portraits" +.SH NAME +90-Second-Portraits - 90 Second Portraits v VERSION +.SH SYNOPSIS +Frantic street painting game +.SH DESCRIPTION +90 Second Portraits is a silly speed painting game developed for Ludum Dare 31 +Jam competition. Time is money and you have neither! In 90 SECOND PORTRAITS +you’re paying the bills by speed painting portraits of bypassing customers! +You have 90 seconds to paint the customer and his/her preferred background! +Your work day ends after 5 customers! +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/90-Second-Portraits.appdata.xml +++ b/appdata/90-Second-Portraits.appdata.xml @@ -0,0 +1,41 @@ + + + 90-Second-Portraits.desktop + CC-BY-SA + zlib + 90 Second Portraits + Frantic street painting game + +

+ 90 Second Portraits is a silly speed painting game developed for Ludum Dare 31 + Jam competition. Time is money and you have neither! In 90 SECOND PORTRAITS + you’re paying the bills by speed painting portraits of bypassing customers! + You have 90 seconds to paint the customer and his/her preferred background! + Your work day ends after 5 customers! +

+
+ + + http://tangramgames.dk/games/90secondportraits/images/header.png + Title Screen + + + http://tangramgames.dk/games/90secondportraits/images/1.png + Example gameplay 1 + + + http://tangramgames.dk/games/90secondportraits/images/2.png + Example gameplay 2 + + + http://tangramgames.dk/games/90secondportraits/images/3.png + Example gameplay 3 + + + http://tangramgames.dk/games/90secondportraits/images/4.png + Example gameplay 4 + + + http://tangramgames.dk/games/90secondportraits/ + https://github.com/SimonLarsen/90-Second-Portraits/issues +
--- a/appdata/90-Second-Portraits.desktop +++ b/appdata/90-Second-Portraits.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=90 Second Portraits +Comment=Frantic street painting game +Exec=90-Second-Portraits +Type=Application +Categories=Game;ArcadeGame; +Terminal=false +Icon=90-Second-Portraits