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

Rat JumbleView game page

Fight with the chaotic rats!
Submitted by Hrober — 13 minutes, 13 seconds before the deadline
Add to collection

Play game

Rat Jumble's itch.io page

Results

CriteriaRankScore*Raw Score
Theme#5153.2003.200
Graphics#5333.3253.325
Innovation#5333.0253.025
Overall#6063.0383.038
Game Design#6603.0003.000
Fun#6892.9002.900
Audio#6942.7752.775

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

In what way does your game fit the theme?
Welcome to rat jumble! You play as Bob, a new janitor in a nearby building. The boss mentioned something about rats living in the building. doing most of the chaos. Your job is to clean up the mess the previous janitor has left and to eradicate all rats.

Or is it your job? The game contains two endings so try to get both!

TRAILER:
https://www.youtube.com/watch?v=v8mOhGNQn1E

Did you write all the code yourself and made all the assets from scratch?
We have written all of our code, UI, shaders, level ourselves.

We have outsourced all the sounds and a lot of environmental props from various packages.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Viewing comments 30 to 11 of 30 · Next page · Last page
Submitted(+1)

Fun game!  This one has some potential.  (btw I tried out the latest version since you said you prefer honest feedback to improve the game).

Here's a few comments and recommendations from my perspective:

  • Graphics, interactions and UI are all really well done.
  • Opening the game time took a bit long and at first I thought the game crashed my computer, but eventually it loaded up.
  • Recommend you make it easier to find and kill the rats.  On a few playthroughs, the the game ended before I even saw a rat.  I played it about 10 times and wasn't able to kill any rats so I ended up focusing on the cleaning instead.
  • Would be great if your body didn't get stuck on the objects and they would get knocked out of the way when you walk.

Hope that helps.  Best of luck and would appreciate if you checked out our game too

Developer

Thank you for playing the newer version of the game instead of the official one!

All of your points are good and made me research few things, even made me research few things.


Opening the game at first might take around 10 seconds while using an HDD because of shader compilation and a memory allocation (the game wants to load 1GB of assets to your memory right away). About shaders, I will try to look for some unnecessary variants and remove them. About the memory allocation, the game should load the scene after clicking the "Play" button. I don't know why isn't it doing that way. I feel like there is some direct reference to the scene. I will look at the code and try to fix that.


About the game balance - The game works in a way that rats spawn at you within waves. Each wave gets bigger than the previous so with each wave, rats cause more and more chaos. Thanks to your feedback, I've noticed that after some point (like 7 rats and more) the wave gets so big it's gets a bit too hard to win. I will try to balance that a bit better.


And about pushing various objects by moving at them. The last time I've tried that, it caused so many issues and bugs everywhere I've decided to not do that almost immediately. For example, small items could go through the floor If you'd go over them. I might try to search whether there is a way to handle that properly but I can't promise anything.


And for sure I will review your game!

Submitted

Glad the feedback helped! For objects falling through the floor (assuming you’re using Unity), try changing the Rigidbody collision detection on all your objects from Discrete —> Continuous or Continuous Dynamic.  It’s a little bit more expensive on the CPU but prevents missed collisions falling through the floor.

https://docs.unity3d.com/Manual/class-Rigidbody.html

Submitted(+1)

Out of respect for the jam's rules, I downloaded the main version you have here and will be playing the other version after the voting ends. The game's really fun, I get surprised pretty easily so seeing a box or chair fly up into the sky got a giggle and a tiny gasp from me every time. Would love to know what you think of our game as well, if youd like to try it out :D

Developer (2 edits) (+1)

I don't mind you playing the older version. It's just that the initial build had many significant issues to which everyone complained. We've implemented many small changes which makes a giant difference to the expierience while at the same time the feedback to the old version doesn't tell us anything.

If you wanted to save a review for the game, then obviously you have to base that on the 1.01 version of the game. But we prefer to have fewer reviews and more feedback for the newest version of the game.

Thanks for playing!

Developer (2 edits)

To anyone reading here. I just wanted to thank everyone that has reviewed the game and provided feedback! We have 32 reviews right now which is a lot!

Additionally, based on your feedback, we've just released a new, big update to the game. You can download it only through the google drive page(the itch io blocks uploading new versions of the game until the end of the game jam).

Honestly, I would prefer If you'd play the newer version and not save any review than to play the older version and post a review with a comment. The best would be If you would just play the newer version of the game and then post feedback here, as a response.

Also, I will review every game that will provide feedback about the newest build of the game.

Submitted(+1)

An interesting ode to something like Viscera Cleanup Detail, though the controls didn't feel responsive and it was confusing as to what actions had which effects. The rats' screams were effectively guttural though, and the visuals fit the world pretty nicely. Nail the gameplay and this would be a very solid game!

Developer(+1)

The idea came out purely out of brainstorming, but I agree it is similar to Viscera Cleanup Detail. Though I have to say I've never heard complaints about the controls not being responsive enough. I wonder whether you meant all controls, or just throwing?

I wanted to ask you about one thing. We've just released a new, big update (available only through google drive until next Sunday) which improves the controls (and many, many more things). I have to say, with proper balance it feels like a completely different game now. Could you just download the game and tell whether the controls still feel not responsive?

