On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Cat and MouseView game page

Find all the mice hiding on your farm!
Submitted by Erebos — 4 days, 6 hours before the deadline
Add to collection

Play game

Cat and Mouse's itch.io page

Results

CriteriaRankScore*Raw Score
Theme#274.0004.000
Graphics#353.5003.500
Audio#403.2503.250
Accessibility#672.6252.625
Overall#762.8392.839
Originality#982.5002.500
Fun#1122.0002.000
Controls#1162.0002.000

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

Godot Version
4.1.3 stable

Wildcards Used
N/A

Game Description
Your cat finds a mouse on their farm and is on a mission to find them all.

How does your game tie into the theme?
Cats are the playable characters that hunt the mice around the farm.

Source(s)
N/A

Discord Username(s)
erebos.

Participation Level (GWJ Only)
This is my first one

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Great job for your firsts. This is a feel good game! Relaxing.  Special mention for the music.

FYI, I had a bug occuring sometimes with the movement input: I had to press twice a key to get the right movement.

Submitted(+1)

I think you managed to scope the game well for a jam; being able to create a game is no small feat, regardless of how simple it is! The chosen assets fit well together.

Here are some thoughts that you can use to improve your future games:

  • It’s nice that you created multiple different playable characters. I understand this might have been beyond the project’s scope, but giving them different abilities could add a nice gameplay variance (perhaps some are faster, some can walk through water, others have x-ray vision to better locate the rats, etc).

  • I noticed that your movement script has some issues, especially when trying to change directions. There are many great tutorials teaching how to implement a 2D top-down movement in Godot. Comparing the differences between what they did and what you implemented could be a valuable learning exercise.

  • Sometimes black lines appear between your tiles. There are multiple reasons this could be happening, but the most common one is not enabling the “pixel snap” option in the 2D rendering settings of your project. Try checking those settings to see if the problem persists.

Congratulations on participating in your first game jam and creating your first game!

Developer

Thank you for the insight! I swear I've been troubleshooting those black lines for 5 days and couldn't figure it out I'll take a closer look at the settings again and see what I can fix for a learning experience.

I just started a new project for a 2D top down 8-direction movement and it's working much better but I didn't have the sprites for 8-D movement in this game. I got some feedback saying I could use tweens but I haven't looked into them so I'm not sure how they work or if they would in this case.


Again, thanks for the feedback, I appreciate it immensely.