--- a/appdata/safetyblanket +++ b/appdata/safetyblanket @@ -0,0 +1,13 @@ +#!/bin/sh +if [ $# -ne 0 ] +then + if [ "$1" == "-h" ]||[ "$1" == "--help" ] + then + man 6 safetyblanket + exit + fi + echo "Invalid option(s): $*" 1>&2 + echo Usage: `basename $0` [-h] 1>&2 + exit 1 +fi +love /usr/share/safetyblanket/safetyblanket.love --- a/appdata/safetyblanket.6 +++ b/appdata/safetyblanket.6 @@ -0,0 +1,19 @@ +.TH safetyblanket 6 "VERSION" "Safety Blanket" +.SH NAME +safetyblanket - Safety Blanket v VERSION +.SH SYNOPSIS +Creepy blanket simulator +.SH DESCRIPTION +Safety Blanket was developed in 48 hours for the Ludum Dare 29 game jam. +It’s bed time, the monsters are out to get you, and your blanket is just too +small to cover your body! +Cover your exposed limbs to fend off the approaching tentacles. +The tentacles will only go for your feet, hands and head. +If the tentacles reach you it’s game over! +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/safetyblanket.appdata.xml +++ b/appdata/safetyblanket.appdata.xml @@ -0,0 +1,34 @@ + + + safetyblanket.desktop + CC-BY-SA + zlib + Safety Blanket + Creepy blanket simulator + +

+ Safety Blanket was developed in 48 hours for the Ludum Dare 29 game jam. + It’s bed time, the monsters are out to get you, and your blanket is just too + small to cover your body! + Cover your exposed limbs to fend off the approaching tentacles. + The tentacles will only go for your feet, hands and head. + If the tentacles reach you it’s game over! +

+
+ + + http://tangramgames.dk/games/safetyblanket/images/1.png + Example gameplay 1 + + + http://tangramgames.dk/games/safetyblanket/images/2.png + Example gameplay 2 + + + http://tangramgames.dk/games/safetyblanket/images/3.png + Example gameplay 3 + + + http://tangramgames.dk/games/safetyblanket/ + https://github.com/SimonLarsen/safetyblanket/issues +
--- a/appdata/safetyblanket.desktop +++ b/appdata/safetyblanket.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Safety Blanket +Comment=Creepy blanket simulator +Exec=safetyblanket +Type=Application +Categories=Game;ArcadeGame; +Terminal=false +Icon=safetyblanket