Whatever the answer, thanks for playing. I will for sure review your game too!

Submitted(+1)

It would be quite fun if it was easier to kill the rats. It was kinda relaxing cleaning things until they started showing up and I couldn't hit them when I wanted, only accidentaly. Fits perfectly the theme, though!

Developer (1 edit) (+1)

Hi, We've just released a new, big update that improves everything you've pointed out and much more. Now the game feels completely different than before (It's still chaotic) so I thought you might want to play it again. The game is available only through google drive (uploading on itch is blocked until the next Sunday).


Thanks for playing anyway! I see I've reviewed your game 6 days ago and it was fun!

Submitted(+1)

nice game, but not quite my cup of tea.

Submitted(+1)

Have played and rated. This would make for an interesting VR game I think.  I was thinking that maybe instead of shrinking the patches of dirt etc. maybe bring down its alpha channel instead. Well done for completing the jam!

Developer

We were thinking about changing alpha instead of changing size, but in general, that's a harder solution to perfect out. For example, someone might leave the patch uncleared. If it does have a low alpha value, then the player might not be able to see the patch again. With a small patch, it still will be clear enough.

Plus, I think changing the alpha channel on one material (out of all) would break the instantiating which would be slightly worse for the runtime performance. We wanted to bring this game on WebGL (on which we are still slowly working and getting great progress).


Thanks for playing! I've reviewed your game too!

Submitted(+1)

Really fun and polished game! The only issue I found was the options button wasn't working yet although I'm sure that that's already fixed since you decided to continue working on it. Great job!

Submitted(+1)

very interesting take, a little satisfying at times, overall enjoyable

Submitted(+1)

Oddly satisfying cleaning  game

Submitted (1 edit)

ok so some honest feedback, I know you've said you have updated it some on the main page but I will give my 2 cents,

1st no ambience / sounds hardly I would add some ambience or allow a player to play some music while working. as a janitor may do.

2nd, the action of picking up items and using seems a little jank to me, and can accidently cause a "mistake" if it doesn't get placed quite right. items should not land hard if not thrown.

3rd, rats can cause you to make "mistakes" I think only the player doing the action should be considered.

4th, the is related to items been picked up a bit jank, but if close enough to a wall items will go through the world and be gone forever.

5th,  rats can kill there self way to easy, you could  just wait for them to kill themselves while working.

6th, may been fixed already but the start a new game button does not work, and the player shouldn't be-able to move still after the fact.

The graphic's are decent. thats is all, depsite the flaws, I like your take on it.

Developer

No sounds or ambience? I swear there are a lot of sounds and ambience music, something must go wrong on your side. Maybe an engine bug, I have no idea.

About the 4th (items can go outside of the world without respawning isn't always the truth. Necessary to progress objects always respawns.

And also, rats might kill themselves because of their actions, but they will destroy everything several times faster than they will die out.


And yeah, the rest has been improved, fixed or we are looking into it, thanks for playing though. It's always worth knowing what the people might not like about the game!

Submitted (2 edits)

I just re-tested and major items did not respawn back, I can confirm that actually. I would look into this. is this fixed in the more updated one?

Submitted

I thought the room was haunted x) right before I saw a rat hulk out a box at the other side of the room xD Lots of fun ^^

I'm not sure the mistakes counter is really adding anything. Plus, I got the "you cleaned everything" ending when the rats finished trashing the place x)

Submitted(+1)

Extremely well executed game, seems really thought out. I encourage you to keep working on it after the game, it has the potential. Have you considered adding multiplayer? Would be awesome to team up and go through the chores in a group.

Developer

Multiplayer sounds like a lot of work. Overall we have already silently released updates to this game (newest version is 1.03, available to download only on the main page of the game) that slightly improve already existing mechanics and fixes few bugs too.


Thanks for playing and the review though!

Submitted(+1)

How did you just make me spend 25 minutes cleaning webs and killing rats

Seriously though, the game is really well executed and was super fun to play! The little things like details in the environment and sounds when completing a task really added to the experience! Good job!

Submitted(+1)

Amazing game...Kept me invested for long and loved the way u approached the theme..And amazing environment made especially the baked lighting ....Do check out my chaotic scifi fps shooter game

Developer

Thanks for the review! Sure I will check your game!

Submitted(+1)

Good Job for a Game Jam. It's fun.

Submitted(+1)

Cool concept! This would be funny to play in VR lol

Developer

Haven't thought of that, but yeah, It could be an interesting game in VR. Sadly we don't have VR goggles so someone else would have to do that.

Thanks for playing!

(+1)

Lots of fun the rats made it very chaotic and the game itself was nicely done and looked amazing!

Submitted(+1)

Well polished 3D game.

Amazing work for just 7 days jam developing time

Keep going👍

Developer (1 edit)

Thanks! We definitely will improve this game a bit!

We've silently released patch 1.02 yesterday, right now we are working on 1.03 and discussing what kind of changes we would want to make for this game!

Submitted(+1)

Cool idea, luckily when I played some of the rats seemed to kill themselves so I got lucky :)

The atmosphere was also pretty nice, all quiet and then suddenly you hear a rat and you're like :0

Viewing comments 30 to 11 of 30 · Next page · Last page