Get more hats than the bats and kick them out of the dumpster! Become the most dapper rats in the whole everywhere. 

Created for the Pompous Trash Jam exclusively in the extended deadline time. 


Controls:

Kick out all bats on each level to progress.
Click on a rat's tile and then a destination tile. Then press space or enter to commit. 
Right click to deselect all tiles.
Left and right arrow keys rotate the camera.

You do need to click on the tiles in the order above. Didn't have time to fix that bug feature.  Hope you enjoy regardless!

Music to Delight by Kevin MacLeod
Link: https://incompetech.filmmusic.io/song/4103-music-to-delight
License: https://filmmusic.io/standard-license

StatusReleased
PlatformsWindows, HTML5
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorIndecisionEngine
GenrePuzzle
Made withGodot
Tags3D, Animals, DRM Free, silly, Singleplayer, Turn-based
Average sessionA few minutes
InputsMouse

Download

Download
HATSnRATS.exe 36 MB

Comments

Log in with itch.io to leave a comment.

psssst: put this on your exit button ;)
```

extends Button

func _ready():

    if OS.get_name() == "HTML5":

        hide()

```

Ah! Nice tip. Thanks!