Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Black Hole SuitcaseView game page

Your suitcase is packing for you! Don't pack garbage by deflecting it with your pillow!
Submitted by dw3nt — 3 hours, 20 minutes before the deadline
Add to collection

Play game

Black Hole Suitcase's itch.io page

Results

CriteriaRankScore*Raw Score
Originality#613.8735.000
Adherence To Theme#763.8735.000
Style#903.6154.667
Game Design#1512.8403.667

Ranked from 3 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Though it does need some music, overall, it's good! It's simple and not overly complicated. However, I feel like you could add some more dificulty to the game as time goes on, like making items appear faster or something like that.

P.s: As a fellow Godot user, could tell me how you made the countdown? I legitimately cannot figure it out! If you can't respond, no worries!

Developer

Hey! I know this is a super late response ( I just logged back into itch now for the GMTK Game Jam), and you probably already found an answer to your question elsewhere, but here's a little insight on how my timer works.

I have a script variable (gameTime) that tracks how many seconds are left in the round (starts at 30). I have a Timer node with a wait time of 1 second with One Shot set to false. I attached that node's "timeout" signal to my script, and every second that timer ticks and times out, I reduce the number of seconds left in the round by 1 (self.gameTime -= 1). 

I use "self.gameTime" because I also have a setter configured for my gameTime variable. This makes it so every time that variable is updated, it also updates my Label node's text that shows how much time is left at the top of the screen. 

Finally, the function that handles my Timer node's timeout also checks if gameTime <= 0, and if so, it runs some code that ends the round / game.

Hope that's helpful, and that you've been having fun with Godot!

Submitted(+1)

Hey thanks for responding! Interestingly enough, I haven't actually found an answer, so this is really helpful! Hope you had fun with the GMTK jam!

(+1)

Hey fellow Game Dev! 

I like the Design and the idea of the game!

The Game should become more difficult as the time goes on.

Thats all I had to say! 

Good Game for a Dev Time of 48 hours!

Submitted(+1)

Hey fellow Godot user! Design is good, love the eyes on the wallet!

Make it way faster to make the player feel stressed ! (or accelerating while he gets items)

Gj, the game is working perfectly