Page 1 of 1

Quit: There's no escape.

Posted: Sat Dec 05, 2015 11:10 pm
by Ulydev
During 1HGJ (1 Hour Game Jam), I made Quit, a game you can't leave. Or... can you?

Image

Gamejolt : http://gamejolt.com/games/quit/111954

Re: Quit: There's no escape.

Posted: Sun Dec 06, 2015 12:45 pm
by skyHights
For future reference, you can upload files to the forum.
Also... the download is a txt file... which links to other dropbox links...
Just upload a .love file, it's so much easier.

Although, as for the game, it is rather amazing.

Re: Quit: There's no escape.

Posted: Sun Dec 06, 2015 4:41 pm
by pgimeno
I tried it under Debian Linux, which ships with love2d 0.9.1. Ironically, when being challenged to close it, it crashed :death:

Suggestion: set the version in conf.lua even if you distribute your own LÖVE version, so that Linux users that grab the .love file can know it won't work without a newer one.

Re: Quit: There's no escape.

Posted: Sun Dec 06, 2015 4:59 pm
by Kingdaro
This is fantastic and silly at the same time and I love it. Though it sucks that there's not much of a way to prevent Task Manager > End Task or pkill :P

Re: Quit: There's no escape.

Posted: Sun Dec 06, 2015 7:07 pm
by Ranguna259
This is awesome :D
I know that this was for a jam but I'd love to see more of this. Great work.

Re: Quit: There's no escape.

Posted: Mon Dec 07, 2015 1:46 pm
by linux-man
Should end with this?
quit.jpg
quit.jpg (20.73 KiB) Viewed 3295 times

Re: Quit: There's no escape.

Posted: Mon Dec 07, 2015 3:36 pm
by s-ol
linux-man wrote:Should end with this?
quit.jpg

Code: Select all

    flux.to(g, 4.5, {}):oncomplete(function() assert(false, "I WILL COME BACK") end)
yes. @OP: instead of assert(false, ...) you can use error(...) !

Re: Quit: There's no escape.

Posted: Wed Dec 09, 2015 12:30 am
by qubodup