The Lonely Sentry LD27

Just a simple little platformer game for my LD27 entry.

You are the the lonely sentry! :frowning: This doesn’t help because your jetpack is powered by love!

I hope you enjoy it! ;D
http://www.ludumdare.com/compo/ludum-dare-27/?action=preview&uid=4313

http://www.ludumdare.com/compo/ludum-dare-27/?action=preview&uid=4313

That was a nice game.

Nice humor too.

Cool game :smiley:

lol nice game!

On one of the levels, you put ‘BIG HEART == INFINITE LOVE’
== is the ‘if equal’ sign in java. Was that intentional, for story purposes?

Probably suppose to be just =, but occasionally programming syntax slips into your english. (Like finishing a sentence with a semicolon)

Probably meant to be =, but I suppose it could work both ways maybe; i++;
If I don’t finish all my sentences with semicolons, then there might be a compiler error;
Because how will people know when once sentence ends and the other begins?;
alsoRememberToCamelCase();

Sorry to ruin your fun, but when use == in an assertion it is assumed to be true in the same sense that statements like “3 < pi” or “it > 9000” are assertions, not questions. Semicolons are a valid way to end a sentence; the second sentence must depend on what is written in the first.