Condemned to Explode, a singleplayer survival story sandbox

Show off your games, demos and other (playable) creations.
Post Reply
User avatar
_DaCoolOne_
Prole
Posts: 16
Joined: Sat Mar 09, 2019 3:46 am

Condemned to Explode, a singleplayer survival story sandbox

Post by _DaCoolOne_ »

Hey all!

Finally finished this project and I'm happy to say that it's 100% built on the Love2D engine! :D



Link for all of you who want to get it (It's free!):
https://scusx-programming.itch.io/condemned-to-explode

Thanks also for some support on the forums with a few snags that I've come across! You guys rock! Give yourselves a quick pat on the back.

Code: Select all

function not(val)
	if val == true then
		return false
	else
		return true
	end
end
User avatar
CrimsonGuy
Prole
Posts: 48
Joined: Thu Apr 04, 2019 3:32 pm

Re: Condemned to Explode, a singleplayer survival story sandbox

Post by CrimsonGuy »

Very nice, you got some inspiration from papers please for the setting right? I like the explotions and how they clear the area of soil around, kinda like worms, bet that part was hard to code.
User avatar
_DaCoolOne_
Prole
Posts: 16
Joined: Sat Mar 09, 2019 3:46 am

Re: Condemned to Explode, a singleplayer survival story sandbox

Post by _DaCoolOne_ »

I actually had a really good idea for how to make the world destructible, so coding that part wasn't overly difficult (although that's not to say it was easy either ;) ). I got a little inspiration from Papers Please, but I think the game play is completely new.

Thanks for checking it out, btw! :D

Code: Select all

function not(val)
	if val == true then
		return false
	else
		return true
	end
end
tngk
Prole
Posts: 3
Joined: Tue Aug 13, 2019 12:47 pm

Re: Condemned to Explode, a singleplayer survival story sandbox

Post by tngk »

Played for a while, and now i stuck
Attachments
stuck.png
stuck.png (118.44 KiB) Viewed 4965 times
User avatar
_DaCoolOne_
Prole
Posts: 16
Joined: Sat Mar 09, 2019 3:46 am

Re: Condemned to Explode, a singleplayer survival story sandbox

Post by _DaCoolOne_ »

Ooof, yeah that's happened to a few people. Generally, the solution would be to bring ladders (as that's the solution to most of these issues), but that's evidently not going to work in this case. Possibly you could place planks under the character, as that worked during a playtest where a similar event happened, but I'm not sure if your hitbox would reach.

This happened about once in playtesting, and I don't have a good solution at this point (since these cases are a bit hard to detect without introducing issues elsewhere). Sorry to see you're stuck. Hope you enjoy the game anyways. :)

Code: Select all

function not(val)
	if val == true then
		return false
	else
		return true
	end
end
Post Reply

Who is online

Users browsing this forum: No registered users and 12 guests